2023-12-06T03:57:26.758 INFO:root:teuthology version: 0.0.1.dev214+gf2de108 2023-12-06T03:57:26.758 DEBUG:teuthology.run:Teuthology command: teuthology --verbose --name yuriw-2023-12-05_19:00:15-rados-wip-yuri6-testing-2023-12-05-0753-pacific-distro-default-smithi --owner scheduled_yuriw@teuthology --description rados/cephadm/smoke-roleless/{0-distro/centos_8.stream_container_tools 0-nvme-loop 1-start 2-services/nfs-ingress2 3-final} --archive /home/teuthworker/archive/yuriw-2023-12-05_19:00:15-rados-wip-yuri6-testing-2023-12-05-0753-pacific-distro-default-smithi/7478741 -- /home/teuthworker/archive/yuriw-2023-12-05_19:00:15-rados-wip-yuri6-testing-2023-12-05-0753-pacific-distro-default-smithi/7478741/orig.config.yaml 2023-12-06T03:57:26.796 DEBUG:teuthology.report:Pushing job info to https://paddles.front.sepia.ceph.com/ 2023-12-06T03:57:26.870 INFO:teuthology.run:Config: archive_path: /home/teuthworker/archive/yuriw-2023-12-05_19:00:15-rados-wip-yuri6-testing-2023-12-05-0753-pacific-distro-default-smithi/7478741 branch: wip-yuri6-testing-2023-12-05-0753-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: '7478741' kernel: kdb: true sha1: distro last_in_suite: false machine_type: smithi name: yuriw-2023-12-05_19:00:15-rados-wip-yuri6-testing-2023-12-05-0753-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-yuri6-testing-2023-12-05-0753-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: d03fca4f35d43f61b4679936aef7bd2f01cced0b ceph-deploy: conf: client: log file: /var/log/ceph/ceph-$name.$pid.log mon: {} install: ceph: flavor: default sha1: d03fca4f35d43f61b4679936aef7bd2f01cced0b selinux: whitelist: - scontext=system_u:system_r:logrotate_t:s0 workunit: branch: wip-yuri6-testing-2023-12-05-0753-pacific sha1: d03fca4f35d43f61b4679936aef7bd2f01cced0b owner: scheduled_yuriw@teuthology priority: 75 repo: https://github.com/ceph/ceph-ci.git roles: - - host.a - client.0 - - host.b - client.1 seed: 5202 sha1: d03fca4f35d43f61b4679936aef7bd2f01cced0b sleep_before_teardown: 0 subset: 111/120000 suite: rados suite_branch: wip-yuri6-testing-2023-12-05-0753-pacific suite_path: /home/teuthworker/src/github.com_ceph_ceph-c_d03fca4f35d43f61b4679936aef7bd2f01cced0b/qa suite_relpath: qa suite_repo: https://github.com/ceph/ceph-ci.git suite_sha1: d03fca4f35d43f61b4679936aef7bd2f01cced0b targets: smithi047.front.sepia.ceph.com: ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBPvzqlIXoGdBVMUfNE0x8mh/AsjZERg+xa53nSTnST779Gu5axi0bCJSvcBVYJyqsvQeTkl1YUyAm+yl17aKNlM= smithi098.front.sepia.ceph.com: ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBLtTfyu3tCzDSyuP+fitC/V0SP6Min5ARrA/YmsbB1GupVzcE2cNa/TCj9+F76LaZKRQVcxJm+vLBT89BO1nfFY= 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: f2de108beb0a6dde7f3e6c96039071828a1f6269 timestamp: 2023-12-05_19:00:15 tube: smithi user: yuriw verbose: true worker_log: /home/teuthworker/archive/worker_logs/dispatcher.smithi.232157 2023-12-06T03:57:26.871 INFO:teuthology.run:suite_path is set to /home/teuthworker/src/github.com_ceph_ceph-c_d03fca4f35d43f61b4679936aef7bd2f01cced0b/qa; will attempt to use it 2023-12-06T03:57:26.871 INFO:teuthology.run:Found tasks at /home/teuthworker/src/github.com_ceph_ceph-c_d03fca4f35d43f61b4679936aef7bd2f01cced0b/qa/tasks 2023-12-06T03:57:26.872 INFO:teuthology.run_tasks:Running task internal.check_packages... 2023-12-06T03:57:26.873 INFO:teuthology.task.internal:Checking packages... 2023-12-06T03:57:26.896 INFO:teuthology.task.internal:Checking packages for os_type 'centos', flavor 'default' and ceph hash 'd03fca4f35d43f61b4679936aef7bd2f01cced0b' 2023-12-06T03:57:26.896 WARNING:teuthology.packaging:More than one of ref, tag, branch, or sha1 supplied; using branch 2023-12-06T03:57:26.896 INFO:teuthology.packaging:ref: None 2023-12-06T03:57:26.896 INFO:teuthology.packaging:tag: None 2023-12-06T03:57:26.896 INFO:teuthology.packaging:branch: wip-yuri6-testing-2023-12-05-0753-pacific 2023-12-06T03:57:26.896 INFO:teuthology.packaging:sha1: d03fca4f35d43f61b4679936aef7bd2f01cced0b 2023-12-06T03:57:26.896 DEBUG:teuthology.packaging:Querying https://shaman.ceph.com/api/search?status=ready&project=ceph&flavor=default&distros=centos%2F8%2Fx86_64&ref=wip-yuri6-testing-2023-12-05-0753-pacific 2023-12-06T03:57:27.112 INFO:teuthology.task.internal:Found packages for ceph version 16.2.14-335.gd03fca4f 2023-12-06T03:57:27.112 INFO:teuthology.run_tasks:Running task internal.buildpackages_prep... 2023-12-06T03:57:27.123 INFO:teuthology.task.internal:no buildpackages task found 2023-12-06T03:57:27.123 INFO:teuthology.run_tasks:Running task internal.save_config... 2023-12-06T03:57:27.159 INFO:teuthology.task.internal:Saving configuration 2023-12-06T03:57:27.173 INFO:teuthology.run_tasks:Running task internal.check_lock... 2023-12-06T03:57:27.209 INFO:teuthology.task.internal.check_lock:Checking locks... 2023-12-06T03:57:27.233 DEBUG:teuthology.task.internal.check_lock:machine status is {'name': 'smithi047.front.sepia.ceph.com', 'description': '/home/teuthworker/archive/yuriw-2023-12-05_19:00:15-rados-wip-yuri6-testing-2023-12-05-0753-pacific-distro-default-smithi/7478741', '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-12-06 03:52:19.513777', 'locked_by': 'scheduled_yuriw@teuthology', 'mac_address': None, 'ssh_pub_key': 'ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBPvzqlIXoGdBVMUfNE0x8mh/AsjZERg+xa53nSTnST779Gu5axi0bCJSvcBVYJyqsvQeTkl1YUyAm+yl17aKNlM='} 2023-12-06T03:57:27.254 DEBUG:teuthology.task.internal.check_lock:machine status is {'name': 'smithi098.front.sepia.ceph.com', 'description': '/home/teuthworker/archive/yuriw-2023-12-05_19:00:15-rados-wip-yuri6-testing-2023-12-05-0753-pacific-distro-default-smithi/7478741', '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-12-06 03:52:19.511971', 'locked_by': 'scheduled_yuriw@teuthology', 'mac_address': None, 'ssh_pub_key': 'ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBLtTfyu3tCzDSyuP+fitC/V0SP6Min5ARrA/YmsbB1GupVzcE2cNa/TCj9+F76LaZKRQVcxJm+vLBT89BO1nfFY='} 2023-12-06T03:57:27.254 INFO:teuthology.run_tasks:Running task internal.add_remotes... 2023-12-06T03:57:27.262 INFO:teuthology.task.internal:roles: ubuntu@smithi047.front.sepia.ceph.com - ['host.a', 'client.0'] 2023-12-06T03:57:27.262 INFO:teuthology.task.internal:roles: ubuntu@smithi098.front.sepia.ceph.com - ['host.b', 'client.1'] 2023-12-06T03:57:27.262 INFO:teuthology.run_tasks:Running task console_log... 2023-12-06T03:57:27.364 DEBUG:teuthology.exit:Installing handler: Handler(exiter=, func=.kill_console_loggers at 0x7f10e9112a60>, signals=[15]) 2023-12-06T03:57:27.365 INFO:teuthology.run_tasks:Running task internal.connect... 2023-12-06T03:57:27.377 INFO:teuthology.task.internal:Opening connections... 2023-12-06T03:57:27.378 DEBUG:teuthology.task.internal:connecting to ubuntu@smithi047.front.sepia.ceph.com 2023-12-06T03:57:27.380 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi047.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2023-12-06T03:57:27.489 DEBUG:teuthology.task.internal:connecting to ubuntu@smithi098.front.sepia.ceph.com 2023-12-06T03:57:27.490 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi098.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2023-12-06T03:57:27.560 INFO:teuthology.run_tasks:Running task internal.push_inventory... 2023-12-06T03:57:27.567 DEBUG:teuthology.orchestra.run.smithi047:> uname -m 2023-12-06T03:57:27.591 INFO:teuthology.orchestra.run.smithi047.stdout:x86_64 2023-12-06T03:57:27.591 DEBUG:teuthology.orchestra.run.smithi047:> cat /etc/os-release 2023-12-06T03:57:27.653 INFO:teuthology.orchestra.run.smithi047.stdout:NAME="CentOS Stream" 2023-12-06T03:57:27.653 INFO:teuthology.orchestra.run.smithi047.stdout:VERSION="8" 2023-12-06T03:57:27.653 INFO:teuthology.orchestra.run.smithi047.stdout:ID="centos" 2023-12-06T03:57:27.653 INFO:teuthology.orchestra.run.smithi047.stdout:ID_LIKE="rhel fedora" 2023-12-06T03:57:27.653 INFO:teuthology.orchestra.run.smithi047.stdout:VERSION_ID="8" 2023-12-06T03:57:27.653 INFO:teuthology.orchestra.run.smithi047.stdout:PLATFORM_ID="platform:el8" 2023-12-06T03:57:27.653 INFO:teuthology.orchestra.run.smithi047.stdout:PRETTY_NAME="CentOS Stream 8" 2023-12-06T03:57:27.653 INFO:teuthology.orchestra.run.smithi047.stdout:ANSI_COLOR="0;31" 2023-12-06T03:57:27.653 INFO:teuthology.orchestra.run.smithi047.stdout:CPE_NAME="cpe:/o:centos:centos:8" 2023-12-06T03:57:27.653 INFO:teuthology.orchestra.run.smithi047.stdout:HOME_URL="https://centos.org/" 2023-12-06T03:57:27.654 INFO:teuthology.orchestra.run.smithi047.stdout:BUG_REPORT_URL="https://bugzilla.redhat.com/" 2023-12-06T03:57:27.654 INFO:teuthology.orchestra.run.smithi047.stdout:REDHAT_SUPPORT_PRODUCT="Red Hat Enterprise Linux 8" 2023-12-06T03:57:27.654 INFO:teuthology.orchestra.run.smithi047.stdout:REDHAT_SUPPORT_PRODUCT_VERSION="CentOS Stream" 2023-12-06T03:57:27.654 INFO:teuthology.lock.ops:Updating smithi047.front.sepia.ceph.com on lock server 2023-12-06T03:57:27.674 DEBUG:teuthology.orchestra.run.smithi098:> uname -m 2023-12-06T03:57:27.696 INFO:teuthology.orchestra.run.smithi098.stdout:x86_64 2023-12-06T03:57:27.697 DEBUG:teuthology.orchestra.run.smithi098:> cat /etc/os-release 2023-12-06T03:57:27.759 INFO:teuthology.orchestra.run.smithi098.stdout:NAME="CentOS Stream" 2023-12-06T03:57:27.759 INFO:teuthology.orchestra.run.smithi098.stdout:VERSION="8" 2023-12-06T03:57:27.759 INFO:teuthology.orchestra.run.smithi098.stdout:ID="centos" 2023-12-06T03:57:27.759 INFO:teuthology.orchestra.run.smithi098.stdout:ID_LIKE="rhel fedora" 2023-12-06T03:57:27.759 INFO:teuthology.orchestra.run.smithi098.stdout:VERSION_ID="8" 2023-12-06T03:57:27.759 INFO:teuthology.orchestra.run.smithi098.stdout:PLATFORM_ID="platform:el8" 2023-12-06T03:57:27.759 INFO:teuthology.orchestra.run.smithi098.stdout:PRETTY_NAME="CentOS Stream 8" 2023-12-06T03:57:27.759 INFO:teuthology.orchestra.run.smithi098.stdout:ANSI_COLOR="0;31" 2023-12-06T03:57:27.759 INFO:teuthology.orchestra.run.smithi098.stdout:CPE_NAME="cpe:/o:centos:centos:8" 2023-12-06T03:57:27.760 INFO:teuthology.orchestra.run.smithi098.stdout:HOME_URL="https://centos.org/" 2023-12-06T03:57:27.760 INFO:teuthology.orchestra.run.smithi098.stdout:BUG_REPORT_URL="https://bugzilla.redhat.com/" 2023-12-06T03:57:27.760 INFO:teuthology.orchestra.run.smithi098.stdout:REDHAT_SUPPORT_PRODUCT="Red Hat Enterprise Linux 8" 2023-12-06T03:57:27.760 INFO:teuthology.orchestra.run.smithi098.stdout:REDHAT_SUPPORT_PRODUCT_VERSION="CentOS Stream" 2023-12-06T03:57:27.760 INFO:teuthology.lock.ops:Updating smithi098.front.sepia.ceph.com on lock server 2023-12-06T03:57:27.781 INFO:teuthology.run_tasks:Running task internal.serialize_remote_roles... 2023-12-06T03:57:27.795 INFO:teuthology.run_tasks:Running task internal.check_conflict... 2023-12-06T03:57:27.825 INFO:teuthology.task.internal:Checking for old test directory... 2023-12-06T03:57:27.826 DEBUG:teuthology.orchestra.run.smithi047:> test '!' -e /home/ubuntu/cephtest 2023-12-06T03:57:27.828 DEBUG:teuthology.orchestra.run.smithi098:> test '!' -e /home/ubuntu/cephtest 2023-12-06T03:57:27.848 INFO:teuthology.run_tasks:Running task internal.check_ceph_data... 2023-12-06T03:57:27.860 INFO:teuthology.task.internal:Checking for non-empty /var/lib/ceph... 2023-12-06T03:57:27.860 DEBUG:teuthology.orchestra.run.smithi047:> test -z $(ls -A /var/lib/ceph) 2023-12-06T03:57:27.890 DEBUG:teuthology.orchestra.run.smithi098:> test -z $(ls -A /var/lib/ceph) 2023-12-06T03:57:27.916 INFO:teuthology.run_tasks:Running task internal.vm_setup... 2023-12-06T03:57:27.973 INFO:teuthology.run_tasks:Running task kernel... 2023-12-06T03:57:27.994 INFO:teuthology.task.kernel:normalize config orig: {'kdb': True, 'sha1': 'distro'} 2023-12-06T03:57:27.994 INFO:teuthology.task.kernel:config {'host.a': {'kdb': True, 'sha1': 'distro'}, 'host.b': {'kdb': True, 'sha1': 'distro'}}, timeout 300 2023-12-06T03:57:27.994 DEBUG:teuthology.orchestra.run.smithi047:> test -f /run/.containerenv -o -f /.dockerenv 2023-12-06T03:57:27.995 DEBUG:teuthology.orchestra.run.smithi098:> test -f /run/.containerenv -o -f /.dockerenv 2023-12-06T03:57:28.014 DEBUG:teuthology.orchestra.run:got remote process result: 1 2023-12-06T03:57:28.014 DEBUG:teuthology.orchestra.run.smithi098:> uname -r 2023-12-06T03:57:28.015 DEBUG:teuthology.orchestra.run:got remote process result: 1 2023-12-06T03:57:28.016 DEBUG:teuthology.orchestra.run.smithi047:> uname -r 2023-12-06T03:57:28.078 INFO:teuthology.orchestra.run.smithi098.stdout:4.18.0-489.el8.x86_64 2023-12-06T03:57:28.079 INFO:teuthology.task.kernel:Running kernel on smithi098: 4.18.0-489.el8.x86_64 2023-12-06T03:57:28.079 DEBUG:teuthology.orchestra.run.smithi098:> sudo yum install -y kernel 2023-12-06T03:57:28.080 INFO:teuthology.orchestra.run.smithi047.stdout:4.18.0-489.el8.x86_64 2023-12-06T03:57:28.080 INFO:teuthology.task.kernel:Running kernel on smithi047: 4.18.0-489.el8.x86_64 2023-12-06T03:57:28.080 DEBUG:teuthology.orchestra.run.smithi047:> sudo yum install -y kernel 2023-12-06T03:57:31.469 INFO:teuthology.orchestra.run.smithi047.stdout:CentOS Stream 8 - AppStream 41 MB/s | 34 MB 00:00 2023-12-06T03:57:31.491 INFO:teuthology.orchestra.run.smithi098.stdout:CentOS Stream 8 - AppStream 39 MB/s | 34 MB 00:00 2023-12-06T03:57:39.708 INFO:teuthology.orchestra.run.smithi098.stdout:CentOS Stream 8 - BaseOS 28 MB/s | 55 MB 00:01 2023-12-06T03:57:41.011 INFO:teuthology.orchestra.run.smithi047.stdout:CentOS Stream 8 - BaseOS 19 MB/s | 55 MB 00:02 2023-12-06T03:57:47.891 INFO:teuthology.orchestra.run.smithi098.stdout:CentOS Stream 8 - Extras 50 kB/s | 18 kB 00:00 2023-12-06T03:57:48.433 INFO:teuthology.orchestra.run.smithi098.stdout:CentOS Stream 8 - Extras common packages 19 kB/s | 6.9 kB 00:00 2023-12-06T03:57:48.743 INFO:teuthology.orchestra.run.smithi098.stdout:Copr repo for python3-asyncssh owned by ceph 22 kB/s | 3.5 kB 00:00 2023-12-06T03:57:49.727 INFO:teuthology.orchestra.run.smithi098.stdout:Extra Packages for Enterprise Linux 19 MB/s | 16 MB 00:00 2023-12-06T03:57:49.828 INFO:teuthology.orchestra.run.smithi047.stdout:CentOS Stream 8 - Extras 35 kB/s | 18 kB 00:00 2023-12-06T03:57:50.395 INFO:teuthology.orchestra.run.smithi047.stdout:CentOS Stream 8 - Extras common packages 19 kB/s | 6.9 kB 00:00 2023-12-06T03:57:50.738 INFO:teuthology.orchestra.run.smithi047.stdout:Copr repo for python3-asyncssh owned by ceph 19 kB/s | 3.5 kB 00:00 2023-12-06T03:57:52.674 INFO:teuthology.orchestra.run.smithi047.stdout:Extra Packages for Enterprise Linux 9.0 MB/s | 16 MB 00:01 2023-12-06T03:57:53.536 INFO:teuthology.orchestra.run.smithi098.stdout:lab-extras 449 kB/s | 24 kB 00:00 2023-12-06T03:57:56.705 INFO:teuthology.orchestra.run.smithi047.stdout:lab-extras 640 kB/s | 24 kB 00:00 2023-12-06T03:57:57.235 INFO:teuthology.orchestra.run.smithi098.stdout:Package kernel-4.18.0-348.el8.x86_64 is already installed. 2023-12-06T03:57:57.235 INFO:teuthology.orchestra.run.smithi098.stdout:Package kernel-4.18.0-489.el8.x86_64 is already installed. 2023-12-06T03:57:57.527 INFO:teuthology.orchestra.run.smithi098.stdout:Dependencies resolved. 2023-12-06T03:57:57.528 INFO:teuthology.orchestra.run.smithi098.stdout:================================================================================ 2023-12-06T03:57:57.528 INFO:teuthology.orchestra.run.smithi098.stdout: Package Architecture Version Repository Size 2023-12-06T03:57:57.528 INFO:teuthology.orchestra.run.smithi098.stdout:================================================================================ 2023-12-06T03:57:57.528 INFO:teuthology.orchestra.run.smithi098.stdout:Installing: 2023-12-06T03:57:57.528 INFO:teuthology.orchestra.run.smithi098.stdout: kernel x86_64 4.18.0-526.el8 baseos 10 M 2023-12-06T03:57:57.529 INFO:teuthology.orchestra.run.smithi098.stdout:Installing dependencies: 2023-12-06T03:57:57.529 INFO:teuthology.orchestra.run.smithi098.stdout: kernel-core x86_64 4.18.0-526.el8 baseos 43 M 2023-12-06T03:57:57.529 INFO:teuthology.orchestra.run.smithi098.stdout: kernel-modules x86_64 4.18.0-526.el8 baseos 36 M 2023-12-06T03:57:57.529 INFO:teuthology.orchestra.run.smithi098.stdout: 2023-12-06T03:57:57.529 INFO:teuthology.orchestra.run.smithi098.stdout:Transaction Summary 2023-12-06T03:57:57.529 INFO:teuthology.orchestra.run.smithi098.stdout:================================================================================ 2023-12-06T03:57:57.529 INFO:teuthology.orchestra.run.smithi098.stdout:Install 3 Packages 2023-12-06T03:57:57.529 INFO:teuthology.orchestra.run.smithi098.stdout: 2023-12-06T03:57:57.530 INFO:teuthology.orchestra.run.smithi098.stdout:Total download size: 90 M 2023-12-06T03:57:57.530 INFO:teuthology.orchestra.run.smithi098.stdout:Installed size: 96 M 2023-12-06T03:57:57.530 INFO:teuthology.orchestra.run.smithi098.stdout:Downloading Packages: 2023-12-06T03:57:58.579 INFO:teuthology.orchestra.run.smithi098.stdout:(1/3): kernel-4.18.0-526.el8.x86_64.rpm 12 MB/s | 10 MB 00:00 2023-12-06T03:57:59.720 INFO:teuthology.orchestra.run.smithi098.stdout:(2/3): kernel-modules-4.18.0-526.el8.x86_64.rpm 18 MB/s | 36 MB 00:02 2023-12-06T03:58:00.146 INFO:teuthology.orchestra.run.smithi098.stdout:(3/3): kernel-core-4.18.0-526.el8.x86_64.rpm 18 MB/s | 43 MB 00:02 2023-12-06T03:58:00.146 INFO:teuthology.orchestra.run.smithi098.stdout:-------------------------------------------------------------------------------- 2023-12-06T03:58:00.146 INFO:teuthology.orchestra.run.smithi098.stdout:Total 34 MB/s | 90 MB 00:02 2023-12-06T03:58:00.480 INFO:teuthology.orchestra.run.smithi047.stdout:Package kernel-4.18.0-348.el8.x86_64 is already installed. 2023-12-06T03:58:00.480 INFO:teuthology.orchestra.run.smithi047.stdout:Package kernel-4.18.0-489.el8.x86_64 is already installed. 2023-12-06T03:58:00.777 INFO:teuthology.orchestra.run.smithi047.stdout:Dependencies resolved. 2023-12-06T03:58:00.778 INFO:teuthology.orchestra.run.smithi047.stdout:================================================================================ 2023-12-06T03:58:00.778 INFO:teuthology.orchestra.run.smithi047.stdout: Package Architecture Version Repository Size 2023-12-06T03:58:00.778 INFO:teuthology.orchestra.run.smithi047.stdout:================================================================================ 2023-12-06T03:58:00.778 INFO:teuthology.orchestra.run.smithi047.stdout:Installing: 2023-12-06T03:58:00.778 INFO:teuthology.orchestra.run.smithi047.stdout: kernel x86_64 4.18.0-526.el8 baseos 10 M 2023-12-06T03:58:00.778 INFO:teuthology.orchestra.run.smithi047.stdout:Installing dependencies: 2023-12-06T03:58:00.778 INFO:teuthology.orchestra.run.smithi047.stdout: kernel-core x86_64 4.18.0-526.el8 baseos 43 M 2023-12-06T03:58:00.778 INFO:teuthology.orchestra.run.smithi047.stdout: kernel-modules x86_64 4.18.0-526.el8 baseos 36 M 2023-12-06T03:58:00.778 INFO:teuthology.orchestra.run.smithi047.stdout: 2023-12-06T03:58:00.778 INFO:teuthology.orchestra.run.smithi047.stdout:Transaction Summary 2023-12-06T03:58:00.778 INFO:teuthology.orchestra.run.smithi047.stdout:================================================================================ 2023-12-06T03:58:00.778 INFO:teuthology.orchestra.run.smithi047.stdout:Install 3 Packages 2023-12-06T03:58:00.778 INFO:teuthology.orchestra.run.smithi047.stdout: 2023-12-06T03:58:00.779 INFO:teuthology.orchestra.run.smithi047.stdout:Total download size: 90 M 2023-12-06T03:58:00.779 INFO:teuthology.orchestra.run.smithi047.stdout:Installed size: 96 M 2023-12-06T03:58:00.779 INFO:teuthology.orchestra.run.smithi047.stdout:Downloading Packages: 2023-12-06T03:58:00.825 INFO:teuthology.orchestra.run.smithi098.stdout:Running transaction check 2023-12-06T03:58:01.235 INFO:teuthology.orchestra.run.smithi098.stdout:Transaction check succeeded. 2023-12-06T03:58:01.235 INFO:teuthology.orchestra.run.smithi098.stdout:Running transaction test 2023-12-06T03:58:01.448 INFO:teuthology.orchestra.run.smithi047.stdout:(1/3): kernel-4.18.0-526.el8.x86_64.rpm 21 MB/s | 10 MB 00:00 2023-12-06T03:58:02.448 INFO:teuthology.orchestra.run.smithi047.stdout:(2/3): kernel-modules-4.18.0-526.el8.x86_64.rpm 24 MB/s | 36 MB 00:01 2023-12-06T03:58:02.460 INFO:teuthology.orchestra.run.smithi098.stdout:Transaction test succeeded. 2023-12-06T03:58:02.481 INFO:teuthology.orchestra.run.smithi098.stdout:Running transaction 2023-12-06T03:58:03.090 INFO:teuthology.orchestra.run.smithi047.stdout:(3/3): kernel-core-4.18.0-526.el8.x86_64.rpm 20 MB/s | 43 MB 00:02 2023-12-06T03:58:03.090 INFO:teuthology.orchestra.run.smithi047.stdout:-------------------------------------------------------------------------------- 2023-12-06T03:58:03.091 INFO:teuthology.orchestra.run.smithi047.stdout:Total 39 MB/s | 90 MB 00:02 2023-12-06T03:58:03.799 INFO:teuthology.orchestra.run.smithi047.stdout:Running transaction check 2023-12-06T03:58:04.236 INFO:teuthology.orchestra.run.smithi047.stdout:Transaction check succeeded. 2023-12-06T03:58:04.236 INFO:teuthology.orchestra.run.smithi047.stdout:Running transaction test 2023-12-06T03:58:05.245 INFO:teuthology.orchestra.run.smithi098.stdout: Preparing : 1/1 2023-12-06T03:58:05.522 INFO:teuthology.orchestra.run.smithi047.stdout:Transaction test succeeded. 2023-12-06T03:58:05.545 INFO:teuthology.orchestra.run.smithi047.stdout:Running transaction 2023-12-06T03:58:05.896 INFO:teuthology.orchestra.run.smithi098.stdout: Installing : kernel-core-4.18.0-526.el8.x86_64 1/3 2023-12-06T03:58:08.509 INFO:teuthology.orchestra.run.smithi047.stdout: Preparing : 1/1 2023-12-06T03:58:09.004 INFO:teuthology.orchestra.run.smithi047.stdout: Installing : kernel-core-4.18.0-526.el8.x86_64 1/3 2023-12-06T03:58:09.480 INFO:teuthology.orchestra.run.smithi098.stdout: Running scriptlet: kernel-core-4.18.0-526.el8.x86_64 1/3 2023-12-06T03:58:09.854 INFO:teuthology.orchestra.run.smithi098.stdout: Installing : kernel-modules-4.18.0-526.el8.x86_64 2/3 2023-12-06T03:58:12.747 INFO:teuthology.orchestra.run.smithi047.stdout: Running scriptlet: kernel-core-4.18.0-526.el8.x86_64 1/3 2023-12-06T03:58:13.145 INFO:teuthology.orchestra.run.smithi047.stdout: Installing : kernel-modules-4.18.0-526.el8.x86_64 2/3 2023-12-06T03:58:13.276 INFO:teuthology.orchestra.run.smithi098.stdout: Running scriptlet: kernel-modules-4.18.0-526.el8.x86_64 2/3 2023-12-06T03:58:13.536 INFO:teuthology.orchestra.run.smithi098.stdout: Installing : kernel-4.18.0-526.el8.x86_64 3/3 2023-12-06T03:58:16.821 INFO:teuthology.orchestra.run.smithi047.stdout: Running scriptlet: kernel-modules-4.18.0-526.el8.x86_64 2/3 2023-12-06T03:58:17.122 INFO:teuthology.orchestra.run.smithi047.stdout: Installing : kernel-4.18.0-526.el8.x86_64 3/3 2023-12-06T03:58:35.309 INFO:teuthology.orchestra.run.smithi098.stdout: Running scriptlet: kernel-core-4.18.0-526.el8.x86_64 3/3 2023-12-06T03:58:35.334 INFO:teuthology.orchestra.run.smithi098.stdout: Running scriptlet: kernel-modules-4.18.0-526.el8.x86_64 3/3 2023-12-06T03:58:35.683 INFO:teuthology.orchestra.run.smithi098.stdout: Running scriptlet: kernel-4.18.0-526.el8.x86_64 3/3 2023-12-06T03:58:35.683 INFO:teuthology.orchestra.run.smithi098.stdout: Verifying : kernel-4.18.0-526.el8.x86_64 1/3 2023-12-06T03:58:35.683 INFO:teuthology.orchestra.run.smithi098.stdout: Verifying : kernel-core-4.18.0-526.el8.x86_64 2/3 2023-12-06T03:58:36.428 INFO:teuthology.orchestra.run.smithi098.stdout: Verifying : kernel-modules-4.18.0-526.el8.x86_64 3/3 2023-12-06T03:58:36.428 INFO:teuthology.orchestra.run.smithi098.stdout: 2023-12-06T03:58:36.428 INFO:teuthology.orchestra.run.smithi098.stdout:Installed: 2023-12-06T03:58:36.428 INFO:teuthology.orchestra.run.smithi098.stdout: kernel-4.18.0-526.el8.x86_64 kernel-core-4.18.0-526.el8.x86_64 2023-12-06T03:58:36.428 INFO:teuthology.orchestra.run.smithi098.stdout: kernel-modules-4.18.0-526.el8.x86_64 2023-12-06T03:58:36.428 INFO:teuthology.orchestra.run.smithi098.stdout: 2023-12-06T03:58:36.429 INFO:teuthology.orchestra.run.smithi098.stdout:Complete! 2023-12-06T03:58:36.558 DEBUG:teuthology.orchestra.run.smithi098:> rpm -q kernel | sort -rV | head -n 1 2023-12-06T03:58:36.817 INFO:teuthology.orchestra.run.smithi098.stdout:kernel-4.18.0-526.el8.x86_64 2023-12-06T03:58:36.817 DEBUG:teuthology.task.kernel:get_latest_image_version_rpm: 4.18.0-526.el8.x86_64 2023-12-06T03:58:36.817 INFO:teuthology.task.kernel:Not newest distro kernel. Current: 4.18.0-489.el8.x86_64 Expected: 4.18.0-526.el8.x86_64 2023-12-06T03:58:36.817 INFO:teuthology.task.kernel:Skipping firmware on distro kernel 2023-12-06T03:58:36.817 DEBUG:teuthology.task.kernel:src is distro, skipping download 2023-12-06T03:58:36.818 INFO:teuthology.task.kernel:Installing distro kernel on host.b... 2023-12-06T03:58:36.818 DEBUG:teuthology.task.kernel:install_kernel(remote=ubuntu@smithi098.front.sepia.ceph.com, path=None, version=distro) 2023-12-06T03:58:36.818 DEBUG:teuthology.orchestra.run.smithi098:> rpm -q kernel | sort -rV | head -n 1 2023-12-06T03:58:37.026 INFO:teuthology.orchestra.run.smithi098.stdout:kernel-4.18.0-526.el8.x86_64 2023-12-06T03:58:37.026 DEBUG:teuthology.task.kernel:get_latest_image_version_rpm: 4.18.0-526.el8.x86_64 2023-12-06T03:58:37.026 DEBUG:teuthology.orchestra.run.smithi098:> sudo rpm -qi grub2-tools 2023-12-06T03:58:37.060 INFO:teuthology.orchestra.run.smithi098.stdout:Name : grub2-tools 2023-12-06T03:58:37.060 INFO:teuthology.orchestra.run.smithi098.stdout:Epoch : 1 2023-12-06T03:58:37.060 INFO:teuthology.orchestra.run.smithi098.stdout:Version : 2.02 2023-12-06T03:58:37.060 INFO:teuthology.orchestra.run.smithi098.stdout:Release : 129.el8 2023-12-06T03:58:37.060 INFO:teuthology.orchestra.run.smithi098.stdout:Architecture: x86_64 2023-12-06T03:58:37.060 INFO:teuthology.orchestra.run.smithi098.stdout:Install Date: Thu 04 May 2023 10:17:48 PM UTC 2023-12-06T03:58:37.060 INFO:teuthology.orchestra.run.smithi098.stdout:Group : System Environment/Base 2023-12-06T03:58:37.060 INFO:teuthology.orchestra.run.smithi098.stdout:Size : 9265586 2023-12-06T03:58:37.061 INFO:teuthology.orchestra.run.smithi098.stdout:License : GPLv3+ 2023-12-06T03:58:37.061 INFO:teuthology.orchestra.run.smithi098.stdout:Signature : RSA/SHA256, Tue 19 Jul 2022 02:52:06 PM UTC, Key ID 05b555b38483c65d 2023-12-06T03:58:37.061 INFO:teuthology.orchestra.run.smithi098.stdout:Source RPM : grub2-2.02-129.el8.src.rpm 2023-12-06T03:58:37.061 INFO:teuthology.orchestra.run.smithi098.stdout:Build Date : Tue 19 Jul 2022 02:30:39 PM UTC 2023-12-06T03:58:37.061 INFO:teuthology.orchestra.run.smithi098.stdout:Build Host : kbuilder.bsys.centos.org 2023-12-06T03:58:37.061 INFO:teuthology.orchestra.run.smithi098.stdout:Relocations : (not relocatable) 2023-12-06T03:58:37.061 INFO:teuthology.orchestra.run.smithi098.stdout:Packager : CentOS BuildSystem 2023-12-06T03:58:37.061 INFO:teuthology.orchestra.run.smithi098.stdout:Vendor : CentOS 2023-12-06T03:58:37.061 INFO:teuthology.orchestra.run.smithi098.stdout:URL : http://www.gnu.org/software/grub/ 2023-12-06T03:58:37.061 INFO:teuthology.orchestra.run.smithi098.stdout:Summary : Support tools for GRUB. 2023-12-06T03:58:37.061 INFO:teuthology.orchestra.run.smithi098.stdout:Description : 2023-12-06T03:58:37.061 INFO:teuthology.orchestra.run.smithi098.stdout: 2023-12-06T03:58:37.061 INFO:teuthology.orchestra.run.smithi098.stdout:The GRand Unified Bootloader (GRUB) is a highly configurable and 2023-12-06T03:58:37.061 INFO:teuthology.orchestra.run.smithi098.stdout:customizable bootloader with modular architecture. It supports a rich 2023-12-06T03:58:37.061 INFO:teuthology.orchestra.run.smithi098.stdout:variety of kernel formats, file systems, computer architectures and 2023-12-06T03:58:37.061 INFO:teuthology.orchestra.run.smithi098.stdout:hardware devices. 2023-12-06T03:58:37.062 INFO:teuthology.orchestra.run.smithi098.stdout: 2023-12-06T03:58:37.062 INFO:teuthology.orchestra.run.smithi098.stdout:This subpackage provides tools for support of all platforms. 2023-12-06T03:58:37.062 INFO:teuthology.task.kernel:Updating Grub Version: grub2 2023-12-06T03:58:37.063 INFO:teuthology.task.kernel:Updating grub on smithi098 to boot 4.18.0-526.el8.x86_64 2023-12-06T03:58:37.063 DEBUG:teuthology.orchestra.run.smithi098:> sudo grub2-mkconfig -o /boot/grub2/grub.cfg 2023-12-06T03:58:38.747 INFO:teuthology.orchestra.run.smithi098.stderr:Generating grub configuration file ... 2023-12-06T03:58:40.458 INFO:teuthology.orchestra.run.smithi047.stdout: Running scriptlet: kernel-core-4.18.0-526.el8.x86_64 3/3 2023-12-06T03:58:40.479 INFO:teuthology.orchestra.run.smithi047.stdout: Running scriptlet: kernel-modules-4.18.0-526.el8.x86_64 3/3 2023-12-06T03:58:40.602 INFO:teuthology.orchestra.run.smithi098.stderr:done 2023-12-06T03:58:40.604 DEBUG:teuthology.orchestra.run.smithi098:> mktemp 2023-12-06T03:58:40.634 INFO:teuthology.orchestra.run.smithi098.stdout:/tmp/tmp.QTsUjUueFi 2023-12-06T03:58:40.634 DEBUG:teuthology.orchestra.run.smithi098:> sudo cp /boot/grub2/grub.cfg /tmp/tmp.QTsUjUueFi 2023-12-06T03:58:40.708 DEBUG:teuthology.orchestra.run.smithi098:> sudo chmod 0666 /tmp/tmp.QTsUjUueFi 2023-12-06T03:58:40.840 INFO:teuthology.orchestra.run.smithi047.stdout: Running scriptlet: kernel-4.18.0-526.el8.x86_64 3/3 2023-12-06T03:58:40.841 INFO:teuthology.orchestra.run.smithi047.stdout: Verifying : kernel-4.18.0-526.el8.x86_64 1/3 2023-12-06T03:58:40.841 INFO:teuthology.orchestra.run.smithi047.stdout: Verifying : kernel-core-4.18.0-526.el8.x86_64 2/3 2023-12-06T03:58:40.848 DEBUG:teuthology.orchestra.remote:smithi098:/tmp/tmp.QTsUjUueFi is 6KB 2023-12-06T03:58:40.896 DEBUG:teuthology.orchestra.run.smithi098:> rm -fr /tmp/tmp.QTsUjUueFi 2023-12-06T03:58:40.913 DEBUG:teuthology.orchestra.run.smithi098:> sudo /bin/ls /boot/loader/entries || true 2023-12-06T03:58:40.988 INFO:teuthology.orchestra.run.smithi098.stdout:a1b29d6c289747bdb22930598d39874a-0-rescue.conf 2023-12-06T03:58:40.988 INFO:teuthology.orchestra.run.smithi098.stdout:a1b29d6c289747bdb22930598d39874a-4.18.0-348.el8.x86_64.conf 2023-12-06T03:58:40.988 INFO:teuthology.orchestra.run.smithi098.stdout:a1b29d6c289747bdb22930598d39874a-4.18.0-489.el8.x86_64.conf 2023-12-06T03:58:40.988 INFO:teuthology.orchestra.run.smithi098.stdout:a1b29d6c289747bdb22930598d39874a-4.18.0-526.el8.x86_64.conf 2023-12-06T03:58:40.989 DEBUG:teuthology.orchestra.run.smithi098:> sudo grub2-set-default a1b29d6c289747bdb22930598d39874a-4.18.0-526.el8.x86_64 2023-12-06T03:58:41.130 DEBUG:teuthology.orchestra.run.smithi098:> sudo shutdown -r now 2023-12-06T03:58:41.671 INFO:teuthology.orchestra.run.smithi047.stdout: Verifying : kernel-modules-4.18.0-526.el8.x86_64 3/3 2023-12-06T03:58:41.671 INFO:teuthology.orchestra.run.smithi047.stdout: 2023-12-06T03:58:41.671 INFO:teuthology.orchestra.run.smithi047.stdout:Installed: 2023-12-06T03:58:41.671 INFO:teuthology.orchestra.run.smithi047.stdout: kernel-4.18.0-526.el8.x86_64 kernel-core-4.18.0-526.el8.x86_64 2023-12-06T03:58:41.671 INFO:teuthology.orchestra.run.smithi047.stdout: kernel-modules-4.18.0-526.el8.x86_64 2023-12-06T03:58:41.671 INFO:teuthology.orchestra.run.smithi047.stdout: 2023-12-06T03:58:41.671 INFO:teuthology.orchestra.run.smithi047.stdout:Complete! 2023-12-06T03:58:41.841 DEBUG:teuthology.orchestra.run.smithi047:> rpm -q kernel | sort -rV | head -n 1 2023-12-06T03:58:42.109 INFO:teuthology.orchestra.run.smithi047.stdout:kernel-4.18.0-526.el8.x86_64 2023-12-06T03:58:42.109 DEBUG:teuthology.task.kernel:get_latest_image_version_rpm: 4.18.0-526.el8.x86_64 2023-12-06T03:58:42.109 INFO:teuthology.task.kernel:Not newest distro kernel. Current: 4.18.0-489.el8.x86_64 Expected: 4.18.0-526.el8.x86_64 2023-12-06T03:58:42.110 INFO:teuthology.task.kernel:Skipping firmware on distro kernel 2023-12-06T03:58:42.110 DEBUG:teuthology.task.kernel:src is distro, skipping download 2023-12-06T03:58:42.110 INFO:teuthology.task.kernel:Installing distro kernel on host.a... 2023-12-06T03:58:42.110 DEBUG:teuthology.task.kernel:install_kernel(remote=ubuntu@smithi047.front.sepia.ceph.com, path=None, version=distro) 2023-12-06T03:58:42.110 DEBUG:teuthology.orchestra.run.smithi047:> rpm -q kernel | sort -rV | head -n 1 2023-12-06T03:58:42.328 INFO:teuthology.orchestra.run.smithi047.stdout:kernel-4.18.0-526.el8.x86_64 2023-12-06T03:58:42.328 DEBUG:teuthology.task.kernel:get_latest_image_version_rpm: 4.18.0-526.el8.x86_64 2023-12-06T03:58:42.328 DEBUG:teuthology.orchestra.run.smithi047:> sudo rpm -qi grub2-tools 2023-12-06T03:58:42.362 INFO:teuthology.orchestra.run.smithi047.stdout:Name : grub2-tools 2023-12-06T03:58:42.363 INFO:teuthology.orchestra.run.smithi047.stdout:Epoch : 1 2023-12-06T03:58:42.363 INFO:teuthology.orchestra.run.smithi047.stdout:Version : 2.02 2023-12-06T03:58:42.363 INFO:teuthology.orchestra.run.smithi047.stdout:Release : 129.el8 2023-12-06T03:58:42.363 INFO:teuthology.orchestra.run.smithi047.stdout:Architecture: x86_64 2023-12-06T03:58:42.363 INFO:teuthology.orchestra.run.smithi047.stdout:Install Date: Thu 04 May 2023 10:17:48 PM UTC 2023-12-06T03:58:42.363 INFO:teuthology.orchestra.run.smithi047.stdout:Group : System Environment/Base 2023-12-06T03:58:42.363 INFO:teuthology.orchestra.run.smithi047.stdout:Size : 9265586 2023-12-06T03:58:42.363 INFO:teuthology.orchestra.run.smithi047.stdout:License : GPLv3+ 2023-12-06T03:58:42.363 INFO:teuthology.orchestra.run.smithi047.stdout:Signature : RSA/SHA256, Tue 19 Jul 2022 02:52:06 PM UTC, Key ID 05b555b38483c65d 2023-12-06T03:58:42.363 INFO:teuthology.orchestra.run.smithi047.stdout:Source RPM : grub2-2.02-129.el8.src.rpm 2023-12-06T03:58:42.363 INFO:teuthology.orchestra.run.smithi047.stdout:Build Date : Tue 19 Jul 2022 02:30:39 PM UTC 2023-12-06T03:58:42.363 INFO:teuthology.orchestra.run.smithi047.stdout:Build Host : kbuilder.bsys.centos.org 2023-12-06T03:58:42.363 INFO:teuthology.orchestra.run.smithi047.stdout:Relocations : (not relocatable) 2023-12-06T03:58:42.363 INFO:teuthology.orchestra.run.smithi047.stdout:Packager : CentOS BuildSystem 2023-12-06T03:58:42.364 INFO:teuthology.orchestra.run.smithi047.stdout:Vendor : CentOS 2023-12-06T03:58:42.364 INFO:teuthology.orchestra.run.smithi047.stdout:URL : http://www.gnu.org/software/grub/ 2023-12-06T03:58:42.364 INFO:teuthology.orchestra.run.smithi047.stdout:Summary : Support tools for GRUB. 2023-12-06T03:58:42.364 INFO:teuthology.orchestra.run.smithi047.stdout:Description : 2023-12-06T03:58:42.364 INFO:teuthology.orchestra.run.smithi047.stdout: 2023-12-06T03:58:42.364 INFO:teuthology.orchestra.run.smithi047.stdout:The GRand Unified Bootloader (GRUB) is a highly configurable and 2023-12-06T03:58:42.364 INFO:teuthology.orchestra.run.smithi047.stdout:customizable bootloader with modular architecture. It supports a rich 2023-12-06T03:58:42.364 INFO:teuthology.orchestra.run.smithi047.stdout:variety of kernel formats, file systems, computer architectures and 2023-12-06T03:58:42.364 INFO:teuthology.orchestra.run.smithi047.stdout:hardware devices. 2023-12-06T03:58:42.364 INFO:teuthology.orchestra.run.smithi047.stdout: 2023-12-06T03:58:42.364 INFO:teuthology.orchestra.run.smithi047.stdout:This subpackage provides tools for support of all platforms. 2023-12-06T03:58:42.365 INFO:teuthology.task.kernel:Updating Grub Version: grub2 2023-12-06T03:58:42.365 INFO:teuthology.task.kernel:Updating grub on smithi047 to boot 4.18.0-526.el8.x86_64 2023-12-06T03:58:42.365 DEBUG:teuthology.orchestra.run.smithi047:> sudo grub2-mkconfig -o /boot/grub2/grub.cfg 2023-12-06T03:58:43.895 INFO:teuthology.orchestra.run.smithi047.stderr:Generating grub configuration file ... 2023-12-06T03:58:45.947 INFO:teuthology.orchestra.run.smithi047.stderr:done 2023-12-06T03:58:45.949 DEBUG:teuthology.orchestra.run.smithi047:> mktemp 2023-12-06T03:58:45.978 INFO:teuthology.orchestra.run.smithi047.stdout:/tmp/tmp.6if2BqYg4T 2023-12-06T03:58:45.979 DEBUG:teuthology.orchestra.run.smithi047:> sudo cp /boot/grub2/grub.cfg /tmp/tmp.6if2BqYg4T 2023-12-06T03:58:46.056 DEBUG:teuthology.orchestra.run.smithi047:> sudo chmod 0666 /tmp/tmp.6if2BqYg4T 2023-12-06T03:58:46.215 DEBUG:teuthology.orchestra.remote:smithi047:/tmp/tmp.6if2BqYg4T is 6KB 2023-12-06T03:58:46.263 DEBUG:teuthology.orchestra.run.smithi047:> rm -fr /tmp/tmp.6if2BqYg4T 2023-12-06T03:58:46.281 DEBUG:teuthology.orchestra.run.smithi047:> sudo /bin/ls /boot/loader/entries || true 2023-12-06T03:58:46.351 INFO:teuthology.orchestra.run.smithi047.stdout:a1b29d6c289747bdb22930598d39874a-0-rescue.conf 2023-12-06T03:58:46.351 INFO:teuthology.orchestra.run.smithi047.stdout:a1b29d6c289747bdb22930598d39874a-4.18.0-348.el8.x86_64.conf 2023-12-06T03:58:46.352 INFO:teuthology.orchestra.run.smithi047.stdout:a1b29d6c289747bdb22930598d39874a-4.18.0-489.el8.x86_64.conf 2023-12-06T03:58:46.352 INFO:teuthology.orchestra.run.smithi047.stdout:a1b29d6c289747bdb22930598d39874a-4.18.0-526.el8.x86_64.conf 2023-12-06T03:58:46.353 DEBUG:teuthology.orchestra.run.smithi047:> sudo grub2-set-default a1b29d6c289747bdb22930598d39874a-4.18.0-526.el8.x86_64 2023-12-06T03:58:46.524 DEBUG:teuthology.orchestra.run.smithi047:> sudo shutdown -r now 2023-12-06T03:59:11.165 INFO:teuthology.task.kernel:Checking client host.b for new kernel version... 2023-12-06T03:59:11.166 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi098.front.sepia.ceph.com' 2023-12-06T03:59:11.167 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi098.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2023-12-06T03:59:16.532 INFO:teuthology.task.kernel:Checking client host.a for new kernel version... 2023-12-06T03:59:16.532 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi047.front.sepia.ceph.com' 2023-12-06T03:59:16.533 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi047.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2023-12-06T03:59:29.636 DEBUG:teuthology.orchestra.remote:[Errno None] Unable to connect to port 22 on 172.21.15.98 2023-12-06T03:59:35.011 DEBUG:teuthology.orchestra.remote:[Errno None] Unable to connect to port 22 on 172.21.15.47 2023-12-06T03:59:38.638 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi098.front.sepia.ceph.com' 2023-12-06T03:59:38.639 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi098.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2023-12-06T03:59:41.702 DEBUG:teuthology.orchestra.remote:[Errno None] Unable to connect to port 22 on 172.21.15.98 2023-12-06T03:59:44.014 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi047.front.sepia.ceph.com' 2023-12-06T03:59:44.014 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi047.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2023-12-06T03:59:47.078 DEBUG:teuthology.orchestra.remote:[Errno None] Unable to connect to port 22 on 172.21.15.47 2023-12-06T03:59:53.710 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi098.front.sepia.ceph.com' 2023-12-06T03:59:53.711 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi098.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2023-12-06T03:59:59.084 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi047.front.sepia.ceph.com' 2023-12-06T03:59:59.085 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi047.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2023-12-06T04:00:26.051 DEBUG:teuthology.orchestra.run.smithi098:> true 2023-12-06T04:00:26.856 INFO:teuthology.orchestra.remote:Successfully reconnected to host 'ubuntu@smithi098.front.sepia.ceph.com' 2023-12-06T04:00:26.856 INFO:teuthology.task.kernel:Checking kernel version of host.b, want "4.18.0-526.el8.x86_64"... 2023-12-06T04:00:26.856 DEBUG:teuthology.orchestra.run.smithi098:> uname -r 2023-12-06T04:00:26.872 INFO:teuthology.orchestra.run.smithi098.stdout:4.18.0-526.el8.x86_64 2023-12-06T04:00:26.872 DEBUG:teuthology.task.kernel:current kernel version is 4.18.0-526.el8.x86_64 vs 4.18.0-526.el8.x86_64 2023-12-06T04:00:26.873 DEBUG:teuthology.task.kernel:utsrelease strings match, do not need to install 2023-12-06T04:00:26.873 DEBUG:teuthology.task.kernel:Distro of this test job: centos 2023-12-06T04:00:27.874 INFO:teuthology.task.kernel:Enabling kdb on host.b... 2023-12-06T04:00:27.874 DEBUG:teuthology.orchestra.run.smithi098:> echo ttyS1 | sudo tee /sys/module/kgdboc/parameters/kgdboc 2023-12-06T04:00:27.955 INFO:teuthology.orchestra.run.smithi098.stdout:ttyS1 2023-12-06T04:00:27.967 DEBUG:teuthology.parallel:result is None 2023-12-06T04:00:31.031 DEBUG:teuthology.orchestra.run.smithi047:> true 2023-12-06T04:00:31.344 INFO:teuthology.orchestra.remote:Successfully reconnected to host 'ubuntu@smithi047.front.sepia.ceph.com' 2023-12-06T04:00:31.344 INFO:teuthology.task.kernel:Checking kernel version of host.a, want "4.18.0-526.el8.x86_64"... 2023-12-06T04:00:31.344 DEBUG:teuthology.orchestra.run.smithi047:> uname -r 2023-12-06T04:00:31.366 INFO:teuthology.orchestra.run.smithi047.stdout:4.18.0-526.el8.x86_64 2023-12-06T04:00:31.366 DEBUG:teuthology.task.kernel:current kernel version is 4.18.0-526.el8.x86_64 vs 4.18.0-526.el8.x86_64 2023-12-06T04:00:31.366 DEBUG:teuthology.task.kernel:utsrelease strings match, do not need to install 2023-12-06T04:00:31.366 DEBUG:teuthology.task.kernel:Distro of this test job: centos 2023-12-06T04:00:32.367 INFO:teuthology.task.kernel:Enabling kdb on host.a... 2023-12-06T04:00:32.368 DEBUG:teuthology.orchestra.run.smithi047:> echo ttyS1 | sudo tee /sys/module/kgdboc/parameters/kgdboc 2023-12-06T04:00:32.458 INFO:teuthology.orchestra.run.smithi047.stdout:ttyS1 2023-12-06T04:00:32.472 DEBUG:teuthology.parallel:result is None 2023-12-06T04:00:32.472 INFO:teuthology.run_tasks:Running task internal.base... 2023-12-06T04:00:32.479 INFO:teuthology.task.internal:Creating test directory... 2023-12-06T04:00:32.479 DEBUG:teuthology.orchestra.run.smithi047:> mkdir -p -m0755 -- /home/ubuntu/cephtest 2023-12-06T04:00:32.481 DEBUG:teuthology.orchestra.run.smithi098:> mkdir -p -m0755 -- /home/ubuntu/cephtest 2023-12-06T04:00:32.503 INFO:teuthology.run_tasks:Running task internal.archive_upload... 2023-12-06T04:00:32.509 INFO:teuthology.run_tasks:Running task internal.archive... 2023-12-06T04:00:32.558 INFO:teuthology.task.internal:Creating archive directory... 2023-12-06T04:00:32.559 DEBUG:teuthology.orchestra.run.smithi047:> install -d -m0755 -- /home/ubuntu/cephtest/archive 2023-12-06T04:00:32.561 DEBUG:teuthology.orchestra.run.smithi098:> install -d -m0755 -- /home/ubuntu/cephtest/archive 2023-12-06T04:00:32.607 INFO:teuthology.run_tasks:Running task internal.coredump... 2023-12-06T04:00:32.615 INFO:teuthology.task.internal:Enabling coredump saving... 2023-12-06T04:00:32.616 DEBUG:teuthology.orchestra.run.smithi047:> 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-12-06T04:00:32.618 DEBUG:teuthology.orchestra.run.smithi098:> 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-12-06T04:00:32.661 INFO:teuthology.orchestra.run.smithi047.stdout:kernel.core_pattern = /home/ubuntu/cephtest/archive/coredump/%t.%p.core 2023-12-06T04:00:32.666 INFO:teuthology.orchestra.run.smithi098.stdout:kernel.core_pattern = /home/ubuntu/cephtest/archive/coredump/%t.%p.core 2023-12-06T04:00:32.672 INFO:teuthology.orchestra.run.smithi047.stdout:kernel.core_pattern=/home/ubuntu/cephtest/archive/coredump/%t.%p.core 2023-12-06T04:00:32.682 INFO:teuthology.orchestra.run.smithi098.stdout:kernel.core_pattern=/home/ubuntu/cephtest/archive/coredump/%t.%p.core 2023-12-06T04:00:32.683 INFO:teuthology.run_tasks:Running task internal.sudo... 2023-12-06T04:00:32.690 INFO:teuthology.task.internal:Configuring sudo... 2023-12-06T04:00:32.690 DEBUG:teuthology.orchestra.run.smithi047:> sudo sed -i.orig.teuthology -e 's/^\([^#]*\) \(requiretty\)/\1 !\2/g' -e 's/^\([^#]*\) !\(visiblepw\)/\1 \2/g' /etc/sudoers 2023-12-06T04:00:32.692 DEBUG:teuthology.orchestra.run.smithi098:> sudo sed -i.orig.teuthology -e 's/^\([^#]*\) \(requiretty\)/\1 !\2/g' -e 's/^\([^#]*\) !\(visiblepw\)/\1 \2/g' /etc/sudoers 2023-12-06T04:00:32.754 INFO:teuthology.run_tasks:Running task internal.syslog... 2023-12-06T04:00:32.763 INFO:teuthology.task.internal.syslog:Starting syslog monitoring... 2023-12-06T04:00:32.763 DEBUG:teuthology.orchestra.run.smithi047:> mkdir -p -m0755 -- /home/ubuntu/cephtest/archive/syslog 2023-12-06T04:00:32.766 DEBUG:teuthology.orchestra.run.smithi098:> mkdir -p -m0755 -- /home/ubuntu/cephtest/archive/syslog 2023-12-06T04:00:32.814 DEBUG:teuthology.orchestra.run.smithi047:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/kern.log 2023-12-06T04:00:32.879 DEBUG:teuthology.orchestra.run.smithi047:> sudo chcon system_u:object_r:var_log_t:s0 /home/ubuntu/cephtest/archive/syslog/kern.log 2023-12-06T04:00:32.934 DEBUG:teuthology.orchestra.run.smithi047:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/misc.log 2023-12-06T04:00:33.020 DEBUG:teuthology.orchestra.run.smithi047:> sudo chcon system_u:object_r:var_log_t:s0 /home/ubuntu/cephtest/archive/syslog/misc.log 2023-12-06T04:00:33.074 DEBUG:teuthology.orchestra.run.smithi047:> set -ex 2023-12-06T04:00:33.074 DEBUG:teuthology.orchestra.run.smithi047:> sudo dd of=/etc/rsyslog.d/80-cephtest.conf 2023-12-06T04:00:33.149 DEBUG:teuthology.orchestra.run.smithi098:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/kern.log 2023-12-06T04:00:33.198 DEBUG:teuthology.orchestra.run.smithi098:> sudo chcon system_u:object_r:var_log_t:s0 /home/ubuntu/cephtest/archive/syslog/kern.log 2023-12-06T04:00:33.253 DEBUG:teuthology.orchestra.run.smithi098:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/misc.log 2023-12-06T04:00:33.335 DEBUG:teuthology.orchestra.run.smithi098:> sudo chcon system_u:object_r:var_log_t:s0 /home/ubuntu/cephtest/archive/syslog/misc.log 2023-12-06T04:00:33.384 DEBUG:teuthology.orchestra.run.smithi098:> set -ex 2023-12-06T04:00:33.384 DEBUG:teuthology.orchestra.run.smithi098:> sudo dd of=/etc/rsyslog.d/80-cephtest.conf 2023-12-06T04:00:33.453 DEBUG:teuthology.orchestra.run.smithi047:> sudo service rsyslog restart 2023-12-06T04:00:33.455 DEBUG:teuthology.orchestra.run.smithi098:> sudo service rsyslog restart 2023-12-06T04:00:33.529 INFO:teuthology.orchestra.run.smithi047.stderr:Redirecting to /bin/systemctl restart rsyslog.service 2023-12-06T04:00:33.560 INFO:teuthology.orchestra.run.smithi098.stderr:Redirecting to /bin/systemctl restart rsyslog.service 2023-12-06T04:00:33.890 INFO:teuthology.run_tasks:Running task internal.timer... 2023-12-06T04:00:33.898 INFO:teuthology.task.internal:Starting timer... 2023-12-06T04:00:33.898 INFO:teuthology.run_tasks:Running task pcp... 2023-12-06T04:00:33.938 INFO:teuthology.run_tasks:Running task selinux... 2023-12-06T04:00:33.986 DEBUG:teuthology.task:Applying overrides for task selinux: {'whitelist': ['scontext=system_u:system_r:logrotate_t:s0']} 2023-12-06T04:00:33.986 DEBUG:teuthology.orchestra.run.smithi047:> sudo service auditd rotate 2023-12-06T04:00:34.072 INFO:teuthology.orchestra.run.smithi047.stdout:Rotating logs: 2023-12-06T04:00:34.074 DEBUG:teuthology.orchestra.run.smithi098:> sudo service auditd rotate 2023-12-06T04:00:34.149 INFO:teuthology.orchestra.run.smithi098.stdout:Rotating logs: 2023-12-06T04:00:34.151 DEBUG:teuthology.task.selinux:Getting current SELinux state 2023-12-06T04:00:34.151 DEBUG:teuthology.orchestra.run.smithi047:> /usr/sbin/getenforce 2023-12-06T04:00:34.207 INFO:teuthology.orchestra.run.smithi047.stdout:Permissive 2023-12-06T04:00:34.207 DEBUG:teuthology.orchestra.run.smithi098:> /usr/sbin/getenforce 2023-12-06T04:00:34.235 INFO:teuthology.orchestra.run.smithi098.stdout:Permissive 2023-12-06T04:00:34.235 DEBUG:teuthology.task.selinux:Existing SELinux modes: {'ubuntu@smithi047.front.sepia.ceph.com': 'permissive', 'ubuntu@smithi098.front.sepia.ceph.com': 'permissive'} 2023-12-06T04:00:34.235 DEBUG:teuthology.orchestra.run.smithi047:> 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-12-06T04:00:34.270 DEBUG:teuthology.orchestra.run:got remote process result: 1 2023-12-06T04:00:34.271 DEBUG:teuthology.orchestra.run.smithi098:> 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-12-06T04:00:34.304 DEBUG:teuthology.orchestra.run:got remote process result: 1 2023-12-06T04:00:34.304 INFO:teuthology.task.selinux:Putting SELinux into permissive mode 2023-12-06T04:00:34.304 DEBUG:teuthology.orchestra.run.smithi047:> sudo /usr/sbin/setenforce permissive 2023-12-06T04:00:34.345 DEBUG:teuthology.orchestra.run.smithi098:> sudo /usr/sbin/setenforce permissive 2023-12-06T04:00:34.374 INFO:teuthology.run_tasks:Running task ansible.cephlab... 2023-12-06T04:00:34.384 DEBUG:teuthology.repo_utils:Setting repo remote to https://git.ceph.com/ceph-cm-ansible.git 2023-12-06T04:00:34.389 INFO:teuthology.repo_utils:Fetching main from origin 2023-12-06T04:00:34.655 INFO:teuthology.repo_utils:Resetting repo at /home/teuthworker/src/git.ceph.com_ceph-cm-ansible_main to origin/main 2023-12-06T04:00:34.672 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-12-06T04:00:34.673 DEBUG:teuthology.task.ansible:Running ansible-playbook -v --extra-vars '{"ansible_ssh_user": "ubuntu"}' -i /etc/ansible/hosts --limit smithi047.front.sepia.ceph.com,smithi098.front.sepia.ceph.com /home/teuthworker/src/git.ceph.com_ceph-cm-ansible_main/cephlab.yml 2023-12-06T04:08:39.588 DEBUG:teuthology.task.ansible:Reconnecting to [Remote(name='ubuntu@smithi047.front.sepia.ceph.com'), Remote(name='ubuntu@smithi098.front.sepia.ceph.com')] 2023-12-06T04:08:39.589 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi047.front.sepia.ceph.com' 2023-12-06T04:08:39.590 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi047.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2023-12-06T04:08:39.662 DEBUG:teuthology.orchestra.run.smithi047:> true 2023-12-06T04:08:39.736 INFO:teuthology.orchestra.remote:Successfully reconnected to host 'ubuntu@smithi047.front.sepia.ceph.com' 2023-12-06T04:08:39.737 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi098.front.sepia.ceph.com' 2023-12-06T04:08:39.737 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi098.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2023-12-06T04:08:39.808 DEBUG:teuthology.orchestra.run.smithi098:> true 2023-12-06T04:08:39.875 INFO:teuthology.orchestra.remote:Successfully reconnected to host 'ubuntu@smithi098.front.sepia.ceph.com' 2023-12-06T04:08:39.876 INFO:teuthology.run_tasks:Running task clock... 2023-12-06T04:08:39.889 INFO:teuthology.task.clock:Syncing clocks and checking initial clock skew... 2023-12-06T04:08:39.890 INFO:teuthology.orchestra.run:Running command with timeout 360 2023-12-06T04:08:39.890 DEBUG:teuthology.orchestra.run.smithi047:> 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-12-06T04:08:39.893 INFO:teuthology.orchestra.run:Running command with timeout 360 2023-12-06T04:08:39.893 DEBUG:teuthology.orchestra.run.smithi098:> 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-12-06T04:08:39.929 INFO:teuthology.orchestra.run.smithi047.stderr:Failed to stop ntp.service: Unit ntp.service not loaded. 2023-12-06T04:08:39.946 INFO:teuthology.orchestra.run.smithi047.stderr:Failed to stop ntpd.service: Unit ntpd.service not loaded. 2023-12-06T04:08:39.946 INFO:teuthology.orchestra.run.smithi098.stderr:Failed to stop ntp.service: Unit ntp.service not loaded. 2023-12-06T04:08:39.959 INFO:teuthology.orchestra.run.smithi098.stderr:Failed to stop ntpd.service: Unit ntpd.service not loaded. 2023-12-06T04:08:40.018 INFO:teuthology.orchestra.run.smithi047.stderr:sudo: ntpd: command not found 2023-12-06T04:08:40.022 INFO:teuthology.orchestra.run.smithi098.stderr:sudo: ntpd: command not found 2023-12-06T04:08:40.031 INFO:teuthology.orchestra.run.smithi047.stdout:506 Cannot talk to daemon 2023-12-06T04:08:40.032 INFO:teuthology.orchestra.run.smithi098.stdout:506 Cannot talk to daemon 2023-12-06T04:08:40.046 INFO:teuthology.orchestra.run.smithi098.stderr:Failed to start ntp.service: Unit ntp.service not found. 2023-12-06T04:08:40.048 INFO:teuthology.orchestra.run.smithi047.stderr:Failed to start ntp.service: Unit ntp.service not found. 2023-12-06T04:08:40.059 INFO:teuthology.orchestra.run.smithi098.stderr:Failed to start ntpd.service: Unit ntpd.service not found. 2023-12-06T04:08:40.063 INFO:teuthology.orchestra.run.smithi047.stderr:Failed to start ntpd.service: Unit ntpd.service not found. 2023-12-06T04:08:40.128 INFO:teuthology.orchestra.run.smithi098.stderr:bash: ntpq: command not found 2023-12-06T04:08:40.131 INFO:teuthology.orchestra.run.smithi098.stdout:MS Name/IP address Stratum Poll Reach LastRx Last sample 2023-12-06T04:08:40.131 INFO:teuthology.orchestra.run.smithi098.stdout:=============================================================================== 2023-12-06T04:08:40.131 INFO:teuthology.orchestra.run.smithi098.stdout:^? hv01.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2023-12-06T04:08:40.131 INFO:teuthology.orchestra.run.smithi098.stdout:^? hv02.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2023-12-06T04:08:40.131 INFO:teuthology.orchestra.run.smithi098.stdout:^? hv03.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2023-12-06T04:08:40.132 INFO:teuthology.orchestra.run.smithi098.stdout:^? hv04.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2023-12-06T04:08:40.138 INFO:teuthology.orchestra.run.smithi047.stderr:bash: ntpq: command not found 2023-12-06T04:08:40.142 INFO:teuthology.orchestra.run.smithi047.stdout:MS Name/IP address Stratum Poll Reach LastRx Last sample 2023-12-06T04:08:40.142 INFO:teuthology.orchestra.run.smithi047.stdout:=============================================================================== 2023-12-06T04:08:40.142 INFO:teuthology.orchestra.run.smithi047.stdout:^? hv01.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2023-12-06T04:08:40.142 INFO:teuthology.orchestra.run.smithi047.stdout:^? hv02.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2023-12-06T04:08:40.142 INFO:teuthology.orchestra.run.smithi047.stdout:^? hv03.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2023-12-06T04:08:40.142 INFO:teuthology.orchestra.run.smithi047.stdout:^? hv04.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2023-12-06T04:08:40.143 INFO:teuthology.run_tasks:Running task pexec... 2023-12-06T04:08:40.152 INFO:teuthology.task.pexec:Executing custom commands... 2023-12-06T04:08:40.152 INFO:teuthology.task.pexec:Running commands on host ubuntu@smithi047.front.sepia.ceph.com 2023-12-06T04:08:40.153 DEBUG:teuthology.orchestra.run.smithi047:> TESTDIR=/home/ubuntu/cephtest bash -s 2023-12-06T04:08:40.153 INFO:teuthology.task.pexec:Running commands on host ubuntu@smithi098.front.sepia.ceph.com 2023-12-06T04:08:40.153 DEBUG:teuthology.orchestra.run.smithi098:> TESTDIR=/home/ubuntu/cephtest bash -s 2023-12-06T04:08:41.049 INFO:teuthology.orchestra.run.smithi098.stdout:Last metadata expiration check: 0:02:19 ago on Wed 06 Dec 2023 04:06:21 AM UTC. 2023-12-06T04:08:41.195 INFO:teuthology.orchestra.run.smithi047.stdout:Last metadata expiration check: 0:01:38 ago on Wed 06 Dec 2023 04:07:02 AM UTC. 2023-12-06T04:08:43.146 INFO:teuthology.orchestra.run.smithi098.stdout:Dependencies resolved. 2023-12-06T04:08:43.147 INFO:teuthology.orchestra.run.smithi098.stdout:================================================================================ 2023-12-06T04:08:43.148 INFO:teuthology.orchestra.run.smithi098.stdout: Package Architecture Version Repository Size 2023-12-06T04:08:43.148 INFO:teuthology.orchestra.run.smithi098.stdout:================================================================================ 2023-12-06T04:08:43.148 INFO:teuthology.orchestra.run.smithi098.stdout:Resetting modules: 2023-12-06T04:08:43.148 INFO:teuthology.orchestra.run.smithi098.stdout: container-tools 2023-12-06T04:08:43.148 INFO:teuthology.orchestra.run.smithi098.stdout: 2023-12-06T04:08:43.148 INFO:teuthology.orchestra.run.smithi098.stdout:Transaction Summary 2023-12-06T04:08:43.148 INFO:teuthology.orchestra.run.smithi098.stdout:================================================================================ 2023-12-06T04:08:43.148 INFO:teuthology.orchestra.run.smithi098.stdout: 2023-12-06T04:08:43.411 INFO:teuthology.orchestra.run.smithi098.stdout:Complete! 2023-12-06T04:08:43.578 INFO:teuthology.orchestra.run.smithi047.stdout:Dependencies resolved. 2023-12-06T04:08:43.580 INFO:teuthology.orchestra.run.smithi047.stdout:================================================================================ 2023-12-06T04:08:43.580 INFO:teuthology.orchestra.run.smithi047.stdout: Package Architecture Version Repository Size 2023-12-06T04:08:43.580 INFO:teuthology.orchestra.run.smithi047.stdout:================================================================================ 2023-12-06T04:08:43.580 INFO:teuthology.orchestra.run.smithi047.stdout:Resetting modules: 2023-12-06T04:08:43.580 INFO:teuthology.orchestra.run.smithi047.stdout: container-tools 2023-12-06T04:08:43.580 INFO:teuthology.orchestra.run.smithi047.stdout: 2023-12-06T04:08:43.580 INFO:teuthology.orchestra.run.smithi047.stdout:Transaction Summary 2023-12-06T04:08:43.580 INFO:teuthology.orchestra.run.smithi047.stdout:================================================================================ 2023-12-06T04:08:43.580 INFO:teuthology.orchestra.run.smithi047.stdout: 2023-12-06T04:08:43.869 INFO:teuthology.orchestra.run.smithi047.stdout:Complete! 2023-12-06T04:08:44.358 INFO:teuthology.orchestra.run.smithi098.stdout:Last metadata expiration check: 0:02:23 ago on Wed 06 Dec 2023 04:06:21 AM UTC. 2023-12-06T04:08:44.927 INFO:teuthology.orchestra.run.smithi047.stdout:Last metadata expiration check: 0:01:42 ago on Wed 06 Dec 2023 04:07:02 AM UTC. 2023-12-06T04:08:46.494 INFO:teuthology.orchestra.run.smithi098.stdout:Dependencies resolved. 2023-12-06T04:08:46.677 INFO:teuthology.orchestra.run.smithi098.stdout:================================================================================ 2023-12-06T04:08:46.677 INFO:teuthology.orchestra.run.smithi098.stdout: Package Arch Version Repository Size 2023-12-06T04:08:46.677 INFO:teuthology.orchestra.run.smithi098.stdout:================================================================================ 2023-12-06T04:08:46.677 INFO:teuthology.orchestra.run.smithi098.stdout:Installing group/module packages: 2023-12-06T04:08:46.677 INFO:teuthology.orchestra.run.smithi098.stdout: aardvark-dns x86_64 2:1.8.0-1.module_el8+712+4cd1bd69 appstream 1.0 M 2023-12-06T04:08:46.677 INFO:teuthology.orchestra.run.smithi098.stdout: buildah x86_64 1:1.32.0-1.module_el8+712+4cd1bd69 appstream 9.6 M 2023-12-06T04:08:46.678 INFO:teuthology.orchestra.run.smithi098.stdout: cockpit-podman noarch 78-1.module_el8+712+4cd1bd69 appstream 750 k 2023-12-06T04:08:46.678 INFO:teuthology.orchestra.run.smithi098.stdout: crun x86_64 1.9.2-1.module_el8+712+4cd1bd69 appstream 241 k 2023-12-06T04:08:46.678 INFO:teuthology.orchestra.run.smithi098.stdout: netavark x86_64 2:1.8.0-2.module_el8+712+4cd1bd69 appstream 3.9 M 2023-12-06T04:08:46.678 INFO:teuthology.orchestra.run.smithi098.stdout: python3-podman noarch 4.7.0-1.module_el8+712+4cd1bd69 appstream 178 k 2023-12-06T04:08:46.678 INFO:teuthology.orchestra.run.smithi098.stdout: skopeo x86_64 2:1.13.3-1.module_el8+712+4cd1bd69 appstream 8.1 M 2023-12-06T04:08:46.678 INFO:teuthology.orchestra.run.smithi098.stdout: toolbox x86_64 0.0.99.4-6.module_el8+712+4cd1bd69 appstream 2.5 M 2023-12-06T04:08:46.678 INFO:teuthology.orchestra.run.smithi098.stdout: udica noarch 0.2.6-20.module_el8+712+4cd1bd69 appstream 53 k 2023-12-06T04:08:46.678 INFO:teuthology.orchestra.run.smithi098.stdout:Installing dependencies: 2023-12-06T04:08:46.678 INFO:teuthology.orchestra.run.smithi098.stdout: python3-pytoml noarch 0.1.14-5.git7dea353.el8 appstream 25 k 2023-12-06T04:08:46.678 INFO:teuthology.orchestra.run.smithi098.stdout: python3-pyxdg noarch 0.25-16.el8 appstream 94 k 2023-12-06T04:08:46.678 INFO:teuthology.orchestra.run.smithi098.stdout: yajl x86_64 2.1.0-12.el8 appstream 41 k 2023-12-06T04:08:46.678 INFO:teuthology.orchestra.run.smithi098.stdout:Installing weak dependencies: 2023-12-06T04:08:46.678 INFO:teuthology.orchestra.run.smithi098.stdout: criu-libs x86_64 3.15-3.module_el8.7.0+1216+b022c01d appstream 38 k 2023-12-06T04:08:46.678 INFO:teuthology.orchestra.run.smithi098.stdout:Installing module profiles: 2023-12-06T04:08:46.678 INFO:teuthology.orchestra.run.smithi098.stdout: container-tools/common 2023-12-06T04:08:46.679 INFO:teuthology.orchestra.run.smithi098.stdout: 2023-12-06T04:08:46.679 INFO:teuthology.orchestra.run.smithi098.stdout:Enabling module streams: 2023-12-06T04:08:46.679 INFO:teuthology.orchestra.run.smithi098.stdout: container-tools rhel8 2023-12-06T04:08:46.679 INFO:teuthology.orchestra.run.smithi098.stdout: 2023-12-06T04:08:46.679 INFO:teuthology.orchestra.run.smithi098.stdout:Transaction Summary 2023-12-06T04:08:46.679 INFO:teuthology.orchestra.run.smithi098.stdout:================================================================================ 2023-12-06T04:08:46.679 INFO:teuthology.orchestra.run.smithi098.stdout:Install 13 Packages 2023-12-06T04:08:46.679 INFO:teuthology.orchestra.run.smithi098.stdout: 2023-12-06T04:08:46.679 INFO:teuthology.orchestra.run.smithi098.stdout:Total download size: 27 M 2023-12-06T04:08:46.680 INFO:teuthology.orchestra.run.smithi098.stdout:Installed size: 89 M 2023-12-06T04:08:46.680 INFO:teuthology.orchestra.run.smithi098.stdout:Downloading Packages: 2023-12-06T04:08:46.849 INFO:teuthology.orchestra.run.smithi098.stdout:(1/13): cockpit-podman-78-1.module_el8+712+4cd1 6.2 MB/s | 750 kB 00:00 2023-12-06T04:08:46.891 INFO:teuthology.orchestra.run.smithi098.stdout:(2/13): aardvark-dns-1.8.0-1.module_el8+712+4cd 6.2 MB/s | 1.0 MB 00:00 2023-12-06T04:08:46.908 INFO:teuthology.orchestra.run.smithi098.stdout:(3/13): criu-libs-3.15-3.module_el8.7.0+1216+b0 644 kB/s | 38 kB 00:00 2023-12-06T04:08:46.934 INFO:teuthology.orchestra.run.smithi098.stdout:(4/13): crun-1.9.2-1.module_el8+712+4cd1bd69.x8 5.6 MB/s | 241 kB 00:00 2023-12-06T04:08:46.959 INFO:teuthology.orchestra.run.smithi098.stdout:(5/13): python3-podman-4.7.0-1.module_el8+712+4 7.0 MB/s | 178 kB 00:00 2023-12-06T04:08:46.992 INFO:teuthology.orchestra.run.smithi098.stdout:(6/13): python3-pytoml-0.1.14-5.git7dea353.el8. 747 kB/s | 25 kB 00:00 2023-12-06T04:08:47.060 INFO:teuthology.orchestra.run.smithi098.stdout:(7/13): netavark-1.8.0-2.module_el8+712+4cd1bd6 26 MB/s | 3.9 MB 00:00 2023-12-06T04:08:47.085 INFO:teuthology.orchestra.run.smithi098.stdout:(8/13): python3-pyxdg-0.25-16.el8.noarch.rpm 1.0 MB/s | 94 kB 00:00 2023-12-06T04:08:47.169 INFO:teuthology.orchestra.run.smithi098.stdout:(9/13): toolbox-0.0.99.4-6.module_el8+712+4cd1b 30 MB/s | 2.5 MB 00:00 2023-12-06T04:08:47.261 INFO:teuthology.orchestra.run.smithi098.stdout:(10/13): skopeo-1.13.3-1.module_el8+712+4cd1bd6 41 MB/s | 8.1 MB 00:00 2023-12-06T04:08:47.291 INFO:teuthology.orchestra.run.smithi047.stdout:Dependencies resolved. 2023-12-06T04:08:47.311 INFO:teuthology.orchestra.run.smithi098.stdout:(11/13): udica-0.2.6-20.module_el8+712+4cd1bd69 371 kB/s | 53 kB 00:00 2023-12-06T04:08:47.336 INFO:teuthology.orchestra.run.smithi098.stdout:(12/13): yajl-2.1.0-12.el8.x86_64.rpm 546 kB/s | 41 kB 00:00 2023-12-06T04:08:47.445 INFO:teuthology.orchestra.run.smithi098.stdout:(13/13): buildah-1.32.0-1.module_el8+712+4cd1bd 13 MB/s | 9.6 MB 00:00 2023-12-06T04:08:47.445 INFO:teuthology.orchestra.run.smithi098.stdout:-------------------------------------------------------------------------------- 2023-12-06T04:08:47.445 INFO:teuthology.orchestra.run.smithi098.stdout:Total 35 MB/s | 27 MB 00:00 2023-12-06T04:08:47.498 INFO:teuthology.orchestra.run.smithi047.stdout:================================================================================ 2023-12-06T04:08:47.498 INFO:teuthology.orchestra.run.smithi047.stdout: Package Arch Version Repository Size 2023-12-06T04:08:47.498 INFO:teuthology.orchestra.run.smithi047.stdout:================================================================================ 2023-12-06T04:08:47.498 INFO:teuthology.orchestra.run.smithi047.stdout:Installing group/module packages: 2023-12-06T04:08:47.498 INFO:teuthology.orchestra.run.smithi047.stdout: aardvark-dns x86_64 2:1.8.0-1.module_el8+712+4cd1bd69 appstream 1.0 M 2023-12-06T04:08:47.498 INFO:teuthology.orchestra.run.smithi047.stdout: buildah x86_64 1:1.32.0-1.module_el8+712+4cd1bd69 appstream 9.6 M 2023-12-06T04:08:47.498 INFO:teuthology.orchestra.run.smithi047.stdout: cockpit-podman noarch 78-1.module_el8+712+4cd1bd69 appstream 750 k 2023-12-06T04:08:47.498 INFO:teuthology.orchestra.run.smithi047.stdout: crun x86_64 1.9.2-1.module_el8+712+4cd1bd69 appstream 241 k 2023-12-06T04:08:47.498 INFO:teuthology.orchestra.run.smithi047.stdout: netavark x86_64 2:1.8.0-2.module_el8+712+4cd1bd69 appstream 3.9 M 2023-12-06T04:08:47.499 INFO:teuthology.orchestra.run.smithi047.stdout: python3-podman noarch 4.7.0-1.module_el8+712+4cd1bd69 appstream 178 k 2023-12-06T04:08:47.499 INFO:teuthology.orchestra.run.smithi047.stdout: skopeo x86_64 2:1.13.3-1.module_el8+712+4cd1bd69 appstream 8.1 M 2023-12-06T04:08:47.499 INFO:teuthology.orchestra.run.smithi047.stdout: toolbox x86_64 0.0.99.4-6.module_el8+712+4cd1bd69 appstream 2.5 M 2023-12-06T04:08:47.499 INFO:teuthology.orchestra.run.smithi047.stdout: udica noarch 0.2.6-20.module_el8+712+4cd1bd69 appstream 53 k 2023-12-06T04:08:47.499 INFO:teuthology.orchestra.run.smithi047.stdout:Installing dependencies: 2023-12-06T04:08:47.499 INFO:teuthology.orchestra.run.smithi047.stdout: python3-pytoml noarch 0.1.14-5.git7dea353.el8 appstream 25 k 2023-12-06T04:08:47.499 INFO:teuthology.orchestra.run.smithi047.stdout: python3-pyxdg noarch 0.25-16.el8 appstream 94 k 2023-12-06T04:08:47.499 INFO:teuthology.orchestra.run.smithi047.stdout: yajl x86_64 2.1.0-12.el8 appstream 41 k 2023-12-06T04:08:47.499 INFO:teuthology.orchestra.run.smithi047.stdout:Installing weak dependencies: 2023-12-06T04:08:47.499 INFO:teuthology.orchestra.run.smithi047.stdout: criu-libs x86_64 3.15-3.module_el8.7.0+1216+b022c01d appstream 38 k 2023-12-06T04:08:47.499 INFO:teuthology.orchestra.run.smithi047.stdout:Installing module profiles: 2023-12-06T04:08:47.499 INFO:teuthology.orchestra.run.smithi047.stdout: container-tools/common 2023-12-06T04:08:47.499 INFO:teuthology.orchestra.run.smithi047.stdout: 2023-12-06T04:08:47.499 INFO:teuthology.orchestra.run.smithi047.stdout:Enabling module streams: 2023-12-06T04:08:47.500 INFO:teuthology.orchestra.run.smithi047.stdout: container-tools rhel8 2023-12-06T04:08:47.500 INFO:teuthology.orchestra.run.smithi047.stdout: 2023-12-06T04:08:47.500 INFO:teuthology.orchestra.run.smithi047.stdout:Transaction Summary 2023-12-06T04:08:47.500 INFO:teuthology.orchestra.run.smithi047.stdout:================================================================================ 2023-12-06T04:08:47.500 INFO:teuthology.orchestra.run.smithi047.stdout:Install 13 Packages 2023-12-06T04:08:47.500 INFO:teuthology.orchestra.run.smithi047.stdout: 2023-12-06T04:08:47.500 INFO:teuthology.orchestra.run.smithi047.stdout:Total download size: 27 M 2023-12-06T04:08:47.501 INFO:teuthology.orchestra.run.smithi047.stdout:Installed size: 89 M 2023-12-06T04:08:47.501 INFO:teuthology.orchestra.run.smithi047.stdout:Downloading Packages: 2023-12-06T04:08:47.645 INFO:teuthology.orchestra.run.smithi047.stdout:(1/13): cockpit-podman-78-1.module_el8+712+4cd1 7.3 MB/s | 750 kB 00:00 2023-12-06T04:08:47.679 INFO:teuthology.orchestra.run.smithi047.stdout:(2/13): aardvark-dns-1.8.0-1.module_el8+712+4cd 7.5 MB/s | 1.0 MB 00:00 2023-12-06T04:08:47.705 INFO:teuthology.orchestra.run.smithi047.stdout:(3/13): criu-libs-3.15-3.module_el8.7.0+1216+b0 647 kB/s | 38 kB 00:00 2023-12-06T04:08:47.712 INFO:teuthology.orchestra.run.smithi098.stdout:Running transaction check 2023-12-06T04:08:47.729 INFO:teuthology.orchestra.run.smithi047.stdout:(4/13): crun-1.9.2-1.module_el8+712+4cd1bd69.x8 4.7 MB/s | 241 kB 00:00 2023-12-06T04:08:47.734 INFO:teuthology.orchestra.run.smithi098.stdout:Transaction check succeeded. 2023-12-06T04:08:47.734 INFO:teuthology.orchestra.run.smithi098.stdout:Running transaction test 2023-12-06T04:08:47.763 INFO:teuthology.orchestra.run.smithi047.stdout:(5/13): python3-podman-4.7.0-1.module_el8+712+4 5.2 MB/s | 178 kB 00:00 2023-12-06T04:08:47.797 INFO:teuthology.orchestra.run.smithi047.stdout:(6/13): python3-pytoml-0.1.14-5.git7dea353.el8. 746 kB/s | 25 kB 00:00 2023-12-06T04:08:47.880 INFO:teuthology.orchestra.run.smithi047.stdout:(7/13): netavark-1.8.0-2.module_el8+712+4cd1bd6 22 MB/s | 3.9 MB 00:00 2023-12-06T04:08:47.906 INFO:teuthology.orchestra.run.smithi047.stdout:(8/13): python3-pyxdg-0.25-16.el8.noarch.rpm 866 kB/s | 94 kB 00:00 2023-12-06T04:08:47.994 INFO:teuthology.orchestra.run.smithi098.stdout:Transaction test succeeded. 2023-12-06T04:08:47.997 INFO:teuthology.orchestra.run.smithi098.stdout:Running transaction 2023-12-06T04:08:48.064 INFO:teuthology.orchestra.run.smithi047.stdout:(9/13): buildah-1.32.0-1.module_el8+712+4cd1bd6 18 MB/s | 9.6 MB 00:00 2023-12-06T04:08:48.114 INFO:teuthology.orchestra.run.smithi047.stdout:(10/13): toolbox-0.0.99.4-6.module_el8+712+4cd1 12 MB/s | 2.5 MB 00:00 2023-12-06T04:08:48.140 INFO:teuthology.orchestra.run.smithi047.stdout:(11/13): udica-0.2.6-20.module_el8+712+4cd1bd69 701 kB/s | 53 kB 00:00 2023-12-06T04:08:48.165 INFO:teuthology.orchestra.run.smithi047.stdout:(12/13): yajl-2.1.0-12.el8.x86_64.rpm 815 kB/s | 41 kB 00:00 2023-12-06T04:08:48.266 INFO:teuthology.orchestra.run.smithi047.stdout:(13/13): skopeo-1.13.3-1.module_el8+712+4cd1bd6 21 MB/s | 8.1 MB 00:00 2023-12-06T04:08:48.266 INFO:teuthology.orchestra.run.smithi047.stdout:-------------------------------------------------------------------------------- 2023-12-06T04:08:48.266 INFO:teuthology.orchestra.run.smithi047.stdout:Total 35 MB/s | 27 MB 00:00 2023-12-06T04:08:48.557 INFO:teuthology.orchestra.run.smithi047.stdout:Running transaction check 2023-12-06T04:08:48.581 INFO:teuthology.orchestra.run.smithi047.stdout:Transaction check succeeded. 2023-12-06T04:08:48.581 INFO:teuthology.orchestra.run.smithi047.stdout:Running transaction test 2023-12-06T04:08:48.667 INFO:teuthology.orchestra.run.smithi098.stdout: Preparing : 1/1 2023-12-06T04:08:48.849 INFO:teuthology.orchestra.run.smithi047.stdout:Transaction test succeeded. 2023-12-06T04:08:48.853 INFO:teuthology.orchestra.run.smithi047.stdout:Running transaction 2023-12-06T04:08:48.878 INFO:teuthology.orchestra.run.smithi098.stdout: Installing : yajl-2.1.0-12.el8.x86_64 1/13 2023-12-06T04:08:49.065 INFO:teuthology.orchestra.run.smithi098.stdout: Installing : python3-pyxdg-0.25-16.el8.noarch 2/13 2023-12-06T04:08:49.247 INFO:teuthology.orchestra.run.smithi098.stdout: Installing : python3-pytoml-0.1.14-5.git7dea353.el8.noarch 3/13 2023-12-06T04:08:49.494 INFO:teuthology.orchestra.run.smithi098.stdout: Installing : criu-libs-3.15-3.module_el8.7.0+1216+b022c01d.x86_ 4/13 2023-12-06T04:08:49.531 INFO:teuthology.orchestra.run.smithi047.stdout: Preparing : 1/1 2023-12-06T04:08:49.751 INFO:teuthology.orchestra.run.smithi047.stdout: Installing : yajl-2.1.0-12.el8.x86_64 1/13 2023-12-06T04:08:49.927 INFO:teuthology.orchestra.run.smithi047.stdout: Installing : python3-pyxdg-0.25-16.el8.noarch 2/13 2023-12-06T04:08:50.064 INFO:teuthology.orchestra.run.smithi098.stdout: Installing : aardvark-dns-2:1.8.0-1.module_el8+712+4cd1bd69.x86 5/13 2023-12-06T04:08:50.144 INFO:teuthology.orchestra.run.smithi047.stdout: Installing : python3-pytoml-0.1.14-5.git7dea353.el8.noarch 3/13 2023-12-06T04:08:50.387 INFO:teuthology.orchestra.run.smithi047.stdout: Installing : criu-libs-3.15-3.module_el8.7.0+1216+b022c01d.x86_ 4/13 2023-12-06T04:08:50.958 INFO:teuthology.orchestra.run.smithi047.stdout: Installing : aardvark-dns-2:1.8.0-1.module_el8+712+4cd1bd69.x86 5/13 2023-12-06T04:08:51.047 INFO:teuthology.orchestra.run.smithi098.stdout: Installing : netavark-2:1.8.0-2.module_el8+712+4cd1bd69.x86_64 6/13 2023-12-06T04:08:51.249 INFO:teuthology.orchestra.run.smithi098.stdout: Installing : buildah-1:1.32.0-1.module_el8+712+4cd1bd69.x86_64 7/13 2023-12-06T04:08:51.482 INFO:teuthology.orchestra.run.smithi098.stdout: Installing : crun-1.9.2-1.module_el8+712+4cd1bd69.x86_64 8/13 2023-12-06T04:08:51.711 INFO:teuthology.orchestra.run.smithi098.stdout: Installing : python3-podman-4.7.0-1.module_el8+712+4cd1bd69.noa 9/13 2023-12-06T04:08:52.023 INFO:teuthology.orchestra.run.smithi047.stdout: Installing : netavark-2:1.8.0-2.module_el8+712+4cd1bd69.x86_64 6/13 2023-12-06T04:08:52.094 INFO:teuthology.orchestra.run.smithi098.stdout: Installing : udica-0.2.6-20.module_el8+712+4cd1bd69.noarch 10/13 2023-12-06T04:08:52.236 INFO:teuthology.orchestra.run.smithi047.stdout: Installing : buildah-1:1.32.0-1.module_el8+712+4cd1bd69.x86_64 7/13 2023-12-06T04:08:52.465 INFO:teuthology.orchestra.run.smithi047.stdout: Installing : crun-1.9.2-1.module_el8+712+4cd1bd69.x86_64 8/13 2023-12-06T04:08:52.716 INFO:teuthology.orchestra.run.smithi047.stdout: Installing : python3-podman-4.7.0-1.module_el8+712+4cd1bd69.noa 9/13 2023-12-06T04:08:52.980 INFO:teuthology.orchestra.run.smithi098.stdout: Installing : toolbox-0.0.99.4-6.module_el8+712+4cd1bd69.x86_64 11/13 2023-12-06T04:08:53.160 INFO:teuthology.orchestra.run.smithi047.stdout: Installing : udica-0.2.6-20.module_el8+712+4cd1bd69.noarch 10/13 2023-12-06T04:08:53.205 INFO:teuthology.orchestra.run.smithi098.stdout: Installing : skopeo-2:1.13.3-1.module_el8+712+4cd1bd69.x86_64 12/13 2023-12-06T04:08:53.398 INFO:teuthology.orchestra.run.smithi098.stdout: Installing : cockpit-podman-78-1.module_el8+712+4cd1bd69.noarch 13/13 2023-12-06T04:08:53.820 INFO:teuthology.orchestra.run.smithi098.stdout: Running scriptlet: cockpit-podman-78-1.module_el8+712+4cd1bd69.noarch 13/13 2023-12-06T04:08:53.821 INFO:teuthology.orchestra.run.smithi098.stdout: Verifying : aardvark-dns-2:1.8.0-1.module_el8+712+4cd1bd69.x86 1/13 2023-12-06T04:08:53.821 INFO:teuthology.orchestra.run.smithi098.stdout: Verifying : buildah-1:1.32.0-1.module_el8+712+4cd1bd69.x86_64 2/13 2023-12-06T04:08:53.821 INFO:teuthology.orchestra.run.smithi098.stdout: Verifying : cockpit-podman-78-1.module_el8+712+4cd1bd69.noarch 3/13 2023-12-06T04:08:53.821 INFO:teuthology.orchestra.run.smithi098.stdout: Verifying : criu-libs-3.15-3.module_el8.7.0+1216+b022c01d.x86_ 4/13 2023-12-06T04:08:53.821 INFO:teuthology.orchestra.run.smithi098.stdout: Verifying : crun-1.9.2-1.module_el8+712+4cd1bd69.x86_64 5/13 2023-12-06T04:08:53.821 INFO:teuthology.orchestra.run.smithi098.stdout: Verifying : netavark-2:1.8.0-2.module_el8+712+4cd1bd69.x86_64 6/13 2023-12-06T04:08:53.821 INFO:teuthology.orchestra.run.smithi098.stdout: Verifying : python3-podman-4.7.0-1.module_el8+712+4cd1bd69.noa 7/13 2023-12-06T04:08:53.821 INFO:teuthology.orchestra.run.smithi098.stdout: Verifying : python3-pytoml-0.1.14-5.git7dea353.el8.noarch 8/13 2023-12-06T04:08:53.821 INFO:teuthology.orchestra.run.smithi098.stdout: Verifying : python3-pyxdg-0.25-16.el8.noarch 9/13 2023-12-06T04:08:53.821 INFO:teuthology.orchestra.run.smithi098.stdout: Verifying : skopeo-2:1.13.3-1.module_el8+712+4cd1bd69.x86_64 10/13 2023-12-06T04:08:53.821 INFO:teuthology.orchestra.run.smithi098.stdout: Verifying : toolbox-0.0.99.4-6.module_el8+712+4cd1bd69.x86_64 11/13 2023-12-06T04:08:53.821 INFO:teuthology.orchestra.run.smithi098.stdout: Verifying : udica-0.2.6-20.module_el8+712+4cd1bd69.noarch 12/13 2023-12-06T04:08:54.126 INFO:teuthology.orchestra.run.smithi047.stdout: Installing : toolbox-0.0.99.4-6.module_el8+712+4cd1bd69.x86_64 11/13 2023-12-06T04:08:54.365 INFO:teuthology.orchestra.run.smithi047.stdout: Installing : skopeo-2:1.13.3-1.module_el8+712+4cd1bd69.x86_64 12/13 2023-12-06T04:08:54.559 INFO:teuthology.orchestra.run.smithi047.stdout: Installing : cockpit-podman-78-1.module_el8+712+4cd1bd69.noarch 13/13 2023-12-06T04:08:55.030 INFO:teuthology.orchestra.run.smithi098.stdout: Verifying : yajl-2.1.0-12.el8.x86_64 13/13 2023-12-06T04:08:55.030 INFO:teuthology.orchestra.run.smithi098.stdout: 2023-12-06T04:08:55.030 INFO:teuthology.orchestra.run.smithi098.stdout:Installed: 2023-12-06T04:08:55.030 INFO:teuthology.orchestra.run.smithi098.stdout: aardvark-dns-2:1.8.0-1.module_el8+712+4cd1bd69.x86_64 2023-12-06T04:08:55.030 INFO:teuthology.orchestra.run.smithi098.stdout: buildah-1:1.32.0-1.module_el8+712+4cd1bd69.x86_64 2023-12-06T04:08:55.030 INFO:teuthology.orchestra.run.smithi098.stdout: cockpit-podman-78-1.module_el8+712+4cd1bd69.noarch 2023-12-06T04:08:55.030 INFO:teuthology.orchestra.run.smithi098.stdout: criu-libs-3.15-3.module_el8.7.0+1216+b022c01d.x86_64 2023-12-06T04:08:55.030 INFO:teuthology.orchestra.run.smithi098.stdout: crun-1.9.2-1.module_el8+712+4cd1bd69.x86_64 2023-12-06T04:08:55.030 INFO:teuthology.orchestra.run.smithi098.stdout: netavark-2:1.8.0-2.module_el8+712+4cd1bd69.x86_64 2023-12-06T04:08:55.030 INFO:teuthology.orchestra.run.smithi098.stdout: python3-podman-4.7.0-1.module_el8+712+4cd1bd69.noarch 2023-12-06T04:08:55.031 INFO:teuthology.orchestra.run.smithi098.stdout: python3-pytoml-0.1.14-5.git7dea353.el8.noarch 2023-12-06T04:08:55.031 INFO:teuthology.orchestra.run.smithi098.stdout: python3-pyxdg-0.25-16.el8.noarch 2023-12-06T04:08:55.031 INFO:teuthology.orchestra.run.smithi098.stdout: skopeo-2:1.13.3-1.module_el8+712+4cd1bd69.x86_64 2023-12-06T04:08:55.031 INFO:teuthology.orchestra.run.smithi098.stdout: toolbox-0.0.99.4-6.module_el8+712+4cd1bd69.x86_64 2023-12-06T04:08:55.031 INFO:teuthology.orchestra.run.smithi098.stdout: udica-0.2.6-20.module_el8+712+4cd1bd69.noarch 2023-12-06T04:08:55.031 INFO:teuthology.orchestra.run.smithi098.stdout: yajl-2.1.0-12.el8.x86_64 2023-12-06T04:08:55.031 INFO:teuthology.orchestra.run.smithi098.stdout: 2023-12-06T04:08:55.031 INFO:teuthology.orchestra.run.smithi098.stdout:Complete! 2023-12-06T04:08:55.032 INFO:teuthology.orchestra.run.smithi047.stdout: Running scriptlet: cockpit-podman-78-1.module_el8+712+4cd1bd69.noarch 13/13 2023-12-06T04:08:55.032 INFO:teuthology.orchestra.run.smithi047.stdout: Verifying : aardvark-dns-2:1.8.0-1.module_el8+712+4cd1bd69.x86 1/13 2023-12-06T04:08:55.032 INFO:teuthology.orchestra.run.smithi047.stdout: Verifying : buildah-1:1.32.0-1.module_el8+712+4cd1bd69.x86_64 2/13 2023-12-06T04:08:55.032 INFO:teuthology.orchestra.run.smithi047.stdout: Verifying : cockpit-podman-78-1.module_el8+712+4cd1bd69.noarch 3/13 2023-12-06T04:08:55.032 INFO:teuthology.orchestra.run.smithi047.stdout: Verifying : criu-libs-3.15-3.module_el8.7.0+1216+b022c01d.x86_ 4/13 2023-12-06T04:08:55.032 INFO:teuthology.orchestra.run.smithi047.stdout: Verifying : crun-1.9.2-1.module_el8+712+4cd1bd69.x86_64 5/13 2023-12-06T04:08:55.033 INFO:teuthology.orchestra.run.smithi047.stdout: Verifying : netavark-2:1.8.0-2.module_el8+712+4cd1bd69.x86_64 6/13 2023-12-06T04:08:55.033 INFO:teuthology.orchestra.run.smithi047.stdout: Verifying : python3-podman-4.7.0-1.module_el8+712+4cd1bd69.noa 7/13 2023-12-06T04:08:55.033 INFO:teuthology.orchestra.run.smithi047.stdout: Verifying : python3-pytoml-0.1.14-5.git7dea353.el8.noarch 8/13 2023-12-06T04:08:55.033 INFO:teuthology.orchestra.run.smithi047.stdout: Verifying : python3-pyxdg-0.25-16.el8.noarch 9/13 2023-12-06T04:08:55.033 INFO:teuthology.orchestra.run.smithi047.stdout: Verifying : skopeo-2:1.13.3-1.module_el8+712+4cd1bd69.x86_64 10/13 2023-12-06T04:08:55.033 INFO:teuthology.orchestra.run.smithi047.stdout: Verifying : toolbox-0.0.99.4-6.module_el8+712+4cd1bd69.x86_64 11/13 2023-12-06T04:08:55.033 INFO:teuthology.orchestra.run.smithi047.stdout: Verifying : udica-0.2.6-20.module_el8+712+4cd1bd69.noarch 12/13 2023-12-06T04:08:55.282 DEBUG:teuthology.parallel:result is None 2023-12-06T04:08:55.898 INFO:teuthology.orchestra.run.smithi047.stdout: Verifying : yajl-2.1.0-12.el8.x86_64 13/13 2023-12-06T04:08:55.898 INFO:teuthology.orchestra.run.smithi047.stdout: 2023-12-06T04:08:55.898 INFO:teuthology.orchestra.run.smithi047.stdout:Installed: 2023-12-06T04:08:55.898 INFO:teuthology.orchestra.run.smithi047.stdout: aardvark-dns-2:1.8.0-1.module_el8+712+4cd1bd69.x86_64 2023-12-06T04:08:55.898 INFO:teuthology.orchestra.run.smithi047.stdout: buildah-1:1.32.0-1.module_el8+712+4cd1bd69.x86_64 2023-12-06T04:08:55.899 INFO:teuthology.orchestra.run.smithi047.stdout: cockpit-podman-78-1.module_el8+712+4cd1bd69.noarch 2023-12-06T04:08:55.899 INFO:teuthology.orchestra.run.smithi047.stdout: criu-libs-3.15-3.module_el8.7.0+1216+b022c01d.x86_64 2023-12-06T04:08:55.899 INFO:teuthology.orchestra.run.smithi047.stdout: crun-1.9.2-1.module_el8+712+4cd1bd69.x86_64 2023-12-06T04:08:55.899 INFO:teuthology.orchestra.run.smithi047.stdout: netavark-2:1.8.0-2.module_el8+712+4cd1bd69.x86_64 2023-12-06T04:08:55.899 INFO:teuthology.orchestra.run.smithi047.stdout: python3-podman-4.7.0-1.module_el8+712+4cd1bd69.noarch 2023-12-06T04:08:55.899 INFO:teuthology.orchestra.run.smithi047.stdout: python3-pytoml-0.1.14-5.git7dea353.el8.noarch 2023-12-06T04:08:55.899 INFO:teuthology.orchestra.run.smithi047.stdout: python3-pyxdg-0.25-16.el8.noarch 2023-12-06T04:08:55.899 INFO:teuthology.orchestra.run.smithi047.stdout: skopeo-2:1.13.3-1.module_el8+712+4cd1bd69.x86_64 2023-12-06T04:08:55.899 INFO:teuthology.orchestra.run.smithi047.stdout: toolbox-0.0.99.4-6.module_el8+712+4cd1bd69.x86_64 2023-12-06T04:08:55.899 INFO:teuthology.orchestra.run.smithi047.stdout: udica-0.2.6-20.module_el8+712+4cd1bd69.noarch 2023-12-06T04:08:55.899 INFO:teuthology.orchestra.run.smithi047.stdout: yajl-2.1.0-12.el8.x86_64 2023-12-06T04:08:55.899 INFO:teuthology.orchestra.run.smithi047.stdout: 2023-12-06T04:08:55.899 INFO:teuthology.orchestra.run.smithi047.stdout:Complete! 2023-12-06T04:08:56.162 DEBUG:teuthology.parallel:result is None 2023-12-06T04:08:56.162 INFO:teuthology.run_tasks:Running task nvme_loop... 2023-12-06T04:08:56.173 INFO:tasks.nvme_loop:Setting up nvme_loop on scratch devices... 2023-12-06T04:08:56.173 DEBUG:teuthology.orchestra.run.smithi047:> set -ex 2023-12-06T04:08:56.174 DEBUG:teuthology.orchestra.run.smithi047:> dd if=/scratch_devs of=/dev/stdout 2023-12-06T04:08:56.194 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-12-06T04:08:56.194 DEBUG:teuthology.orchestra.run.smithi047:> stat /dev/vg_nvme/lv_1 2023-12-06T04:08:56.255 INFO:teuthology.orchestra.run.smithi047.stdout: File: /dev/vg_nvme/lv_1 -> ../dm-0 2023-12-06T04:08:56.255 INFO:teuthology.orchestra.run.smithi047.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2023-12-06T04:08:56.255 INFO:teuthology.orchestra.run.smithi047.stdout:Device: 6h/6d Inode: 389895 Links: 1 2023-12-06T04:08:56.255 INFO:teuthology.orchestra.run.smithi047.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2023-12-06T04:08:56.255 INFO:teuthology.orchestra.run.smithi047.stdout:Context: system_u:object_r:device_t:s0 2023-12-06T04:08:56.255 INFO:teuthology.orchestra.run.smithi047.stdout:Access: 2023-12-06 04:08:54.713260417 +0000 2023-12-06T04:08:56.256 INFO:teuthology.orchestra.run.smithi047.stdout:Modify: 2023-12-06 04:08:01.717402759 +0000 2023-12-06T04:08:56.256 INFO:teuthology.orchestra.run.smithi047.stdout:Change: 2023-12-06 04:08:01.717402759 +0000 2023-12-06T04:08:56.256 INFO:teuthology.orchestra.run.smithi047.stdout: Birth: - 2023-12-06T04:08:56.256 DEBUG:teuthology.orchestra.run.smithi047:> sudo dd if=/dev/vg_nvme/lv_1 of=/dev/null count=1 2023-12-06T04:08:56.328 INFO:teuthology.orchestra.run.smithi047.stderr:1+0 records in 2023-12-06T04:08:56.329 INFO:teuthology.orchestra.run.smithi047.stderr:1+0 records out 2023-12-06T04:08:56.329 INFO:teuthology.orchestra.run.smithi047.stderr:512 bytes copied, 0.000112892 s, 4.5 MB/s 2023-12-06T04:08:56.330 DEBUG:teuthology.orchestra.run.smithi047:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_1 2023-12-06T04:08:56.395 DEBUG:teuthology.orchestra.run.smithi047:> stat /dev/vg_nvme/lv_2 2023-12-06T04:08:56.457 INFO:teuthology.orchestra.run.smithi047.stdout: File: /dev/vg_nvme/lv_2 -> ../dm-1 2023-12-06T04:08:56.458 INFO:teuthology.orchestra.run.smithi047.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2023-12-06T04:08:56.458 INFO:teuthology.orchestra.run.smithi047.stdout:Device: 6h/6d Inode: 391680 Links: 1 2023-12-06T04:08:56.458 INFO:teuthology.orchestra.run.smithi047.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2023-12-06T04:08:56.458 INFO:teuthology.orchestra.run.smithi047.stdout:Context: system_u:object_r:device_t:s0 2023-12-06T04:08:56.458 INFO:teuthology.orchestra.run.smithi047.stdout:Access: 2023-12-06 04:08:54.713260417 +0000 2023-12-06T04:08:56.458 INFO:teuthology.orchestra.run.smithi047.stdout:Modify: 2023-12-06 04:08:02.296390015 +0000 2023-12-06T04:08:56.458 INFO:teuthology.orchestra.run.smithi047.stdout:Change: 2023-12-06 04:08:02.296390015 +0000 2023-12-06T04:08:56.458 INFO:teuthology.orchestra.run.smithi047.stdout: Birth: - 2023-12-06T04:08:56.458 DEBUG:teuthology.orchestra.run.smithi047:> sudo dd if=/dev/vg_nvme/lv_2 of=/dev/null count=1 2023-12-06T04:08:56.532 INFO:teuthology.orchestra.run.smithi047.stderr:1+0 records in 2023-12-06T04:08:56.532 INFO:teuthology.orchestra.run.smithi047.stderr:1+0 records out 2023-12-06T04:08:56.533 INFO:teuthology.orchestra.run.smithi047.stderr:512 bytes copied, 0.000120452 s, 4.3 MB/s 2023-12-06T04:08:56.533 DEBUG:teuthology.orchestra.run.smithi047:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_2 2023-12-06T04:08:56.598 DEBUG:teuthology.orchestra.run.smithi047:> stat /dev/vg_nvme/lv_3 2023-12-06T04:08:56.662 INFO:teuthology.orchestra.run.smithi047.stdout: File: /dev/vg_nvme/lv_3 -> ../dm-2 2023-12-06T04:08:56.663 INFO:teuthology.orchestra.run.smithi047.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2023-12-06T04:08:56.663 INFO:teuthology.orchestra.run.smithi047.stdout:Device: 6h/6d Inode: 396371 Links: 1 2023-12-06T04:08:56.663 INFO:teuthology.orchestra.run.smithi047.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2023-12-06T04:08:56.663 INFO:teuthology.orchestra.run.smithi047.stdout:Context: system_u:object_r:device_t:s0 2023-12-06T04:08:56.663 INFO:teuthology.orchestra.run.smithi047.stdout:Access: 2023-12-06 04:08:54.713260417 +0000 2023-12-06T04:08:56.663 INFO:teuthology.orchestra.run.smithi047.stdout:Modify: 2023-12-06 04:08:02.850377822 +0000 2023-12-06T04:08:56.663 INFO:teuthology.orchestra.run.smithi047.stdout:Change: 2023-12-06 04:08:02.850377822 +0000 2023-12-06T04:08:56.663 INFO:teuthology.orchestra.run.smithi047.stdout: Birth: - 2023-12-06T04:08:56.663 DEBUG:teuthology.orchestra.run.smithi047:> sudo dd if=/dev/vg_nvme/lv_3 of=/dev/null count=1 2023-12-06T04:08:56.735 INFO:teuthology.orchestra.run.smithi047.stderr:1+0 records in 2023-12-06T04:08:56.735 INFO:teuthology.orchestra.run.smithi047.stderr:1+0 records out 2023-12-06T04:08:56.735 INFO:teuthology.orchestra.run.smithi047.stderr:512 bytes copied, 0.000121468 s, 4.2 MB/s 2023-12-06T04:08:56.736 DEBUG:teuthology.orchestra.run.smithi047:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_3 2023-12-06T04:08:56.801 DEBUG:teuthology.orchestra.run.smithi047:> stat /dev/vg_nvme/lv_4 2023-12-06T04:08:56.865 INFO:teuthology.orchestra.run.smithi047.stdout: File: /dev/vg_nvme/lv_4 -> ../dm-3 2023-12-06T04:08:56.865 INFO:teuthology.orchestra.run.smithi047.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2023-12-06T04:08:56.865 INFO:teuthology.orchestra.run.smithi047.stdout:Device: 6h/6d Inode: 386996 Links: 1 2023-12-06T04:08:56.865 INFO:teuthology.orchestra.run.smithi047.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2023-12-06T04:08:56.865 INFO:teuthology.orchestra.run.smithi047.stdout:Context: system_u:object_r:device_t:s0 2023-12-06T04:08:56.865 INFO:teuthology.orchestra.run.smithi047.stdout:Access: 2023-12-06 04:08:54.713260417 +0000 2023-12-06T04:08:56.865 INFO:teuthology.orchestra.run.smithi047.stdout:Modify: 2023-12-06 04:08:03.410365496 +0000 2023-12-06T04:08:56.865 INFO:teuthology.orchestra.run.smithi047.stdout:Change: 2023-12-06 04:08:03.410365496 +0000 2023-12-06T04:08:56.865 INFO:teuthology.orchestra.run.smithi047.stdout: Birth: - 2023-12-06T04:08:56.866 DEBUG:teuthology.orchestra.run.smithi047:> sudo dd if=/dev/vg_nvme/lv_4 of=/dev/null count=1 2023-12-06T04:08:56.937 INFO:teuthology.orchestra.run.smithi047.stderr:1+0 records in 2023-12-06T04:08:56.938 INFO:teuthology.orchestra.run.smithi047.stderr:1+0 records out 2023-12-06T04:08:56.938 INFO:teuthology.orchestra.run.smithi047.stderr:512 bytes copied, 0.000130622 s, 3.9 MB/s 2023-12-06T04:08:56.939 DEBUG:teuthology.orchestra.run.smithi047:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_4 2023-12-06T04:08:57.003 DEBUG:teuthology.orchestra.run.smithi047:> 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-12-06T04:08:57.134 INFO:teuthology.orchestra.run.smithi047.stdout:loop 2023-12-06T04:08:57.135 INFO:tasks.nvme_loop:Connecting nvme_loop smithi047:/dev/vg_nvme/lv_1... 2023-12-06T04:08:57.135 DEBUG:teuthology.orchestra.run.smithi047:> 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-12-06T04:08:57.177 INFO:teuthology.orchestra.run.smithi047.stdout:1 2023-12-06T04:08:57.215 INFO:teuthology.orchestra.run.smithi047.stdout:/dev/vg_nvme/lv_11 2023-12-06T04:08:57.257 INFO:tasks.nvme_loop:Connecting nvme_loop smithi047:/dev/vg_nvme/lv_2... 2023-12-06T04:08:57.257 DEBUG:teuthology.orchestra.run.smithi047:> 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-12-06T04:08:57.338 INFO:teuthology.orchestra.run.smithi047.stdout:1 2023-12-06T04:08:57.375 INFO:teuthology.orchestra.run.smithi047.stdout:/dev/vg_nvme/lv_21 2023-12-06T04:08:57.416 INFO:tasks.nvme_loop:Connecting nvme_loop smithi047:/dev/vg_nvme/lv_3... 2023-12-06T04:08:57.416 DEBUG:teuthology.orchestra.run.smithi047:> 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-12-06T04:08:57.496 INFO:teuthology.orchestra.run.smithi047.stdout:1 2023-12-06T04:08:57.533 INFO:teuthology.orchestra.run.smithi047.stdout:/dev/vg_nvme/lv_31 2023-12-06T04:08:57.573 INFO:tasks.nvme_loop:Connecting nvme_loop smithi047:/dev/vg_nvme/lv_4... 2023-12-06T04:08:57.573 DEBUG:teuthology.orchestra.run.smithi047:> 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-12-06T04:08:57.658 INFO:teuthology.orchestra.run.smithi047.stdout:1 2023-12-06T04:08:57.696 INFO:teuthology.orchestra.run.smithi047.stdout:/dev/vg_nvme/lv_41 2023-12-06T04:08:57.737 DEBUG:teuthology.orchestra.run.smithi047:> set -ex 2023-12-06T04:08:57.737 DEBUG:teuthology.orchestra.run.smithi047:> dd if=/scratch_devs of=/dev/stdout 2023-12-06T04:08:57.796 DEBUG:teuthology.orchestra.run.smithi047:> sudo nvme list 2023-12-06T04:08:57.867 INFO:teuthology.orchestra.run.smithi047.stdout:Node SN Model Namespace Usage Format FW Rev 2023-12-06T04:08:57.867 INFO:teuthology.orchestra.run.smithi047.stdout:---------------- -------------------- ---------------------------------------- --------- -------------------------- ---------------- -------- 2023-12-06T04:08:57.867 INFO:teuthology.orchestra.run.smithi047.stdout:/dev/nvme0n1 PHMB75130022480DGN INTEL SSDPED1D480GA 1 480.10 GB / 480.10 GB 512 B + 0 B E2010325 2023-12-06T04:08:57.867 INFO:teuthology.orchestra.run.smithi047.stdout:/dev/nvme1n1 91fb3d16d9e256f2f4c9 Linux 1 96.00 GB / 96.00 GB 512 B + 0 B 4.18.0-5 2023-12-06T04:08:57.867 INFO:teuthology.orchestra.run.smithi047.stdout:/dev/nvme2n1 133f33b92613816ba7e8 Linux 1 96.00 GB / 96.00 GB 512 B + 0 B 4.18.0-5 2023-12-06T04:08:57.867 INFO:teuthology.orchestra.run.smithi047.stdout:/dev/nvme3n1 8136f94745bbda7b54bc Linux 1 96.00 GB / 96.00 GB 512 B + 0 B 4.18.0-5 2023-12-06T04:08:57.867 INFO:teuthology.orchestra.run.smithi047.stdout:/dev/nvme4n1 28ba42bdd6ce8820a835 Linux 1 96.00 GB / 96.00 GB 512 B + 0 B 4.18.0-5 2023-12-06T04:08:57.868 INFO:tasks.nvme_loop:new_devs ['/dev/nvme1n1', '/dev/nvme2n1', '/dev/nvme3n1', '/dev/nvme4n1'] 2023-12-06T04:08:57.868 DEBUG:teuthology.orchestra.run.smithi047:> set -ex 2023-12-06T04:08:57.868 DEBUG:teuthology.orchestra.run.smithi047:> sudo dd of=/scratch_devs 2023-12-06T04:08:57.944 DEBUG:teuthology.orchestra.run.smithi098:> set -ex 2023-12-06T04:08:57.944 DEBUG:teuthology.orchestra.run.smithi098:> dd if=/scratch_devs of=/dev/stdout 2023-12-06T04:08:57.966 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-12-06T04:08:57.966 DEBUG:teuthology.orchestra.run.smithi098:> stat /dev/vg_nvme/lv_1 2023-12-06T04:08:58.027 INFO:teuthology.orchestra.run.smithi098.stdout: File: /dev/vg_nvme/lv_1 -> ../dm-0 2023-12-06T04:08:58.027 INFO:teuthology.orchestra.run.smithi098.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2023-12-06T04:08:58.027 INFO:teuthology.orchestra.run.smithi098.stdout:Device: 6h/6d Inode: 396168 Links: 1 2023-12-06T04:08:58.027 INFO:teuthology.orchestra.run.smithi098.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2023-12-06T04:08:58.027 INFO:teuthology.orchestra.run.smithi098.stdout:Context: system_u:object_r:device_t:s0 2023-12-06T04:08:58.027 INFO:teuthology.orchestra.run.smithi098.stdout:Access: 2023-12-06 04:08:53.532572145 +0000 2023-12-06T04:08:58.027 INFO:teuthology.orchestra.run.smithi098.stdout:Modify: 2023-12-06 04:07:18.578320450 +0000 2023-12-06T04:08:58.027 INFO:teuthology.orchestra.run.smithi098.stdout:Change: 2023-12-06 04:07:18.578320450 +0000 2023-12-06T04:08:58.028 INFO:teuthology.orchestra.run.smithi098.stdout: Birth: - 2023-12-06T04:08:58.028 DEBUG:teuthology.orchestra.run.smithi098:> sudo dd if=/dev/vg_nvme/lv_1 of=/dev/null count=1 2023-12-06T04:08:58.099 INFO:teuthology.orchestra.run.smithi098.stderr:1+0 records in 2023-12-06T04:08:58.099 INFO:teuthology.orchestra.run.smithi098.stderr:1+0 records out 2023-12-06T04:08:58.099 INFO:teuthology.orchestra.run.smithi098.stderr:512 bytes copied, 0.000269647 s, 1.9 MB/s 2023-12-06T04:08:58.100 DEBUG:teuthology.orchestra.run.smithi098:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_1 2023-12-06T04:08:58.162 DEBUG:teuthology.orchestra.run.smithi098:> stat /dev/vg_nvme/lv_2 2023-12-06T04:08:58.222 INFO:teuthology.orchestra.run.smithi098.stdout: File: /dev/vg_nvme/lv_2 -> ../dm-1 2023-12-06T04:08:58.223 INFO:teuthology.orchestra.run.smithi098.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2023-12-06T04:08:58.223 INFO:teuthology.orchestra.run.smithi098.stdout:Device: 6h/6d Inode: 393623 Links: 1 2023-12-06T04:08:58.223 INFO:teuthology.orchestra.run.smithi098.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2023-12-06T04:08:58.223 INFO:teuthology.orchestra.run.smithi098.stdout:Context: system_u:object_r:device_t:s0 2023-12-06T04:08:58.223 INFO:teuthology.orchestra.run.smithi098.stdout:Access: 2023-12-06 04:08:53.532572145 +0000 2023-12-06T04:08:58.223 INFO:teuthology.orchestra.run.smithi098.stdout:Modify: 2023-12-06 04:07:19.086314095 +0000 2023-12-06T04:08:58.223 INFO:teuthology.orchestra.run.smithi098.stdout:Change: 2023-12-06 04:07:19.086314095 +0000 2023-12-06T04:08:58.223 INFO:teuthology.orchestra.run.smithi098.stdout: Birth: - 2023-12-06T04:08:58.223 DEBUG:teuthology.orchestra.run.smithi098:> sudo dd if=/dev/vg_nvme/lv_2 of=/dev/null count=1 2023-12-06T04:08:58.292 INFO:teuthology.orchestra.run.smithi098.stderr:1+0 records in 2023-12-06T04:08:58.292 INFO:teuthology.orchestra.run.smithi098.stderr:1+0 records out 2023-12-06T04:08:58.292 INFO:teuthology.orchestra.run.smithi098.stderr:512 bytes copied, 0.000230398 s, 2.2 MB/s 2023-12-06T04:08:58.293 DEBUG:teuthology.orchestra.run.smithi098:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_2 2023-12-06T04:08:58.355 DEBUG:teuthology.orchestra.run.smithi098:> stat /dev/vg_nvme/lv_3 2023-12-06T04:08:58.415 INFO:teuthology.orchestra.run.smithi098.stdout: File: /dev/vg_nvme/lv_3 -> ../dm-2 2023-12-06T04:08:58.416 INFO:teuthology.orchestra.run.smithi098.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2023-12-06T04:08:58.416 INFO:teuthology.orchestra.run.smithi098.stdout:Device: 6h/6d Inode: 393720 Links: 1 2023-12-06T04:08:58.416 INFO:teuthology.orchestra.run.smithi098.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2023-12-06T04:08:58.416 INFO:teuthology.orchestra.run.smithi098.stdout:Context: system_u:object_r:device_t:s0 2023-12-06T04:08:58.416 INFO:teuthology.orchestra.run.smithi098.stdout:Access: 2023-12-06 04:08:53.532572145 +0000 2023-12-06T04:08:58.416 INFO:teuthology.orchestra.run.smithi098.stdout:Modify: 2023-12-06 04:07:19.610307539 +0000 2023-12-06T04:08:58.416 INFO:teuthology.orchestra.run.smithi098.stdout:Change: 2023-12-06 04:07:19.610307539 +0000 2023-12-06T04:08:58.416 INFO:teuthology.orchestra.run.smithi098.stdout: Birth: - 2023-12-06T04:08:58.416 DEBUG:teuthology.orchestra.run.smithi098:> sudo dd if=/dev/vg_nvme/lv_3 of=/dev/null count=1 2023-12-06T04:08:58.483 INFO:teuthology.orchestra.run.smithi098.stderr:1+0 records in 2023-12-06T04:08:58.483 INFO:teuthology.orchestra.run.smithi098.stderr:1+0 records out 2023-12-06T04:08:58.484 INFO:teuthology.orchestra.run.smithi098.stderr:512 bytes copied, 0.000221326 s, 2.3 MB/s 2023-12-06T04:08:58.484 DEBUG:teuthology.orchestra.run.smithi098:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_3 2023-12-06T04:08:58.545 DEBUG:teuthology.orchestra.run.smithi098:> stat /dev/vg_nvme/lv_4 2023-12-06T04:08:58.603 INFO:teuthology.orchestra.run.smithi098.stdout: File: /dev/vg_nvme/lv_4 -> ../dm-3 2023-12-06T04:08:58.603 INFO:teuthology.orchestra.run.smithi098.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2023-12-06T04:08:58.603 INFO:teuthology.orchestra.run.smithi098.stdout:Device: 6h/6d Inode: 399479 Links: 1 2023-12-06T04:08:58.603 INFO:teuthology.orchestra.run.smithi098.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2023-12-06T04:08:58.603 INFO:teuthology.orchestra.run.smithi098.stdout:Context: system_u:object_r:device_t:s0 2023-12-06T04:08:58.604 INFO:teuthology.orchestra.run.smithi098.stdout:Access: 2023-12-06 04:08:53.532572145 +0000 2023-12-06T04:08:58.604 INFO:teuthology.orchestra.run.smithi098.stdout:Modify: 2023-12-06 04:07:20.139300921 +0000 2023-12-06T04:08:58.604 INFO:teuthology.orchestra.run.smithi098.stdout:Change: 2023-12-06 04:07:20.139300921 +0000 2023-12-06T04:08:58.604 INFO:teuthology.orchestra.run.smithi098.stdout: Birth: - 2023-12-06T04:08:58.604 DEBUG:teuthology.orchestra.run.smithi098:> sudo dd if=/dev/vg_nvme/lv_4 of=/dev/null count=1 2023-12-06T04:08:58.669 INFO:teuthology.orchestra.run.smithi098.stderr:1+0 records in 2023-12-06T04:08:58.670 INFO:teuthology.orchestra.run.smithi098.stderr:1+0 records out 2023-12-06T04:08:58.670 INFO:teuthology.orchestra.run.smithi098.stderr:512 bytes copied, 0.000231214 s, 2.2 MB/s 2023-12-06T04:08:58.671 DEBUG:teuthology.orchestra.run.smithi098:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_4 2023-12-06T04:08:58.730 DEBUG:teuthology.orchestra.run.smithi098:> 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-12-06T04:08:58.839 INFO:teuthology.orchestra.run.smithi098.stdout:loop 2023-12-06T04:08:58.840 INFO:tasks.nvme_loop:Connecting nvme_loop smithi098:/dev/vg_nvme/lv_1... 2023-12-06T04:08:58.840 DEBUG:teuthology.orchestra.run.smithi098:> 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-12-06T04:08:58.874 INFO:teuthology.orchestra.run.smithi098.stdout:1 2023-12-06T04:08:58.907 INFO:teuthology.orchestra.run.smithi098.stdout:/dev/vg_nvme/lv_11 2023-12-06T04:08:58.946 INFO:tasks.nvme_loop:Connecting nvme_loop smithi098:/dev/vg_nvme/lv_2... 2023-12-06T04:08:58.946 DEBUG:teuthology.orchestra.run.smithi098:> 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-12-06T04:08:59.026 INFO:teuthology.orchestra.run.smithi098.stdout:1 2023-12-06T04:08:59.059 INFO:teuthology.orchestra.run.smithi098.stdout:/dev/vg_nvme/lv_21 2023-12-06T04:08:59.096 INFO:tasks.nvme_loop:Connecting nvme_loop smithi098:/dev/vg_nvme/lv_3... 2023-12-06T04:08:59.097 DEBUG:teuthology.orchestra.run.smithi098:> 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-12-06T04:08:59.176 INFO:teuthology.orchestra.run.smithi098.stdout:1 2023-12-06T04:08:59.209 INFO:teuthology.orchestra.run.smithi098.stdout:/dev/vg_nvme/lv_31 2023-12-06T04:08:59.246 INFO:tasks.nvme_loop:Connecting nvme_loop smithi098:/dev/vg_nvme/lv_4... 2023-12-06T04:08:59.246 DEBUG:teuthology.orchestra.run.smithi098:> 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-12-06T04:08:59.322 INFO:teuthology.orchestra.run.smithi098.stdout:1 2023-12-06T04:08:59.355 INFO:teuthology.orchestra.run.smithi098.stdout:/dev/vg_nvme/lv_41 2023-12-06T04:08:59.391 DEBUG:teuthology.orchestra.run.smithi098:> set -ex 2023-12-06T04:08:59.391 DEBUG:teuthology.orchestra.run.smithi098:> dd if=/scratch_devs of=/dev/stdout 2023-12-06T04:08:59.449 DEBUG:teuthology.orchestra.run.smithi098:> sudo nvme list 2023-12-06T04:08:59.516 INFO:teuthology.orchestra.run.smithi098.stdout:Node SN Model Namespace Usage Format FW Rev 2023-12-06T04:08:59.516 INFO:teuthology.orchestra.run.smithi098.stdout:---------------- -------------------- ---------------------------------------- --------- -------------------------- ---------------- -------- 2023-12-06T04:08:59.516 INFO:teuthology.orchestra.run.smithi098.stdout:/dev/nvme0n1 PHFT6204010H400BGN INTEL SSDPEDMD400G4 1 400.09 GB / 400.09 GB 512 B + 0 B 8DV101H0 2023-12-06T04:08:59.516 INFO:teuthology.orchestra.run.smithi098.stdout:/dev/nvme1n1 b45ae0aaef0f43c78740 Linux 1 96.00 GB / 96.00 GB 512 B + 0 B 4.18.0-5 2023-12-06T04:08:59.516 INFO:teuthology.orchestra.run.smithi098.stdout:/dev/nvme2n1 26621b0d03bd6b752f88 Linux 1 96.00 GB / 96.00 GB 512 B + 0 B 4.18.0-5 2023-12-06T04:08:59.516 INFO:teuthology.orchestra.run.smithi098.stdout:/dev/nvme3n1 f9e7c926c23d86508d52 Linux 1 96.00 GB / 96.00 GB 512 B + 0 B 4.18.0-5 2023-12-06T04:08:59.517 INFO:teuthology.orchestra.run.smithi098.stdout:/dev/nvme4n1 d4d9955a255b2c511d1d Linux 1 96.00 GB / 96.00 GB 512 B + 0 B 4.18.0-5 2023-12-06T04:08:59.517 INFO:tasks.nvme_loop:new_devs ['/dev/nvme1n1', '/dev/nvme2n1', '/dev/nvme3n1', '/dev/nvme4n1'] 2023-12-06T04:08:59.517 DEBUG:teuthology.orchestra.run.smithi098:> set -ex 2023-12-06T04:08:59.517 DEBUG:teuthology.orchestra.run.smithi098:> sudo dd of=/scratch_devs 2023-12-06T04:08:59.583 INFO:teuthology.run_tasks:Running task cephadm... 2023-12-06T04:08:59.663 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': 'd03fca4f35d43f61b4679936aef7bd2f01cced0b'} 2023-12-06T04:08:59.663 INFO:tasks.cephadm:Cluster image is quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:d03fca4f35d43f61b4679936aef7bd2f01cced0b 2023-12-06T04:08:59.664 INFO:tasks.cephadm:Cluster fsid is 2ecad2ea-93ed-11ee-95a2-87774f69a715 2023-12-06T04:08:59.664 INFO:tasks.cephadm:Choosing monitor IPs and ports... 2023-12-06T04:08:59.664 INFO:tasks.cephadm:No mon roles; fabricating mons 2023-12-06T04:08:59.664 INFO:tasks.cephadm:Monitor IPs: {'mon.smithi047': '172.21.15.47', 'mon.smithi098': '172.21.15.98'} 2023-12-06T04:08:59.664 INFO:tasks.cephadm:Normalizing hostnames... 2023-12-06T04:08:59.664 DEBUG:teuthology.orchestra.run.smithi047:> sudo hostname $(hostname -s) 2023-12-06T04:08:59.700 DEBUG:teuthology.orchestra.run.smithi098:> sudo hostname $(hostname -s) 2023-12-06T04:08:59.727 INFO:tasks.cephadm:Downloading cephadm (repo https://github.com/ceph/ceph-ci.git ref d03fca4f35d43f61b4679936aef7bd2f01cced0b)... 2023-12-06T04:08:59.728 DEBUG:teuthology.orchestra.run.smithi047:> curl --silent https://raw.githubusercontent.com/ceph/ceph-ci/d03fca4f35d43f61b4679936aef7bd2f01cced0b/src/cephadm/cephadm > /home/ubuntu/cephtest/cephadm && ls -l /home/ubuntu/cephtest/cephadm 2023-12-06T04:09:00.183 INFO:teuthology.orchestra.run.smithi047.stdout:-rw-rw-r--. 1 ubuntu ubuntu 355729 Dec 6 04:09 /home/ubuntu/cephtest/cephadm 2023-12-06T04:09:00.183 DEBUG:teuthology.orchestra.run.smithi098:> curl --silent https://raw.githubusercontent.com/ceph/ceph-ci/d03fca4f35d43f61b4679936aef7bd2f01cced0b/src/cephadm/cephadm > /home/ubuntu/cephtest/cephadm && ls -l /home/ubuntu/cephtest/cephadm 2023-12-06T04:09:00.580 INFO:teuthology.orchestra.run.smithi098.stdout:-rw-rw-r--. 1 ubuntu ubuntu 355729 Dec 6 04:09 /home/ubuntu/cephtest/cephadm 2023-12-06T04:09:00.580 DEBUG:teuthology.orchestra.run.smithi047:> test -s /home/ubuntu/cephtest/cephadm && test $(stat -c%s /home/ubuntu/cephtest/cephadm) -gt 1000 && chmod +x /home/ubuntu/cephtest/cephadm 2023-12-06T04:09:00.605 DEBUG:teuthology.orchestra.run.smithi098:> test -s /home/ubuntu/cephtest/cephadm && test $(stat -c%s /home/ubuntu/cephtest/cephadm) -gt 1000 && chmod +x /home/ubuntu/cephtest/cephadm 2023-12-06T04:09:00.635 DEBUG:teuthology.orchestra.run.smithi047:> sudo mkdir -p /etc/ceph 2023-12-06T04:09:00.679 DEBUG:teuthology.orchestra.run.smithi098:> sudo mkdir -p /etc/ceph 2023-12-06T04:09:00.711 DEBUG:teuthology.orchestra.run.smithi047:> sudo chmod 777 /etc/ceph 2023-12-06T04:09:00.754 DEBUG:teuthology.orchestra.run.smithi098:> sudo chmod 777 /etc/ceph 2023-12-06T04:09:00.784 INFO:tasks.cephadm:Writing seed config... 2023-12-06T04:09:00.784 INFO:tasks.cephadm: override: [mgr] debug mgr = 20 2023-12-06T04:09:00.785 INFO:tasks.cephadm: override: [mgr] debug ms = 1 2023-12-06T04:09:00.785 INFO:tasks.cephadm: override: [mon] debug mon = 20 2023-12-06T04:09:00.785 INFO:tasks.cephadm: override: [mon] debug ms = 1 2023-12-06T04:09:00.785 INFO:tasks.cephadm: override: [mon] debug paxos = 20 2023-12-06T04:09:00.785 INFO:tasks.cephadm: override: [osd] debug ms = 1 2023-12-06T04:09:00.785 INFO:tasks.cephadm: override: [osd] debug osd = 20 2023-12-06T04:09:00.785 INFO:tasks.cephadm: override: [osd] osd shutdown pgref assert = True 2023-12-06T04:09:00.785 DEBUG:teuthology.orchestra.run.smithi047:> set -ex 2023-12-06T04:09:00.786 DEBUG:teuthology.orchestra.run.smithi047:> dd of=/home/ubuntu/cephtest/seed.ceph.conf 2023-12-06T04:09:00.816 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 = 2ecad2ea-93ed-11ee-95a2-87774f69a715 [osd] osd scrub load threshold = 5.0 osd scrub max interval = 600 osd recover clone overlap = true osd recovery max chunk = 1048576 osd deep scrub update digest min age = 30 osd map max advance = 10 osd memory target autotune = true # debugging osd debug shutdown = true osd debug op order = true osd debug verify stray on activate = true osd debug pg log writeout = true osd debug verify cached snaps = true osd debug verify missing on start = true osd debug misdirected ops = true osd op queue = debug_random osd op queue cut off = debug_random osd shutdown pgref assert = True bdev debug aio = true osd sloppy crc = true debug ms = 1 debug osd = 20 [mgr] mon reweight min pgs per osd = 4 mon reweight min bytes per osd = 10 mgr/telemetry/nag = false debug mgr = 20 debug ms = 1 [mon] mon data avail warn = 5 mon mgr mkfs grace = 240 mon reweight min pgs per osd = 4 mon osd reporter subtree level = osd mon osd prime pg temp = true mon reweight min bytes per osd = 10 # rotate auth tickets quickly to exercise renewal paths auth mon ticket ttl = 660# 11m auth service ticket ttl = 240# 4m # don't complain about global id reclaim mon_warn_on_insecure_global_id_reclaim = false mon_warn_on_insecure_global_id_reclaim_allowed = false debug mon = 20 debug ms = 1 debug paxos = 20 [client.rgw] rgw cache enabled = true rgw enable ops log = true rgw enable usage log = true 2023-12-06T04:09:00.816 DEBUG:teuthology.orchestra.run.smithi047:mon.smithi047> sudo journalctl -f -n 0 -u ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715@mon.smithi047.service 2023-12-06T04:09:00.858 INFO:tasks.cephadm:Bootstrapping... 2023-12-06T04:09:00.858 DEBUG:teuthology.orchestra.run.smithi047:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:d03fca4f35d43f61b4679936aef7bd2f01cced0b -v bootstrap --fsid 2ecad2ea-93ed-11ee-95a2-87774f69a715 --config /home/ubuntu/cephtest/seed.ceph.conf --output-config /etc/ceph/ceph.conf --output-keyring /etc/ceph/ceph.client.admin.keyring --output-pub-ssh-key /home/ubuntu/cephtest/ceph.pub --mon-ip 172.21.15.47 --skip-admin-label && sudo chmod +r /etc/ceph/ceph.client.admin.keyring 2023-12-06T04:09:00.892 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:-- Logs begin at Wed 2023-12-06 04:00:06 UTC. -- 2023-12-06T04:09:01.167 INFO:teuthology.orchestra.run.smithi047.stderr:-------------------------------------------------------------------------------- 2023-12-06T04:09:01.167 INFO:teuthology.orchestra.run.smithi047.stderr:cephadm ['--image', 'quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:d03fca4f35d43f61b4679936aef7bd2f01cced0b', '-v', 'bootstrap', '--fsid', '2ecad2ea-93ed-11ee-95a2-87774f69a715', '--config', '/home/ubuntu/cephtest/seed.ceph.conf', '--output-config', '/etc/ceph/ceph.conf', '--output-keyring', '/etc/ceph/ceph.client.admin.keyring', '--output-pub-ssh-key', '/home/ubuntu/cephtest/ceph.pub', '--mon-ip', '172.21.15.47', '--skip-admin-label'] 2023-12-06T04:09:02.432 INFO:teuthology.orchestra.run.smithi047.stderr:/bin/podman: 4.6.1 2023-12-06T04:09:02.447 INFO:teuthology.orchestra.run.smithi047.stderr:Verifying podman|docker is present... 2023-12-06T04:09:02.473 INFO:teuthology.orchestra.run.smithi047.stderr:/bin/podman: 4.6.1 2023-12-06T04:09:02.486 INFO:teuthology.orchestra.run.smithi047.stderr:Verifying lvm2 is present... 2023-12-06T04:09:02.486 INFO:teuthology.orchestra.run.smithi047.stderr:Verifying time synchronization is in place... 2023-12-06T04:09:02.495 INFO:teuthology.orchestra.run.smithi047.stderr:systemctl: Failed to get unit file state for chrony.service: No such file or directory 2023-12-06T04:09:02.503 INFO:teuthology.orchestra.run.smithi047.stderr:systemctl: inactive 2023-12-06T04:09:02.509 INFO:teuthology.orchestra.run.smithi047.stderr:systemctl: enabled 2023-12-06T04:09:02.516 INFO:teuthology.orchestra.run.smithi047.stderr:systemctl: active 2023-12-06T04:09:02.517 INFO:teuthology.orchestra.run.smithi047.stderr:Unit chronyd.service is enabled and running 2023-12-06T04:09:02.517 INFO:teuthology.orchestra.run.smithi047.stderr:Repeating the final host check... 2023-12-06T04:09:02.539 INFO:teuthology.orchestra.run.smithi047.stderr:/bin/podman: 4.6.1 2023-12-06T04:09:02.551 INFO:teuthology.orchestra.run.smithi047.stderr:podman (/bin/podman) version 4.6.1 is present 2023-12-06T04:09:02.551 INFO:teuthology.orchestra.run.smithi047.stderr:systemctl is present 2023-12-06T04:09:02.551 INFO:teuthology.orchestra.run.smithi047.stderr:lvcreate is present 2023-12-06T04:09:02.558 INFO:teuthology.orchestra.run.smithi047.stderr:systemctl: Failed to get unit file state for chrony.service: No such file or directory 2023-12-06T04:09:02.564 INFO:teuthology.orchestra.run.smithi047.stderr:systemctl: inactive 2023-12-06T04:09:02.571 INFO:teuthology.orchestra.run.smithi047.stderr:systemctl: enabled 2023-12-06T04:09:02.577 INFO:teuthology.orchestra.run.smithi047.stderr:systemctl: active 2023-12-06T04:09:02.578 INFO:teuthology.orchestra.run.smithi047.stderr:Unit chronyd.service is enabled and running 2023-12-06T04:09:02.578 INFO:teuthology.orchestra.run.smithi047.stderr:Host looks OK 2023-12-06T04:09:02.578 INFO:teuthology.orchestra.run.smithi047.stderr:Cluster fsid: 2ecad2ea-93ed-11ee-95a2-87774f69a715 2023-12-06T04:09:02.578 INFO:teuthology.orchestra.run.smithi047.stderr:Acquiring lock 140592505979008 on /run/cephadm/2ecad2ea-93ed-11ee-95a2-87774f69a715.lock 2023-12-06T04:09:02.579 INFO:teuthology.orchestra.run.smithi047.stderr:Lock 140592505979008 acquired on /run/cephadm/2ecad2ea-93ed-11ee-95a2-87774f69a715.lock 2023-12-06T04:09:02.579 INFO:teuthology.orchestra.run.smithi047.stderr:Verifying IP 172.21.15.47 port 3300 ... 2023-12-06T04:09:02.579 INFO:teuthology.orchestra.run.smithi047.stderr:Verifying IP 172.21.15.47 port 6789 ... 2023-12-06T04:09:02.579 INFO:teuthology.orchestra.run.smithi047.stderr:Base mon IP(s) is [172.21.15.47:3300, 172.21.15.47:6789], mon addrv is [v2:172.21.15.47:3300,v1:172.21.15.47:6789] 2023-12-06T04:09:02.583 INFO:teuthology.orchestra.run.smithi047.stderr:/sbin/ip: default via 172.21.15.254 dev ens1f0 proto dhcp src 172.21.15.47 metric 100 2023-12-06T04:09:02.583 INFO:teuthology.orchestra.run.smithi047.stderr:/sbin/ip: 172.21.0.0/20 dev ens1f0 proto kernel scope link src 172.21.15.47 metric 100 2023-12-06T04:09:02.586 INFO:teuthology.orchestra.run.smithi047.stderr:/sbin/ip: ::1 dev lo proto kernel metric 256 pref medium 2023-12-06T04:09:02.586 INFO:teuthology.orchestra.run.smithi047.stderr:/sbin/ip: fe80::/64 dev ens1f0 proto kernel metric 256 pref medium 2023-12-06T04:09:02.586 INFO:teuthology.orchestra.run.smithi047.stderr:/sbin/ip: default via fe80::327c:5e00:6487:71e0 dev ens1f0 proto ra metric 1024 expires 1793sec hoplimit 64 pref medium 2023-12-06T04:09:02.589 INFO:teuthology.orchestra.run.smithi047.stderr:/sbin/ip: 1: lo: mtu 65536 state UNKNOWN qlen 1000 2023-12-06T04:09:02.589 INFO:teuthology.orchestra.run.smithi047.stderr:/sbin/ip: inet6 ::1/128 scope host 2023-12-06T04:09:02.589 INFO:teuthology.orchestra.run.smithi047.stderr:/sbin/ip: valid_lft forever preferred_lft forever 2023-12-06T04:09:02.589 INFO:teuthology.orchestra.run.smithi047.stderr:/sbin/ip: 4: ens1f0: mtu 1500 state UP qlen 1000 2023-12-06T04:09:02.590 INFO:teuthology.orchestra.run.smithi047.stderr:/sbin/ip: inet6 fe80::ec4:7aff:febd:148e/64 scope link 2023-12-06T04:09:02.590 INFO:teuthology.orchestra.run.smithi047.stderr:/sbin/ip: valid_lft forever preferred_lft forever 2023-12-06T04:09:02.591 INFO:teuthology.orchestra.run.smithi047.stderr:Mon IP `172.21.15.47` is in CIDR network `172.21.0.0/20` 2023-12-06T04:09:02.591 INFO:teuthology.orchestra.run.smithi047.stderr:Mon IP `172.21.15.47` is in CIDR network `172.21.0.0/20` 2023-12-06T04:09:02.591 INFO:teuthology.orchestra.run.smithi047.stderr:Inferred mon public CIDR from local network configuration ['172.21.0.0/20', '172.21.0.0/20'] 2023-12-06T04:09:02.592 INFO:teuthology.orchestra.run.smithi047.stderr:Internal network (--cluster-network) has not been provided, OSD replication will default to the public_network 2023-12-06T04:09:02.592 INFO:teuthology.orchestra.run.smithi047.stderr:Pulling container image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:d03fca4f35d43f61b4679936aef7bd2f01cced0b... 2023-12-06T04:09:02.682 INFO:teuthology.orchestra.run.smithi047.stderr:/bin/podman: Trying to pull quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:d03fca4f35d43f61b4679936aef7bd2f01cced0b... 2023-12-06T04:09:02.788 INFO:teuthology.orchestra.run.smithi047.stderr:/bin/podman: Getting image source signatures 2023-12-06T04:09:02.799 INFO:teuthology.orchestra.run.smithi047.stderr:/bin/podman: Copying blob sha256:b1235e3ee18aefef6342f56e6c3e5655057e4e6328c3cc2d5948bab1aa11c4ed 2023-12-06T04:09:02.799 INFO:teuthology.orchestra.run.smithi047.stderr:/bin/podman: Copying blob sha256:d3e436ac93e4b5a6d94c7ac8024df331e66e67275836276615dc044fd3cbf83a 2023-12-06T04:09:28.181 INFO:teuthology.orchestra.run.smithi047.stderr:/bin/podman: Copying config sha256:f9c9e8cc8fe86e995b4caeb65b90dac9fddf95aa13e17c59a0a6f8e0e3c59657 2023-12-06T04:09:28.247 INFO:teuthology.orchestra.run.smithi047.stderr:/bin/podman: Writing manifest to image destination 2023-12-06T04:09:28.538 INFO:teuthology.orchestra.run.smithi047.stderr:/bin/podman: f9c9e8cc8fe86e995b4caeb65b90dac9fddf95aa13e17c59a0a6f8e0e3c59657 2023-12-06T04:09:29.137 INFO:teuthology.orchestra.run.smithi047.stderr:ceph: ceph version 16.2.14-335-gd03fca4f (d03fca4f35d43f61b4679936aef7bd2f01cced0b) pacific (stable) 2023-12-06T04:09:29.451 INFO:teuthology.orchestra.run.smithi047.stderr:Ceph version: ceph version 16.2.14-335-gd03fca4f (d03fca4f35d43f61b4679936aef7bd2f01cced0b) pacific (stable) 2023-12-06T04:09:29.451 INFO:teuthology.orchestra.run.smithi047.stderr:Extracting ceph user uid/gid from container image... 2023-12-06T04:09:29.761 INFO:teuthology.orchestra.run.smithi047.stderr:stat: 167 167 2023-12-06T04:09:30.095 INFO:teuthology.orchestra.run.smithi047.stderr:Creating initial keys... 2023-12-06T04:09:30.386 INFO:teuthology.orchestra.run.smithi047.stderr:/usr/bin/ceph-authtool: AQD6829lexVoFhAAPP9SlyoTpV9936X03V3Elw== 2023-12-06T04:09:30.985 INFO:teuthology.orchestra.run.smithi047.stderr:/usr/bin/ceph-authtool: AQD6829llnB8OhAAOBVrIHBG+1h2561nc8ZLgw== 2023-12-06T04:09:31.677 INFO:teuthology.orchestra.run.smithi047.stderr:/usr/bin/ceph-authtool: AQD7829lDaa8JxAAf+6lxbzWmWyPNOaKFGBXiw== 2023-12-06T04:09:32.097 INFO:teuthology.orchestra.run.smithi047.stderr:Creating initial monmap... 2023-12-06T04:09:32.371 INFO:teuthology.orchestra.run.smithi047.stderr:/usr/bin/monmaptool: /usr/bin/monmaptool: monmap file /tmp/monmap 2023-12-06T04:09:32.371 INFO:teuthology.orchestra.run.smithi047.stderr:/usr/bin/monmaptool: /usr/bin/monmaptool: set fsid to 2ecad2ea-93ed-11ee-95a2-87774f69a715 2023-12-06T04:09:32.371 INFO:teuthology.orchestra.run.smithi047.stderr:/usr/bin/monmaptool: /usr/bin/monmaptool: writing epoch 0 to /tmp/monmap (1 monitors) 2023-12-06T04:09:32.783 INFO:teuthology.orchestra.run.smithi047.stderr:monmaptool for smithi047 [v2:172.21.15.47:3300,v1:172.21.15.47:6789] on /usr/bin/monmaptool: monmap file /tmp/monmap 2023-12-06T04:09:32.783 INFO:teuthology.orchestra.run.smithi047.stderr:/usr/bin/monmaptool: set fsid to 2ecad2ea-93ed-11ee-95a2-87774f69a715 2023-12-06T04:09:32.784 INFO:teuthology.orchestra.run.smithi047.stderr:/usr/bin/monmaptool: writing epoch 0 to /tmp/monmap (1 monitors) 2023-12-06T04:09:32.784 INFO:teuthology.orchestra.run.smithi047.stderr: 2023-12-06T04:09:32.784 INFO:teuthology.orchestra.run.smithi047.stderr:Creating mon... 2023-12-06T04:09:33.114 INFO:teuthology.orchestra.run.smithi047.stderr:/usr/bin/ceph-mon: debug 2023-12-06T04:09:33.090+0000 7f753b117880 0 set uid:gid to 167:167 (ceph:ceph) 2023-12-06T04:09:33.114 INFO:teuthology.orchestra.run.smithi047.stderr:/usr/bin/ceph-mon: debug 2023-12-06T04:09:33.090+0000 7f753b117880 1 imported monmap: 2023-12-06T04:09:33.114 INFO:teuthology.orchestra.run.smithi047.stderr:/usr/bin/ceph-mon: epoch 0 2023-12-06T04:09:33.114 INFO:teuthology.orchestra.run.smithi047.stderr:/usr/bin/ceph-mon: fsid 2ecad2ea-93ed-11ee-95a2-87774f69a715 2023-12-06T04:09:33.115 INFO:teuthology.orchestra.run.smithi047.stderr:/usr/bin/ceph-mon: last_changed 2023-12-06T04:09:32.370245+0000 2023-12-06T04:09:33.115 INFO:teuthology.orchestra.run.smithi047.stderr:/usr/bin/ceph-mon: created 2023-12-06T04:09:32.370245+0000 2023-12-06T04:09:33.115 INFO:teuthology.orchestra.run.smithi047.stderr:/usr/bin/ceph-mon: min_mon_release 0 (unknown) 2023-12-06T04:09:33.115 INFO:teuthology.orchestra.run.smithi047.stderr:/usr/bin/ceph-mon: election_strategy: 1 2023-12-06T04:09:33.115 INFO:teuthology.orchestra.run.smithi047.stderr:/usr/bin/ceph-mon: 0: [v2:172.21.15.47:3300/0,v1:172.21.15.47:6789/0] mon.smithi047 2023-12-06T04:09:33.115 INFO:teuthology.orchestra.run.smithi047.stderr:/usr/bin/ceph-mon: 2023-12-06T04:09:33.115 INFO:teuthology.orchestra.run.smithi047.stderr:/usr/bin/ceph-mon: debug 2023-12-06T04:09:33.090+0000 7f753b117880 0 /usr/bin/ceph-mon: set fsid to 2ecad2ea-93ed-11ee-95a2-87774f69a715 2023-12-06T04:09:33.115 INFO:teuthology.orchestra.run.smithi047.stderr:/usr/bin/ceph-mon: debug 2023-12-06T04:09:33.091+0000 7f753b117880 4 rocksdb: RocksDB version: 6.8.1 2023-12-06T04:09:33.115 INFO:teuthology.orchestra.run.smithi047.stderr:/usr/bin/ceph-mon: 2023-12-06T04:09:33.115 INFO:teuthology.orchestra.run.smithi047.stderr:/usr/bin/ceph-mon: debug 2023-12-06T04:09:33.091+0000 7f753b117880 4 rocksdb: Git sha rocksdb_build_git_sha:@0@ 2023-12-06T04:09:33.115 INFO:teuthology.orchestra.run.smithi047.stderr:/usr/bin/ceph-mon: debug 2023-12-06T04:09:33.091+0000 7f753b117880 4 rocksdb: Compile date Dec 5 2023 2023-12-06T04:09:33.115 INFO:teuthology.orchestra.run.smithi047.stderr:/usr/bin/ceph-mon: debug 2023-12-06T04:09:33.091+0000 7f753b117880 4 rocksdb: DB SUMMARY 2023-12-06T04:09:33.115 INFO:teuthology.orchestra.run.smithi047.stderr:/usr/bin/ceph-mon: 2023-12-06T04:09:33.115 INFO:teuthology.orchestra.run.smithi047.stderr:/usr/bin/ceph-mon: debug 2023-12-06T04:09:33.091+0000 7f753b117880 4 rocksdb: SST files in /var/lib/ceph/mon/ceph-smithi047/store.db dir, Total Num: 0, files: 2023-12-06T04:09:33.115 INFO:teuthology.orchestra.run.smithi047.stderr:/usr/bin/ceph-mon: 2023-12-06T04:09:33.116 INFO:teuthology.orchestra.run.smithi047.stderr:/usr/bin/ceph-mon: debug 2023-12-06T04:09:33.091+0000 7f753b117880 4 rocksdb: Write Ahead Log file in /var/lib/ceph/mon/ceph-smithi047/store.db: 2023-12-06T04:09:33.116 INFO:teuthology.orchestra.run.smithi047.stderr:/usr/bin/ceph-mon: 2023-12-06T04:09:33.116 INFO:teuthology.orchestra.run.smithi047.stderr:/usr/bin/ceph-mon: debug 2023-12-06T04:09:33.091+0000 7f753b117880 4 rocksdb: Options.error_if_exists: 0 2023-12-06T04:09:33.116 INFO:teuthology.orchestra.run.smithi047.stderr:/usr/bin/ceph-mon: debug 2023-12-06T04:09:33.091+0000 7f753b117880 4 rocksdb: Options.create_if_missing: 1 2023-12-06T04:09:33.116 INFO:teuthology.orchestra.run.smithi047.stderr:/usr/bin/ceph-mon: debug 2023-12-06T04:09:33.091+0000 7f753b117880 4 rocksdb: Options.paranoid_checks: 1 2023-12-06T04:09:33.116 INFO:teuthology.orchestra.run.smithi047.stderr:/usr/bin/ceph-mon: debug 2023-12-06T04:09:33.091+0000 7f753b117880 4 rocksdb: Options.env: 0x55b29b38b080 2023-12-06T04:09:33.116 INFO:teuthology.orchestra.run.smithi047.stderr:/usr/bin/ceph-mon: debug 2023-12-06T04:09:33.091+0000 7f753b117880 4 rocksdb: Options.fs: Posix File System 2023-12-06T04:09:33.116 INFO:teuthology.orchestra.run.smithi047.stderr:/usr/bin/ceph-mon: debug 2023-12-06T04:09:33.091+0000 7f753b117880 4 rocksdb: Options.info_log: 0x55b29cbf9380 2023-12-06T04:09:33.116 INFO:teuthology.orchestra.run.smithi047.stderr:/usr/bin/ceph-mon: debug 2023-12-06T04:09:33.091+0000 7f753b117880 4 rocksdb: Options.max_file_opening_threads: 16 2023-12-06T04:09:33.116 INFO:teuthology.orchestra.run.smithi047.stderr:/usr/bin/ceph-mon: debug 2023-12-06T04:09:33.091+0000 7f753b117880 4 rocksdb: Options.statistics: (nil) 2023-12-06T04:09:33.116 INFO:teuthology.orchestra.run.smithi047.stderr:/usr/bin/ceph-mon: debug 2023-12-06T04:09:33.091+0000 7f753b117880 4 rocksdb: Options.use_fsync: 0 2023-12-06T04:09:33.116 INFO:teuthology.orchestra.run.smithi047.stderr:/usr/bin/ceph-mon: debug 2023-12-06T04:09:33.091+0000 7f753b117880 4 rocksdb: Options.max_log_file_size: 0 2023-12-06T04:09:33.116 INFO:teuthology.orchestra.run.smithi047.stderr:/usr/bin/ceph-mon: debug 2023-12-06T04:09:33.091+0000 7f753b117880 4 rocksdb: Options.max_manifest_file_size: 1073741824 2023-12-06T04:09:33.116 INFO:teuthology.orchestra.run.smithi047.stderr:/usr/bin/ceph-mon: debug 2023-12-06T04:09:33.091+0000 7f753b117880 4 rocksdb: Options.log_file_time_to_roll: 0 2023-12-06T04:09:33.116 INFO:teuthology.orchestra.run.smithi047.stderr:/usr/bin/ceph-mon: debug 2023-12-06T04:09:33.091+0000 7f753b117880 4 rocksdb: Options.keep_log_file_num: 1000 2023-12-06T04:09:33.117 INFO:teuthology.orchestra.run.smithi047.stderr:/usr/bin/ceph-mon: debug 2023-12-06T04:09:33.091+0000 7f753b117880 4 rocksdb: Options.recycle_log_file_num: 0 2023-12-06T04:09:33.117 INFO:teuthology.orchestra.run.smithi047.stderr:/usr/bin/ceph-mon: debug 2023-12-06T04:09:33.091+0000 7f753b117880 4 rocksdb: Options.allow_fallocate: 1 2023-12-06T04:09:33.117 INFO:teuthology.orchestra.run.smithi047.stderr:/usr/bin/ceph-mon: debug 2023-12-06T04:09:33.091+0000 7f753b117880 4 rocksdb: Options.allow_mmap_reads: 0 2023-12-06T04:09:33.117 INFO:teuthology.orchestra.run.smithi047.stderr:/usr/bin/ceph-mon: debug 2023-12-06T04:09:33.091+0000 7f753b117880 4 rocksdb: Options.allow_mmap_writes: 0 2023-12-06T04:09:33.117 INFO:teuthology.orchestra.run.smithi047.stderr:/usr/bin/ceph-mon: debug 2023-12-06T04:09:33.091+0000 7f753b117880 4 rocksdb: Options.use_direct_reads: 0 2023-12-06T04:09:33.117 INFO:teuthology.orchestra.run.smithi047.stderr:/usr/bin/ceph-mon: debug 2023-12-06T04:09:33.091+0000 7f753b117880 4 rocksdb: Options.use_direct_io_for_flush_and_compaction: 0 2023-12-06T04:09:33.117 INFO:teuthology.orchestra.run.smithi047.stderr:/usr/bin/ceph-mon: debug 2023-12-06T04:09:33.091+0000 7f753b117880 4 rocksdb: Options.create_missing_column_families: 0 2023-12-06T04:09:33.117 INFO:teuthology.orchestra.run.smithi047.stderr:/usr/bin/ceph-mon: debug 2023-12-06T04:09:33.091+0000 7f753b117880 4 rocksdb: Options.db_log_dir: 2023-12-06T04:09:33.117 INFO:teuthology.orchestra.run.smithi047.stderr:/usr/bin/ceph-mon: debug 2023-12-06T04:09:33.091+0000 7f753b117880 4 rocksdb: Options.wal_dir: /var/lib/ceph/mon/ceph-smithi047/store.db 2023-12-06T04:09:33.117 INFO:teuthology.orchestra.run.smithi047.stderr:/usr/bin/ceph-mon: debug 2023-12-06T04:09:33.091+0000 7f753b117880 4 rocksdb: Options.table_cache_numshardbits: 6 2023-12-06T04:09:33.117 INFO:teuthology.orchestra.run.smithi047.stderr:/usr/bin/ceph-mon: debug 2023-12-06T04:09:33.091+0000 7f753b117880 4 rocksdb: Options.max_subcompactions: 1 2023-12-06T04:09:33.117 INFO:teuthology.orchestra.run.smithi047.stderr:/usr/bin/ceph-mon: debug 2023-12-06T04:09:33.091+0000 7f753b117880 4 rocksdb: Options.max_background_flushes: -1 2023-12-06T04:09:33.117 INFO:teuthology.orchestra.run.smithi047.stderr:/usr/bin/ceph-mon: debug 2023-12-06T04:09:33.091+0000 7f753b117880 4 rocksdb: Options.WAL_ttl_seconds: 0 2023-12-06T04:09:33.117 INFO:teuthology.orchestra.run.smithi047.stderr:/usr/bin/ceph-mon: debug 2023-12-06T04:09:33.091+0000 7f753b117880 4 rocksdb: Options.WAL_size_limit_MB: 0 2023-12-06T04:09:33.117 INFO:teuthology.orchestra.run.smithi047.stderr:/usr/bin/ceph-mon: debug 2023-12-06T04:09:33.091+0000 7f753b117880 4 rocksdb: Options.max_write_batch_group_size_bytes: 1048576 2023-12-06T04:09:33.118 INFO:teuthology.orchestra.run.smithi047.stderr:/usr/bin/ceph-mon: debug 2023-12-06T04:09:33.091+0000 7f753b117880 4 rocksdb: Options.manifest_preallocation_size: 4194304 2023-12-06T04:09:33.118 INFO:teuthology.orchestra.run.smithi047.stderr:/usr/bin/ceph-mon: debug 2023-12-06T04:09:33.091+0000 7f753b117880 4 rocksdb: Options.is_fd_close_on_exec: 1 2023-12-06T04:09:33.118 INFO:teuthology.orchestra.run.smithi047.stderr:/usr/bin/ceph-mon: debug 2023-12-06T04:09:33.091+0000 7f753b117880 4 rocksdb: Options.advise_random_on_open: 1 2023-12-06T04:09:33.118 INFO:teuthology.orchestra.run.smithi047.stderr:/usr/bin/ceph-mon: debug 2023-12-06T04:09:33.091+0000 7f753b117880 4 rocksdb: Options.db_write_buffer_size: 0 2023-12-06T04:09:33.118 INFO:teuthology.orchestra.run.smithi047.stderr:/usr/bin/ceph-mon: debug 2023-12-06T04:09:33.091+0000 7f753b117880 4 rocksdb: Options.write_buffer_manager: 0x55b29cbff980 2023-12-06T04:09:33.118 INFO:teuthology.orchestra.run.smithi047.stderr:/usr/bin/ceph-mon: debug 2023-12-06T04:09:33.091+0000 7f753b117880 4 rocksdb: Options.access_hint_on_compaction_start: 1 2023-12-06T04:09:33.118 INFO:teuthology.orchestra.run.smithi047.stderr:/usr/bin/ceph-mon: debug 2023-12-06T04:09:33.091+0000 7f753b117880 4 rocksdb: Options.new_table_reader_for_compaction_inputs: 0 2023-12-06T04:09:33.118 INFO:teuthology.orchestra.run.smithi047.stderr:/usr/bin/ceph-mon: debug 2023-12-06T04:09:33.091+0000 7f753b117880 4 rocksdb: Options.random_access_max_buffer_size: 1048576 2023-12-06T04:09:33.118 INFO:teuthology.orchestra.run.smithi047.stderr:/usr/bin/ceph-mon: debug 2023-12-06T04:09:33.091+0000 7f753b117880 4 rocksdb: Options.use_adaptive_mutex: 0 2023-12-06T04:09:33.118 INFO:teuthology.orchestra.run.smithi047.stderr:/usr/bin/ceph-mon: debug 2023-12-06T04:09:33.091+0000 7f753b117880 4 rocksdb: Options.rate_limiter: (nil) 2023-12-06T04:09:33.118 INFO:teuthology.orchestra.run.smithi047.stderr:/usr/bin/ceph-mon: debug 2023-12-06T04:09:33.091+0000 7f753b117880 4 rocksdb: Options.sst_file_manager.rate_bytes_per_sec: 0 2023-12-06T04:09:33.118 INFO:teuthology.orchestra.run.smithi047.stderr:/usr/bin/ceph-mon: debug 2023-12-06T04:09:33.091+0000 7f753b117880 4 rocksdb: Options.wal_recovery_mode: 2 2023-12-06T04:09:33.118 INFO:teuthology.orchestra.run.smithi047.stderr:/usr/bin/ceph-mon: debug 2023-12-06T04:09:33.091+0000 7f753b117880 4 rocksdb: Options.enable_thread_tracking: 0 2023-12-06T04:09:33.118 INFO:teuthology.orchestra.run.smithi047.stderr:/usr/bin/ceph-mon: debug 2023-12-06T04:09:33.091+0000 7f753b117880 4 rocksdb: Options.enable_pipelined_write: 0 2023-12-06T04:09:33.118 INFO:teuthology.orchestra.run.smithi047.stderr:/usr/bin/ceph-mon: debug 2023-12-06T04:09:33.091+0000 7f753b117880 4 rocksdb: Options.unordered_write: 0 2023-12-06T04:09:33.119 INFO:teuthology.orchestra.run.smithi047.stderr:/usr/bin/ceph-mon: debug 2023-12-06T04:09:33.091+0000 7f753b117880 4 rocksdb: Options.allow_concurrent_memtable_write: 1 2023-12-06T04:09:33.119 INFO:teuthology.orchestra.run.smithi047.stderr:/usr/bin/ceph-mon: debug 2023-12-06T04:09:33.091+0000 7f753b117880 4 rocksdb: Options.enable_write_thread_adaptive_yield: 1 2023-12-06T04:09:33.119 INFO:teuthology.orchestra.run.smithi047.stderr:/usr/bin/ceph-mon: debug 2023-12-06T04:09:33.091+0000 7f753b117880 4 rocksdb: Options.write_thread_max_yield_usec: 100 2023-12-06T04:09:33.119 INFO:teuthology.orchestra.run.smithi047.stderr:/usr/bin/ceph-mon: debug 2023-12-06T04:09:33.091+0000 7f753b117880 4 rocksdb: Options.write_thread_slow_yield_usec: 3 2023-12-06T04:09:33.119 INFO:teuthology.orchestra.run.smithi047.stderr:/usr/bin/ceph-mon: debug 2023-12-06T04:09:33.091+0000 7f753b117880 4 rocksdb: Options.row_cache: None 2023-12-06T04:09:33.119 INFO:teuthology.orchestra.run.smithi047.stderr:/usr/bin/ceph-mon: debug 2023-12-06T04:09:33.091+0000 7f753b117880 4 rocksdb: Options.wal_filter: None 2023-12-06T04:09:33.119 INFO:teuthology.orchestra.run.smithi047.stderr:/usr/bin/ceph-mon: debug 2023-12-06T04:09:33.091+0000 7f753b117880 4 rocksdb: Options.avoid_flush_during_recovery: 0 2023-12-06T04:09:33.119 INFO:teuthology.orchestra.run.smithi047.stderr:/usr/bin/ceph-mon: debug 2023-12-06T04:09:33.091+0000 7f753b117880 4 rocksdb: Options.allow_ingest_behind: 0 2023-12-06T04:09:33.119 INFO:teuthology.orchestra.run.smithi047.stderr:/usr/bin/ceph-mon: debug 2023-12-06T04:09:33.091+0000 7f753b117880 4 rocksdb: Options.preserve_deletes: 0 2023-12-06T04:09:33.119 INFO:teuthology.orchestra.run.smithi047.stderr:/usr/bin/ceph-mon: debug 2023-12-06T04:09:33.091+0000 7f753b117880 4 rocksdb: Options.two_write_queues: 0 2023-12-06T04:09:33.119 INFO:teuthology.orchestra.run.smithi047.stderr:/usr/bin/ceph-mon: debug 2023-12-06T04:09:33.091+0000 7f753b117880 4 rocksdb: Options.manual_wal_flush: 0 2023-12-06T04:09:33.119 INFO:teuthology.orchestra.run.smithi047.stderr:/usr/bin/ceph-mon: debug 2023-12-06T04:09:33.091+0000 7f753b117880 4 rocksdb: Options.atomic_flush: 0 2023-12-06T04:09:33.119 INFO:teuthology.orchestra.run.smithi047.stderr:/usr/bin/ceph-mon: debug 2023-12-06T04:09:33.091+0000 7f753b117880 4 rocksdb: Options.avoid_unnecessary_blocking_io: 0 2023-12-06T04:09:33.119 INFO:teuthology.orchestra.run.smithi047.stderr:/usr/bin/ceph-mon: debug 2023-12-06T04:09:33.091+0000 7f753b117880 4 rocksdb: Options.persist_stats_to_disk: 0 2023-12-06T04:09:33.119 INFO:teuthology.orchestra.run.smithi047.stderr:/usr/bin/ceph-mon: debug 2023-12-06T04:09:33.091+0000 7f753b117880 4 rocksdb: Options.write_dbid_to_manifest: 0 2023-12-06T04:09:33.120 INFO:teuthology.orchestra.run.smithi047.stderr:/usr/bin/ceph-mon: debug 2023-12-06T04:09:33.091+0000 7f753b117880 4 rocksdb: Options.log_readahead_size: 0 2023-12-06T04:09:33.120 INFO:teuthology.orchestra.run.smithi047.stderr:/usr/bin/ceph-mon: debug 2023-12-06T04:09:33.091+0000 7f753b117880 4 rocksdb: Options.sst_file_checksum_func: Unknown 2023-12-06T04:09:33.120 INFO:teuthology.orchestra.run.smithi047.stderr:/usr/bin/ceph-mon: debug 2023-12-06T04:09:33.091+0000 7f753b117880 4 rocksdb: Options.max_background_jobs: 2 2023-12-06T04:09:33.120 INFO:teuthology.orchestra.run.smithi047.stderr:/usr/bin/ceph-mon: debug 2023-12-06T04:09:33.091+0000 7f753b117880 4 rocksdb: Options.max_background_compactions: -1 2023-12-06T04:09:33.120 INFO:teuthology.orchestra.run.smithi047.stderr:/usr/bin/ceph-mon: debug 2023-12-06T04:09:33.091+0000 7f753b117880 4 rocksdb: Options.avoid_flush_during_shutdown: 0 2023-12-06T04:09:33.120 INFO:teuthology.orchestra.run.smithi047.stderr:/usr/bin/ceph-mon: debug 2023-12-06T04:09:33.091+0000 7f753b117880 4 rocksdb: Options.writable_file_max_buffer_size: 1048576 2023-12-06T04:09:33.120 INFO:teuthology.orchestra.run.smithi047.stderr:/usr/bin/ceph-mon: debug 2023-12-06T04:09:33.091+0000 7f753b117880 4 rocksdb: Options.delayed_write_rate : 16777216 2023-12-06T04:09:33.120 INFO:teuthology.orchestra.run.smithi047.stderr:/usr/bin/ceph-mon: debug 2023-12-06T04:09:33.091+0000 7f753b117880 4 rocksdb: Options.max_total_wal_size: 0 2023-12-06T04:09:33.120 INFO:teuthology.orchestra.run.smithi047.stderr:/usr/bin/ceph-mon: debug 2023-12-06T04:09:33.091+0000 7f753b117880 4 rocksdb: Options.delete_obsolete_files_period_micros: 21600000000 2023-12-06T04:09:33.120 INFO:teuthology.orchestra.run.smithi047.stderr:/usr/bin/ceph-mon: debug 2023-12-06T04:09:33.091+0000 7f753b117880 4 rocksdb: Options.stats_dump_period_sec: 600 2023-12-06T04:09:33.120 INFO:teuthology.orchestra.run.smithi047.stderr:/usr/bin/ceph-mon: debug 2023-12-06T04:09:33.091+0000 7f753b117880 4 rocksdb: Options.stats_persist_period_sec: 600 2023-12-06T04:09:33.120 INFO:teuthology.orchestra.run.smithi047.stderr:/usr/bin/ceph-mon: debug 2023-12-06T04:09:33.091+0000 7f753b117880 4 rocksdb: Options.stats_history_buffer_size: 1048576 2023-12-06T04:09:33.120 INFO:teuthology.orchestra.run.smithi047.stderr:/usr/bin/ceph-mon: debug 2023-12-06T04:09:33.091+0000 7f753b117880 4 rocksdb: Options.max_open_files: -1 2023-12-06T04:09:33.120 INFO:teuthology.orchestra.run.smithi047.stderr:/usr/bin/ceph-mon: debug 2023-12-06T04:09:33.091+0000 7f753b117880 4 rocksdb: Options.bytes_per_sync: 0 2023-12-06T04:09:33.120 INFO:teuthology.orchestra.run.smithi047.stderr:/usr/bin/ceph-mon: debug 2023-12-06T04:09:33.091+0000 7f753b117880 4 rocksdb: Options.wal_bytes_per_sync: 0 2023-12-06T04:09:33.120 INFO:teuthology.orchestra.run.smithi047.stderr:/usr/bin/ceph-mon: debug 2023-12-06T04:09:33.091+0000 7f753b117880 4 rocksdb: Options.strict_bytes_per_sync: 0 2023-12-06T04:09:33.121 INFO:teuthology.orchestra.run.smithi047.stderr:/usr/bin/ceph-mon: debug 2023-12-06T04:09:33.091+0000 7f753b117880 4 rocksdb: Options.compaction_readahead_size: 0 2023-12-06T04:09:33.121 INFO:teuthology.orchestra.run.smithi047.stderr:/usr/bin/ceph-mon: debug 2023-12-06T04:09:33.091+0000 7f753b117880 4 rocksdb: Compression algorithms supported: 2023-12-06T04:09:33.121 INFO:teuthology.orchestra.run.smithi047.stderr:/usr/bin/ceph-mon: debug 2023-12-06T04:09:33.091+0000 7f753b117880 4 rocksdb: kZSTDNotFinalCompression supported: 0 2023-12-06T04:09:33.121 INFO:teuthology.orchestra.run.smithi047.stderr:/usr/bin/ceph-mon: debug 2023-12-06T04:09:33.091+0000 7f753b117880 4 rocksdb: kZSTD supported: 0 2023-12-06T04:09:33.121 INFO:teuthology.orchestra.run.smithi047.stderr:/usr/bin/ceph-mon: debug 2023-12-06T04:09:33.091+0000 7f753b117880 4 rocksdb: kXpressCompression supported: 0 2023-12-06T04:09:33.121 INFO:teuthology.orchestra.run.smithi047.stderr:/usr/bin/ceph-mon: debug 2023-12-06T04:09:33.091+0000 7f753b117880 4 rocksdb: kLZ4HCCompression supported: 1 2023-12-06T04:09:33.121 INFO:teuthology.orchestra.run.smithi047.stderr:/usr/bin/ceph-mon: debug 2023-12-06T04:09:33.091+0000 7f753b117880 4 rocksdb: kLZ4Compression supported: 1 2023-12-06T04:09:33.121 INFO:teuthology.orchestra.run.smithi047.stderr:/usr/bin/ceph-mon: debug 2023-12-06T04:09:33.091+0000 7f753b117880 4 rocksdb: kBZip2Compression supported: 0 2023-12-06T04:09:33.121 INFO:teuthology.orchestra.run.smithi047.stderr:/usr/bin/ceph-mon: debug 2023-12-06T04:09:33.091+0000 7f753b117880 4 rocksdb: kZlibCompression supported: 1 2023-12-06T04:09:33.121 INFO:teuthology.orchestra.run.smithi047.stderr:/usr/bin/ceph-mon: debug 2023-12-06T04:09:33.091+0000 7f753b117880 4 rocksdb: kSnappyCompression supported: 1 2023-12-06T04:09:33.121 INFO:teuthology.orchestra.run.smithi047.stderr:/usr/bin/ceph-mon: debug 2023-12-06T04:09:33.091+0000 7f753b117880 4 rocksdb: Fast CRC32 supported: Supported on x86 2023-12-06T04:09:33.121 INFO:teuthology.orchestra.run.smithi047.stderr:/usr/bin/ceph-mon: debug 2023-12-06T04:09:33.092+0000 7f753b117880 4 rocksdb: [db_impl/db_impl_open.cc:273] Creating manifest 1 2023-12-06T04:09:33.121 INFO:teuthology.orchestra.run.smithi047.stderr:/usr/bin/ceph-mon: 2023-12-06T04:09:33.121 INFO:teuthology.orchestra.run.smithi047.stderr:/usr/bin/ceph-mon: debug 2023-12-06T04:09:33.092+0000 7f753b117880 4 rocksdb: [version_set.cc:4413] Recovering from manifest file: /var/lib/ceph/mon/ceph-smithi047/store.db/MANIFEST-000001 2023-12-06T04:09:33.121 INFO:teuthology.orchestra.run.smithi047.stderr:/usr/bin/ceph-mon: 2023-12-06T04:09:33.122 INFO:teuthology.orchestra.run.smithi047.stderr:/usr/bin/ceph-mon: debug 2023-12-06T04:09:33.092+0000 7f753b117880 4 rocksdb: [column_family.cc:552] --------------- Options for column family [default]: 2023-12-06T04:09:33.122 INFO:teuthology.orchestra.run.smithi047.stderr:/usr/bin/ceph-mon: 2023-12-06T04:09:33.122 INFO:teuthology.orchestra.run.smithi047.stderr:/usr/bin/ceph-mon: debug 2023-12-06T04:09:33.092+0000 7f753b117880 4 rocksdb: Options.comparator: leveldb.BytewiseComparator 2023-12-06T04:09:33.122 INFO:teuthology.orchestra.run.smithi047.stderr:/usr/bin/ceph-mon: debug 2023-12-06T04:09:33.092+0000 7f753b117880 4 rocksdb: Options.merge_operator: 2023-12-06T04:09:33.122 INFO:teuthology.orchestra.run.smithi047.stderr:/usr/bin/ceph-mon: debug 2023-12-06T04:09:33.092+0000 7f753b117880 4 rocksdb: Options.compaction_filter: None 2023-12-06T04:09:33.122 INFO:teuthology.orchestra.run.smithi047.stderr:/usr/bin/ceph-mon: debug 2023-12-06T04:09:33.092+0000 7f753b117880 4 rocksdb: Options.compaction_filter_factory: None 2023-12-06T04:09:33.122 INFO:teuthology.orchestra.run.smithi047.stderr:/usr/bin/ceph-mon: debug 2023-12-06T04:09:33.092+0000 7f753b117880 4 rocksdb: Options.memtable_factory: SkipListFactory 2023-12-06T04:09:33.122 INFO:teuthology.orchestra.run.smithi047.stderr:/usr/bin/ceph-mon: debug 2023-12-06T04:09:33.092+0000 7f753b117880 4 rocksdb: Options.table_factory: BlockBasedTable 2023-12-06T04:09:33.122 INFO:teuthology.orchestra.run.smithi047.stderr:/usr/bin/ceph-mon: debug 2023-12-06T04:09:33.092+0000 7f753b117880 4 rocksdb: table_factory options: flush_block_policy_factory: FlushBlockBySizePolicyFactory (0x55b29cb0fd30) 2023-12-06T04:09:33.122 INFO:teuthology.orchestra.run.smithi047.stderr:/usr/bin/ceph-mon: cache_index_and_filter_blocks: 1 2023-12-06T04:09:33.122 INFO:teuthology.orchestra.run.smithi047.stderr:/usr/bin/ceph-mon: cache_index_and_filter_blocks_with_high_priority: 0 2023-12-06T04:09:33.122 INFO:teuthology.orchestra.run.smithi047.stderr:/usr/bin/ceph-mon: pin_l0_filter_and_index_blocks_in_cache: 0 2023-12-06T04:09:33.122 INFO:teuthology.orchestra.run.smithi047.stderr:/usr/bin/ceph-mon: pin_top_level_index_and_filter: 1 2023-12-06T04:09:33.122 INFO:teuthology.orchestra.run.smithi047.stderr:/usr/bin/ceph-mon: index_type: 0 2023-12-06T04:09:33.122 INFO:teuthology.orchestra.run.smithi047.stderr:/usr/bin/ceph-mon: data_block_index_type: 0 2023-12-06T04:09:33.123 INFO:teuthology.orchestra.run.smithi047.stderr:/usr/bin/ceph-mon: index_shortening: 1 2023-12-06T04:09:33.123 INFO:teuthology.orchestra.run.smithi047.stderr:/usr/bin/ceph-mon: data_block_hash_table_util_ratio: 0.750000 2023-12-06T04:09:33.123 INFO:teuthology.orchestra.run.smithi047.stderr:/usr/bin/ceph-mon: hash_index_allow_collision: 1 2023-12-06T04:09:33.123 INFO:teuthology.orchestra.run.smithi047.stderr:/usr/bin/ceph-mon: checksum: 1 2023-12-06T04:09:33.123 INFO:teuthology.orchestra.run.smithi047.stderr:/usr/bin/ceph-mon: no_block_cache: 0 2023-12-06T04:09:33.123 INFO:teuthology.orchestra.run.smithi047.stderr:/usr/bin/ceph-mon: block_cache: 0x55b29cb44d10 2023-12-06T04:09:33.123 INFO:teuthology.orchestra.run.smithi047.stderr:/usr/bin/ceph-mon: block_cache_name: BinnedLRUCache 2023-12-06T04:09:33.123 INFO:teuthology.orchestra.run.smithi047.stderr:/usr/bin/ceph-mon: block_cache_options: 2023-12-06T04:09:33.123 INFO:teuthology.orchestra.run.smithi047.stderr:/usr/bin/ceph-mon: capacity : 536870912 2023-12-06T04:09:33.123 INFO:teuthology.orchestra.run.smithi047.stderr:/usr/bin/ceph-mon: num_shard_bits : 4 2023-12-06T04:09:33.123 INFO:teuthology.orchestra.run.smithi047.stderr:/usr/bin/ceph-mon: strict_capacity_limit : 0 2023-12-06T04:09:33.123 INFO:teuthology.orchestra.run.smithi047.stderr:/usr/bin/ceph-mon: high_pri_pool_ratio: 0.000 2023-12-06T04:09:33.123 INFO:teuthology.orchestra.run.smithi047.stderr:/usr/bin/ceph-mon: block_cache_compressed: (nil) 2023-12-06T04:09:33.123 INFO:teuthology.orchestra.run.smithi047.stderr:/usr/bin/ceph-mon: persistent_cache: (nil) 2023-12-06T04:09:33.123 INFO:teuthology.orchestra.run.smithi047.stderr:/usr/bin/ceph-mon: block_size: 4096 2023-12-06T04:09:33.124 INFO:teuthology.orchestra.run.smithi047.stderr:/usr/bin/ceph-mon: block_size_deviation: 10 2023-12-06T04:09:33.124 INFO:teuthology.orchestra.run.smithi047.stderr:/usr/bin/ceph-mon: block_restart_interval: 16 2023-12-06T04:09:33.124 INFO:teuthology.orchestra.run.smithi047.stderr:/usr/bin/ceph-mon: index_block_restart_interval: 1 2023-12-06T04:09:33.124 INFO:teuthology.orchestra.run.smithi047.stderr:/usr/bin/ceph-mon: metadata_block_size: 4096 2023-12-06T04:09:33.124 INFO:teuthology.orchestra.run.smithi047.stderr:/usr/bin/ceph-mon: partition_filters: 0 2023-12-06T04:09:33.124 INFO:teuthology.orchestra.run.smithi047.stderr:/usr/bin/ceph-mon: use_delta_encoding: 1 2023-12-06T04:09:33.124 INFO:teuthology.orchestra.run.smithi047.stderr:/usr/bin/ceph-mon: filter_policy: rocksdb.BuiltinBloomFilter 2023-12-06T04:09:33.124 INFO:teuthology.orchestra.run.smithi047.stderr:/usr/bin/ceph-mon: whole_key_filtering: 1 2023-12-06T04:09:33.124 INFO:teuthology.orchestra.run.smithi047.stderr:/usr/bin/ceph-mon: verify_compression: 0 2023-12-06T04:09:33.124 INFO:teuthology.orchestra.run.smithi047.stderr:/usr/bin/ceph-mon: read_amp_bytes_per_bit: 0 2023-12-06T04:09:33.124 INFO:teuthology.orchestra.run.smithi047.stderr:/usr/bin/ceph-mon: format_version: 2 2023-12-06T04:09:33.124 INFO:teuthology.orchestra.run.smithi047.stderr:/usr/bin/ceph-mon: enable_index_compression: 1 2023-12-06T04:09:33.124 INFO:teuthology.orchestra.run.smithi047.stderr:/usr/bin/ceph-mon: block_align: 0 2023-12-06T04:09:33.124 INFO:teuthology.orchestra.run.smithi047.stderr:/usr/bin/ceph-mon: 2023-12-06T04:09:33.124 INFO:teuthology.orchestra.run.smithi047.stderr:/usr/bin/ceph-mon: debug 2023-12-06T04:09:33.092+0000 7f753b117880 4 rocksdb: Options.write_buffer_size: 33554432 2023-12-06T04:09:33.124 INFO:teuthology.orchestra.run.smithi047.stderr:/usr/bin/ceph-mon: debug 2023-12-06T04:09:33.092+0000 7f753b117880 4 rocksdb: Options.max_write_buffer_number: 2 2023-12-06T04:09:33.125 INFO:teuthology.orchestra.run.smithi047.stderr:/usr/bin/ceph-mon: debug 2023-12-06T04:09:33.092+0000 7f753b117880 4 rocksdb: Options.compression: NoCompression 2023-12-06T04:09:33.125 INFO:teuthology.orchestra.run.smithi047.stderr:/usr/bin/ceph-mon: debug 2023-12-06T04:09:33.092+0000 7f753b117880 4 rocksdb: Options.bottommost_compression: Disabled 2023-12-06T04:09:33.125 INFO:teuthology.orchestra.run.smithi047.stderr:/usr/bin/ceph-mon: debug 2023-12-06T04:09:33.092+0000 7f753b117880 4 rocksdb: Options.prefix_extractor: nullptr 2023-12-06T04:09:33.125 INFO:teuthology.orchestra.run.smithi047.stderr:/usr/bin/ceph-mon: debug 2023-12-06T04:09:33.092+0000 7f753b117880 4 rocksdb: Options.memtable_insert_with_hint_prefix_extractor: nullptr 2023-12-06T04:09:33.125 INFO:teuthology.orchestra.run.smithi047.stderr:/usr/bin/ceph-mon: debug 2023-12-06T04:09:33.092+0000 7f753b117880 4 rocksdb: Options.num_levels: 7 2023-12-06T04:09:33.125 INFO:teuthology.orchestra.run.smithi047.stderr:/usr/bin/ceph-mon: debug 2023-12-06T04:09:33.092+0000 7f753b117880 4 rocksdb: Options.min_write_buffer_number_to_merge: 1 2023-12-06T04:09:33.125 INFO:teuthology.orchestra.run.smithi047.stderr:/usr/bin/ceph-mon: debug 2023-12-06T04:09:33.092+0000 7f753b117880 4 rocksdb: Options.max_write_buffer_number_to_maintain: 0 2023-12-06T04:09:33.125 INFO:teuthology.orchestra.run.smithi047.stderr:/usr/bin/ceph-mon: debug 2023-12-06T04:09:33.092+0000 7f753b117880 4 rocksdb: Options.max_write_buffer_size_to_maintain: 0 2023-12-06T04:09:33.125 INFO:teuthology.orchestra.run.smithi047.stderr:/usr/bin/ceph-mon: debug 2023-12-06T04:09:33.092+0000 7f753b117880 4 rocksdb: Options.bottommost_compression_opts.window_bits: -14 2023-12-06T04:09:33.125 INFO:teuthology.orchestra.run.smithi047.stderr:/usr/bin/ceph-mon: debug 2023-12-06T04:09:33.092+0000 7f753b117880 4 rocksdb: Options.bottommost_compression_opts.level: 32767 2023-12-06T04:09:33.125 INFO:teuthology.orchestra.run.smithi047.stderr:/usr/bin/ceph-mon: debug 2023-12-06T04:09:33.092+0000 7f753b117880 4 rocksdb: Options.bottommost_compression_opts.strategy: 0 2023-12-06T04:09:33.125 INFO:teuthology.orchestra.run.smithi047.stderr:/usr/bin/ceph-mon: debug 2023-12-06T04:09:33.092+0000 7f753b117880 4 rocksdb: Options.bottommost_compression_opts.max_dict_bytes: 0 2023-12-06T04:09:33.125 INFO:teuthology.orchestra.run.smithi047.stderr:/usr/bin/ceph-mon: debug 2023-12-06T04:09:33.092+0000 7f753b117880 4 rocksdb: Options.bottommost_compression_opts.zstd_max_train_bytes: 0 2023-12-06T04:09:33.125 INFO:teuthology.orchestra.run.smithi047.stderr:/usr/bin/ceph-mon: debug 2023-12-06T04:09:33.092+0000 7f753b117880 4 rocksdb: Options.bottommost_compression_opts.enabled: false 2023-12-06T04:09:33.126 INFO:teuthology.orchestra.run.smithi047.stderr:/usr/bin/ceph-mon: debug 2023-12-06T04:09:33.092+0000 7f753b117880 4 rocksdb: Options.compression_opts.window_bits: -14 2023-12-06T04:09:33.126 INFO:teuthology.orchestra.run.smithi047.stderr:/usr/bin/ceph-mon: debug 2023-12-06T04:09:33.092+0000 7f753b117880 4 rocksdb: Options.compression_opts.level: 32767 2023-12-06T04:09:33.126 INFO:teuthology.orchestra.run.smithi047.stderr:/usr/bin/ceph-mon: debug 2023-12-06T04:09:33.092+0000 7f753b117880 4 rocksdb: Options.compression_opts.strategy: 0 2023-12-06T04:09:33.126 INFO:teuthology.orchestra.run.smithi047.stderr:/usr/bin/ceph-mon: debug 2023-12-06T04:09:33.092+0000 7f753b117880 4 rocksdb: Options.compression_opts.max_dict_bytes: 0 2023-12-06T04:09:33.126 INFO:teuthology.orchestra.run.smithi047.stderr:/usr/bin/ceph-mon: debug 2023-12-06T04:09:33.092+0000 7f753b117880 4 rocksdb: Options.compression_opts.zstd_max_train_bytes: 0 2023-12-06T04:09:33.126 INFO:teuthology.orchestra.run.smithi047.stderr:/usr/bin/ceph-mon: debug 2023-12-06T04:09:33.092+0000 7f753b117880 4 rocksdb: Options.compression_opts.enabled: false 2023-12-06T04:09:33.126 INFO:teuthology.orchestra.run.smithi047.stderr:/usr/bin/ceph-mon: debug 2023-12-06T04:09:33.092+0000 7f753b117880 4 rocksdb: Options.level0_file_num_compaction_trigger: 4 2023-12-06T04:09:33.126 INFO:teuthology.orchestra.run.smithi047.stderr:/usr/bin/ceph-mon: debug 2023-12-06T04:09:33.092+0000 7f753b117880 4 rocksdb: Options.level0_slowdown_writes_trigger: 20 2023-12-06T04:09:33.126 INFO:teuthology.orchestra.run.smithi047.stderr:/usr/bin/ceph-mon: debug 2023-12-06T04:09:33.092+0000 7f753b117880 4 rocksdb: Options.level0_stop_writes_trigger: 36 2023-12-06T04:09:33.126 INFO:teuthology.orchestra.run.smithi047.stderr:/usr/bin/ceph-mon: debug 2023-12-06T04:09:33.092+0000 7f753b117880 4 rocksdb: Options.target_file_size_base: 67108864 2023-12-06T04:09:33.126 INFO:teuthology.orchestra.run.smithi047.stderr:/usr/bin/ceph-mon: debug 2023-12-06T04:09:33.092+0000 7f753b117880 4 rocksdb: Options.target_file_size_multiplier: 1 2023-12-06T04:09:33.127 INFO:teuthology.orchestra.run.smithi047.stderr:/usr/bin/ceph-mon: debug 2023-12-06T04:09:33.092+0000 7f753b117880 4 rocksdb: Options.max_bytes_for_level_base: 268435456 2023-12-06T04:09:33.127 INFO:teuthology.orchestra.run.smithi047.stderr:/usr/bin/ceph-mon: debug 2023-12-06T04:09:33.092+0000 7f753b117880 4 rocksdb: Options.level_compaction_dynamic_level_bytes: 1 2023-12-06T04:09:33.127 INFO:teuthology.orchestra.run.smithi047.stderr:/usr/bin/ceph-mon: debug 2023-12-06T04:09:33.092+0000 7f753b117880 4 rocksdb: Options.max_bytes_for_level_multiplier: 10.000000 2023-12-06T04:09:33.127 INFO:teuthology.orchestra.run.smithi047.stderr:/usr/bin/ceph-mon: debug 2023-12-06T04:09:33.093+0000 7f753b117880 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[0]: 1 2023-12-06T04:09:33.127 INFO:teuthology.orchestra.run.smithi047.stderr:/usr/bin/ceph-mon: debug 2023-12-06T04:09:33.093+0000 7f753b117880 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[1]: 1 2023-12-06T04:09:33.127 INFO:teuthology.orchestra.run.smithi047.stderr:/usr/bin/ceph-mon: debug 2023-12-06T04:09:33.093+0000 7f753b117880 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[2]: 1 2023-12-06T04:09:33.127 INFO:teuthology.orchestra.run.smithi047.stderr:/usr/bin/ceph-mon: debug 2023-12-06T04:09:33.093+0000 7f753b117880 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[3]: 1 2023-12-06T04:09:33.127 INFO:teuthology.orchestra.run.smithi047.stderr:/usr/bin/ceph-mon: debug 2023-12-06T04:09:33.093+0000 7f753b117880 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[4]: 1 2023-12-06T04:09:33.127 INFO:teuthology.orchestra.run.smithi047.stderr:/usr/bin/ceph-mon: debug 2023-12-06T04:09:33.093+0000 7f753b117880 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[5]: 1 2023-12-06T04:09:33.127 INFO:teuthology.orchestra.run.smithi047.stderr:/usr/bin/ceph-mon: debug 2023-12-06T04:09:33.093+0000 7f753b117880 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[6]: 1 2023-12-06T04:09:33.127 INFO:teuthology.orchestra.run.smithi047.stderr:/usr/bin/ceph-mon: debug 2023-12-06T04:09:33.093+0000 7f753b117880 4 rocksdb: Options.max_sequential_skip_in_iterations: 8 2023-12-06T04:09:33.127 INFO:teuthology.orchestra.run.smithi047.stderr:/usr/bin/ceph-mon: debug 2023-12-06T04:09:33.093+0000 7f753b117880 4 rocksdb: Options.max_compaction_bytes: 1677721600 2023-12-06T04:09:33.127 INFO:teuthology.orchestra.run.smithi047.stderr:/usr/bin/ceph-mon: debug 2023-12-06T04:09:33.093+0000 7f753b117880 4 rocksdb: Options.arena_block_size: 4194304 2023-12-06T04:09:33.127 INFO:teuthology.orchestra.run.smithi047.stderr:/usr/bin/ceph-mon: debug 2023-12-06T04:09:33.093+0000 7f753b117880 4 rocksdb: Options.soft_pending_compaction_bytes_limit: 68719476736 2023-12-06T04:09:33.127 INFO:teuthology.orchestra.run.smithi047.stderr:/usr/bin/ceph-mon: debug 2023-12-06T04:09:33.093+0000 7f753b117880 4 rocksdb: Options.hard_pending_compaction_bytes_limit: 274877906944 2023-12-06T04:09:33.127 INFO:teuthology.orchestra.run.smithi047.stderr:/usr/bin/ceph-mon: debug 2023-12-06T04:09:33.093+0000 7f753b117880 4 rocksdb: Options.rate_limit_delay_max_milliseconds: 100 2023-12-06T04:09:33.128 INFO:teuthology.orchestra.run.smithi047.stderr:/usr/bin/ceph-mon: debug 2023-12-06T04:09:33.093+0000 7f753b117880 4 rocksdb: Options.disable_auto_compactions: 0 2023-12-06T04:09:33.128 INFO:teuthology.orchestra.run.smithi047.stderr:/usr/bin/ceph-mon: debug 2023-12-06T04:09:33.093+0000 7f753b117880 4 rocksdb: Options.compaction_style: kCompactionStyleLevel 2023-12-06T04:09:33.128 INFO:teuthology.orchestra.run.smithi047.stderr:/usr/bin/ceph-mon: debug 2023-12-06T04:09:33.093+0000 7f753b117880 4 rocksdb: Options.compaction_pri: kMinOverlappingRatio 2023-12-06T04:09:33.128 INFO:teuthology.orchestra.run.smithi047.stderr:/usr/bin/ceph-mon: debug 2023-12-06T04:09:33.093+0000 7f753b117880 4 rocksdb: Options.compaction_options_universal.size_ratio: 1 2023-12-06T04:09:33.128 INFO:teuthology.orchestra.run.smithi047.stderr:/usr/bin/ceph-mon: debug 2023-12-06T04:09:33.093+0000 7f753b117880 4 rocksdb: Options.compaction_options_universal.min_merge_width: 2 2023-12-06T04:09:33.128 INFO:teuthology.orchestra.run.smithi047.stderr:/usr/bin/ceph-mon: debug 2023-12-06T04:09:33.093+0000 7f753b117880 4 rocksdb: Options.compaction_options_universal.max_merge_width: 4294967295 2023-12-06T04:09:33.128 INFO:teuthology.orchestra.run.smithi047.stderr:/usr/bin/ceph-mon: debug 2023-12-06T04:09:33.093+0000 7f753b117880 4 rocksdb: Options.compaction_options_universal.max_size_amplification_percent: 200 2023-12-06T04:09:33.128 INFO:teuthology.orchestra.run.smithi047.stderr:/usr/bin/ceph-mon: debug 2023-12-06T04:09:33.093+0000 7f753b117880 4 rocksdb: Options.compaction_options_universal.compression_size_percent: -1 2023-12-06T04:09:33.128 INFO:teuthology.orchestra.run.smithi047.stderr:/usr/bin/ceph-mon: debug 2023-12-06T04:09:33.093+0000 7f753b117880 4 rocksdb: Options.compaction_options_universal.stop_style: kCompactionStopStyleTotalSize 2023-12-06T04:09:33.128 INFO:teuthology.orchestra.run.smithi047.stderr:/usr/bin/ceph-mon: debug 2023-12-06T04:09:33.093+0000 7f753b117880 4 rocksdb: Options.compaction_options_fifo.max_table_files_size: 1073741824 2023-12-06T04:09:33.128 INFO:teuthology.orchestra.run.smithi047.stderr:/usr/bin/ceph-mon: debug 2023-12-06T04:09:33.093+0000 7f753b117880 4 rocksdb: Options.compaction_options_fifo.allow_compaction: 0 2023-12-06T04:09:33.129 INFO:teuthology.orchestra.run.smithi047.stderr:/usr/bin/ceph-mon: debug 2023-12-06T04:09:33.093+0000 7f753b117880 4 rocksdb: Options.table_properties_collectors: 2023-12-06T04:09:33.129 INFO:teuthology.orchestra.run.smithi047.stderr:/usr/bin/ceph-mon: debug 2023-12-06T04:09:33.093+0000 7f753b117880 4 rocksdb: Options.inplace_update_support: 0 2023-12-06T04:09:33.129 INFO:teuthology.orchestra.run.smithi047.stderr:/usr/bin/ceph-mon: debug 2023-12-06T04:09:33.093+0000 7f753b117880 4 rocksdb: Options.inplace_update_num_locks: 10000 2023-12-06T04:09:33.129 INFO:teuthology.orchestra.run.smithi047.stderr:/usr/bin/ceph-mon: debug 2023-12-06T04:09:33.093+0000 7f753b117880 4 rocksdb: Options.memtable_prefix_bloom_size_ratio: 0.000000 2023-12-06T04:09:33.129 INFO:teuthology.orchestra.run.smithi047.stderr:/usr/bin/ceph-mon: debug 2023-12-06T04:09:33.093+0000 7f753b117880 4 rocksdb: Options.memtable_whole_key_filtering: 0 2023-12-06T04:09:33.129 INFO:teuthology.orchestra.run.smithi047.stderr:/usr/bin/ceph-mon: debug 2023-12-06T04:09:33.093+0000 7f753b117880 4 rocksdb: Options.memtable_huge_page_size: 0 2023-12-06T04:09:33.129 INFO:teuthology.orchestra.run.smithi047.stderr:/usr/bin/ceph-mon: debug 2023-12-06T04:09:33.093+0000 7f753b117880 4 rocksdb: Options.bloom_locality: 0 2023-12-06T04:09:33.129 INFO:teuthology.orchestra.run.smithi047.stderr:/usr/bin/ceph-mon: debug 2023-12-06T04:09:33.093+0000 7f753b117880 4 rocksdb: Options.max_successive_merges: 0 2023-12-06T04:09:33.129 INFO:teuthology.orchestra.run.smithi047.stderr:/usr/bin/ceph-mon: debug 2023-12-06T04:09:33.093+0000 7f753b117880 4 rocksdb: Options.optimize_filters_for_hits: 0 2023-12-06T04:09:33.129 INFO:teuthology.orchestra.run.smithi047.stderr:/usr/bin/ceph-mon: debug 2023-12-06T04:09:33.093+0000 7f753b117880 4 rocksdb: Options.paranoid_file_checks: 0 2023-12-06T04:09:33.129 INFO:teuthology.orchestra.run.smithi047.stderr:/usr/bin/ceph-mon: debug 2023-12-06T04:09:33.093+0000 7f753b117880 4 rocksdb: Options.force_consistency_checks: 0 2023-12-06T04:09:33.129 INFO:teuthology.orchestra.run.smithi047.stderr:/usr/bin/ceph-mon: debug 2023-12-06T04:09:33.093+0000 7f753b117880 4 rocksdb: Options.report_bg_io_stats: 0 2023-12-06T04:09:33.129 INFO:teuthology.orchestra.run.smithi047.stderr:/usr/bin/ceph-mon: debug 2023-12-06T04:09:33.093+0000 7f753b117880 4 rocksdb: Options.ttl: 2592000 2023-12-06T04:09:33.129 INFO:teuthology.orchestra.run.smithi047.stderr:/usr/bin/ceph-mon: debug 2023-12-06T04:09:33.093+0000 7f753b117880 4 rocksdb: Options.periodic_compaction_seconds: 0 2023-12-06T04:09:33.130 INFO:teuthology.orchestra.run.smithi047.stderr:/usr/bin/ceph-mon: debug 2023-12-06T04:09:33.093+0000 7f753b117880 4 rocksdb: [version_set.cc:4568] Recovered from manifest file:/var/lib/ceph/mon/ceph-smithi047/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-12-06T04:09:33.130 INFO:teuthology.orchestra.run.smithi047.stderr:/usr/bin/ceph-mon: 2023-12-06T04:09:33.130 INFO:teuthology.orchestra.run.smithi047.stderr:/usr/bin/ceph-mon: debug 2023-12-06T04:09:33.093+0000 7f753b117880 4 rocksdb: [version_set.cc:4577] Column family [default] (ID 0), log number is 0 2023-12-06T04:09:33.130 INFO:teuthology.orchestra.run.smithi047.stderr:/usr/bin/ceph-mon: 2023-12-06T04:09:33.130 INFO:teuthology.orchestra.run.smithi047.stderr:/usr/bin/ceph-mon: debug 2023-12-06T04:09:33.094+0000 7f753b117880 4 rocksdb: DB pointer 0x55b29cc0d800 2023-12-06T04:09:33.130 INFO:teuthology.orchestra.run.smithi047.stderr:/usr/bin/ceph-mon: debug 2023-12-06T04:09:33.094+0000 7f7523f9e700 4 rocksdb: [db_impl/db_impl.cc:850] ------- DUMPING STATS ------- 2023-12-06T04:09:33.130 INFO:teuthology.orchestra.run.smithi047.stderr:/usr/bin/ceph-mon: debug 2023-12-06T04:09:33.094+0000 7f7523f9e700 4 rocksdb: [db_impl/db_impl.cc:851] 2023-12-06T04:09:33.130 INFO:teuthology.orchestra.run.smithi047.stderr:/usr/bin/ceph-mon: ** DB Stats ** 2023-12-06T04:09:33.130 INFO:teuthology.orchestra.run.smithi047.stderr:/usr/bin/ceph-mon: Uptime(secs): 0.0 total, 0.0 interval 2023-12-06T04:09:33.130 INFO:teuthology.orchestra.run.smithi047.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-12-06T04:09:33.130 INFO:teuthology.orchestra.run.smithi047.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-12-06T04:09:33.130 INFO:teuthology.orchestra.run.smithi047.stderr:/usr/bin/ceph-mon: Cumulative stall: 00:00:0.000 H:M:S, 0.0 percent 2023-12-06T04:09:33.130 INFO:teuthology.orchestra.run.smithi047.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-12-06T04:09:33.130 INFO:teuthology.orchestra.run.smithi047.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-12-06T04:09:33.130 INFO:teuthology.orchestra.run.smithi047.stderr:/usr/bin/ceph-mon: Interval stall: 00:00:0.000 H:M:S, 0.0 percent 2023-12-06T04:09:33.131 INFO:teuthology.orchestra.run.smithi047.stderr:/usr/bin/ceph-mon: 2023-12-06T04:09:33.131 INFO:teuthology.orchestra.run.smithi047.stderr:/usr/bin/ceph-mon: ** Compaction Stats [default] ** 2023-12-06T04:09:33.131 INFO:teuthology.orchestra.run.smithi047.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-12-06T04:09:33.131 INFO:teuthology.orchestra.run.smithi047.stderr:/usr/bin/ceph-mon: ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2023-12-06T04:09:33.131 INFO:teuthology.orchestra.run.smithi047.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-12-06T04:09:33.131 INFO:teuthology.orchestra.run.smithi047.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-12-06T04:09:33.131 INFO:teuthology.orchestra.run.smithi047.stderr:/usr/bin/ceph-mon: 2023-12-06T04:09:33.131 INFO:teuthology.orchestra.run.smithi047.stderr:/usr/bin/ceph-mon: ** Compaction Stats [default] ** 2023-12-06T04:09:33.131 INFO:teuthology.orchestra.run.smithi047.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-12-06T04:09:33.131 INFO:teuthology.orchestra.run.smithi047.stderr:/usr/bin/ceph-mon: ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2023-12-06T04:09:33.131 INFO:teuthology.orchestra.run.smithi047.stderr:/usr/bin/ceph-mon: Uptime(secs): 0.0 total, 0.0 interval 2023-12-06T04:09:33.131 INFO:teuthology.orchestra.run.smithi047.stderr:/usr/bin/ceph-mon: Flush(GB): cumulative 0.000, interval 0.000 2023-12-06T04:09:33.131 INFO:teuthology.orchestra.run.smithi047.stderr:/usr/bin/ceph-mon: AddFile(GB): cumulative 0.000, interval 0.000 2023-12-06T04:09:33.131 INFO:teuthology.orchestra.run.smithi047.stderr:/usr/bin/ceph-mon: AddFile(Total Files): cumulative 0, interval 0 2023-12-06T04:09:33.131 INFO:teuthology.orchestra.run.smithi047.stderr:/usr/bin/ceph-mon: AddFile(L0 Files): cumulative 0, interval 0 2023-12-06T04:09:33.132 INFO:teuthology.orchestra.run.smithi047.stderr:/usr/bin/ceph-mon: AddFile(Keys): cumulative 0, interval 0 2023-12-06T04:09:33.132 INFO:teuthology.orchestra.run.smithi047.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-12-06T04:09:33.132 INFO:teuthology.orchestra.run.smithi047.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-12-06T04:09:33.132 INFO:teuthology.orchestra.run.smithi047.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-12-06T04:09:33.132 INFO:teuthology.orchestra.run.smithi047.stderr:/usr/bin/ceph-mon: 2023-12-06T04:09:33.132 INFO:teuthology.orchestra.run.smithi047.stderr:/usr/bin/ceph-mon: ** File Read Latency Histogram By Level [default] ** 2023-12-06T04:09:33.132 INFO:teuthology.orchestra.run.smithi047.stderr:/usr/bin/ceph-mon: 2023-12-06T04:09:33.132 INFO:teuthology.orchestra.run.smithi047.stderr:/usr/bin/ceph-mon: ** Compaction Stats [default] ** 2023-12-06T04:09:33.132 INFO:teuthology.orchestra.run.smithi047.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-12-06T04:09:33.132 INFO:teuthology.orchestra.run.smithi047.stderr:/usr/bin/ceph-mon: ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2023-12-06T04:09:33.132 INFO:teuthology.orchestra.run.smithi047.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-12-06T04:09:33.132 INFO:teuthology.orchestra.run.smithi047.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-12-06T04:09:33.132 INFO:teuthology.orchestra.run.smithi047.stderr:/usr/bin/ceph-mon: 2023-12-06T04:09:33.132 INFO:teuthology.orchestra.run.smithi047.stderr:/usr/bin/ceph-mon: ** Compaction Stats [default] ** 2023-12-06T04:09:33.132 INFO:teuthology.orchestra.run.smithi047.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-12-06T04:09:33.133 INFO:teuthology.orchestra.run.smithi047.stderr:/usr/bin/ceph-mon: ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2023-12-06T04:09:33.133 INFO:teuthology.orchestra.run.smithi047.stderr:/usr/bin/ceph-mon: Uptime(secs): 0.0 total, 0.0 interval 2023-12-06T04:09:33.133 INFO:teuthology.orchestra.run.smithi047.stderr:/usr/bin/ceph-mon: Flush(GB): cumulative 0.000, interval 0.000 2023-12-06T04:09:33.133 INFO:teuthology.orchestra.run.smithi047.stderr:/usr/bin/ceph-mon: AddFile(GB): cumulative 0.000, interval 0.000 2023-12-06T04:09:33.133 INFO:teuthology.orchestra.run.smithi047.stderr:/usr/bin/ceph-mon: AddFile(Total Files): cumulative 0, interval 0 2023-12-06T04:09:33.133 INFO:teuthology.orchestra.run.smithi047.stderr:/usr/bin/ceph-mon: AddFile(L0 Files): cumulative 0, interval 0 2023-12-06T04:09:33.133 INFO:teuthology.orchestra.run.smithi047.stderr:/usr/bin/ceph-mon: AddFile(Keys): cumulative 0, interval 0 2023-12-06T04:09:33.133 INFO:teuthology.orchestra.run.smithi047.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-12-06T04:09:33.133 INFO:teuthology.orchestra.run.smithi047.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-12-06T04:09:33.133 INFO:teuthology.orchestra.run.smithi047.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-12-06T04:09:33.133 INFO:teuthology.orchestra.run.smithi047.stderr:/usr/bin/ceph-mon: 2023-12-06T04:09:33.133 INFO:teuthology.orchestra.run.smithi047.stderr:/usr/bin/ceph-mon: ** File Read Latency Histogram By Level [default] ** 2023-12-06T04:09:33.133 INFO:teuthology.orchestra.run.smithi047.stderr:/usr/bin/ceph-mon: 2023-12-06T04:09:33.133 INFO:teuthology.orchestra.run.smithi047.stderr:/usr/bin/ceph-mon: debug 2023-12-06T04:09:33.096+0000 7f753b117880 4 rocksdb: [db_impl/db_impl.cc:397] Shutdown: canceling all background work 2023-12-06T04:09:33.133 INFO:teuthology.orchestra.run.smithi047.stderr:/usr/bin/ceph-mon: debug 2023-12-06T04:09:33.096+0000 7f753b117880 4 rocksdb: [db_impl/db_impl.cc:573] Shutdown complete 2023-12-06T04:09:33.134 INFO:teuthology.orchestra.run.smithi047.stderr:/usr/bin/ceph-mon: debug 2023-12-06T04:09:33.096+0000 7f753b117880 0 /usr/bin/ceph-mon: created monfs at /var/lib/ceph/mon/ceph-smithi047 for mon.smithi047 2023-12-06T04:09:33.436 INFO:teuthology.orchestra.run.smithi047.stderr:create mon.smithi047 on 2023-12-06T04:09:33.558 INFO:teuthology.orchestra.run.smithi047.stderr:systemctl: Created symlink /etc/systemd/system/multi-user.target.wants/ceph.target → /etc/systemd/system/ceph.target. 2023-12-06T04:09:33.666 INFO:teuthology.orchestra.run.smithi047.stderr:systemctl: Created symlink /etc/systemd/system/multi-user.target.wants/ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715.target → /etc/systemd/system/ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715.target. 2023-12-06T04:09:33.666 INFO:teuthology.orchestra.run.smithi047.stderr:systemctl: Created symlink /etc/systemd/system/ceph.target.wants/ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715.target → /etc/systemd/system/ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715.target. 2023-12-06T04:09:33.896 INFO:teuthology.orchestra.run.smithi047.stderr:systemctl: Failed to reset failed state of unit ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715@mon.smithi047.service: Unit ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715@mon.smithi047.service not loaded. 2023-12-06T04:09:33.904 INFO:teuthology.orchestra.run.smithi047.stderr:systemctl: Created symlink /etc/systemd/system/ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715.target.wants/ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715@mon.smithi047.service → /etc/systemd/system/ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715@.service. 2023-12-06T04:09:34.425 INFO:teuthology.orchestra.run.smithi047.stderr:systemctl: disabled 2023-12-06T04:09:34.434 INFO:teuthology.orchestra.run.smithi047.stderr:systemctl: inactive 2023-12-06T04:09:34.434 INFO:teuthology.orchestra.run.smithi047.stderr:firewalld.service is not enabled 2023-12-06T04:09:34.434 INFO:teuthology.orchestra.run.smithi047.stderr:Not possible to enable service . firewalld.service is not available 2023-12-06T04:09:34.435 INFO:teuthology.orchestra.run.smithi047.stderr:Waiting for mon to start... 2023-12-06T04:09:34.435 INFO:teuthology.orchestra.run.smithi047.stderr:Waiting for mon... 2023-12-06T04:09:34.667 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Dec 06 04:09:34 smithi047 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi047[107718]: cluster 2023-12-06T04:09:34.438509+0000 mon.smithi047 (mon.0) 1 : cluster [INF] mon.smithi047 is new leader, mons smithi047 in quorum (ranks 0) 2023-12-06T04:09:34.958 INFO:teuthology.orchestra.run.smithi047.stderr:/usr/bin/ceph: cluster: 2023-12-06T04:09:34.958 INFO:teuthology.orchestra.run.smithi047.stderr:/usr/bin/ceph: id: 2ecad2ea-93ed-11ee-95a2-87774f69a715 2023-12-06T04:09:34.958 INFO:teuthology.orchestra.run.smithi047.stderr:/usr/bin/ceph: health: HEALTH_OK 2023-12-06T04:09:34.958 INFO:teuthology.orchestra.run.smithi047.stderr:/usr/bin/ceph: 2023-12-06T04:09:34.958 INFO:teuthology.orchestra.run.smithi047.stderr:/usr/bin/ceph: services: 2023-12-06T04:09:34.958 INFO:teuthology.orchestra.run.smithi047.stderr:/usr/bin/ceph: mon: 1 daemons, quorum smithi047 (age 0.513416s) 2023-12-06T04:09:34.958 INFO:teuthology.orchestra.run.smithi047.stderr:/usr/bin/ceph: mgr: no daemons active 2023-12-06T04:09:34.958 INFO:teuthology.orchestra.run.smithi047.stderr:/usr/bin/ceph: osd: 0 osds: 0 up, 0 in 2023-12-06T04:09:34.958 INFO:teuthology.orchestra.run.smithi047.stderr:/usr/bin/ceph: 2023-12-06T04:09:34.958 INFO:teuthology.orchestra.run.smithi047.stderr:/usr/bin/ceph: data: 2023-12-06T04:09:34.959 INFO:teuthology.orchestra.run.smithi047.stderr:/usr/bin/ceph: pools: 0 pools, 0 pgs 2023-12-06T04:09:34.959 INFO:teuthology.orchestra.run.smithi047.stderr:/usr/bin/ceph: objects: 0 objects, 0 B 2023-12-06T04:09:34.959 INFO:teuthology.orchestra.run.smithi047.stderr:/usr/bin/ceph: usage: 0 B used, 0 B / 0 B avail 2023-12-06T04:09:34.959 INFO:teuthology.orchestra.run.smithi047.stderr:/usr/bin/ceph: pgs: 2023-12-06T04:09:34.959 INFO:teuthology.orchestra.run.smithi047.stderr:/usr/bin/ceph: 2023-12-06T04:09:35.289 INFO:teuthology.orchestra.run.smithi047.stderr:mon is available 2023-12-06T04:09:35.289 INFO:teuthology.orchestra.run.smithi047.stderr:Assimilating anything we can from ceph.conf... 2023-12-06T04:09:35.520 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Dec 06 04:09:35 smithi047 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi047[107718]: cluster 2023-12-06T04:09:34.442337+0000 mon.smithi047 (mon.0) 2 : cluster [INF] mon.smithi047 is new leader, mons smithi047 in quorum (ranks 0) 2023-12-06T04:09:35.520 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Dec 06 04:09:35 smithi047 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi047[107718]: cluster 2023-12-06T04:09:34.442487+0000 mon.smithi047 (mon.0) 3 : cluster [DBG] monmap e1: 1 mons at {smithi047=[v2:172.21.15.47:3300/0,v1:172.21.15.47:6789/0]} removed_ranks: {} 2023-12-06T04:09:35.521 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Dec 06 04:09:35 smithi047 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi047[107718]: cluster 2023-12-06T04:09:34.445205+0000 mon.smithi047 (mon.0) 4 : cluster [DBG] fsmap 2023-12-06T04:09:35.521 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Dec 06 04:09:35 smithi047 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi047[107718]: cluster 2023-12-06T04:09:34.447423+0000 mon.smithi047 (mon.0) 5 : cluster [DBG] osdmap e1: 0 total, 0 up, 0 in 2023-12-06T04:09:35.521 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Dec 06 04:09:35 smithi047 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi047[107718]: cluster 2023-12-06T04:09:34.448072+0000 mon.smithi047 (mon.0) 6 : cluster [DBG] mgrmap e1: no daemons active 2023-12-06T04:09:35.521 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Dec 06 04:09:35 smithi047 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi047[107718]: audit 2023-12-06T04:09:34.955707+0000 mon.smithi047 (mon.0) 7 : audit [DBG] from='client.? 172.21.15.47:0/3485065366' entity='client.admin' cmd=[{"prefix": "status"}]: dispatch 2023-12-06T04:09:35.824 INFO:teuthology.orchestra.run.smithi047.stderr:/usr/bin/ceph: 2023-12-06T04:09:35.824 INFO:teuthology.orchestra.run.smithi047.stderr:/usr/bin/ceph: [global] 2023-12-06T04:09:35.824 INFO:teuthology.orchestra.run.smithi047.stderr:/usr/bin/ceph: fsid = 2ecad2ea-93ed-11ee-95a2-87774f69a715 2023-12-06T04:09:35.825 INFO:teuthology.orchestra.run.smithi047.stderr:/usr/bin/ceph: mon_host = [v2:172.21.15.47:3300,v1:172.21.15.47:6789] 2023-12-06T04:09:35.825 INFO:teuthology.orchestra.run.smithi047.stderr:/usr/bin/ceph: mon_osd_allow_pg_remap = true 2023-12-06T04:09:35.825 INFO:teuthology.orchestra.run.smithi047.stderr:/usr/bin/ceph: mon_osd_allow_primary_affinity = true 2023-12-06T04:09:35.825 INFO:teuthology.orchestra.run.smithi047.stderr:/usr/bin/ceph: mon_warn_on_no_sortbitwise = false 2023-12-06T04:09:35.825 INFO:teuthology.orchestra.run.smithi047.stderr:/usr/bin/ceph: osd_crush_chooseleaf_type = 0 2023-12-06T04:09:35.825 INFO:teuthology.orchestra.run.smithi047.stderr:/usr/bin/ceph: 2023-12-06T04:09:35.825 INFO:teuthology.orchestra.run.smithi047.stderr:/usr/bin/ceph: [mgr] 2023-12-06T04:09:35.825 INFO:teuthology.orchestra.run.smithi047.stderr:/usr/bin/ceph: mgr/telemetry/nag = false 2023-12-06T04:09:35.825 INFO:teuthology.orchestra.run.smithi047.stderr:/usr/bin/ceph: 2023-12-06T04:09:35.825 INFO:teuthology.orchestra.run.smithi047.stderr:/usr/bin/ceph: [osd] 2023-12-06T04:09:35.825 INFO:teuthology.orchestra.run.smithi047.stderr:/usr/bin/ceph: osd_map_max_advance = 10 2023-12-06T04:09:35.825 INFO:teuthology.orchestra.run.smithi047.stderr:/usr/bin/ceph: osd_sloppy_crc = true 2023-12-06T04:09:36.163 INFO:teuthology.orchestra.run.smithi047.stderr:Generating new minimal ceph.conf... 2023-12-06T04:09:36.629 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Dec 06 04:09:36 smithi047 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi047[107718]: audit 2023-12-06T04:09:35.819477+0000 mon.smithi047 (mon.0) 8 : audit [INF] from='client.? 172.21.15.47:0/1446796653' entity='client.admin' cmd=[{"prefix": "config assimilate-conf"}]: dispatch 2023-12-06T04:09:36.629 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Dec 06 04:09:36 smithi047 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi047[107718]: audit 2023-12-06T04:09:35.822317+0000 mon.smithi047 (mon.0) 9 : audit [INF] from='client.? 172.21.15.47:0/1446796653' entity='client.admin' cmd='[{"prefix": "config assimilate-conf"}]': finished 2023-12-06T04:09:36.955 INFO:teuthology.orchestra.run.smithi047.stderr:Restarting the monitor... 2023-12-06T04:09:37.187 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Dec 06 04:09:36 smithi047 systemd[1]: Stopping Ceph mon.smithi047 for 2ecad2ea-93ed-11ee-95a2-87774f69a715... 2023-12-06T04:09:37.188 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Dec 06 04:09:36 smithi047 bash[108040]: Error: no container with name or ID "ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon.smithi047" found: no such container 2023-12-06T04:09:37.188 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Dec 06 04:09:37 smithi047 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi047[107718]: debug 2023-12-06T04:09:37.186+0000 7f1b14858700 -1 received signal: Terminated from /run/podman-init -- /usr/bin/ceph-mon -n mon.smithi047 -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-12-06T04:09:37.188 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Dec 06 04:09:37 smithi047 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi047[107718]: debug 2023-12-06T04:09:37.186+0000 7f1b14858700 -1 mon.smithi047@0(leader) e1 *** Got Signal Terminated *** 2023-12-06T04:09:37.697 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Dec 06 04:09:37 smithi047 bash[108079]: ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi047 2023-12-06T04:09:38.004 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Dec 06 04:09:37 smithi047 systemd[1]: ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715@mon.smithi047.service: Succeeded. 2023-12-06T04:09:38.004 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Dec 06 04:09:37 smithi047 systemd[1]: Stopped Ceph mon.smithi047 for 2ecad2ea-93ed-11ee-95a2-87774f69a715. 2023-12-06T04:09:38.004 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Dec 06 04:09:37 smithi047 systemd[1]: Starting Ceph mon.smithi047 for 2ecad2ea-93ed-11ee-95a2-87774f69a715... 2023-12-06T04:09:38.073 INFO:teuthology.orchestra.run.smithi047.stderr:Setting public_network to 172.21.0.0/20 in mon config section 2023-12-06T04:09:38.381 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Dec 06 04:09:38 smithi047 bash[108197]: 12ab9d903c47937ae16e6d3823178a699badba1c353d1088603373e5b914ff7b 2023-12-06T04:09:38.381 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Dec 06 04:09:38 smithi047 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi047[108212]: debug 2023-12-06T04:09:38.067+0000 7f8b54d22880 0 set uid:gid to 167:167 (ceph:ceph) 2023-12-06T04:09:38.381 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Dec 06 04:09:38 smithi047 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi047[108212]: debug 2023-12-06T04:09:38.067+0000 7f8b54d22880 0 ceph version 16.2.14-335-gd03fca4f (d03fca4f35d43f61b4679936aef7bd2f01cced0b) pacific (stable), process ceph-mon, pid 7 2023-12-06T04:09:38.381 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Dec 06 04:09:38 smithi047 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi047[108212]: debug 2023-12-06T04:09:38.067+0000 7f8b54d22880 0 pidfile_write: ignore empty --pid-file 2023-12-06T04:09:38.381 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Dec 06 04:09:38 smithi047 systemd[1]: Started Ceph mon.smithi047 for 2ecad2ea-93ed-11ee-95a2-87774f69a715. 2023-12-06T04:09:38.381 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Dec 06 04:09:38 smithi047 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi047[108212]: debug 2023-12-06T04:09:38.072+0000 7f8b54d22880 0 load: jerasure load: lrc load: isa 2023-12-06T04:09:38.381 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Dec 06 04:09:38 smithi047 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi047[108212]: debug 2023-12-06T04:09:38.073+0000 7f8b54d22880 4 rocksdb: RocksDB version: 6.8.1 2023-12-06T04:09:38.381 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Dec 06 04:09:38 smithi047 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi047[108212]: 2023-12-06T04:09:38.381 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Dec 06 04:09:38 smithi047 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi047[108212]: debug 2023-12-06T04:09:38.073+0000 7f8b54d22880 4 rocksdb: Git sha rocksdb_build_git_sha:@0@ 2023-12-06T04:09:38.381 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Dec 06 04:09:38 smithi047 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi047[108212]: debug 2023-12-06T04:09:38.073+0000 7f8b54d22880 4 rocksdb: Compile date Dec 5 2023 2023-12-06T04:09:38.381 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Dec 06 04:09:38 smithi047 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi047[108212]: debug 2023-12-06T04:09:38.073+0000 7f8b54d22880 4 rocksdb: DB SUMMARY 2023-12-06T04:09:38.381 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Dec 06 04:09:38 smithi047 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi047[108212]: 2023-12-06T04:09:38.382 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Dec 06 04:09:38 smithi047 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi047[108212]: debug 2023-12-06T04:09:38.073+0000 7f8b54d22880 4 rocksdb: CURRENT file: CURRENT 2023-12-06T04:09:38.382 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Dec 06 04:09:38 smithi047 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi047[108212]: 2023-12-06T04:09:38.382 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Dec 06 04:09:38 smithi047 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi047[108212]: debug 2023-12-06T04:09:38.073+0000 7f8b54d22880 4 rocksdb: IDENTITY file: IDENTITY 2023-12-06T04:09:38.382 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Dec 06 04:09:38 smithi047 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi047[108212]: 2023-12-06T04:09:38.382 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Dec 06 04:09:38 smithi047 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi047[108212]: debug 2023-12-06T04:09:38.073+0000 7f8b54d22880 4 rocksdb: MANIFEST file: MANIFEST-000005 size: 131 Bytes 2023-12-06T04:09:38.382 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Dec 06 04:09:38 smithi047 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi047[108212]: 2023-12-06T04:09:38.382 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Dec 06 04:09:38 smithi047 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi047[108212]: debug 2023-12-06T04:09:38.073+0000 7f8b54d22880 4 rocksdb: SST files in /var/lib/ceph/mon/ceph-smithi047/store.db dir, Total Num: 1, files: 000004.sst 2023-12-06T04:09:38.382 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Dec 06 04:09:38 smithi047 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi047[108212]: 2023-12-06T04:09:38.382 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Dec 06 04:09:38 smithi047 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi047[108212]: debug 2023-12-06T04:09:38.073+0000 7f8b54d22880 4 rocksdb: Write Ahead Log file in /var/lib/ceph/mon/ceph-smithi047/store.db: 000006.log size: 81192 ; 2023-12-06T04:09:38.382 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Dec 06 04:09:38 smithi047 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi047[108212]: 2023-12-06T04:09:38.382 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Dec 06 04:09:38 smithi047 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi047[108212]: debug 2023-12-06T04:09:38.073+0000 7f8b54d22880 4 rocksdb: Options.error_if_exists: 0 2023-12-06T04:09:38.382 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Dec 06 04:09:38 smithi047 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi047[108212]: debug 2023-12-06T04:09:38.073+0000 7f8b54d22880 4 rocksdb: Options.create_if_missing: 0 2023-12-06T04:09:38.382 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Dec 06 04:09:38 smithi047 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi047[108212]: debug 2023-12-06T04:09:38.073+0000 7f8b54d22880 4 rocksdb: Options.paranoid_checks: 1 2023-12-06T04:09:38.383 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Dec 06 04:09:38 smithi047 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi047[108212]: debug 2023-12-06T04:09:38.073+0000 7f8b54d22880 4 rocksdb: Options.env: 0x55a741a02080 2023-12-06T04:09:38.383 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Dec 06 04:09:38 smithi047 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi047[108212]: debug 2023-12-06T04:09:38.073+0000 7f8b54d22880 4 rocksdb: Options.fs: Posix File System 2023-12-06T04:09:38.383 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Dec 06 04:09:38 smithi047 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi047[108212]: debug 2023-12-06T04:09:38.073+0000 7f8b54d22880 4 rocksdb: Options.info_log: 0x55a742931d20 2023-12-06T04:09:38.383 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Dec 06 04:09:38 smithi047 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi047[108212]: debug 2023-12-06T04:09:38.073+0000 7f8b54d22880 4 rocksdb: Options.max_file_opening_threads: 16 2023-12-06T04:09:38.383 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Dec 06 04:09:38 smithi047 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi047[108212]: debug 2023-12-06T04:09:38.073+0000 7f8b54d22880 4 rocksdb: Options.statistics: (nil) 2023-12-06T04:09:38.383 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Dec 06 04:09:38 smithi047 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi047[108212]: debug 2023-12-06T04:09:38.073+0000 7f8b54d22880 4 rocksdb: Options.use_fsync: 0 2023-12-06T04:09:38.383 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Dec 06 04:09:38 smithi047 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi047[108212]: debug 2023-12-06T04:09:38.073+0000 7f8b54d22880 4 rocksdb: Options.max_log_file_size: 0 2023-12-06T04:09:38.383 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Dec 06 04:09:38 smithi047 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi047[108212]: debug 2023-12-06T04:09:38.073+0000 7f8b54d22880 4 rocksdb: Options.max_manifest_file_size: 1073741824 2023-12-06T04:09:38.383 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Dec 06 04:09:38 smithi047 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi047[108212]: debug 2023-12-06T04:09:38.073+0000 7f8b54d22880 4 rocksdb: Options.log_file_time_to_roll: 0 2023-12-06T04:09:38.383 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Dec 06 04:09:38 smithi047 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi047[108212]: debug 2023-12-06T04:09:38.073+0000 7f8b54d22880 4 rocksdb: Options.keep_log_file_num: 1000 2023-12-06T04:09:38.383 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Dec 06 04:09:38 smithi047 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi047[108212]: debug 2023-12-06T04:09:38.073+0000 7f8b54d22880 4 rocksdb: Options.recycle_log_file_num: 0 2023-12-06T04:09:38.383 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Dec 06 04:09:38 smithi047 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi047[108212]: debug 2023-12-06T04:09:38.073+0000 7f8b54d22880 4 rocksdb: Options.allow_fallocate: 1 2023-12-06T04:09:38.383 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Dec 06 04:09:38 smithi047 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi047[108212]: debug 2023-12-06T04:09:38.073+0000 7f8b54d22880 4 rocksdb: Options.allow_mmap_reads: 0 2023-12-06T04:09:38.383 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Dec 06 04:09:38 smithi047 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi047[108212]: debug 2023-12-06T04:09:38.073+0000 7f8b54d22880 4 rocksdb: Options.allow_mmap_writes: 0 2023-12-06T04:09:38.383 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Dec 06 04:09:38 smithi047 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi047[108212]: debug 2023-12-06T04:09:38.073+0000 7f8b54d22880 4 rocksdb: Options.use_direct_reads: 0 2023-12-06T04:09:38.384 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Dec 06 04:09:38 smithi047 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi047[108212]: debug 2023-12-06T04:09:38.073+0000 7f8b54d22880 4 rocksdb: Options.use_direct_io_for_flush_and_compaction: 0 2023-12-06T04:09:38.384 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Dec 06 04:09:38 smithi047 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi047[108212]: debug 2023-12-06T04:09:38.073+0000 7f8b54d22880 4 rocksdb: Options.create_missing_column_families: 0 2023-12-06T04:09:38.384 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Dec 06 04:09:38 smithi047 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi047[108212]: debug 2023-12-06T04:09:38.073+0000 7f8b54d22880 4 rocksdb: Options.db_log_dir: 2023-12-06T04:09:38.384 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Dec 06 04:09:38 smithi047 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi047[108212]: debug 2023-12-06T04:09:38.073+0000 7f8b54d22880 4 rocksdb: Options.wal_dir: /var/lib/ceph/mon/ceph-smithi047/store.db 2023-12-06T04:09:38.384 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Dec 06 04:09:38 smithi047 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi047[108212]: debug 2023-12-06T04:09:38.073+0000 7f8b54d22880 4 rocksdb: Options.table_cache_numshardbits: 6 2023-12-06T04:09:38.384 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Dec 06 04:09:38 smithi047 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi047[108212]: debug 2023-12-06T04:09:38.073+0000 7f8b54d22880 4 rocksdb: Options.max_subcompactions: 1 2023-12-06T04:09:38.384 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Dec 06 04:09:38 smithi047 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi047[108212]: debug 2023-12-06T04:09:38.073+0000 7f8b54d22880 4 rocksdb: Options.max_background_flushes: -1 2023-12-06T04:09:38.384 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Dec 06 04:09:38 smithi047 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi047[108212]: debug 2023-12-06T04:09:38.073+0000 7f8b54d22880 4 rocksdb: Options.WAL_ttl_seconds: 0 2023-12-06T04:09:38.384 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Dec 06 04:09:38 smithi047 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi047[108212]: debug 2023-12-06T04:09:38.073+0000 7f8b54d22880 4 rocksdb: Options.WAL_size_limit_MB: 0 2023-12-06T04:09:38.384 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Dec 06 04:09:38 smithi047 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi047[108212]: debug 2023-12-06T04:09:38.073+0000 7f8b54d22880 4 rocksdb: Options.max_write_batch_group_size_bytes: 1048576 2023-12-06T04:09:38.384 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Dec 06 04:09:38 smithi047 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi047[108212]: debug 2023-12-06T04:09:38.073+0000 7f8b54d22880 4 rocksdb: Options.manifest_preallocation_size: 4194304 2023-12-06T04:09:38.384 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Dec 06 04:09:38 smithi047 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi047[108212]: debug 2023-12-06T04:09:38.073+0000 7f8b54d22880 4 rocksdb: Options.is_fd_close_on_exec: 1 2023-12-06T04:09:38.384 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Dec 06 04:09:38 smithi047 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi047[108212]: debug 2023-12-06T04:09:38.073+0000 7f8b54d22880 4 rocksdb: Options.advise_random_on_open: 1 2023-12-06T04:09:38.384 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Dec 06 04:09:38 smithi047 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi047[108212]: debug 2023-12-06T04:09:38.073+0000 7f8b54d22880 4 rocksdb: Options.db_write_buffer_size: 0 2023-12-06T04:09:38.384 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Dec 06 04:09:38 smithi047 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi047[108212]: debug 2023-12-06T04:09:38.073+0000 7f8b54d22880 4 rocksdb: Options.write_buffer_manager: 0x55a743588480 2023-12-06T04:09:38.385 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Dec 06 04:09:38 smithi047 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi047[108212]: debug 2023-12-06T04:09:38.073+0000 7f8b54d22880 4 rocksdb: Options.access_hint_on_compaction_start: 1 2023-12-06T04:09:38.385 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Dec 06 04:09:38 smithi047 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi047[108212]: debug 2023-12-06T04:09:38.073+0000 7f8b54d22880 4 rocksdb: Options.new_table_reader_for_compaction_inputs: 0 2023-12-06T04:09:38.385 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Dec 06 04:09:38 smithi047 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi047[108212]: debug 2023-12-06T04:09:38.073+0000 7f8b54d22880 4 rocksdb: Options.random_access_max_buffer_size: 1048576 2023-12-06T04:09:38.385 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Dec 06 04:09:38 smithi047 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi047[108212]: debug 2023-12-06T04:09:38.073+0000 7f8b54d22880 4 rocksdb: Options.use_adaptive_mutex: 0 2023-12-06T04:09:38.385 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Dec 06 04:09:38 smithi047 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi047[108212]: debug 2023-12-06T04:09:38.073+0000 7f8b54d22880 4 rocksdb: Options.rate_limiter: (nil) 2023-12-06T04:09:38.385 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Dec 06 04:09:38 smithi047 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi047[108212]: debug 2023-12-06T04:09:38.073+0000 7f8b54d22880 4 rocksdb: Options.sst_file_manager.rate_bytes_per_sec: 0 2023-12-06T04:09:38.385 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Dec 06 04:09:38 smithi047 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi047[108212]: debug 2023-12-06T04:09:38.073+0000 7f8b54d22880 4 rocksdb: Options.wal_recovery_mode: 2 2023-12-06T04:09:38.385 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Dec 06 04:09:38 smithi047 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi047[108212]: debug 2023-12-06T04:09:38.073+0000 7f8b54d22880 4 rocksdb: Options.enable_thread_tracking: 0 2023-12-06T04:09:38.385 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Dec 06 04:09:38 smithi047 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi047[108212]: debug 2023-12-06T04:09:38.073+0000 7f8b54d22880 4 rocksdb: Options.enable_pipelined_write: 0 2023-12-06T04:09:38.385 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Dec 06 04:09:38 smithi047 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi047[108212]: debug 2023-12-06T04:09:38.073+0000 7f8b54d22880 4 rocksdb: Options.unordered_write: 0 2023-12-06T04:09:38.386 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Dec 06 04:09:38 smithi047 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi047[108212]: debug 2023-12-06T04:09:38.073+0000 7f8b54d22880 4 rocksdb: Options.allow_concurrent_memtable_write: 1 2023-12-06T04:09:38.386 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Dec 06 04:09:38 smithi047 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi047[108212]: debug 2023-12-06T04:09:38.073+0000 7f8b54d22880 4 rocksdb: Options.enable_write_thread_adaptive_yield: 1 2023-12-06T04:09:38.386 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Dec 06 04:09:38 smithi047 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi047[108212]: debug 2023-12-06T04:09:38.073+0000 7f8b54d22880 4 rocksdb: Options.write_thread_max_yield_usec: 100 2023-12-06T04:09:38.386 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Dec 06 04:09:38 smithi047 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi047[108212]: debug 2023-12-06T04:09:38.073+0000 7f8b54d22880 4 rocksdb: Options.write_thread_slow_yield_usec: 3 2023-12-06T04:09:38.386 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Dec 06 04:09:38 smithi047 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi047[108212]: debug 2023-12-06T04:09:38.073+0000 7f8b54d22880 4 rocksdb: Options.row_cache: None 2023-12-06T04:09:38.386 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Dec 06 04:09:38 smithi047 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi047[108212]: debug 2023-12-06T04:09:38.073+0000 7f8b54d22880 4 rocksdb: Options.wal_filter: None 2023-12-06T04:09:38.386 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Dec 06 04:09:38 smithi047 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi047[108212]: debug 2023-12-06T04:09:38.073+0000 7f8b54d22880 4 rocksdb: Options.avoid_flush_during_recovery: 0 2023-12-06T04:09:38.386 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Dec 06 04:09:38 smithi047 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi047[108212]: debug 2023-12-06T04:09:38.073+0000 7f8b54d22880 4 rocksdb: Options.allow_ingest_behind: 0 2023-12-06T04:09:38.386 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Dec 06 04:09:38 smithi047 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi047[108212]: debug 2023-12-06T04:09:38.073+0000 7f8b54d22880 4 rocksdb: Options.preserve_deletes: 0 2023-12-06T04:09:38.386 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Dec 06 04:09:38 smithi047 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi047[108212]: debug 2023-12-06T04:09:38.073+0000 7f8b54d22880 4 rocksdb: Options.two_write_queues: 0 2023-12-06T04:09:38.386 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Dec 06 04:09:38 smithi047 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi047[108212]: debug 2023-12-06T04:09:38.073+0000 7f8b54d22880 4 rocksdb: Options.manual_wal_flush: 0 2023-12-06T04:09:38.386 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Dec 06 04:09:38 smithi047 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi047[108212]: debug 2023-12-06T04:09:38.073+0000 7f8b54d22880 4 rocksdb: Options.atomic_flush: 0 2023-12-06T04:09:38.386 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Dec 06 04:09:38 smithi047 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi047[108212]: debug 2023-12-06T04:09:38.073+0000 7f8b54d22880 4 rocksdb: Options.avoid_unnecessary_blocking_io: 0 2023-12-06T04:09:38.386 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Dec 06 04:09:38 smithi047 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi047[108212]: debug 2023-12-06T04:09:38.073+0000 7f8b54d22880 4 rocksdb: Options.persist_stats_to_disk: 0 2023-12-06T04:09:38.387 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Dec 06 04:09:38 smithi047 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi047[108212]: debug 2023-12-06T04:09:38.073+0000 7f8b54d22880 4 rocksdb: Options.write_dbid_to_manifest: 0 2023-12-06T04:09:38.387 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Dec 06 04:09:38 smithi047 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi047[108212]: debug 2023-12-06T04:09:38.073+0000 7f8b54d22880 4 rocksdb: Options.log_readahead_size: 0 2023-12-06T04:09:38.387 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Dec 06 04:09:38 smithi047 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi047[108212]: debug 2023-12-06T04:09:38.073+0000 7f8b54d22880 4 rocksdb: Options.sst_file_checksum_func: Unknown 2023-12-06T04:09:38.387 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Dec 06 04:09:38 smithi047 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi047[108212]: debug 2023-12-06T04:09:38.073+0000 7f8b54d22880 4 rocksdb: Options.max_background_jobs: 2 2023-12-06T04:09:38.387 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Dec 06 04:09:38 smithi047 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi047[108212]: debug 2023-12-06T04:09:38.073+0000 7f8b54d22880 4 rocksdb: Options.max_background_compactions: -1 2023-12-06T04:09:38.387 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Dec 06 04:09:38 smithi047 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi047[108212]: debug 2023-12-06T04:09:38.073+0000 7f8b54d22880 4 rocksdb: Options.avoid_flush_during_shutdown: 0 2023-12-06T04:09:38.387 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Dec 06 04:09:38 smithi047 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi047[108212]: debug 2023-12-06T04:09:38.073+0000 7f8b54d22880 4 rocksdb: Options.writable_file_max_buffer_size: 1048576 2023-12-06T04:09:38.387 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Dec 06 04:09:38 smithi047 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi047[108212]: debug 2023-12-06T04:09:38.073+0000 7f8b54d22880 4 rocksdb: Options.delayed_write_rate : 16777216 2023-12-06T04:09:38.387 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Dec 06 04:09:38 smithi047 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi047[108212]: debug 2023-12-06T04:09:38.073+0000 7f8b54d22880 4 rocksdb: Options.max_total_wal_size: 0 2023-12-06T04:09:38.387 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Dec 06 04:09:38 smithi047 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi047[108212]: debug 2023-12-06T04:09:38.073+0000 7f8b54d22880 4 rocksdb: Options.delete_obsolete_files_period_micros: 21600000000 2023-12-06T04:09:38.387 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Dec 06 04:09:38 smithi047 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi047[108212]: debug 2023-12-06T04:09:38.073+0000 7f8b54d22880 4 rocksdb: Options.stats_dump_period_sec: 600 2023-12-06T04:09:38.387 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Dec 06 04:09:38 smithi047 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi047[108212]: debug 2023-12-06T04:09:38.073+0000 7f8b54d22880 4 rocksdb: Options.stats_persist_period_sec: 600 2023-12-06T04:09:38.387 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Dec 06 04:09:38 smithi047 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi047[108212]: debug 2023-12-06T04:09:38.073+0000 7f8b54d22880 4 rocksdb: Options.stats_history_buffer_size: 1048576 2023-12-06T04:09:38.387 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Dec 06 04:09:38 smithi047 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi047[108212]: debug 2023-12-06T04:09:38.073+0000 7f8b54d22880 4 rocksdb: Options.max_open_files: -1 2023-12-06T04:09:38.388 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Dec 06 04:09:38 smithi047 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi047[108212]: debug 2023-12-06T04:09:38.073+0000 7f8b54d22880 4 rocksdb: Options.bytes_per_sync: 0 2023-12-06T04:09:38.388 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Dec 06 04:09:38 smithi047 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi047[108212]: debug 2023-12-06T04:09:38.073+0000 7f8b54d22880 4 rocksdb: Options.wal_bytes_per_sync: 0 2023-12-06T04:09:38.388 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Dec 06 04:09:38 smithi047 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi047[108212]: debug 2023-12-06T04:09:38.073+0000 7f8b54d22880 4 rocksdb: Options.strict_bytes_per_sync: 0 2023-12-06T04:09:38.388 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Dec 06 04:09:38 smithi047 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi047[108212]: debug 2023-12-06T04:09:38.073+0000 7f8b54d22880 4 rocksdb: Options.compaction_readahead_size: 0 2023-12-06T04:09:38.388 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Dec 06 04:09:38 smithi047 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi047[108212]: debug 2023-12-06T04:09:38.073+0000 7f8b54d22880 4 rocksdb: Compression algorithms supported: 2023-12-06T04:09:38.388 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Dec 06 04:09:38 smithi047 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi047[108212]: debug 2023-12-06T04:09:38.073+0000 7f8b54d22880 4 rocksdb: kZSTDNotFinalCompression supported: 0 2023-12-06T04:09:38.388 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Dec 06 04:09:38 smithi047 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi047[108212]: debug 2023-12-06T04:09:38.073+0000 7f8b54d22880 4 rocksdb: kZSTD supported: 0 2023-12-06T04:09:38.388 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Dec 06 04:09:38 smithi047 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi047[108212]: debug 2023-12-06T04:09:38.073+0000 7f8b54d22880 4 rocksdb: kXpressCompression supported: 0 2023-12-06T04:09:38.388 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Dec 06 04:09:38 smithi047 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi047[108212]: debug 2023-12-06T04:09:38.073+0000 7f8b54d22880 4 rocksdb: kLZ4HCCompression supported: 1 2023-12-06T04:09:38.388 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Dec 06 04:09:38 smithi047 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi047[108212]: debug 2023-12-06T04:09:38.073+0000 7f8b54d22880 4 rocksdb: kLZ4Compression supported: 1 2023-12-06T04:09:38.388 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Dec 06 04:09:38 smithi047 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi047[108212]: debug 2023-12-06T04:09:38.073+0000 7f8b54d22880 4 rocksdb: kBZip2Compression supported: 0 2023-12-06T04:09:38.388 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Dec 06 04:09:38 smithi047 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi047[108212]: debug 2023-12-06T04:09:38.073+0000 7f8b54d22880 4 rocksdb: kZlibCompression supported: 1 2023-12-06T04:09:38.388 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Dec 06 04:09:38 smithi047 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi047[108212]: debug 2023-12-06T04:09:38.073+0000 7f8b54d22880 4 rocksdb: kSnappyCompression supported: 1 2023-12-06T04:09:38.388 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Dec 06 04:09:38 smithi047 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi047[108212]: debug 2023-12-06T04:09:38.073+0000 7f8b54d22880 4 rocksdb: Fast CRC32 supported: Supported on x86 2023-12-06T04:09:38.388 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Dec 06 04:09:38 smithi047 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi047[108212]: debug 2023-12-06T04:09:38.073+0000 7f8b54d22880 4 rocksdb: [version_set.cc:4413] Recovering from manifest file: /var/lib/ceph/mon/ceph-smithi047/store.db/MANIFEST-000005 2023-12-06T04:09:38.388 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Dec 06 04:09:38 smithi047 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi047[108212]: 2023-12-06T04:09:38.389 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Dec 06 04:09:38 smithi047 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi047[108212]: debug 2023-12-06T04:09:38.073+0000 7f8b54d22880 4 rocksdb: [column_family.cc:552] --------------- Options for column family [default]: 2023-12-06T04:09:38.389 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Dec 06 04:09:38 smithi047 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi047[108212]: 2023-12-06T04:09:38.389 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Dec 06 04:09:38 smithi047 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi047[108212]: debug 2023-12-06T04:09:38.073+0000 7f8b54d22880 4 rocksdb: Options.comparator: leveldb.BytewiseComparator 2023-12-06T04:09:38.389 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Dec 06 04:09:38 smithi047 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi047[108212]: debug 2023-12-06T04:09:38.073+0000 7f8b54d22880 4 rocksdb: Options.merge_operator: 2023-12-06T04:09:38.389 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Dec 06 04:09:38 smithi047 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi047[108212]: debug 2023-12-06T04:09:38.073+0000 7f8b54d22880 4 rocksdb: Options.compaction_filter: None 2023-12-06T04:09:38.389 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Dec 06 04:09:38 smithi047 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi047[108212]: debug 2023-12-06T04:09:38.073+0000 7f8b54d22880 4 rocksdb: Options.compaction_filter_factory: None 2023-12-06T04:09:38.389 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Dec 06 04:09:38 smithi047 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi047[108212]: debug 2023-12-06T04:09:38.073+0000 7f8b54d22880 4 rocksdb: Options.memtable_factory: SkipListFactory 2023-12-06T04:09:38.389 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Dec 06 04:09:38 smithi047 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi047[108212]: debug 2023-12-06T04:09:38.073+0000 7f8b54d22880 4 rocksdb: Options.table_factory: BlockBasedTable 2023-12-06T04:09:38.389 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Dec 06 04:09:38 smithi047 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi047[108212]: debug 2023-12-06T04:09:38.073+0000 7f8b54d22880 4 rocksdb: table_factory options: flush_block_policy_factory: FlushBlockBySizePolicyFactory (0x55a7428e1d28) 2023-12-06T04:09:38.389 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Dec 06 04:09:38 smithi047 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi047[108212]: cache_index_and_filter_blocks: 1 2023-12-06T04:09:38.389 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Dec 06 04:09:38 smithi047 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi047[108212]: cache_index_and_filter_blocks_with_high_priority: 0 2023-12-06T04:09:38.389 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Dec 06 04:09:38 smithi047 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi047[108212]: pin_l0_filter_and_index_blocks_in_cache: 0 2023-12-06T04:09:38.389 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Dec 06 04:09:38 smithi047 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi047[108212]: pin_top_level_index_and_filter: 1 2023-12-06T04:09:38.389 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Dec 06 04:09:38 smithi047 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi047[108212]: index_type: 0 2023-12-06T04:09:38.389 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Dec 06 04:09:38 smithi047 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi047[108212]: data_block_index_type: 0 2023-12-06T04:09:38.390 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Dec 06 04:09:38 smithi047 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi047[108212]: index_shortening: 1 2023-12-06T04:09:38.390 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Dec 06 04:09:38 smithi047 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi047[108212]: data_block_hash_table_util_ratio: 0.750000 2023-12-06T04:09:38.390 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Dec 06 04:09:38 smithi047 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi047[108212]: hash_index_allow_collision: 1 2023-12-06T04:09:38.390 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Dec 06 04:09:38 smithi047 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi047[108212]: checksum: 1 2023-12-06T04:09:38.390 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Dec 06 04:09:38 smithi047 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi047[108212]: no_block_cache: 0 2023-12-06T04:09:38.390 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Dec 06 04:09:38 smithi047 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi047[108212]: block_cache: 0x55a742916f10 2023-12-06T04:09:38.390 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Dec 06 04:09:38 smithi047 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi047[108212]: block_cache_name: BinnedLRUCache 2023-12-06T04:09:38.390 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Dec 06 04:09:38 smithi047 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi047[108212]: block_cache_options: 2023-12-06T04:09:38.390 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Dec 06 04:09:38 smithi047 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi047[108212]: capacity : 536870912 2023-12-06T04:09:38.391 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Dec 06 04:09:38 smithi047 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi047[108212]: num_shard_bits : 4 2023-12-06T04:09:38.392 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Dec 06 04:09:38 smithi047 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi047[108212]: strict_capacity_limit : 0 2023-12-06T04:09:38.392 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Dec 06 04:09:38 smithi047 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi047[108212]: high_pri_pool_ratio: 0.000 2023-12-06T04:09:38.392 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Dec 06 04:09:38 smithi047 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi047[108212]: block_cache_compressed: (nil) 2023-12-06T04:09:38.392 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Dec 06 04:09:38 smithi047 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi047[108212]: persistent_cache: (nil) 2023-12-06T04:09:38.392 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Dec 06 04:09:38 smithi047 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi047[108212]: block_size: 4096 2023-12-06T04:09:38.392 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Dec 06 04:09:38 smithi047 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi047[108212]: block_size_deviation: 10 2023-12-06T04:09:38.392 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Dec 06 04:09:38 smithi047 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi047[108212]: block_restart_interval: 16 2023-12-06T04:09:38.392 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Dec 06 04:09:38 smithi047 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi047[108212]: index_block_restart_interval: 1 2023-12-06T04:09:38.392 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Dec 06 04:09:38 smithi047 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi047[108212]: metadata_block_size: 4096 2023-12-06T04:09:38.392 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Dec 06 04:09:38 smithi047 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi047[108212]: partition_filters: 0 2023-12-06T04:09:38.392 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Dec 06 04:09:38 smithi047 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi047[108212]: use_delta_encoding: 1 2023-12-06T04:09:38.392 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Dec 06 04:09:38 smithi047 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi047[108212]: filter_policy: rocksdb.BuiltinBloomFilter 2023-12-06T04:09:38.393 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Dec 06 04:09:38 smithi047 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi047[108212]: whole_key_filtering: 1 2023-12-06T04:09:38.393 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Dec 06 04:09:38 smithi047 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi047[108212]: verify_compression: 0 2023-12-06T04:09:38.393 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Dec 06 04:09:38 smithi047 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi047[108212]: read_amp_bytes_per_bit: 0 2023-12-06T04:09:38.393 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Dec 06 04:09:38 smithi047 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi047[108212]: format_version: 2 2023-12-06T04:09:38.393 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Dec 06 04:09:38 smithi047 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi047[108212]: enable_index_compression: 1 2023-12-06T04:09:38.393 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Dec 06 04:09:38 smithi047 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi047[108212]: block_align: 0 2023-12-06T04:09:38.393 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Dec 06 04:09:38 smithi047 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi047[108212]: 2023-12-06T04:09:38.393 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Dec 06 04:09:38 smithi047 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi047[108212]: debug 2023-12-06T04:09:38.073+0000 7f8b54d22880 4 rocksdb: Options.write_buffer_size: 33554432 2023-12-06T04:09:38.393 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Dec 06 04:09:38 smithi047 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi047[108212]: debug 2023-12-06T04:09:38.073+0000 7f8b54d22880 4 rocksdb: Options.max_write_buffer_number: 2 2023-12-06T04:09:38.393 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Dec 06 04:09:38 smithi047 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi047[108212]: debug 2023-12-06T04:09:38.073+0000 7f8b54d22880 4 rocksdb: Options.compression: NoCompression 2023-12-06T04:09:38.393 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Dec 06 04:09:38 smithi047 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi047[108212]: debug 2023-12-06T04:09:38.073+0000 7f8b54d22880 4 rocksdb: Options.bottommost_compression: Disabled 2023-12-06T04:09:38.393 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Dec 06 04:09:38 smithi047 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi047[108212]: debug 2023-12-06T04:09:38.073+0000 7f8b54d22880 4 rocksdb: Options.prefix_extractor: nullptr 2023-12-06T04:09:38.393 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Dec 06 04:09:38 smithi047 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi047[108212]: debug 2023-12-06T04:09:38.073+0000 7f8b54d22880 4 rocksdb: Options.memtable_insert_with_hint_prefix_extractor: nullptr 2023-12-06T04:09:38.394 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Dec 06 04:09:38 smithi047 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi047[108212]: debug 2023-12-06T04:09:38.073+0000 7f8b54d22880 4 rocksdb: Options.num_levels: 7 2023-12-06T04:09:38.394 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Dec 06 04:09:38 smithi047 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi047[108212]: debug 2023-12-06T04:09:38.073+0000 7f8b54d22880 4 rocksdb: Options.min_write_buffer_number_to_merge: 1 2023-12-06T04:09:38.394 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Dec 06 04:09:38 smithi047 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi047[108212]: debug 2023-12-06T04:09:38.073+0000 7f8b54d22880 4 rocksdb: Options.max_write_buffer_number_to_maintain: 0 2023-12-06T04:09:38.394 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Dec 06 04:09:38 smithi047 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi047[108212]: debug 2023-12-06T04:09:38.073+0000 7f8b54d22880 4 rocksdb: Options.max_write_buffer_size_to_maintain: 0 2023-12-06T04:09:38.394 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Dec 06 04:09:38 smithi047 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi047[108212]: debug 2023-12-06T04:09:38.073+0000 7f8b54d22880 4 rocksdb: Options.bottommost_compression_opts.window_bits: -14 2023-12-06T04:09:38.394 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Dec 06 04:09:38 smithi047 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi047[108212]: debug 2023-12-06T04:09:38.073+0000 7f8b54d22880 4 rocksdb: Options.bottommost_compression_opts.level: 32767 2023-12-06T04:09:38.394 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Dec 06 04:09:38 smithi047 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi047[108212]: debug 2023-12-06T04:09:38.073+0000 7f8b54d22880 4 rocksdb: Options.bottommost_compression_opts.strategy: 0 2023-12-06T04:09:38.394 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Dec 06 04:09:38 smithi047 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi047[108212]: debug 2023-12-06T04:09:38.073+0000 7f8b54d22880 4 rocksdb: Options.bottommost_compression_opts.max_dict_bytes: 0 2023-12-06T04:09:38.394 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Dec 06 04:09:38 smithi047 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi047[108212]: debug 2023-12-06T04:09:38.073+0000 7f8b54d22880 4 rocksdb: Options.bottommost_compression_opts.zstd_max_train_bytes: 0 2023-12-06T04:09:38.394 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Dec 06 04:09:38 smithi047 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi047[108212]: debug 2023-12-06T04:09:38.073+0000 7f8b54d22880 4 rocksdb: Options.bottommost_compression_opts.enabled: false 2023-12-06T04:09:38.394 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Dec 06 04:09:38 smithi047 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi047[108212]: debug 2023-12-06T04:09:38.073+0000 7f8b54d22880 4 rocksdb: Options.compression_opts.window_bits: -14 2023-12-06T04:09:38.394 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Dec 06 04:09:38 smithi047 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi047[108212]: debug 2023-12-06T04:09:38.073+0000 7f8b54d22880 4 rocksdb: Options.compression_opts.level: 32767 2023-12-06T04:09:38.394 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Dec 06 04:09:38 smithi047 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi047[108212]: debug 2023-12-06T04:09:38.073+0000 7f8b54d22880 4 rocksdb: Options.compression_opts.strategy: 0 2023-12-06T04:09:38.394 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Dec 06 04:09:38 smithi047 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi047[108212]: debug 2023-12-06T04:09:38.073+0000 7f8b54d22880 4 rocksdb: Options.compression_opts.max_dict_bytes: 0 2023-12-06T04:09:38.395 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Dec 06 04:09:38 smithi047 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi047[108212]: debug 2023-12-06T04:09:38.073+0000 7f8b54d22880 4 rocksdb: Options.compression_opts.zstd_max_train_bytes: 0 2023-12-06T04:09:38.395 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Dec 06 04:09:38 smithi047 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi047[108212]: debug 2023-12-06T04:09:38.073+0000 7f8b54d22880 4 rocksdb: Options.compression_opts.enabled: false 2023-12-06T04:09:38.395 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Dec 06 04:09:38 smithi047 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi047[108212]: debug 2023-12-06T04:09:38.073+0000 7f8b54d22880 4 rocksdb: Options.level0_file_num_compaction_trigger: 4 2023-12-06T04:09:38.395 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Dec 06 04:09:38 smithi047 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi047[108212]: debug 2023-12-06T04:09:38.073+0000 7f8b54d22880 4 rocksdb: Options.level0_slowdown_writes_trigger: 20 2023-12-06T04:09:38.395 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Dec 06 04:09:38 smithi047 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi047[108212]: debug 2023-12-06T04:09:38.073+0000 7f8b54d22880 4 rocksdb: Options.level0_stop_writes_trigger: 36 2023-12-06T04:09:38.395 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Dec 06 04:09:38 smithi047 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi047[108212]: debug 2023-12-06T04:09:38.073+0000 7f8b54d22880 4 rocksdb: Options.target_file_size_base: 67108864 2023-12-06T04:09:38.395 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Dec 06 04:09:38 smithi047 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi047[108212]: debug 2023-12-06T04:09:38.073+0000 7f8b54d22880 4 rocksdb: Options.target_file_size_multiplier: 1 2023-12-06T04:09:38.395 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Dec 06 04:09:38 smithi047 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi047[108212]: debug 2023-12-06T04:09:38.073+0000 7f8b54d22880 4 rocksdb: Options.max_bytes_for_level_base: 268435456 2023-12-06T04:09:38.395 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Dec 06 04:09:38 smithi047 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi047[108212]: debug 2023-12-06T04:09:38.073+0000 7f8b54d22880 4 rocksdb: Options.level_compaction_dynamic_level_bytes: 1 2023-12-06T04:09:38.395 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Dec 06 04:09:38 smithi047 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi047[108212]: debug 2023-12-06T04:09:38.073+0000 7f8b54d22880 4 rocksdb: Options.max_bytes_for_level_multiplier: 10.000000 2023-12-06T04:09:38.395 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Dec 06 04:09:38 smithi047 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi047[108212]: debug 2023-12-06T04:09:38.073+0000 7f8b54d22880 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[0]: 1 2023-12-06T04:09:38.395 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Dec 06 04:09:38 smithi047 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi047[108212]: debug 2023-12-06T04:09:38.073+0000 7f8b54d22880 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[1]: 1 2023-12-06T04:09:38.395 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Dec 06 04:09:38 smithi047 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi047[108212]: debug 2023-12-06T04:09:38.073+0000 7f8b54d22880 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[2]: 1 2023-12-06T04:09:38.395 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Dec 06 04:09:38 smithi047 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi047[108212]: debug 2023-12-06T04:09:38.073+0000 7f8b54d22880 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[3]: 1 2023-12-06T04:09:38.396 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Dec 06 04:09:38 smithi047 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi047[108212]: debug 2023-12-06T04:09:38.073+0000 7f8b54d22880 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[4]: 1 2023-12-06T04:09:38.396 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Dec 06 04:09:38 smithi047 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi047[108212]: debug 2023-12-06T04:09:38.073+0000 7f8b54d22880 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[5]: 1 2023-12-06T04:09:38.396 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Dec 06 04:09:38 smithi047 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi047[108212]: debug 2023-12-06T04:09:38.073+0000 7f8b54d22880 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[6]: 1 2023-12-06T04:09:38.396 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Dec 06 04:09:38 smithi047 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi047[108212]: debug 2023-12-06T04:09:38.073+0000 7f8b54d22880 4 rocksdb: Options.max_sequential_skip_in_iterations: 8 2023-12-06T04:09:38.396 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Dec 06 04:09:38 smithi047 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi047[108212]: debug 2023-12-06T04:09:38.073+0000 7f8b54d22880 4 rocksdb: Options.max_compaction_bytes: 1677721600 2023-12-06T04:09:38.396 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Dec 06 04:09:38 smithi047 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi047[108212]: debug 2023-12-06T04:09:38.073+0000 7f8b54d22880 4 rocksdb: Options.arena_block_size: 4194304 2023-12-06T04:09:38.396 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Dec 06 04:09:38 smithi047 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi047[108212]: debug 2023-12-06T04:09:38.073+0000 7f8b54d22880 4 rocksdb: Options.soft_pending_compaction_bytes_limit: 68719476736 2023-12-06T04:09:38.396 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Dec 06 04:09:38 smithi047 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi047[108212]: debug 2023-12-06T04:09:38.073+0000 7f8b54d22880 4 rocksdb: Options.hard_pending_compaction_bytes_limit: 274877906944 2023-12-06T04:09:38.396 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Dec 06 04:09:38 smithi047 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi047[108212]: debug 2023-12-06T04:09:38.073+0000 7f8b54d22880 4 rocksdb: Options.rate_limit_delay_max_milliseconds: 100 2023-12-06T04:09:38.396 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Dec 06 04:09:38 smithi047 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi047[108212]: debug 2023-12-06T04:09:38.073+0000 7f8b54d22880 4 rocksdb: Options.disable_auto_compactions: 0 2023-12-06T04:09:38.396 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Dec 06 04:09:38 smithi047 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi047[108212]: debug 2023-12-06T04:09:38.073+0000 7f8b54d22880 4 rocksdb: Options.compaction_style: kCompactionStyleLevel 2023-12-06T04:09:38.396 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Dec 06 04:09:38 smithi047 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi047[108212]: debug 2023-12-06T04:09:38.073+0000 7f8b54d22880 4 rocksdb: Options.compaction_pri: kMinOverlappingRatio 2023-12-06T04:09:38.396 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Dec 06 04:09:38 smithi047 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi047[108212]: debug 2023-12-06T04:09:38.073+0000 7f8b54d22880 4 rocksdb: Options.compaction_options_universal.size_ratio: 1 2023-12-06T04:09:38.396 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Dec 06 04:09:38 smithi047 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi047[108212]: debug 2023-12-06T04:09:38.073+0000 7f8b54d22880 4 rocksdb: Options.compaction_options_universal.min_merge_width: 2 2023-12-06T04:09:38.396 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Dec 06 04:09:38 smithi047 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi047[108212]: debug 2023-12-06T04:09:38.073+0000 7f8b54d22880 4 rocksdb: Options.compaction_options_universal.max_merge_width: 4294967295 2023-12-06T04:09:38.397 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Dec 06 04:09:38 smithi047 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi047[108212]: debug 2023-12-06T04:09:38.073+0000 7f8b54d22880 4 rocksdb: Options.compaction_options_universal.max_size_amplification_percent: 200 2023-12-06T04:09:38.397 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Dec 06 04:09:38 smithi047 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi047[108212]: debug 2023-12-06T04:09:38.073+0000 7f8b54d22880 4 rocksdb: Options.compaction_options_universal.compression_size_percent: -1 2023-12-06T04:09:38.397 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Dec 06 04:09:38 smithi047 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi047[108212]: debug 2023-12-06T04:09:38.073+0000 7f8b54d22880 4 rocksdb: Options.compaction_options_universal.stop_style: kCompactionStopStyleTotalSize 2023-12-06T04:09:38.397 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Dec 06 04:09:38 smithi047 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi047[108212]: debug 2023-12-06T04:09:38.073+0000 7f8b54d22880 4 rocksdb: Options.compaction_options_fifo.max_table_files_size: 1073741824 2023-12-06T04:09:38.397 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Dec 06 04:09:38 smithi047 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi047[108212]: debug 2023-12-06T04:09:38.073+0000 7f8b54d22880 4 rocksdb: Options.compaction_options_fifo.allow_compaction: 0 2023-12-06T04:09:38.397 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Dec 06 04:09:38 smithi047 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi047[108212]: debug 2023-12-06T04:09:38.073+0000 7f8b54d22880 4 rocksdb: Options.table_properties_collectors: 2023-12-06T04:09:38.397 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Dec 06 04:09:38 smithi047 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi047[108212]: debug 2023-12-06T04:09:38.073+0000 7f8b54d22880 4 rocksdb: Options.inplace_update_support: 0 2023-12-06T04:09:38.397 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Dec 06 04:09:38 smithi047 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi047[108212]: debug 2023-12-06T04:09:38.073+0000 7f8b54d22880 4 rocksdb: Options.inplace_update_num_locks: 10000 2023-12-06T04:09:38.397 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Dec 06 04:09:38 smithi047 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi047[108212]: debug 2023-12-06T04:09:38.073+0000 7f8b54d22880 4 rocksdb: Options.memtable_prefix_bloom_size_ratio: 0.000000 2023-12-06T04:09:38.397 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Dec 06 04:09:38 smithi047 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi047[108212]: debug 2023-12-06T04:09:38.073+0000 7f8b54d22880 4 rocksdb: Options.memtable_whole_key_filtering: 0 2023-12-06T04:09:38.397 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Dec 06 04:09:38 smithi047 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi047[108212]: debug 2023-12-06T04:09:38.073+0000 7f8b54d22880 4 rocksdb: Options.memtable_huge_page_size: 0 2023-12-06T04:09:38.397 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Dec 06 04:09:38 smithi047 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi047[108212]: debug 2023-12-06T04:09:38.073+0000 7f8b54d22880 4 rocksdb: Options.bloom_locality: 0 2023-12-06T04:09:38.397 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Dec 06 04:09:38 smithi047 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi047[108212]: debug 2023-12-06T04:09:38.073+0000 7f8b54d22880 4 rocksdb: Options.max_successive_merges: 0 2023-12-06T04:09:38.397 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Dec 06 04:09:38 smithi047 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi047[108212]: debug 2023-12-06T04:09:38.073+0000 7f8b54d22880 4 rocksdb: Options.optimize_filters_for_hits: 0 2023-12-06T04:09:38.397 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Dec 06 04:09:38 smithi047 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi047[108212]: debug 2023-12-06T04:09:38.073+0000 7f8b54d22880 4 rocksdb: Options.paranoid_file_checks: 0 2023-12-06T04:09:38.398 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Dec 06 04:09:38 smithi047 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi047[108212]: debug 2023-12-06T04:09:38.073+0000 7f8b54d22880 4 rocksdb: Options.force_consistency_checks: 0 2023-12-06T04:09:38.398 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Dec 06 04:09:38 smithi047 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi047[108212]: debug 2023-12-06T04:09:38.073+0000 7f8b54d22880 4 rocksdb: Options.report_bg_io_stats: 0 2023-12-06T04:09:38.398 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Dec 06 04:09:38 smithi047 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi047[108212]: debug 2023-12-06T04:09:38.073+0000 7f8b54d22880 4 rocksdb: Options.ttl: 2592000 2023-12-06T04:09:38.398 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Dec 06 04:09:38 smithi047 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi047[108212]: debug 2023-12-06T04:09:38.074+0000 7f8b54d22880 4 rocksdb: Options.periodic_compaction_seconds: 0 2023-12-06T04:09:38.398 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Dec 06 04:09:38 smithi047 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi047[108212]: debug 2023-12-06T04:09:38.074+0000 7f8b54d22880 4 rocksdb: [version_set.cc:4568] Recovered from manifest file:/var/lib/ceph/mon/ceph-smithi047/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-12-06T04:09:38.398 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Dec 06 04:09:38 smithi047 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi047[108212]: 2023-12-06T04:09:38.398 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Dec 06 04:09:38 smithi047 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi047[108212]: debug 2023-12-06T04:09:38.074+0000 7f8b54d22880 4 rocksdb: [version_set.cc:4577] Column family [default] (ID 0), log number is 4 2023-12-06T04:09:38.398 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Dec 06 04:09:38 smithi047 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi047[108212]: 2023-12-06T04:09:38.398 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Dec 06 04:09:38 smithi047 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi047[108212]: debug 2023-12-06T04:09:38.074+0000 7f8b54d22880 4 rocksdb: EVENT_LOG_v1 {"time_micros": 1701835778075559, "job": 1, "event": "recovery_started", "log_files": [6]} 2023-12-06T04:09:38.398 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Dec 06 04:09:38 smithi047 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi047[108212]: debug 2023-12-06T04:09:38.074+0000 7f8b54d22880 4 rocksdb: [db_impl/db_impl_open.cc:760] Recovering log #6 mode 2 2023-12-06T04:09:38.398 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Dec 06 04:09:38 smithi047 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi047[108212]: debug 2023-12-06T04:09:38.075+0000 7f8b54d22880 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-12-06T04:09:38.398 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Dec 06 04:09:38 smithi047 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi047[108212]: debug 2023-12-06T04:09:38.075+0000 7f8b54d22880 4 rocksdb: EVENT_LOG_v1 {"time_micros": 1701835778076540, "cf_name": "default", "job": 1, "event": "table_file_creation", "file_number": 7, "file_size": 78195, "table_properties": {"data_size": 76489, "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": 71059, "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": 1701835778, "oldest_key_time": 3, "file_creation_time": 0}} 2023-12-06T04:09:38.398 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Dec 06 04:09:38 smithi047 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi047[108212]: debug 2023-12-06T04:09:38.075+0000 7f8b54d22880 4 rocksdb: [version_set.cc:3826] Creating manifest 8 2023-12-06T04:09:38.398 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Dec 06 04:09:38 smithi047 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi047[108212]: 2023-12-06T04:09:38.399 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Dec 06 04:09:38 smithi047 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi047[108212]: debug 2023-12-06T04:09:38.076+0000 7f8b54d22880 4 rocksdb: EVENT_LOG_v1 {"time_micros": 1701835778077025, "job": 1, "event": "recovery_finished"} 2023-12-06T04:09:38.399 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Dec 06 04:09:38 smithi047 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi047[108212]: debug 2023-12-06T04:09:38.077+0000 7f8b54d22880 4 rocksdb: DB pointer 0x55a7429df800 2023-12-06T04:09:38.399 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Dec 06 04:09:38 smithi047 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi047[108212]: debug 2023-12-06T04:09:38.077+0000 7f8b3bb28700 4 rocksdb: [db_impl/db_impl.cc:850] ------- DUMPING STATS ------- 2023-12-06T04:09:38.399 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Dec 06 04:09:38 smithi047 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi047[108212]: debug 2023-12-06T04:09:38.077+0000 7f8b3bb28700 4 rocksdb: [db_impl/db_impl.cc:851] 2023-12-06T04:09:38.399 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Dec 06 04:09:38 smithi047 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi047[108212]: ** DB Stats ** 2023-12-06T04:09:38.399 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Dec 06 04:09:38 smithi047 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi047[108212]: Uptime(secs): 0.0 total, 0.0 interval 2023-12-06T04:09:38.399 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Dec 06 04:09:38 smithi047 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi047[108212]: Cumulative writes: 0 writes, 0 keys, 0 commit groups, 0.0 writes per commit group, ingest: 0.00 GB, 0.00 MB/s 2023-12-06T04:09:38.399 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Dec 06 04:09:38 smithi047 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi047[108212]: Cumulative WAL: 0 writes, 0 syncs, 0.00 writes per sync, written: 0.00 GB, 0.00 MB/s 2023-12-06T04:09:38.399 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Dec 06 04:09:38 smithi047 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi047[108212]: Cumulative stall: 00:00:0.000 H:M:S, 0.0 percent 2023-12-06T04:09:38.399 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Dec 06 04:09:38 smithi047 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi047[108212]: Interval writes: 0 writes, 0 keys, 0 commit groups, 0.0 writes per commit group, ingest: 0.00 MB, 0.00 MB/s 2023-12-06T04:09:38.399 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Dec 06 04:09:38 smithi047 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi047[108212]: Interval WAL: 0 writes, 0 syncs, 0.00 writes per sync, written: 0.00 MB, 0.00 MB/s 2023-12-06T04:09:38.400 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Dec 06 04:09:38 smithi047 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi047[108212]: Interval stall: 00:00:0.000 H:M:S, 0.0 percent 2023-12-06T04:09:38.400 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Dec 06 04:09:38 smithi047 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi047[108212]: 2023-12-06T04:09:38.400 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Dec 06 04:09:38 smithi047 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi047[108212]: ** Compaction Stats [default] ** 2023-12-06T04:09:38.400 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Dec 06 04:09:38 smithi047 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi047[108212]: 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-12-06T04:09:38.400 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Dec 06 04:09:38 smithi047 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi047[108212]: ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2023-12-06T04:09:38.400 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Dec 06 04:09:38 smithi047 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi047[108212]: L0 2/0 78.05 KB 0.5 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 113.9 0.00 0.00 1 0.001 0 0 2023-12-06T04:09:38.400 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Dec 06 04:09:38 smithi047 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi047[108212]: Sum 2/0 78.05 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 113.9 0.00 0.00 1 0.001 0 0 2023-12-06T04:09:38.400 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Dec 06 04:09:38 smithi047 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi047[108212]: Int 0/0 0.00 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 113.9 0.00 0.00 1 0.001 0 0 2023-12-06T04:09:38.400 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Dec 06 04:09:38 smithi047 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi047[108212]: 2023-12-06T04:09:38.400 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Dec 06 04:09:38 smithi047 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi047[108212]: ** Compaction Stats [default] ** 2023-12-06T04:09:38.400 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Dec 06 04:09:38 smithi047 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi047[108212]: 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-12-06T04:09:38.400 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Dec 06 04:09:38 smithi047 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi047[108212]: ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2023-12-06T04:09:38.400 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Dec 06 04:09:38 smithi047 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi047[108212]: User 0/0 0.00 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 113.9 0.00 0.00 1 0.001 0 0 2023-12-06T04:09:38.400 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Dec 06 04:09:38 smithi047 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi047[108212]: Uptime(secs): 0.0 total, 0.0 interval 2023-12-06T04:09:38.400 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Dec 06 04:09:38 smithi047 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi047[108212]: Flush(GB): cumulative 0.000, interval 0.000 2023-12-06T04:09:38.401 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Dec 06 04:09:38 smithi047 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi047[108212]: AddFile(GB): cumulative 0.000, interval 0.000 2023-12-06T04:09:38.401 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Dec 06 04:09:38 smithi047 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi047[108212]: AddFile(Total Files): cumulative 0, interval 0 2023-12-06T04:09:38.401 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Dec 06 04:09:38 smithi047 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi047[108212]: AddFile(L0 Files): cumulative 0, interval 0 2023-12-06T04:09:38.401 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Dec 06 04:09:38 smithi047 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi047[108212]: AddFile(Keys): cumulative 0, interval 0 2023-12-06T04:09:38.401 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Dec 06 04:09:38 smithi047 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi047[108212]: Cumulative compaction: 0.00 GB write, 22.18 MB/s write, 0.00 GB read, 0.00 MB/s read, 0.0 seconds 2023-12-06T04:09:38.401 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Dec 06 04:09:38 smithi047 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi047[108212]: Interval compaction: 0.00 GB write, 22.18 MB/s write, 0.00 GB read, 0.00 MB/s read, 0.0 seconds 2023-12-06T04:09:38.401 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Dec 06 04:09:38 smithi047 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi047[108212]: 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-12-06T04:09:38.401 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Dec 06 04:09:38 smithi047 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi047[108212]: 2023-12-06T04:09:38.401 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Dec 06 04:09:38 smithi047 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi047[108212]: ** File Read Latency Histogram By Level [default] ** 2023-12-06T04:09:38.401 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Dec 06 04:09:38 smithi047 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi047[108212]: 2023-12-06T04:09:38.401 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Dec 06 04:09:38 smithi047 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi047[108212]: ** Compaction Stats [default] ** 2023-12-06T04:09:38.401 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Dec 06 04:09:38 smithi047 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi047[108212]: 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-12-06T04:09:38.401 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Dec 06 04:09:38 smithi047 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi047[108212]: ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2023-12-06T04:09:38.401 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Dec 06 04:09:38 smithi047 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi047[108212]: L0 2/0 78.05 KB 0.5 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 113.9 0.00 0.00 1 0.001 0 0 2023-12-06T04:09:38.401 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Dec 06 04:09:38 smithi047 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi047[108212]: Sum 2/0 78.05 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 113.9 0.00 0.00 1 0.001 0 0 2023-12-06T04:09:38.402 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Dec 06 04:09:38 smithi047 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi047[108212]: 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-12-06T04:09:38.402 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Dec 06 04:09:38 smithi047 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi047[108212]: 2023-12-06T04:09:38.402 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Dec 06 04:09:38 smithi047 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi047[108212]: ** Compaction Stats [default] ** 2023-12-06T04:09:38.402 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Dec 06 04:09:38 smithi047 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi047[108212]: 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-12-06T04:09:38.402 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Dec 06 04:09:38 smithi047 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi047[108212]: ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2023-12-06T04:09:38.402 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Dec 06 04:09:38 smithi047 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi047[108212]: User 0/0 0.00 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 113.9 0.00 0.00 1 0.001 0 0 2023-12-06T04:09:38.402 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Dec 06 04:09:38 smithi047 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi047[108212]: Uptime(secs): 0.0 total, 0.0 interval 2023-12-06T04:09:38.402 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Dec 06 04:09:38 smithi047 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi047[108212]: Flush(GB): cumulative 0.000, interval 0.000 2023-12-06T04:09:38.402 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Dec 06 04:09:38 smithi047 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi047[108212]: AddFile(GB): cumulative 0.000, interval 0.000 2023-12-06T04:09:38.402 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Dec 06 04:09:38 smithi047 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi047[108212]: AddFile(Total Files): cumulative 0, interval 0 2023-12-06T04:09:38.402 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Dec 06 04:09:38 smithi047 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi047[108212]: AddFile(L0 Files): cumulative 0, interval 0 2023-12-06T04:09:38.402 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Dec 06 04:09:38 smithi047 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi047[108212]: AddFile(Keys): cumulative 0, interval 0 2023-12-06T04:09:38.402 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Dec 06 04:09:38 smithi047 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi047[108212]: Cumulative compaction: 0.00 GB write, 21.97 MB/s write, 0.00 GB read, 0.00 MB/s read, 0.0 seconds 2023-12-06T04:09:38.402 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Dec 06 04:09:38 smithi047 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi047[108212]: Interval compaction: 0.00 GB write, 0.00 MB/s write, 0.00 GB read, 0.00 MB/s read, 0.0 seconds 2023-12-06T04:09:38.403 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Dec 06 04:09:38 smithi047 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi047[108212]: 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-12-06T04:09:38.403 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Dec 06 04:09:38 smithi047 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi047[108212]: 2023-12-06T04:09:38.403 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Dec 06 04:09:38 smithi047 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi047[108212]: ** File Read Latency Histogram By Level [default] ** 2023-12-06T04:09:38.403 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Dec 06 04:09:38 smithi047 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi047[108212]: 2023-12-06T04:09:38.403 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Dec 06 04:09:38 smithi047 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi047[108212]: debug 2023-12-06T04:09:38.077+0000 7f8b54d22880 0 starting mon.smithi047 rank 0 at public addrs [v2:172.21.15.47:3300/0,v1:172.21.15.47:6789/0] at bind addrs [v2:172.21.15.47:3300/0,v1:172.21.15.47:6789/0] mon_data /var/lib/ceph/mon/ceph-smithi047 fsid 2ecad2ea-93ed-11ee-95a2-87774f69a715 2023-12-06T04:09:38.403 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Dec 06 04:09:38 smithi047 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi047[108212]: debug 2023-12-06T04:09:38.079+0000 7f8b54d22880 1 mon.smithi047@-1(???) e1 preinit fsid 2ecad2ea-93ed-11ee-95a2-87774f69a715 2023-12-06T04:09:38.403 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Dec 06 04:09:38 smithi047 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi047[108212]: debug 2023-12-06T04:09:38.079+0000 7f8b54d22880 0 mon.smithi047@-1(???).mds e1 new map 2023-12-06T04:09:38.403 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Dec 06 04:09:38 smithi047 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi047[108212]: debug 2023-12-06T04:09:38.079+0000 7f8b54d22880 0 mon.smithi047@-1(???).mds e1 print_map 2023-12-06T04:09:38.403 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Dec 06 04:09:38 smithi047 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi047[108212]: e1 2023-12-06T04:09:38.403 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Dec 06 04:09:38 smithi047 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi047[108212]: enable_multiple, ever_enabled_multiple: 1,1 2023-12-06T04:09:38.403 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Dec 06 04:09:38 smithi047 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi047[108212]: 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-12-06T04:09:38.403 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Dec 06 04:09:38 smithi047 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi047[108212]: legacy client fscid: -1 2023-12-06T04:09:38.403 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Dec 06 04:09:38 smithi047 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi047[108212]: 2023-12-06T04:09:38.404 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Dec 06 04:09:38 smithi047 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi047[108212]: No filesystems configured 2023-12-06T04:09:38.404 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Dec 06 04:09:38 smithi047 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi047[108212]: 2023-12-06T04:09:38.404 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Dec 06 04:09:38 smithi047 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi047[108212]: debug 2023-12-06T04:09:38.079+0000 7f8b54d22880 0 mon.smithi047@-1(???).osd e1 crush map has features 3314932999778484224, adjusting msgr requires 2023-12-06T04:09:38.404 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Dec 06 04:09:38 smithi047 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi047[108212]: debug 2023-12-06T04:09:38.079+0000 7f8b54d22880 0 mon.smithi047@-1(???).osd e1 crush map has features 288514050185494528, adjusting msgr requires 2023-12-06T04:09:38.404 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Dec 06 04:09:38 smithi047 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi047[108212]: debug 2023-12-06T04:09:38.079+0000 7f8b54d22880 0 mon.smithi047@-1(???).osd e1 crush map has features 288514050185494528, adjusting msgr requires 2023-12-06T04:09:38.404 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Dec 06 04:09:38 smithi047 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi047[108212]: debug 2023-12-06T04:09:38.079+0000 7f8b54d22880 0 mon.smithi047@-1(???).osd e1 crush map has features 288514050185494528, adjusting msgr requires 2023-12-06T04:09:38.404 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Dec 06 04:09:38 smithi047 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi047[108212]: audit 2023-12-06T04:09:35.819477+0000 mon.smithi047 (mon.0) 8 : audit [INF] from='client.? 172.21.15.47:0/1446796653' entity='client.admin' cmd=[{"prefix": "config assimilate-conf"}]: dispatch 2023-12-06T04:09:38.404 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Dec 06 04:09:38 smithi047 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi047[108212]: audit 2023-12-06T04:09:35.822317+0000 mon.smithi047 (mon.0) 9 : audit [INF] from='client.? 172.21.15.47:0/1446796653' entity='client.admin' cmd='[{"prefix": "config assimilate-conf"}]': finished 2023-12-06T04:09:38.404 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Dec 06 04:09:38 smithi047 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi047[108212]: debug 2023-12-06T04:09:38.079+0000 7f8b54d22880 1 mon.smithi047@-1(???).paxosservice(auth 1..2) refresh upgraded, format 0 -> 3 2023-12-06T04:09:38.404 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Dec 06 04:09:38 smithi047 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi047[108212]: cluster 2023-12-06T04:09:38.096689+0000 mon.smithi047 (mon.0) 1 : cluster [INF] mon.smithi047 is new leader, mons smithi047 in quorum (ranks 0) 2023-12-06T04:09:38.404 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Dec 06 04:09:38 smithi047 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi047[108212]: cluster 2023-12-06T04:09:38.096828+0000 mon.smithi047 (mon.0) 2 : cluster [DBG] monmap e1: 1 mons at {smithi047=[v2:172.21.15.47:3300/0,v1:172.21.15.47:6789/0]} removed_ranks: {} 2023-12-06T04:09:38.404 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Dec 06 04:09:38 smithi047 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi047[108212]: cluster 2023-12-06T04:09:38.097546+0000 mon.smithi047 (mon.0) 3 : cluster [DBG] fsmap 2023-12-06T04:09:38.404 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Dec 06 04:09:38 smithi047 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi047[108212]: cluster 2023-12-06T04:09:38.097612+0000 mon.smithi047 (mon.0) 4 : cluster [DBG] osdmap e1: 0 total, 0 up, 0 in 2023-12-06T04:09:38.404 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Dec 06 04:09:38 smithi047 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi047[108212]: cluster 2023-12-06T04:09:38.098446+0000 mon.smithi047 (mon.0) 5 : cluster [DBG] mgrmap e1: no daemons active 2023-12-06T04:09:38.921 INFO:teuthology.orchestra.run.smithi047.stderr:Wrote config to /etc/ceph/ceph.conf 2023-12-06T04:09:38.921 INFO:teuthology.orchestra.run.smithi047.stderr:Wrote keyring to /etc/ceph/ceph.client.admin.keyring 2023-12-06T04:09:38.921 INFO:teuthology.orchestra.run.smithi047.stderr:Creating mgr... 2023-12-06T04:09:38.922 INFO:teuthology.orchestra.run.smithi047.stderr:Verifying port 9283 ... 2023-12-06T04:09:39.077 INFO:teuthology.orchestra.run.smithi047.stderr:systemctl: Failed to reset failed state of unit ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715@mgr.smithi047.erpxvz.service: Unit ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715@mgr.smithi047.erpxvz.service not loaded. 2023-12-06T04:09:39.084 INFO:teuthology.orchestra.run.smithi047.stderr:systemctl: Created symlink /etc/systemd/system/ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715.target.wants/ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715@mgr.smithi047.erpxvz.service → /etc/systemd/system/ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715@.service. 2023-12-06T04:09:39.625 INFO:teuthology.orchestra.run.smithi047.stderr:systemctl: disabled 2023-12-06T04:09:39.635 INFO:teuthology.orchestra.run.smithi047.stderr:systemctl: inactive 2023-12-06T04:09:39.636 INFO:teuthology.orchestra.run.smithi047.stderr:firewalld.service is not enabled 2023-12-06T04:09:39.636 INFO:teuthology.orchestra.run.smithi047.stderr:Not possible to enable service . firewalld.service is not available 2023-12-06T04:09:39.645 INFO:teuthology.orchestra.run.smithi047.stderr:systemctl: disabled 2023-12-06T04:09:39.654 INFO:teuthology.orchestra.run.smithi047.stderr:systemctl: inactive 2023-12-06T04:09:39.655 INFO:teuthology.orchestra.run.smithi047.stderr:firewalld.service is not enabled 2023-12-06T04:09:39.655 INFO:teuthology.orchestra.run.smithi047.stderr:Not possible to open ports <[9283]>. firewalld.service is not available 2023-12-06T04:09:39.655 INFO:teuthology.orchestra.run.smithi047.stderr:Waiting for mgr to start... 2023-12-06T04:09:39.655 INFO:teuthology.orchestra.run.smithi047.stderr:Waiting for mgr... 2023-12-06T04:09:39.813 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Dec 06 04:09:39 smithi047 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi047[108212]: audit 2023-12-06T04:09:38.551174+0000 mon.smithi047 (mon.0) 6 : audit [INF] from='client.? 172.21.15.47:0/356966292' entity='client.admin' 2023-12-06T04:09:40.107 INFO:teuthology.orchestra.run.smithi047.stderr:/usr/bin/ceph: 2023-12-06T04:09:40.107 INFO:teuthology.orchestra.run.smithi047.stderr:/usr/bin/ceph: { 2023-12-06T04:09:40.107 INFO:teuthology.orchestra.run.smithi047.stderr:/usr/bin/ceph: "fsid": "2ecad2ea-93ed-11ee-95a2-87774f69a715", 2023-12-06T04:09:40.107 INFO:teuthology.orchestra.run.smithi047.stderr:/usr/bin/ceph: "health": { 2023-12-06T04:09:40.108 INFO:teuthology.orchestra.run.smithi047.stderr:/usr/bin/ceph: "status": "HEALTH_OK", 2023-12-06T04:09:40.108 INFO:teuthology.orchestra.run.smithi047.stderr:/usr/bin/ceph: "checks": {}, 2023-12-06T04:09:40.108 INFO:teuthology.orchestra.run.smithi047.stderr:/usr/bin/ceph: "mutes": [] 2023-12-06T04:09:40.108 INFO:teuthology.orchestra.run.smithi047.stderr:/usr/bin/ceph: }, 2023-12-06T04:09:40.108 INFO:teuthology.orchestra.run.smithi047.stderr:/usr/bin/ceph: "election_epoch": 5, 2023-12-06T04:09:40.108 INFO:teuthology.orchestra.run.smithi047.stderr:/usr/bin/ceph: "quorum": [ 2023-12-06T04:09:40.108 INFO:teuthology.orchestra.run.smithi047.stderr:/usr/bin/ceph: 0 2023-12-06T04:09:40.108 INFO:teuthology.orchestra.run.smithi047.stderr:/usr/bin/ceph: ], 2023-12-06T04:09:40.108 INFO:teuthology.orchestra.run.smithi047.stderr:/usr/bin/ceph: "quorum_names": [ 2023-12-06T04:09:40.108 INFO:teuthology.orchestra.run.smithi047.stderr:/usr/bin/ceph: "smithi047" 2023-12-06T04:09:40.108 INFO:teuthology.orchestra.run.smithi047.stderr:/usr/bin/ceph: ], 2023-12-06T04:09:40.108 INFO:teuthology.orchestra.run.smithi047.stderr:/usr/bin/ceph: "quorum_age": 2, 2023-12-06T04:09:40.108 INFO:teuthology.orchestra.run.smithi047.stderr:/usr/bin/ceph: "monmap": { 2023-12-06T04:09:40.108 INFO:teuthology.orchestra.run.smithi047.stderr:/usr/bin/ceph: "epoch": 1, 2023-12-06T04:09:40.108 INFO:teuthology.orchestra.run.smithi047.stderr:/usr/bin/ceph: "min_mon_release_name": "pacific", 2023-12-06T04:09:40.109 INFO:teuthology.orchestra.run.smithi047.stderr:/usr/bin/ceph: "num_mons": 1 2023-12-06T04:09:40.109 INFO:teuthology.orchestra.run.smithi047.stderr:/usr/bin/ceph: }, 2023-12-06T04:09:40.109 INFO:teuthology.orchestra.run.smithi047.stderr:/usr/bin/ceph: "osdmap": { 2023-12-06T04:09:40.109 INFO:teuthology.orchestra.run.smithi047.stderr:/usr/bin/ceph: "epoch": 1, 2023-12-06T04:09:40.109 INFO:teuthology.orchestra.run.smithi047.stderr:/usr/bin/ceph: "num_osds": 0, 2023-12-06T04:09:40.109 INFO:teuthology.orchestra.run.smithi047.stderr:/usr/bin/ceph: "num_up_osds": 0, 2023-12-06T04:09:40.109 INFO:teuthology.orchestra.run.smithi047.stderr:/usr/bin/ceph: "osd_up_since": 0, 2023-12-06T04:09:40.112 INFO:teuthology.orchestra.run.smithi047.stderr:/usr/bin/ceph: "num_in_osds": 0, 2023-12-06T04:09:40.112 INFO:teuthology.orchestra.run.smithi047.stderr:/usr/bin/ceph: "osd_in_since": 0, 2023-12-06T04:09:40.112 INFO:teuthology.orchestra.run.smithi047.stderr:/usr/bin/ceph: "num_remapped_pgs": 0 2023-12-06T04:09:40.112 INFO:teuthology.orchestra.run.smithi047.stderr:/usr/bin/ceph: }, 2023-12-06T04:09:40.112 INFO:teuthology.orchestra.run.smithi047.stderr:/usr/bin/ceph: "pgmap": { 2023-12-06T04:09:40.112 INFO:teuthology.orchestra.run.smithi047.stderr:/usr/bin/ceph: "pgs_by_state": [], 2023-12-06T04:09:40.112 INFO:teuthology.orchestra.run.smithi047.stderr:/usr/bin/ceph: "num_pgs": 0, 2023-12-06T04:09:40.112 INFO:teuthology.orchestra.run.smithi047.stderr:/usr/bin/ceph: "num_pools": 0, 2023-12-06T04:09:40.113 INFO:teuthology.orchestra.run.smithi047.stderr:/usr/bin/ceph: "num_objects": 0, 2023-12-06T04:09:40.113 INFO:teuthology.orchestra.run.smithi047.stderr:/usr/bin/ceph: "data_bytes": 0, 2023-12-06T04:09:40.113 INFO:teuthology.orchestra.run.smithi047.stderr:/usr/bin/ceph: "bytes_used": 0, 2023-12-06T04:09:40.113 INFO:teuthology.orchestra.run.smithi047.stderr:/usr/bin/ceph: "bytes_avail": 0, 2023-12-06T04:09:40.113 INFO:teuthology.orchestra.run.smithi047.stderr:/usr/bin/ceph: "bytes_total": 0 2023-12-06T04:09:40.113 INFO:teuthology.orchestra.run.smithi047.stderr:/usr/bin/ceph: }, 2023-12-06T04:09:40.113 INFO:teuthology.orchestra.run.smithi047.stderr:/usr/bin/ceph: "fsmap": { 2023-12-06T04:09:40.113 INFO:teuthology.orchestra.run.smithi047.stderr:/usr/bin/ceph: "epoch": 1, 2023-12-06T04:09:40.113 INFO:teuthology.orchestra.run.smithi047.stderr:/usr/bin/ceph: "by_rank": [], 2023-12-06T04:09:40.113 INFO:teuthology.orchestra.run.smithi047.stderr:/usr/bin/ceph: "up:standby": 0 2023-12-06T04:09:40.113 INFO:teuthology.orchestra.run.smithi047.stderr:/usr/bin/ceph: }, 2023-12-06T04:09:40.113 INFO:teuthology.orchestra.run.smithi047.stderr:/usr/bin/ceph: "mgrmap": { 2023-12-06T04:09:40.113 INFO:teuthology.orchestra.run.smithi047.stderr:/usr/bin/ceph: "available": false, 2023-12-06T04:09:40.113 INFO:teuthology.orchestra.run.smithi047.stderr:/usr/bin/ceph: "num_standbys": 0, 2023-12-06T04:09:40.113 INFO:teuthology.orchestra.run.smithi047.stderr:/usr/bin/ceph: "modules": [ 2023-12-06T04:09:40.113 INFO:teuthology.orchestra.run.smithi047.stderr:/usr/bin/ceph: "iostat", 2023-12-06T04:09:40.114 INFO:teuthology.orchestra.run.smithi047.stderr:/usr/bin/ceph: "nfs", 2023-12-06T04:09:40.114 INFO:teuthology.orchestra.run.smithi047.stderr:/usr/bin/ceph: "restful" 2023-12-06T04:09:40.114 INFO:teuthology.orchestra.run.smithi047.stderr:/usr/bin/ceph: ], 2023-12-06T04:09:40.114 INFO:teuthology.orchestra.run.smithi047.stderr:/usr/bin/ceph: "services": {} 2023-12-06T04:09:40.114 INFO:teuthology.orchestra.run.smithi047.stderr:/usr/bin/ceph: }, 2023-12-06T04:09:40.114 INFO:teuthology.orchestra.run.smithi047.stderr:/usr/bin/ceph: "servicemap": { 2023-12-06T04:09:40.114 INFO:teuthology.orchestra.run.smithi047.stderr:/usr/bin/ceph: "epoch": 1, 2023-12-06T04:09:40.114 INFO:teuthology.orchestra.run.smithi047.stderr:/usr/bin/ceph: "modified": "2023-12-06T04:09:34.443946+0000", 2023-12-06T04:09:40.114 INFO:teuthology.orchestra.run.smithi047.stderr:/usr/bin/ceph: "services": {} 2023-12-06T04:09:40.114 INFO:teuthology.orchestra.run.smithi047.stderr:/usr/bin/ceph: }, 2023-12-06T04:09:40.114 INFO:teuthology.orchestra.run.smithi047.stderr:/usr/bin/ceph: "progress_events": {} 2023-12-06T04:09:40.114 INFO:teuthology.orchestra.run.smithi047.stderr:/usr/bin/ceph: } 2023-12-06T04:09:40.429 INFO:teuthology.orchestra.run.smithi047.stderr:mgr not available, waiting (1/15)... 2023-12-06T04:09:40.879 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Dec 06 04:09:40 smithi047 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi047[108212]: audit 2023-12-06T04:09:40.103942+0000 mon.smithi047 (mon.0) 7 : audit [DBG] from='client.? 172.21.15.47:0/529460809' entity='client.admin' cmd=[{"prefix": "status", "format": "json-pretty"}]: dispatch 2023-12-06T04:09:42.913 INFO:teuthology.orchestra.run.smithi047.stderr:/usr/bin/ceph: 2023-12-06T04:09:42.913 INFO:teuthology.orchestra.run.smithi047.stderr:/usr/bin/ceph: { 2023-12-06T04:09:42.913 INFO:teuthology.orchestra.run.smithi047.stderr:/usr/bin/ceph: "fsid": "2ecad2ea-93ed-11ee-95a2-87774f69a715", 2023-12-06T04:09:42.913 INFO:teuthology.orchestra.run.smithi047.stderr:/usr/bin/ceph: "health": { 2023-12-06T04:09:42.913 INFO:teuthology.orchestra.run.smithi047.stderr:/usr/bin/ceph: "status": "HEALTH_OK", 2023-12-06T04:09:42.913 INFO:teuthology.orchestra.run.smithi047.stderr:/usr/bin/ceph: "checks": {}, 2023-12-06T04:09:42.913 INFO:teuthology.orchestra.run.smithi047.stderr:/usr/bin/ceph: "mutes": [] 2023-12-06T04:09:42.914 INFO:teuthology.orchestra.run.smithi047.stderr:/usr/bin/ceph: }, 2023-12-06T04:09:42.914 INFO:teuthology.orchestra.run.smithi047.stderr:/usr/bin/ceph: "election_epoch": 5, 2023-12-06T04:09:42.914 INFO:teuthology.orchestra.run.smithi047.stderr:/usr/bin/ceph: "quorum": [ 2023-12-06T04:09:42.914 INFO:teuthology.orchestra.run.smithi047.stderr:/usr/bin/ceph: 0 2023-12-06T04:09:42.914 INFO:teuthology.orchestra.run.smithi047.stderr:/usr/bin/ceph: ], 2023-12-06T04:09:42.914 INFO:teuthology.orchestra.run.smithi047.stderr:/usr/bin/ceph: "quorum_names": [ 2023-12-06T04:09:42.914 INFO:teuthology.orchestra.run.smithi047.stderr:/usr/bin/ceph: "smithi047" 2023-12-06T04:09:42.914 INFO:teuthology.orchestra.run.smithi047.stderr:/usr/bin/ceph: ], 2023-12-06T04:09:42.914 INFO:teuthology.orchestra.run.smithi047.stderr:/usr/bin/ceph: "quorum_age": 4, 2023-12-06T04:09:42.914 INFO:teuthology.orchestra.run.smithi047.stderr:/usr/bin/ceph: "monmap": { 2023-12-06T04:09:42.914 INFO:teuthology.orchestra.run.smithi047.stderr:/usr/bin/ceph: "epoch": 1, 2023-12-06T04:09:42.914 INFO:teuthology.orchestra.run.smithi047.stderr:/usr/bin/ceph: "min_mon_release_name": "pacific", 2023-12-06T04:09:42.915 INFO:teuthology.orchestra.run.smithi047.stderr:/usr/bin/ceph: "num_mons": 1 2023-12-06T04:09:42.915 INFO:teuthology.orchestra.run.smithi047.stderr:/usr/bin/ceph: }, 2023-12-06T04:09:42.915 INFO:teuthology.orchestra.run.smithi047.stderr:/usr/bin/ceph: "osdmap": { 2023-12-06T04:09:42.915 INFO:teuthology.orchestra.run.smithi047.stderr:/usr/bin/ceph: "epoch": 1, 2023-12-06T04:09:42.915 INFO:teuthology.orchestra.run.smithi047.stderr:/usr/bin/ceph: "num_osds": 0, 2023-12-06T04:09:42.915 INFO:teuthology.orchestra.run.smithi047.stderr:/usr/bin/ceph: "num_up_osds": 0, 2023-12-06T04:09:42.915 INFO:teuthology.orchestra.run.smithi047.stderr:/usr/bin/ceph: "osd_up_since": 0, 2023-12-06T04:09:42.918 INFO:teuthology.orchestra.run.smithi047.stderr:/usr/bin/ceph: "num_in_osds": 0, 2023-12-06T04:09:42.918 INFO:teuthology.orchestra.run.smithi047.stderr:/usr/bin/ceph: "osd_in_since": 0, 2023-12-06T04:09:42.919 INFO:teuthology.orchestra.run.smithi047.stderr:/usr/bin/ceph: "num_remapped_pgs": 0 2023-12-06T04:09:42.919 INFO:teuthology.orchestra.run.smithi047.stderr:/usr/bin/ceph: }, 2023-12-06T04:09:42.919 INFO:teuthology.orchestra.run.smithi047.stderr:/usr/bin/ceph: "pgmap": { 2023-12-06T04:09:42.919 INFO:teuthology.orchestra.run.smithi047.stderr:/usr/bin/ceph: "pgs_by_state": [], 2023-12-06T04:09:42.919 INFO:teuthology.orchestra.run.smithi047.stderr:/usr/bin/ceph: "num_pgs": 0, 2023-12-06T04:09:42.919 INFO:teuthology.orchestra.run.smithi047.stderr:/usr/bin/ceph: "num_pools": 0, 2023-12-06T04:09:42.919 INFO:teuthology.orchestra.run.smithi047.stderr:/usr/bin/ceph: "num_objects": 0, 2023-12-06T04:09:42.919 INFO:teuthology.orchestra.run.smithi047.stderr:/usr/bin/ceph: "data_bytes": 0, 2023-12-06T04:09:42.919 INFO:teuthology.orchestra.run.smithi047.stderr:/usr/bin/ceph: "bytes_used": 0, 2023-12-06T04:09:42.919 INFO:teuthology.orchestra.run.smithi047.stderr:/usr/bin/ceph: "bytes_avail": 0, 2023-12-06T04:09:42.919 INFO:teuthology.orchestra.run.smithi047.stderr:/usr/bin/ceph: "bytes_total": 0 2023-12-06T04:09:42.919 INFO:teuthology.orchestra.run.smithi047.stderr:/usr/bin/ceph: }, 2023-12-06T04:09:42.919 INFO:teuthology.orchestra.run.smithi047.stderr:/usr/bin/ceph: "fsmap": { 2023-12-06T04:09:42.919 INFO:teuthology.orchestra.run.smithi047.stderr:/usr/bin/ceph: "epoch": 1, 2023-12-06T04:09:42.919 INFO:teuthology.orchestra.run.smithi047.stderr:/usr/bin/ceph: "by_rank": [], 2023-12-06T04:09:42.919 INFO:teuthology.orchestra.run.smithi047.stderr:/usr/bin/ceph: "up:standby": 0 2023-12-06T04:09:42.920 INFO:teuthology.orchestra.run.smithi047.stderr:/usr/bin/ceph: }, 2023-12-06T04:09:42.920 INFO:teuthology.orchestra.run.smithi047.stderr:/usr/bin/ceph: "mgrmap": { 2023-12-06T04:09:42.920 INFO:teuthology.orchestra.run.smithi047.stderr:/usr/bin/ceph: "available": false, 2023-12-06T04:09:42.920 INFO:teuthology.orchestra.run.smithi047.stderr:/usr/bin/ceph: "num_standbys": 0, 2023-12-06T04:09:42.920 INFO:teuthology.orchestra.run.smithi047.stderr:/usr/bin/ceph: "modules": [ 2023-12-06T04:09:42.920 INFO:teuthology.orchestra.run.smithi047.stderr:/usr/bin/ceph: "iostat", 2023-12-06T04:09:42.920 INFO:teuthology.orchestra.run.smithi047.stderr:/usr/bin/ceph: "nfs", 2023-12-06T04:09:42.920 INFO:teuthology.orchestra.run.smithi047.stderr:/usr/bin/ceph: "restful" 2023-12-06T04:09:42.920 INFO:teuthology.orchestra.run.smithi047.stderr:/usr/bin/ceph: ], 2023-12-06T04:09:42.920 INFO:teuthology.orchestra.run.smithi047.stderr:/usr/bin/ceph: "services": {} 2023-12-06T04:09:42.920 INFO:teuthology.orchestra.run.smithi047.stderr:/usr/bin/ceph: }, 2023-12-06T04:09:42.920 INFO:teuthology.orchestra.run.smithi047.stderr:/usr/bin/ceph: "servicemap": { 2023-12-06T04:09:42.920 INFO:teuthology.orchestra.run.smithi047.stderr:/usr/bin/ceph: "epoch": 1, 2023-12-06T04:09:42.920 INFO:teuthology.orchestra.run.smithi047.stderr:/usr/bin/ceph: "modified": "2023-12-06T04:09:34.443946+0000", 2023-12-06T04:09:42.920 INFO:teuthology.orchestra.run.smithi047.stderr:/usr/bin/ceph: "services": {} 2023-12-06T04:09:42.920 INFO:teuthology.orchestra.run.smithi047.stderr:/usr/bin/ceph: }, 2023-12-06T04:09:42.921 INFO:teuthology.orchestra.run.smithi047.stderr:/usr/bin/ceph: "progress_events": {} 2023-12-06T04:09:42.921 INFO:teuthology.orchestra.run.smithi047.stderr:/usr/bin/ceph: } 2023-12-06T04:09:43.206 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Dec 06 04:09:42 smithi047 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi047[108212]: audit 2023-12-06T04:09:42.909878+0000 mon.smithi047 (mon.0) 8 : audit [DBG] from='client.? 172.21.15.47:0/2505478999' entity='client.admin' cmd=[{"prefix": "status", "format": "json-pretty"}]: dispatch 2023-12-06T04:09:43.278 INFO:teuthology.orchestra.run.smithi047.stderr:mgr not available, waiting (2/15)... 2023-12-06T04:09:45.739 INFO:teuthology.orchestra.run.smithi047.stderr:/usr/bin/ceph: 2023-12-06T04:09:45.739 INFO:teuthology.orchestra.run.smithi047.stderr:/usr/bin/ceph: { 2023-12-06T04:09:45.739 INFO:teuthology.orchestra.run.smithi047.stderr:/usr/bin/ceph: "fsid": "2ecad2ea-93ed-11ee-95a2-87774f69a715", 2023-12-06T04:09:45.739 INFO:teuthology.orchestra.run.smithi047.stderr:/usr/bin/ceph: "health": { 2023-12-06T04:09:45.739 INFO:teuthology.orchestra.run.smithi047.stderr:/usr/bin/ceph: "status": "HEALTH_OK", 2023-12-06T04:09:45.740 INFO:teuthology.orchestra.run.smithi047.stderr:/usr/bin/ceph: "checks": {}, 2023-12-06T04:09:45.745 INFO:teuthology.orchestra.run.smithi047.stderr:/usr/bin/ceph: "mutes": [] 2023-12-06T04:09:45.746 INFO:teuthology.orchestra.run.smithi047.stderr:/usr/bin/ceph: }, 2023-12-06T04:09:45.746 INFO:teuthology.orchestra.run.smithi047.stderr:/usr/bin/ceph: "election_epoch": 5, 2023-12-06T04:09:45.746 INFO:teuthology.orchestra.run.smithi047.stderr:/usr/bin/ceph: "quorum": [ 2023-12-06T04:09:45.746 INFO:teuthology.orchestra.run.smithi047.stderr:/usr/bin/ceph: 0 2023-12-06T04:09:45.746 INFO:teuthology.orchestra.run.smithi047.stderr:/usr/bin/ceph: ], 2023-12-06T04:09:45.746 INFO:teuthology.orchestra.run.smithi047.stderr:/usr/bin/ceph: "quorum_names": [ 2023-12-06T04:09:45.747 INFO:teuthology.orchestra.run.smithi047.stderr:/usr/bin/ceph: "smithi047" 2023-12-06T04:09:45.747 INFO:teuthology.orchestra.run.smithi047.stderr:/usr/bin/ceph: ], 2023-12-06T04:09:45.747 INFO:teuthology.orchestra.run.smithi047.stderr:/usr/bin/ceph: "quorum_age": 7, 2023-12-06T04:09:45.747 INFO:teuthology.orchestra.run.smithi047.stderr:/usr/bin/ceph: "monmap": { 2023-12-06T04:09:45.747 INFO:teuthology.orchestra.run.smithi047.stderr:/usr/bin/ceph: "epoch": 1, 2023-12-06T04:09:45.747 INFO:teuthology.orchestra.run.smithi047.stderr:/usr/bin/ceph: "min_mon_release_name": "pacific", 2023-12-06T04:09:45.747 INFO:teuthology.orchestra.run.smithi047.stderr:/usr/bin/ceph: "num_mons": 1 2023-12-06T04:09:45.747 INFO:teuthology.orchestra.run.smithi047.stderr:/usr/bin/ceph: }, 2023-12-06T04:09:45.747 INFO:teuthology.orchestra.run.smithi047.stderr:/usr/bin/ceph: "osdmap": { 2023-12-06T04:09:45.747 INFO:teuthology.orchestra.run.smithi047.stderr:/usr/bin/ceph: "epoch": 1, 2023-12-06T04:09:45.748 INFO:teuthology.orchestra.run.smithi047.stderr:/usr/bin/ceph: "num_osds": 0, 2023-12-06T04:09:45.748 INFO:teuthology.orchestra.run.smithi047.stderr:/usr/bin/ceph: "num_up_osds": 0, 2023-12-06T04:09:45.748 INFO:teuthology.orchestra.run.smithi047.stderr:/usr/bin/ceph: "osd_up_since": 0, 2023-12-06T04:09:45.748 INFO:teuthology.orchestra.run.smithi047.stderr:/usr/bin/ceph: "num_in_osds": 0, 2023-12-06T04:09:45.748 INFO:teuthology.orchestra.run.smithi047.stderr:/usr/bin/ceph: "osd_in_since": 0, 2023-12-06T04:09:45.748 INFO:teuthology.orchestra.run.smithi047.stderr:/usr/bin/ceph: "num_remapped_pgs": 0 2023-12-06T04:09:45.748 INFO:teuthology.orchestra.run.smithi047.stderr:/usr/bin/ceph: }, 2023-12-06T04:09:45.748 INFO:teuthology.orchestra.run.smithi047.stderr:/usr/bin/ceph: "pgmap": { 2023-12-06T04:09:45.748 INFO:teuthology.orchestra.run.smithi047.stderr:/usr/bin/ceph: "pgs_by_state": [], 2023-12-06T04:09:45.748 INFO:teuthology.orchestra.run.smithi047.stderr:/usr/bin/ceph: "num_pgs": 0, 2023-12-06T04:09:45.748 INFO:teuthology.orchestra.run.smithi047.stderr:/usr/bin/ceph: "num_pools": 0, 2023-12-06T04:09:45.748 INFO:teuthology.orchestra.run.smithi047.stderr:/usr/bin/ceph: "num_objects": 0, 2023-12-06T04:09:45.748 INFO:teuthology.orchestra.run.smithi047.stderr:/usr/bin/ceph: "data_bytes": 0, 2023-12-06T04:09:45.748 INFO:teuthology.orchestra.run.smithi047.stderr:/usr/bin/ceph: "bytes_used": 0, 2023-12-06T04:09:45.748 INFO:teuthology.orchestra.run.smithi047.stderr:/usr/bin/ceph: "bytes_avail": 0, 2023-12-06T04:09:45.748 INFO:teuthology.orchestra.run.smithi047.stderr:/usr/bin/ceph: "bytes_total": 0 2023-12-06T04:09:45.749 INFO:teuthology.orchestra.run.smithi047.stderr:/usr/bin/ceph: }, 2023-12-06T04:09:45.749 INFO:teuthology.orchestra.run.smithi047.stderr:/usr/bin/ceph: "fsmap": { 2023-12-06T04:09:45.749 INFO:teuthology.orchestra.run.smithi047.stderr:/usr/bin/ceph: "epoch": 1, 2023-12-06T04:09:45.749 INFO:teuthology.orchestra.run.smithi047.stderr:/usr/bin/ceph: "by_rank": [], 2023-12-06T04:09:45.749 INFO:teuthology.orchestra.run.smithi047.stderr:/usr/bin/ceph: "up:standby": 0 2023-12-06T04:09:45.749 INFO:teuthology.orchestra.run.smithi047.stderr:/usr/bin/ceph: }, 2023-12-06T04:09:45.749 INFO:teuthology.orchestra.run.smithi047.stderr:/usr/bin/ceph: "mgrmap": { 2023-12-06T04:09:45.749 INFO:teuthology.orchestra.run.smithi047.stderr:/usr/bin/ceph: "available": false, 2023-12-06T04:09:45.749 INFO:teuthology.orchestra.run.smithi047.stderr:/usr/bin/ceph: "num_standbys": 0, 2023-12-06T04:09:45.749 INFO:teuthology.orchestra.run.smithi047.stderr:/usr/bin/ceph: "modules": [ 2023-12-06T04:09:45.749 INFO:teuthology.orchestra.run.smithi047.stderr:/usr/bin/ceph: "iostat", 2023-12-06T04:09:45.749 INFO:teuthology.orchestra.run.smithi047.stderr:/usr/bin/ceph: "nfs", 2023-12-06T04:09:45.749 INFO:teuthology.orchestra.run.smithi047.stderr:/usr/bin/ceph: "restful" 2023-12-06T04:09:45.749 INFO:teuthology.orchestra.run.smithi047.stderr:/usr/bin/ceph: ], 2023-12-06T04:09:45.749 INFO:teuthology.orchestra.run.smithi047.stderr:/usr/bin/ceph: "services": {} 2023-12-06T04:09:45.750 INFO:teuthology.orchestra.run.smithi047.stderr:/usr/bin/ceph: }, 2023-12-06T04:09:45.750 INFO:teuthology.orchestra.run.smithi047.stderr:/usr/bin/ceph: "servicemap": { 2023-12-06T04:09:45.750 INFO:teuthology.orchestra.run.smithi047.stderr:/usr/bin/ceph: "epoch": 1, 2023-12-06T04:09:45.750 INFO:teuthology.orchestra.run.smithi047.stderr:/usr/bin/ceph: "modified": "2023-12-06T04:09:34.443946+0000", 2023-12-06T04:09:45.750 INFO:teuthology.orchestra.run.smithi047.stderr:/usr/bin/ceph: "services": {} 2023-12-06T04:09:45.750 INFO:teuthology.orchestra.run.smithi047.stderr:/usr/bin/ceph: }, 2023-12-06T04:09:45.750 INFO:teuthology.orchestra.run.smithi047.stderr:/usr/bin/ceph: "progress_events": {} 2023-12-06T04:09:45.750 INFO:teuthology.orchestra.run.smithi047.stderr:/usr/bin/ceph: } 2023-12-06T04:09:46.031 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Dec 06 04:09:45 smithi047 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi047[108212]: cluster 2023-12-06T04:09:45.703774+0000 mon.smithi047 (mon.0) 9 : cluster [INF] Activating manager daemon smithi047.erpxvz 2023-12-06T04:09:46.031 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Dec 06 04:09:45 smithi047 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi047[108212]: cluster 2023-12-06T04:09:45.706937+0000 mon.smithi047 (mon.0) 10 : cluster [DBG] mgrmap e2: smithi047.erpxvz(active, starting, since 0.00330596s) 2023-12-06T04:09:46.031 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Dec 06 04:09:45 smithi047 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi047[108212]: audit 2023-12-06T04:09:45.707628+0000 mon.smithi047 (mon.0) 11 : audit [DBG] from='mgr.14100 172.21.15.47:0/1865111551' entity='mgr.smithi047.erpxvz' cmd=[{"prefix": "mds metadata"}]: dispatch 2023-12-06T04:09:46.031 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Dec 06 04:09:45 smithi047 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi047[108212]: audit 2023-12-06T04:09:45.707845+0000 mon.smithi047 (mon.0) 12 : audit [DBG] from='mgr.14100 172.21.15.47:0/1865111551' entity='mgr.smithi047.erpxvz' cmd=[{"prefix": "osd metadata"}]: dispatch 2023-12-06T04:09:46.032 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Dec 06 04:09:45 smithi047 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi047[108212]: audit 2023-12-06T04:09:45.708027+0000 mon.smithi047 (mon.0) 13 : audit [DBG] from='mgr.14100 172.21.15.47:0/1865111551' entity='mgr.smithi047.erpxvz' cmd=[{"prefix": "mon metadata"}]: dispatch 2023-12-06T04:09:46.032 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Dec 06 04:09:45 smithi047 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi047[108212]: audit 2023-12-06T04:09:45.708335+0000 mon.smithi047 (mon.0) 14 : audit [DBG] from='mgr.14100 172.21.15.47:0/1865111551' entity='mgr.smithi047.erpxvz' cmd=[{"prefix": "mon metadata", "id": "smithi047"}]: dispatch 2023-12-06T04:09:46.032 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Dec 06 04:09:45 smithi047 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi047[108212]: audit 2023-12-06T04:09:45.708902+0000 mon.smithi047 (mon.0) 15 : audit [DBG] from='mgr.14100 172.21.15.47:0/1865111551' entity='mgr.smithi047.erpxvz' cmd=[{"prefix": "mgr metadata", "who": "smithi047.erpxvz", "id": "smithi047.erpxvz"}]: dispatch 2023-12-06T04:09:46.032 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Dec 06 04:09:45 smithi047 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi047[108212]: cluster 2023-12-06T04:09:45.722182+0000 mon.smithi047 (mon.0) 16 : cluster [INF] Manager daemon smithi047.erpxvz is now available 2023-12-06T04:09:46.032 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Dec 06 04:09:45 smithi047 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi047[108212]: audit 2023-12-06T04:09:45.732340+0000 mon.smithi047 (mon.0) 17 : audit [INF] from='mgr.14100 172.21.15.47:0/1865111551' entity='mgr.smithi047.erpxvz' 2023-12-06T04:09:46.032 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Dec 06 04:09:45 smithi047 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi047[108212]: audit 2023-12-06T04:09:45.737437+0000 mon.smithi047 (mon.0) 18 : audit [DBG] from='client.? 172.21.15.47:0/911788812' entity='client.admin' cmd=[{"prefix": "status", "format": "json-pretty"}]: dispatch 2023-12-06T04:09:46.032 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Dec 06 04:09:45 smithi047 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi047[108212]: audit 2023-12-06T04:09:45.739764+0000 mon.smithi047 (mon.0) 19 : audit [INF] from='mgr.14100 172.21.15.47:0/1865111551' entity='mgr.smithi047.erpxvz' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi047.erpxvz/mirror_snapshot_schedule"}]: dispatch 2023-12-06T04:09:46.032 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Dec 06 04:09:45 smithi047 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi047[108212]: audit 2023-12-06T04:09:45.743483+0000 mon.smithi047 (mon.0) 20 : audit [INF] from='mgr.14100 172.21.15.47:0/1865111551' entity='mgr.smithi047.erpxvz' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi047.erpxvz/trash_purge_schedule"}]: dispatch 2023-12-06T04:09:46.032 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Dec 06 04:09:45 smithi047 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi047[108212]: audit 2023-12-06T04:09:45.746223+0000 mon.smithi047 (mon.0) 21 : audit [INF] from='mgr.14100 172.21.15.47:0/1865111551' entity='mgr.smithi047.erpxvz' 2023-12-06T04:09:46.032 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Dec 06 04:09:45 smithi047 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi047[108212]: audit 2023-12-06T04:09:45.748787+0000 mon.smithi047 (mon.0) 22 : audit [INF] from='mgr.14100 172.21.15.47:0/1865111551' entity='mgr.smithi047.erpxvz' 2023-12-06T04:09:46.095 INFO:teuthology.orchestra.run.smithi047.stderr:mgr not available, waiting (3/15)... 2023-12-06T04:09:48.131 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Dec 06 04:09:47 smithi047 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi047[108212]: cluster 2023-12-06T04:09:46.710439+0000 mon.smithi047 (mon.0) 23 : cluster [DBG] mgrmap e3: smithi047.erpxvz(active, since 1.00681s) 2023-12-06T04:09:48.742 INFO:teuthology.orchestra.run.smithi047.stderr:/usr/bin/ceph: 2023-12-06T04:09:48.742 INFO:teuthology.orchestra.run.smithi047.stderr:/usr/bin/ceph: { 2023-12-06T04:09:48.742 INFO:teuthology.orchestra.run.smithi047.stderr:/usr/bin/ceph: "fsid": "2ecad2ea-93ed-11ee-95a2-87774f69a715", 2023-12-06T04:09:48.743 INFO:teuthology.orchestra.run.smithi047.stderr:/usr/bin/ceph: "health": { 2023-12-06T04:09:48.743 INFO:teuthology.orchestra.run.smithi047.stderr:/usr/bin/ceph: "status": "HEALTH_OK", 2023-12-06T04:09:48.743 INFO:teuthology.orchestra.run.smithi047.stderr:/usr/bin/ceph: "checks": {}, 2023-12-06T04:09:48.743 INFO:teuthology.orchestra.run.smithi047.stderr:/usr/bin/ceph: "mutes": [] 2023-12-06T04:09:48.743 INFO:teuthology.orchestra.run.smithi047.stderr:/usr/bin/ceph: }, 2023-12-06T04:09:48.743 INFO:teuthology.orchestra.run.smithi047.stderr:/usr/bin/ceph: "election_epoch": 5, 2023-12-06T04:09:48.743 INFO:teuthology.orchestra.run.smithi047.stderr:/usr/bin/ceph: "quorum": [ 2023-12-06T04:09:48.743 INFO:teuthology.orchestra.run.smithi047.stderr:/usr/bin/ceph: 0 2023-12-06T04:09:48.743 INFO:teuthology.orchestra.run.smithi047.stderr:/usr/bin/ceph: ], 2023-12-06T04:09:48.743 INFO:teuthology.orchestra.run.smithi047.stderr:/usr/bin/ceph: "quorum_names": [ 2023-12-06T04:09:48.743 INFO:teuthology.orchestra.run.smithi047.stderr:/usr/bin/ceph: "smithi047" 2023-12-06T04:09:48.743 INFO:teuthology.orchestra.run.smithi047.stderr:/usr/bin/ceph: ], 2023-12-06T04:09:48.743 INFO:teuthology.orchestra.run.smithi047.stderr:/usr/bin/ceph: "quorum_age": 10, 2023-12-06T04:09:48.743 INFO:teuthology.orchestra.run.smithi047.stderr:/usr/bin/ceph: "monmap": { 2023-12-06T04:09:48.743 INFO:teuthology.orchestra.run.smithi047.stderr:/usr/bin/ceph: "epoch": 1, 2023-12-06T04:09:48.743 INFO:teuthology.orchestra.run.smithi047.stderr:/usr/bin/ceph: "min_mon_release_name": "pacific", 2023-12-06T04:09:48.744 INFO:teuthology.orchestra.run.smithi047.stderr:/usr/bin/ceph: "num_mons": 1 2023-12-06T04:09:48.744 INFO:teuthology.orchestra.run.smithi047.stderr:/usr/bin/ceph: }, 2023-12-06T04:09:48.744 INFO:teuthology.orchestra.run.smithi047.stderr:/usr/bin/ceph: "osdmap": { 2023-12-06T04:09:48.744 INFO:teuthology.orchestra.run.smithi047.stderr:/usr/bin/ceph: "epoch": 1, 2023-12-06T04:09:48.744 INFO:teuthology.orchestra.run.smithi047.stderr:/usr/bin/ceph: "num_osds": 0, 2023-12-06T04:09:48.744 INFO:teuthology.orchestra.run.smithi047.stderr:/usr/bin/ceph: "num_up_osds": 0, 2023-12-06T04:09:48.744 INFO:teuthology.orchestra.run.smithi047.stderr:/usr/bin/ceph: "osd_up_since": 0, 2023-12-06T04:09:48.744 INFO:teuthology.orchestra.run.smithi047.stderr:/usr/bin/ceph: "num_in_osds": 0, 2023-12-06T04:09:48.744 INFO:teuthology.orchestra.run.smithi047.stderr:/usr/bin/ceph: "osd_in_since": 0, 2023-12-06T04:09:48.744 INFO:teuthology.orchestra.run.smithi047.stderr:/usr/bin/ceph: "num_remapped_pgs": 0 2023-12-06T04:09:48.744 INFO:teuthology.orchestra.run.smithi047.stderr:/usr/bin/ceph: }, 2023-12-06T04:09:48.744 INFO:teuthology.orchestra.run.smithi047.stderr:/usr/bin/ceph: "pgmap": { 2023-12-06T04:09:48.744 INFO:teuthology.orchestra.run.smithi047.stderr:/usr/bin/ceph: "pgs_by_state": [], 2023-12-06T04:09:48.744 INFO:teuthology.orchestra.run.smithi047.stderr:/usr/bin/ceph: "num_pgs": 0, 2023-12-06T04:09:48.744 INFO:teuthology.orchestra.run.smithi047.stderr:/usr/bin/ceph: "num_pools": 0, 2023-12-06T04:09:48.744 INFO:teuthology.orchestra.run.smithi047.stderr:/usr/bin/ceph: "num_objects": 0, 2023-12-06T04:09:48.745 INFO:teuthology.orchestra.run.smithi047.stderr:/usr/bin/ceph: "data_bytes": 0, 2023-12-06T04:09:48.745 INFO:teuthology.orchestra.run.smithi047.stderr:/usr/bin/ceph: "bytes_used": 0, 2023-12-06T04:09:48.745 INFO:teuthology.orchestra.run.smithi047.stderr:/usr/bin/ceph: "bytes_avail": 0, 2023-12-06T04:09:48.745 INFO:teuthology.orchestra.run.smithi047.stderr:/usr/bin/ceph: "bytes_total": 0 2023-12-06T04:09:48.745 INFO:teuthology.orchestra.run.smithi047.stderr:/usr/bin/ceph: }, 2023-12-06T04:09:48.745 INFO:teuthology.orchestra.run.smithi047.stderr:/usr/bin/ceph: "fsmap": { 2023-12-06T04:09:48.745 INFO:teuthology.orchestra.run.smithi047.stderr:/usr/bin/ceph: "epoch": 1, 2023-12-06T04:09:48.745 INFO:teuthology.orchestra.run.smithi047.stderr:/usr/bin/ceph: "by_rank": [], 2023-12-06T04:09:48.745 INFO:teuthology.orchestra.run.smithi047.stderr:/usr/bin/ceph: "up:standby": 0 2023-12-06T04:09:48.745 INFO:teuthology.orchestra.run.smithi047.stderr:/usr/bin/ceph: }, 2023-12-06T04:09:48.745 INFO:teuthology.orchestra.run.smithi047.stderr:/usr/bin/ceph: "mgrmap": { 2023-12-06T04:09:48.746 INFO:teuthology.orchestra.run.smithi047.stderr:/usr/bin/ceph: "available": true, 2023-12-06T04:09:48.746 INFO:teuthology.orchestra.run.smithi047.stderr:/usr/bin/ceph: "num_standbys": 0, 2023-12-06T04:09:48.746 INFO:teuthology.orchestra.run.smithi047.stderr:/usr/bin/ceph: "modules": [ 2023-12-06T04:09:48.746 INFO:teuthology.orchestra.run.smithi047.stderr:/usr/bin/ceph: "iostat", 2023-12-06T04:09:48.746 INFO:teuthology.orchestra.run.smithi047.stderr:/usr/bin/ceph: "nfs", 2023-12-06T04:09:48.746 INFO:teuthology.orchestra.run.smithi047.stderr:/usr/bin/ceph: "restful" 2023-12-06T04:09:48.746 INFO:teuthology.orchestra.run.smithi047.stderr:/usr/bin/ceph: ], 2023-12-06T04:09:48.746 INFO:teuthology.orchestra.run.smithi047.stderr:/usr/bin/ceph: "services": {} 2023-12-06T04:09:48.746 INFO:teuthology.orchestra.run.smithi047.stderr:/usr/bin/ceph: }, 2023-12-06T04:09:48.746 INFO:teuthology.orchestra.run.smithi047.stderr:/usr/bin/ceph: "servicemap": { 2023-12-06T04:09:48.746 INFO:teuthology.orchestra.run.smithi047.stderr:/usr/bin/ceph: "epoch": 1, 2023-12-06T04:09:48.746 INFO:teuthology.orchestra.run.smithi047.stderr:/usr/bin/ceph: "modified": "2023-12-06T04:09:34.443946+0000", 2023-12-06T04:09:48.746 INFO:teuthology.orchestra.run.smithi047.stderr:/usr/bin/ceph: "services": {} 2023-12-06T04:09:48.747 INFO:teuthology.orchestra.run.smithi047.stderr:/usr/bin/ceph: }, 2023-12-06T04:09:48.747 INFO:teuthology.orchestra.run.smithi047.stderr:/usr/bin/ceph: "progress_events": {} 2023-12-06T04:09:48.747 INFO:teuthology.orchestra.run.smithi047.stderr:/usr/bin/ceph: } 2023-12-06T04:09:49.095 INFO:teuthology.orchestra.run.smithi047.stderr:mgr is available 2023-12-06T04:09:49.640 INFO:teuthology.orchestra.run.smithi047.stderr:/usr/bin/ceph: 2023-12-06T04:09:49.640 INFO:teuthology.orchestra.run.smithi047.stderr:/usr/bin/ceph: [global] 2023-12-06T04:09:49.641 INFO:teuthology.orchestra.run.smithi047.stderr:/usr/bin/ceph: fsid = 2ecad2ea-93ed-11ee-95a2-87774f69a715 2023-12-06T04:09:49.641 INFO:teuthology.orchestra.run.smithi047.stderr:/usr/bin/ceph: mon_osd_allow_pg_remap = true 2023-12-06T04:09:49.641 INFO:teuthology.orchestra.run.smithi047.stderr:/usr/bin/ceph: mon_osd_allow_primary_affinity = true 2023-12-06T04:09:49.641 INFO:teuthology.orchestra.run.smithi047.stderr:/usr/bin/ceph: mon_warn_on_no_sortbitwise = false 2023-12-06T04:09:49.641 INFO:teuthology.orchestra.run.smithi047.stderr:/usr/bin/ceph: osd_crush_chooseleaf_type = 0 2023-12-06T04:09:49.641 INFO:teuthology.orchestra.run.smithi047.stderr:/usr/bin/ceph: 2023-12-06T04:09:49.641 INFO:teuthology.orchestra.run.smithi047.stderr:/usr/bin/ceph: [mgr] 2023-12-06T04:09:49.641 INFO:teuthology.orchestra.run.smithi047.stderr:/usr/bin/ceph: mgr/telemetry/nag = false 2023-12-06T04:09:49.641 INFO:teuthology.orchestra.run.smithi047.stderr:/usr/bin/ceph: 2023-12-06T04:09:49.641 INFO:teuthology.orchestra.run.smithi047.stderr:/usr/bin/ceph: [osd] 2023-12-06T04:09:49.641 INFO:teuthology.orchestra.run.smithi047.stderr:/usr/bin/ceph: osd_map_max_advance = 10 2023-12-06T04:09:49.641 INFO:teuthology.orchestra.run.smithi047.stderr:/usr/bin/ceph: osd_sloppy_crc = true 2023-12-06T04:09:49.922 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Dec 06 04:09:49 smithi047 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi047[108212]: cluster 2023-12-06T04:09:48.709779+0000 mon.smithi047 (mon.0) 24 : cluster [DBG] mgrmap e4: smithi047.erpxvz(active, since 3s) 2023-12-06T04:09:49.923 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Dec 06 04:09:49 smithi047 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi047[108212]: audit 2023-12-06T04:09:48.734221+0000 mon.smithi047 (mon.0) 25 : audit [DBG] from='client.? 172.21.15.47:0/3359527516' entity='client.admin' cmd=[{"prefix": "status", "format": "json-pretty"}]: dispatch 2023-12-06T04:09:49.923 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Dec 06 04:09:49 smithi047 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi047[108212]: audit 2023-12-06T04:09:49.637794+0000 mon.smithi047 (mon.0) 26 : audit [INF] from='client.? 172.21.15.47:0/3441984860' entity='client.admin' cmd=[{"prefix": "config assimilate-conf"}]: dispatch 2023-12-06T04:09:49.979 INFO:teuthology.orchestra.run.smithi047.stderr:Enabling cephadm module... 2023-12-06T04:09:50.983 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Dec 06 04:09:50 smithi047 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi047[108212]: audit 2023-12-06T04:09:50.588783+0000 mon.smithi047 (mon.0) 27 : audit [INF] from='client.? 172.21.15.47:0/2765870656' entity='client.admin' cmd=[{"prefix": "mgr module enable", "module": "cephadm"}]: dispatch 2023-12-06T04:09:51.675 INFO:teuthology.orchestra.run.smithi047.stderr:/usr/bin/ceph: { 2023-12-06T04:09:51.675 INFO:teuthology.orchestra.run.smithi047.stderr:/usr/bin/ceph: "epoch": 5, 2023-12-06T04:09:51.675 INFO:teuthology.orchestra.run.smithi047.stderr:/usr/bin/ceph: "available": true, 2023-12-06T04:09:51.675 INFO:teuthology.orchestra.run.smithi047.stderr:/usr/bin/ceph: "active_name": "smithi047.erpxvz", 2023-12-06T04:09:51.675 INFO:teuthology.orchestra.run.smithi047.stderr:/usr/bin/ceph: "num_standby": 0 2023-12-06T04:09:51.675 INFO:teuthology.orchestra.run.smithi047.stderr:/usr/bin/ceph: } 2023-12-06T04:09:51.954 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Dec 06 04:09:51 smithi047 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi047[108212]: audit 2023-12-06T04:09:50.713320+0000 mon.smithi047 (mon.0) 28 : audit [INF] from='client.? 172.21.15.47:0/2765870656' entity='client.admin' cmd='[{"prefix": "mgr module enable", "module": "cephadm"}]': finished 2023-12-06T04:09:51.954 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Dec 06 04:09:51 smithi047 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi047[108212]: cluster 2023-12-06T04:09:50.713393+0000 mon.smithi047 (mon.0) 29 : cluster [DBG] mgrmap e5: smithi047.erpxvz(active, since 5s) 2023-12-06T04:09:51.955 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Dec 06 04:09:51 smithi047 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi047[108212]: audit 2023-12-06T04:09:51.672336+0000 mon.smithi047 (mon.0) 30 : audit [DBG] from='client.? 172.21.15.47:0/2500964751' entity='client.admin' cmd=[{"prefix": "mgr stat"}]: dispatch 2023-12-06T04:09:52.002 INFO:teuthology.orchestra.run.smithi047.stderr:Waiting for the mgr to restart... 2023-12-06T04:09:52.002 INFO:teuthology.orchestra.run.smithi047.stderr:Waiting for mgr epoch 5... 2023-12-06T04:09:57.129 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Dec 06 04:09:56 smithi047 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi047[108212]: cluster 2023-12-06T04:09:56.836525+0000 mon.smithi047 (mon.0) 31 : cluster [INF] Active manager daemon smithi047.erpxvz restarted 2023-12-06T04:09:57.130 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Dec 06 04:09:56 smithi047 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi047[108212]: cluster 2023-12-06T04:09:56.836788+0000 mon.smithi047 (mon.0) 32 : cluster [INF] Activating manager daemon smithi047.erpxvz 2023-12-06T04:09:57.130 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Dec 06 04:09:56 smithi047 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi047[108212]: cluster 2023-12-06T04:09:56.839995+0000 mon.smithi047 (mon.0) 33 : cluster [DBG] osdmap e2: 0 total, 0 up, 0 in 2023-12-06T04:09:57.130 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Dec 06 04:09:56 smithi047 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi047[108212]: cluster 2023-12-06T04:09:56.840123+0000 mon.smithi047 (mon.0) 34 : cluster [DBG] mgrmap e6: smithi047.erpxvz(active, starting, since 0.00344168s) 2023-12-06T04:09:57.130 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Dec 06 04:09:56 smithi047 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi047[108212]: audit 2023-12-06T04:09:56.841175+0000 mon.smithi047 (mon.0) 35 : audit [DBG] from='mgr.14118 172.21.15.47:0/509133611' entity='mgr.smithi047.erpxvz' cmd=[{"prefix": "mon metadata", "id": "smithi047"}]: dispatch 2023-12-06T04:09:57.130 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Dec 06 04:09:56 smithi047 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi047[108212]: audit 2023-12-06T04:09:56.841849+0000 mon.smithi047 (mon.0) 36 : audit [DBG] from='mgr.14118 172.21.15.47:0/509133611' entity='mgr.smithi047.erpxvz' cmd=[{"prefix": "mgr metadata", "who": "smithi047.erpxvz", "id": "smithi047.erpxvz"}]: dispatch 2023-12-06T04:09:57.130 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Dec 06 04:09:56 smithi047 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi047[108212]: audit 2023-12-06T04:09:56.842636+0000 mon.smithi047 (mon.0) 37 : audit [DBG] from='mgr.14118 172.21.15.47:0/509133611' entity='mgr.smithi047.erpxvz' cmd=[{"prefix": "mds metadata"}]: dispatch 2023-12-06T04:09:57.130 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Dec 06 04:09:56 smithi047 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi047[108212]: audit 2023-12-06T04:09:56.842950+0000 mon.smithi047 (mon.0) 38 : audit [DBG] from='mgr.14118 172.21.15.47:0/509133611' entity='mgr.smithi047.erpxvz' cmd=[{"prefix": "osd metadata"}]: dispatch 2023-12-06T04:09:57.130 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Dec 06 04:09:56 smithi047 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi047[108212]: audit 2023-12-06T04:09:56.843197+0000 mon.smithi047 (mon.0) 39 : audit [DBG] from='mgr.14118 172.21.15.47:0/509133611' entity='mgr.smithi047.erpxvz' cmd=[{"prefix": "mon metadata"}]: dispatch 2023-12-06T04:09:57.130 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Dec 06 04:09:56 smithi047 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi047[108212]: cluster 2023-12-06T04:09:56.858219+0000 mon.smithi047 (mon.0) 40 : cluster [INF] Manager daemon smithi047.erpxvz is now available 2023-12-06T04:09:57.130 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Dec 06 04:09:56 smithi047 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi047[108212]: audit 2023-12-06T04:09:56.873476+0000 mon.smithi047 (mon.0) 41 : audit [INF] from='mgr.14118 172.21.15.47:0/509133611' entity='mgr.smithi047.erpxvz' 2023-12-06T04:09:57.850 INFO:teuthology.orchestra.run.smithi047.stderr:/usr/bin/ceph: { 2023-12-06T04:09:57.851 INFO:teuthology.orchestra.run.smithi047.stderr:/usr/bin/ceph: "mgrmap_epoch": 7, 2023-12-06T04:09:57.851 INFO:teuthology.orchestra.run.smithi047.stderr:/usr/bin/ceph: "initialized": true 2023-12-06T04:09:57.851 INFO:teuthology.orchestra.run.smithi047.stderr:/usr/bin/ceph: } 2023-12-06T04:09:58.130 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Dec 06 04:09:57 smithi047 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi047[108212]: cephadm 2023-12-06T04:09:56.870472+0000 mgr.smithi047.erpxvz (mgr.14118) 1 : cephadm [INF] Found migration_current of "None". Setting to last migration. 2023-12-06T04:09:58.130 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Dec 06 04:09:57 smithi047 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi047[108212]: audit 2023-12-06T04:09:56.973812+0000 mon.smithi047 (mon.0) 42 : audit [INF] from='mgr.14118 172.21.15.47:0/509133611' entity='mgr.smithi047.erpxvz' 2023-12-06T04:09:58.131 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Dec 06 04:09:57 smithi047 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi047[108212]: audit 2023-12-06T04:09:56.974956+0000 mon.smithi047 (mon.0) 43 : audit [DBG] from='mgr.14118 172.21.15.47:0/509133611' entity='mgr.smithi047.erpxvz' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T04:09:58.131 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Dec 06 04:09:57 smithi047 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi047[108212]: audit 2023-12-06T04:09:56.976490+0000 mon.smithi047 (mon.0) 44 : audit [DBG] from='mgr.14118 172.21.15.47:0/509133611' entity='mgr.smithi047.erpxvz' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T04:09:58.131 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Dec 06 04:09:57 smithi047 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi047[108212]: audit 2023-12-06T04:09:56.978231+0000 mon.smithi047 (mon.0) 45 : audit [DBG] from='mgr.14118 172.21.15.47:0/509133611' entity='mgr.smithi047.erpxvz' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T04:09:58.131 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Dec 06 04:09:57 smithi047 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi047[108212]: audit 2023-12-06T04:09:56.994154+0000 mon.smithi047 (mon.0) 46 : audit [INF] from='mgr.14118 172.21.15.47:0/509133611' entity='mgr.smithi047.erpxvz' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi047.erpxvz/mirror_snapshot_schedule"}]: dispatch 2023-12-06T04:09:58.131 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Dec 06 04:09:57 smithi047 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi047[108212]: audit 2023-12-06T04:09:56.997802+0000 mon.smithi047 (mon.0) 47 : audit [INF] from='mgr.14118 172.21.15.47:0/509133611' entity='mgr.smithi047.erpxvz' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi047.erpxvz/trash_purge_schedule"}]: dispatch 2023-12-06T04:09:58.131 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Dec 06 04:09:57 smithi047 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi047[108212]: cluster 2023-12-06T04:09:57.842421+0000 mon.smithi047 (mon.0) 48 : cluster [DBG] mgrmap e7: smithi047.erpxvz(active, since 1.00574s) 2023-12-06T04:09:59.379 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Dec 06 04:09:59 smithi047 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi047[108212]: audit 2023-12-06T04:09:57.841682+0000 mgr.smithi047.erpxvz (mgr.14118) 2 : audit [DBG] from='client.14122 -' entity='client.admin' cmd=[{"prefix": "get_command_descriptions"}]: dispatch 2023-12-06T04:09:59.379 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Dec 06 04:09:59 smithi047 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi047[108212]: audit 2023-12-06T04:09:57.848893+0000 mgr.smithi047.erpxvz (mgr.14118) 3 : audit [DBG] from='client.14122 -' entity='client.admin' cmd=[{"prefix": "mgr_status"}]: dispatch 2023-12-06T04:10:00.194 INFO:teuthology.orchestra.run.smithi047.stderr:mgr epoch 5 is available 2023-12-06T04:10:00.194 INFO:teuthology.orchestra.run.smithi047.stderr:Setting orchestrator backend to cephadm... 2023-12-06T04:10:00.379 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Dec 06 04:10:00 smithi047 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi047[108212]: cluster 2023-12-06T04:09:59.089314+0000 mon.smithi047 (mon.0) 49 : cluster [DBG] mgrmap e8: smithi047.erpxvz(active, since 2s) 2023-12-06T04:10:03.132 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Dec 06 04:10:02 smithi047 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi047[108212]: audit 2023-12-06T04:10:01.718937+0000 mgr.smithi047.erpxvz (mgr.14118) 4 : audit [DBG] from='client.14128 -' entity='client.admin' cmd=[{"prefix": "orch set backend", "module_name": "cephadm", "target": ["mon-mgr", ""]}]: dispatch 2023-12-06T04:10:03.132 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Dec 06 04:10:02 smithi047 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi047[108212]: audit 2023-12-06T04:10:01.723146+0000 mon.smithi047 (mon.0) 50 : audit [INF] from='mgr.14118 172.21.15.47:0/509133611' entity='mgr.smithi047.erpxvz' 2023-12-06T04:10:03.132 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Dec 06 04:10:02 smithi047 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi047[108212]: audit 2023-12-06T04:10:01.757181+0000 mon.smithi047 (mon.0) 51 : audit [DBG] from='mgr.14118 172.21.15.47:0/509133611' entity='mgr.smithi047.erpxvz' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T04:10:04.136 INFO:teuthology.orchestra.run.smithi047.stderr:/usr/bin/ceph: value unchanged 2023-12-06T04:10:04.501 INFO:teuthology.orchestra.run.smithi047.stderr:Generating ssh key... 2023-12-06T04:10:05.129 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Dec 06 04:10:04 smithi047 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi047[108212]: audit 2023-12-06T04:10:04.135713+0000 mgr.smithi047.erpxvz (mgr.14118) 5 : audit [DBG] from='client.14130 -' entity='client.admin' cmd=[{"prefix": "cephadm set-user", "user": "root", "target": ["mon-mgr", ""]}]: dispatch 2023-12-06T04:10:06.053 INFO:teuthology.orchestra.run.smithi047.stderr:/usr/bin/ceph: ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQDgLxq8FozeumRfTvgPlLk0RvFrbVb8dq77AMK8Xic31g+8zwKhjpOjfoA9hbsW5TyyOP5m+VjQuh2qZJE2D8GRwwTfPF/zgztO8AnKs+PZCRaCEVoiYAtdcgB0IlDq27uMf9xtmnYLmlz74mAsXA0l3CK0RyUQHoj7GLK0LK/sqty1pYcOKQ7rHahcDGAGQSUpvZOj/BxAPof1kJJ4a83veCel6Qvo727ckYEsvNnwg7z9d1TMmJJPeKiFN/UO76RpiNZBwAkS4KlcXeOPbw2F8FDtPQxeS/Qvfj7bgmhYKXueBSsWYEAUc+8yxLrohsoYjFKcvwhmMfoJjaX3NHAAbX7qCD7PqdIl2jqmj5Pz48RNY2s717xRcyrsFnM9m5YV1naQHgKlcsTngHMACD4gRs2WYdwTOPBERJ1PxxvORVKG/pldICk/tD8M9bH4atc7BbJIp5NeARFM9G3XxpQInNIkmFJCzPm+vS7KeD1kmjIlNzcVFGnkw0rnQuaaiHk= ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715 2023-12-06T04:10:06.336 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Dec 06 04:10:06 smithi047 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi047[108212]: audit 2023-12-06T04:10:05.062368+0000 mgr.smithi047.erpxvz (mgr.14118) 6 : audit [DBG] from='client.14132 -' entity='client.admin' cmd=[{"prefix": "cephadm generate-key", "target": ["mon-mgr", ""]}]: dispatch 2023-12-06T04:10:06.337 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Dec 06 04:10:06 smithi047 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi047[108212]: cephadm 2023-12-06T04:10:05.062596+0000 mgr.smithi047.erpxvz (mgr.14118) 7 : cephadm [INF] Generating ssh key... 2023-12-06T04:10:06.337 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Dec 06 04:10:06 smithi047 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi047[108212]: audit 2023-12-06T04:10:05.149501+0000 mon.smithi047 (mon.0) 52 : audit [INF] from='mgr.14118 172.21.15.47:0/509133611' entity='mgr.smithi047.erpxvz' 2023-12-06T04:10:06.337 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Dec 06 04:10:06 smithi047 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi047[108212]: audit 2023-12-06T04:10:05.151297+0000 mon.smithi047 (mon.0) 53 : audit [INF] from='mgr.14118 172.21.15.47:0/509133611' entity='mgr.smithi047.erpxvz' 2023-12-06T04:10:06.409 INFO:teuthology.orchestra.run.smithi047.stderr:Wrote public SSH key to /home/ubuntu/cephtest/ceph.pub 2023-12-06T04:10:06.409 INFO:teuthology.orchestra.run.smithi047.stderr:Adding key to root@localhost authorized_keys... 2023-12-06T04:10:06.410 INFO:teuthology.orchestra.run.smithi047.stderr:Adding host smithi047... 2023-12-06T04:10:07.379 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Dec 06 04:10:07 smithi047 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi047[108212]: audit 2023-12-06T04:10:06.052660+0000 mgr.smithi047.erpxvz (mgr.14118) 8 : audit [DBG] from='client.14134 -' entity='client.admin' cmd=[{"prefix": "cephadm get-pub-key", "target": ["mon-mgr", ""]}]: dispatch 2023-12-06T04:10:07.676 INFO:teuthology.orchestra.run.smithi047.stderr:/usr/bin/ceph: Added host 'smithi047' with addr '172.21.15.47' 2023-12-06T04:10:08.125 INFO:teuthology.orchestra.run.smithi047.stderr:Deploying mon service with default placement... 2023-12-06T04:10:08.703 INFO:teuthology.orchestra.run.smithi047.stderr:/usr/bin/ceph: Scheduled mon update... 2023-12-06T04:10:09.073 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Dec 06 04:10:08 smithi047 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi047[108212]: audit 2023-12-06T04:10:06.997878+0000 mgr.smithi047.erpxvz (mgr.14118) 9 : audit [DBG] from='client.14136 -' entity='client.admin' cmd=[{"prefix": "orch host add", "hostname": "smithi047", "addr": "172.21.15.47", "target": ["mon-mgr", ""]}]: dispatch 2023-12-06T04:10:09.073 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Dec 06 04:10:08 smithi047 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi047[108212]: audit 2023-12-06T04:10:07.673426+0000 mon.smithi047 (mon.0) 54 : audit [INF] from='mgr.14118 172.21.15.47:0/509133611' entity='mgr.smithi047.erpxvz' 2023-12-06T04:10:09.073 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Dec 06 04:10:08 smithi047 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi047[108212]: cephadm 2023-12-06T04:10:07.673744+0000 mgr.smithi047.erpxvz (mgr.14118) 10 : cephadm [INF] Added host smithi047 2023-12-06T04:10:09.073 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Dec 06 04:10:08 smithi047 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi047[108212]: audit 2023-12-06T04:10:07.684243+0000 mon.smithi047 (mon.0) 55 : audit [DBG] from='mgr.14118 172.21.15.47:0/509133611' entity='mgr.smithi047.erpxvz' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T04:10:09.408 INFO:teuthology.orchestra.run.smithi047.stderr:Deploying mgr service with default placement... 2023-12-06T04:10:09.960 INFO:teuthology.orchestra.run.smithi047.stderr:/usr/bin/ceph: Scheduled mgr update... 2023-12-06T04:10:09.988 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Dec 06 04:10:09 smithi047 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi047[108212]: audit 2023-12-06T04:10:08.697087+0000 mgr.smithi047.erpxvz (mgr.14118) 11 : audit [DBG] from='client.14138 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "mon", "target": ["mon-mgr", ""]}]: dispatch 2023-12-06T04:10:09.988 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Dec 06 04:10:09 smithi047 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi047[108212]: cephadm 2023-12-06T04:10:08.698410+0000 mgr.smithi047.erpxvz (mgr.14118) 12 : cephadm [INF] Saving service mon spec with placement count:5 2023-12-06T04:10:09.989 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Dec 06 04:10:09 smithi047 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi047[108212]: audit 2023-12-06T04:10:08.700835+0000 mon.smithi047 (mon.0) 56 : audit [INF] from='mgr.14118 172.21.15.47:0/509133611' entity='mgr.smithi047.erpxvz' 2023-12-06T04:10:10.316 INFO:teuthology.orchestra.run.smithi047.stderr:Deploying crash service with default placement... 2023-12-06T04:10:10.958 INFO:teuthology.orchestra.run.smithi047.stderr:/usr/bin/ceph: Scheduled crash update... 2023-12-06T04:10:11.129 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Dec 06 04:10:10 smithi047 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi047[108212]: audit 2023-12-06T04:10:09.876163+0000 mon.smithi047 (mon.0) 57 : audit [INF] from='mgr.14118 172.21.15.47:0/509133611' entity='mgr.smithi047.erpxvz' 2023-12-06T04:10:11.129 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Dec 06 04:10:10 smithi047 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi047[108212]: audit 2023-12-06T04:10:09.955239+0000 mgr.smithi047.erpxvz (mgr.14118) 13 : audit [DBG] from='client.14140 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "mgr", "target": ["mon-mgr", ""]}]: dispatch 2023-12-06T04:10:11.129 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Dec 06 04:10:10 smithi047 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi047[108212]: cephadm 2023-12-06T04:10:09.956638+0000 mgr.smithi047.erpxvz (mgr.14118) 14 : cephadm [INF] Saving service mgr spec with placement count:2 2023-12-06T04:10:11.129 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Dec 06 04:10:10 smithi047 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi047[108212]: audit 2023-12-06T04:10:09.959227+0000 mon.smithi047 (mon.0) 58 : audit [INF] from='mgr.14118 172.21.15.47:0/509133611' entity='mgr.smithi047.erpxvz' 2023-12-06T04:10:11.129 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Dec 06 04:10:10 smithi047 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi047[108212]: audit 2023-12-06T04:10:10.359123+0000 mon.smithi047 (mon.0) 59 : audit [INF] from='mgr.14118 172.21.15.47:0/509133611' entity='mgr.smithi047.erpxvz' 2023-12-06T04:10:11.424 INFO:teuthology.orchestra.run.smithi047.stderr:Deploying prometheus service with default placement... 2023-12-06T04:10:12.034 INFO:teuthology.orchestra.run.smithi047.stderr:/usr/bin/ceph: Scheduled prometheus update... 2023-12-06T04:10:12.340 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Dec 06 04:10:11 smithi047 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi047[108212]: audit 2023-12-06T04:10:10.953766+0000 mgr.smithi047.erpxvz (mgr.14118) 15 : audit [DBG] from='client.14142 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "crash", "target": ["mon-mgr", ""]}]: dispatch 2023-12-06T04:10:12.340 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Dec 06 04:10:11 smithi047 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi047[108212]: cephadm 2023-12-06T04:10:10.954815+0000 mgr.smithi047.erpxvz (mgr.14118) 16 : cephadm [INF] Saving service crash spec with placement * 2023-12-06T04:10:12.340 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Dec 06 04:10:11 smithi047 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi047[108212]: audit 2023-12-06T04:10:10.957213+0000 mon.smithi047 (mon.0) 60 : audit [INF] from='mgr.14118 172.21.15.47:0/509133611' entity='mgr.smithi047.erpxvz' 2023-12-06T04:10:12.340 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Dec 06 04:10:11 smithi047 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi047[108212]: audit 2023-12-06T04:10:11.465938+0000 mon.smithi047 (mon.0) 61 : audit [INF] from='mgr.14118 172.21.15.47:0/509133611' entity='mgr.smithi047.erpxvz' 2023-12-06T04:10:12.875 INFO:teuthology.orchestra.run.smithi047.stderr:Deploying grafana service with default placement... 2023-12-06T04:10:13.379 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Dec 06 04:10:13 smithi047 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi047[108212]: audit 2023-12-06T04:10:12.029666+0000 mgr.smithi047.erpxvz (mgr.14118) 17 : audit [DBG] from='client.14144 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "prometheus", "target": ["mon-mgr", ""]}]: dispatch 2023-12-06T04:10:13.379 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Dec 06 04:10:13 smithi047 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi047[108212]: cephadm 2023-12-06T04:10:12.030620+0000 mgr.smithi047.erpxvz (mgr.14118) 18 : cephadm [INF] Saving service prometheus spec with placement count:1 2023-12-06T04:10:13.379 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Dec 06 04:10:13 smithi047 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi047[108212]: audit 2023-12-06T04:10:12.032938+0000 mon.smithi047 (mon.0) 62 : audit [INF] from='mgr.14118 172.21.15.47:0/509133611' entity='mgr.smithi047.erpxvz' 2023-12-06T04:10:13.548 INFO:teuthology.orchestra.run.smithi047.stderr:/usr/bin/ceph: Scheduled grafana update... 2023-12-06T04:10:13.899 INFO:teuthology.orchestra.run.smithi047.stderr:Deploying node-exporter service with default placement... 2023-12-06T04:10:14.593 INFO:teuthology.orchestra.run.smithi047.stderr:/usr/bin/ceph: Scheduled node-exporter update... 2023-12-06T04:10:14.861 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Dec 06 04:10:14 smithi047 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi047[108212]: audit 2023-12-06T04:10:13.543514+0000 mgr.smithi047.erpxvz (mgr.14118) 19 : audit [DBG] from='client.14146 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "grafana", "target": ["mon-mgr", ""]}]: dispatch 2023-12-06T04:10:14.861 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Dec 06 04:10:14 smithi047 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi047[108212]: cephadm 2023-12-06T04:10:13.544447+0000 mgr.smithi047.erpxvz (mgr.14118) 20 : cephadm [INF] Saving service grafana spec with placement count:1 2023-12-06T04:10:14.861 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Dec 06 04:10:14 smithi047 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi047[108212]: audit 2023-12-06T04:10:13.546981+0000 mon.smithi047 (mon.0) 63 : audit [INF] from='mgr.14118 172.21.15.47:0/509133611' entity='mgr.smithi047.erpxvz' 2023-12-06T04:10:14.949 INFO:teuthology.orchestra.run.smithi047.stderr:Deploying alertmanager service with default placement... 2023-12-06T04:10:15.521 INFO:teuthology.orchestra.run.smithi047.stderr:/usr/bin/ceph: Scheduled alertmanager update... 2023-12-06T04:10:15.836 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Dec 06 04:10:15 smithi047 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi047[108212]: audit 2023-12-06T04:10:14.588149+0000 mgr.smithi047.erpxvz (mgr.14118) 21 : audit [DBG] from='client.14148 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "node-exporter", "target": ["mon-mgr", ""]}]: dispatch 2023-12-06T04:10:15.836 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Dec 06 04:10:15 smithi047 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi047[108212]: cephadm 2023-12-06T04:10:14.589111+0000 mgr.smithi047.erpxvz (mgr.14118) 22 : cephadm [INF] Saving service node-exporter spec with placement * 2023-12-06T04:10:15.836 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Dec 06 04:10:15 smithi047 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi047[108212]: audit 2023-12-06T04:10:14.591334+0000 mon.smithi047 (mon.0) 64 : audit [INF] from='mgr.14118 172.21.15.47:0/509133611' entity='mgr.smithi047.erpxvz' 2023-12-06T04:10:15.836 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Dec 06 04:10:15 smithi047 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi047[108212]: audit 2023-12-06T04:10:15.520114+0000 mon.smithi047 (mon.0) 65 : audit [INF] from='mgr.14118 172.21.15.47:0/509133611' entity='mgr.smithi047.erpxvz' 2023-12-06T04:10:16.879 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Dec 06 04:10:16 smithi047 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi047[108212]: audit 2023-12-06T04:10:15.516669+0000 mgr.smithi047.erpxvz (mgr.14118) 23 : audit [DBG] from='client.14150 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "alertmanager", "target": ["mon-mgr", ""]}]: dispatch 2023-12-06T04:10:16.879 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Dec 06 04:10:16 smithi047 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi047[108212]: cephadm 2023-12-06T04:10:15.517576+0000 mgr.smithi047.erpxvz (mgr.14118) 24 : cephadm [INF] Saving service alertmanager spec with placement count:1 2023-12-06T04:10:16.879 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Dec 06 04:10:16 smithi047 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi047[108212]: audit 2023-12-06T04:10:16.483310+0000 mon.smithi047 (mon.0) 66 : audit [INF] from='client.? 172.21.15.47:0/240149162' entity='client.admin' 2023-12-06T04:10:17.749 INFO:teuthology.orchestra.run.smithi047.stderr:Enabling the dashboard module... 2023-12-06T04:10:18.879 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Dec 06 04:10:18 smithi047 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi047[108212]: cluster 2023-12-06T04:10:16.844180+0000 mgr.smithi047.erpxvz (mgr.14118) 25 : cluster [DBG] pgmap v3: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-06T04:10:18.879 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Dec 06 04:10:18 smithi047 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi047[108212]: audit 2023-12-06T04:10:17.404340+0000 mon.smithi047 (mon.0) 67 : audit [INF] from='client.? 172.21.15.47:0/2518169353' entity='client.admin' 2023-12-06T04:10:18.880 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Dec 06 04:10:18 smithi047 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi047[108212]: audit 2023-12-06T04:10:18.359052+0000 mon.smithi047 (mon.0) 68 : audit [INF] from='client.? 172.21.15.47:0/2028013245' entity='client.admin' cmd=[{"prefix": "mgr module enable", "module": "dashboard"}]: dispatch 2023-12-06T04:10:20.042 INFO:teuthology.orchestra.run.smithi047.stderr:/usr/bin/ceph: { 2023-12-06T04:10:20.042 INFO:teuthology.orchestra.run.smithi047.stderr:/usr/bin/ceph: "epoch": 9, 2023-12-06T04:10:20.042 INFO:teuthology.orchestra.run.smithi047.stderr:/usr/bin/ceph: "available": true, 2023-12-06T04:10:20.042 INFO:teuthology.orchestra.run.smithi047.stderr:/usr/bin/ceph: "active_name": "smithi047.erpxvz", 2023-12-06T04:10:20.042 INFO:teuthology.orchestra.run.smithi047.stderr:/usr/bin/ceph: "num_standby": 0 2023-12-06T04:10:20.042 INFO:teuthology.orchestra.run.smithi047.stderr:/usr/bin/ceph: } 2023-12-06T04:10:20.379 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Dec 06 04:10:20 smithi047 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi047[108212]: audit 2023-12-06T04:10:19.093477+0000 mon.smithi047 (mon.0) 69 : audit [INF] from='client.? 172.21.15.47:0/2028013245' entity='client.admin' cmd='[{"prefix": "mgr module enable", "module": "dashboard"}]': finished 2023-12-06T04:10:20.380 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Dec 06 04:10:20 smithi047 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi047[108212]: cluster 2023-12-06T04:10:19.093542+0000 mon.smithi047 (mon.0) 70 : cluster [DBG] mgrmap e9: smithi047.erpxvz(active, since 22s) 2023-12-06T04:10:20.380 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Dec 06 04:10:20 smithi047 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi047[108212]: audit 2023-12-06T04:10:20.040911+0000 mon.smithi047 (mon.0) 71 : audit [DBG] from='client.? 172.21.15.47:0/2487739853' entity='client.admin' cmd=[{"prefix": "mgr stat"}]: dispatch 2023-12-06T04:10:20.399 INFO:teuthology.orchestra.run.smithi047.stderr:Waiting for the mgr to restart... 2023-12-06T04:10:20.399 INFO:teuthology.orchestra.run.smithi047.stderr:Waiting for mgr epoch 9... 2023-12-06T04:10:25.436 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Dec 06 04:10:25 smithi047 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi047[108212]: cluster 2023-12-06T04:10:25.190675+0000 mon.smithi047 (mon.0) 72 : cluster [INF] Active manager daemon smithi047.erpxvz restarted 2023-12-06T04:10:25.436 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Dec 06 04:10:25 smithi047 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi047[108212]: cluster 2023-12-06T04:10:25.190996+0000 mon.smithi047 (mon.0) 73 : cluster [INF] Activating manager daemon smithi047.erpxvz 2023-12-06T04:10:25.436 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Dec 06 04:10:25 smithi047 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi047[108212]: cluster 2023-12-06T04:10:25.193987+0000 mon.smithi047 (mon.0) 74 : cluster [DBG] osdmap e3: 0 total, 0 up, 0 in 2023-12-06T04:10:25.436 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Dec 06 04:10:25 smithi047 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi047[108212]: cluster 2023-12-06T04:10:25.194108+0000 mon.smithi047 (mon.0) 75 : cluster [DBG] mgrmap e10: smithi047.erpxvz(active, starting, since 0.00321664s) 2023-12-06T04:10:25.436 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Dec 06 04:10:25 smithi047 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi047[108212]: audit 2023-12-06T04:10:25.195037+0000 mon.smithi047 (mon.0) 76 : audit [DBG] from='mgr.14158 172.21.15.47:0/1335888745' entity='mgr.smithi047.erpxvz' cmd=[{"prefix": "mon metadata", "id": "smithi047"}]: dispatch 2023-12-06T04:10:25.437 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Dec 06 04:10:25 smithi047 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi047[108212]: audit 2023-12-06T04:10:25.195879+0000 mon.smithi047 (mon.0) 77 : audit [DBG] from='mgr.14158 172.21.15.47:0/1335888745' entity='mgr.smithi047.erpxvz' cmd=[{"prefix": "mgr metadata", "who": "smithi047.erpxvz", "id": "smithi047.erpxvz"}]: dispatch 2023-12-06T04:10:25.437 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Dec 06 04:10:25 smithi047 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi047[108212]: audit 2023-12-06T04:10:25.196619+0000 mon.smithi047 (mon.0) 78 : audit [DBG] from='mgr.14158 172.21.15.47:0/1335888745' entity='mgr.smithi047.erpxvz' cmd=[{"prefix": "mds metadata"}]: dispatch 2023-12-06T04:10:25.437 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Dec 06 04:10:25 smithi047 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi047[108212]: audit 2023-12-06T04:10:25.196838+0000 mon.smithi047 (mon.0) 79 : audit [DBG] from='mgr.14158 172.21.15.47:0/1335888745' entity='mgr.smithi047.erpxvz' cmd=[{"prefix": "osd metadata"}]: dispatch 2023-12-06T04:10:25.437 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Dec 06 04:10:25 smithi047 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi047[108212]: audit 2023-12-06T04:10:25.196979+0000 mon.smithi047 (mon.0) 80 : audit [DBG] from='mgr.14158 172.21.15.47:0/1335888745' entity='mgr.smithi047.erpxvz' cmd=[{"prefix": "mon metadata"}]: dispatch 2023-12-06T04:10:25.437 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Dec 06 04:10:25 smithi047 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi047[108212]: cluster 2023-12-06T04:10:25.211242+0000 mon.smithi047 (mon.0) 81 : cluster [INF] Manager daemon smithi047.erpxvz is now available 2023-12-06T04:10:26.206 INFO:teuthology.orchestra.run.smithi047.stderr:/usr/bin/ceph: { 2023-12-06T04:10:26.207 INFO:teuthology.orchestra.run.smithi047.stderr:/usr/bin/ceph: "mgrmap_epoch": 11, 2023-12-06T04:10:26.207 INFO:teuthology.orchestra.run.smithi047.stderr:/usr/bin/ceph: "initialized": true 2023-12-06T04:10:26.207 INFO:teuthology.orchestra.run.smithi047.stderr:/usr/bin/ceph: } 2023-12-06T04:10:26.379 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Dec 06 04:10:26 smithi047 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi047[108212]: audit 2023-12-06T04:10:25.320108+0000 mon.smithi047 (mon.0) 82 : audit [DBG] from='mgr.14158 172.21.15.47:0/1335888745' entity='mgr.smithi047.erpxvz' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T04:10:26.379 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Dec 06 04:10:26 smithi047 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi047[108212]: audit 2023-12-06T04:10:25.321660+0000 mon.smithi047 (mon.0) 83 : audit [DBG] from='mgr.14158 172.21.15.47:0/1335888745' entity='mgr.smithi047.erpxvz' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T04:10:26.379 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Dec 06 04:10:26 smithi047 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi047[108212]: audit 2023-12-06T04:10:25.350325+0000 mon.smithi047 (mon.0) 84 : audit [INF] from='mgr.14158 172.21.15.47:0/1335888745' entity='mgr.smithi047.erpxvz' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi047.erpxvz/mirror_snapshot_schedule"}]: dispatch 2023-12-06T04:10:26.379 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Dec 06 04:10:26 smithi047 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi047[108212]: audit 2023-12-06T04:10:25.353328+0000 mon.smithi047 (mon.0) 85 : audit [INF] from='mgr.14158 172.21.15.47:0/1335888745' entity='mgr.smithi047.erpxvz' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi047.erpxvz/trash_purge_schedule"}]: dispatch 2023-12-06T04:10:26.380 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Dec 06 04:10:26 smithi047 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi047[108212]: cluster 2023-12-06T04:10:26.196390+0000 mon.smithi047 (mon.0) 86 : cluster [DBG] mgrmap e11: smithi047.erpxvz(active, since 1.00549s) 2023-12-06T04:10:26.556 INFO:teuthology.orchestra.run.smithi047.stderr:mgr epoch 9 is available 2023-12-06T04:10:26.556 INFO:teuthology.orchestra.run.smithi047.stderr:Generating a dashboard self-signed certificate... 2023-12-06T04:10:27.243 INFO:teuthology.orchestra.run.smithi047.stderr:/usr/bin/ceph: Self-signed certificate created 2023-12-06T04:10:27.613 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Dec 06 04:10:27 smithi047 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi047[108212]: audit 2023-12-06T04:10:26.195734+0000 mgr.smithi047.erpxvz (mgr.14158) 1 : audit [DBG] from='client.14162 -' entity='client.admin' cmd=[{"prefix": "get_command_descriptions"}]: dispatch 2023-12-06T04:10:27.613 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Dec 06 04:10:27 smithi047 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi047[108212]: audit 2023-12-06T04:10:26.205302+0000 mgr.smithi047.erpxvz (mgr.14158) 2 : audit [DBG] from='client.14162 -' entity='client.admin' cmd=[{"prefix": "mgr_status"}]: dispatch 2023-12-06T04:10:27.613 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Dec 06 04:10:27 smithi047 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi047[108212]: audit 2023-12-06T04:10:26.376218+0000 mon.smithi047 (mon.0) 87 : audit [INF] from='mgr.14158 172.21.15.47:0/1335888745' entity='mgr.smithi047.erpxvz' 2023-12-06T04:10:27.613 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Dec 06 04:10:27 smithi047 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi047[108212]: audit 2023-12-06T04:10:27.240218+0000 mon.smithi047 (mon.0) 88 : audit [INF] from='mgr.14158 172.21.15.47:0/1335888745' entity='mgr.smithi047.erpxvz' 2023-12-06T04:10:27.614 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Dec 06 04:10:27 smithi047 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi047[108212]: audit 2023-12-06T04:10:27.242195+0000 mon.smithi047 (mon.0) 89 : audit [INF] from='mgr.14158 172.21.15.47:0/1335888745' entity='mgr.smithi047.erpxvz' 2023-12-06T04:10:27.815 INFO:teuthology.orchestra.run.smithi047.stderr:Creating initial admin user... 2023-12-06T04:10:28.671 INFO:teuthology.orchestra.run.smithi047.stderr:/usr/bin/ceph: {"username": "admin", "password": "$2b$12$oRa2SFa8JGRpurbCcZpvvudXKZI.MEuGGkCsj3gxvVu1jFASw40fS", "roles": ["administrator"], "name": null, "email": null, "lastUpdate": 1701835828, "enabled": true, "pwdExpirationDate": null, "pwdUpdateRequired": true} 2023-12-06T04:10:28.699 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Dec 06 04:10:28 smithi047 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi047[108212]: audit 2023-12-06T04:10:27.158780+0000 mgr.smithi047.erpxvz (mgr.14158) 3 : audit [DBG] from='client.14168 -' entity='client.admin' cmd=[{"prefix": "dashboard create-self-signed-cert", "target": ["mon-mgr", ""]}]: dispatch 2023-12-06T04:10:28.699 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Dec 06 04:10:28 smithi047 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi047[108212]: cluster 2023-12-06T04:10:27.377866+0000 mon.smithi047 (mon.0) 90 : cluster [DBG] mgrmap e12: smithi047.erpxvz(active, since 2s) 2023-12-06T04:10:29.023 INFO:teuthology.orchestra.run.smithi047.stderr:Fetching dashboard port number... 2023-12-06T04:10:29.602 INFO:teuthology.orchestra.run.smithi047.stderr:/usr/bin/ceph: 8443 2023-12-06T04:10:29.881 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Dec 06 04:10:29 smithi047 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi047[108212]: audit 2023-12-06T04:10:28.418122+0000 mgr.smithi047.erpxvz (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-12-06T04:10:29.881 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Dec 06 04:10:29 smithi047 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi047[108212]: audit 2023-12-06T04:10:28.669848+0000 mon.smithi047 (mon.0) 91 : audit [INF] from='mgr.14158 172.21.15.47:0/1335888745' entity='mgr.smithi047.erpxvz' 2023-12-06T04:10:29.881 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Dec 06 04:10:29 smithi047 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi047[108212]: audit 2023-12-06T04:10:29.601005+0000 mon.smithi047 (mon.0) 92 : audit [DBG] from='client.? 172.21.15.47:0/3953591924' entity='client.admin' cmd=[{"prefix": "config get", "who": "mgr", "key": "mgr/dashboard/ssl_server_port"}]: dispatch 2023-12-06T04:10:29.958 INFO:teuthology.orchestra.run.smithi047.stderr:systemctl: disabled 2023-12-06T04:10:29.967 INFO:teuthology.orchestra.run.smithi047.stderr:systemctl: inactive 2023-12-06T04:10:29.968 INFO:teuthology.orchestra.run.smithi047.stderr:firewalld.service is not enabled 2023-12-06T04:10:29.968 INFO:teuthology.orchestra.run.smithi047.stderr:Not possible to open ports <[8443]>. firewalld.service is not available 2023-12-06T04:10:29.971 INFO:teuthology.orchestra.run.smithi047.stderr:Ceph Dashboard is now available at: 2023-12-06T04:10:29.971 INFO:teuthology.orchestra.run.smithi047.stderr: 2023-12-06T04:10:29.971 INFO:teuthology.orchestra.run.smithi047.stderr: URL: https://smithi047.front.sepia.ceph.com:8443/ 2023-12-06T04:10:29.971 INFO:teuthology.orchestra.run.smithi047.stderr: User: admin 2023-12-06T04:10:29.972 INFO:teuthology.orchestra.run.smithi047.stderr: Password: thse89zmvo 2023-12-06T04:10:29.972 INFO:teuthology.orchestra.run.smithi047.stderr: 2023-12-06T04:10:29.972 INFO:teuthology.orchestra.run.smithi047.stderr:Enabling autotune for osd_memory_target 2023-12-06T04:10:31.574 INFO:teuthology.orchestra.run.smithi047.stderr:/usr/bin/ceph: set mgr/dashboard/cluster/status 2023-12-06T04:10:31.923 INFO:teuthology.orchestra.run.smithi047.stderr:You can access the Ceph CLI as following in case of multi-cluster or non-default config: 2023-12-06T04:10:31.923 INFO:teuthology.orchestra.run.smithi047.stderr: 2023-12-06T04:10:31.923 INFO:teuthology.orchestra.run.smithi047.stderr: sudo /home/ubuntu/cephtest/cephadm shell --fsid 2ecad2ea-93ed-11ee-95a2-87774f69a715 -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring 2023-12-06T04:10:31.923 INFO:teuthology.orchestra.run.smithi047.stderr: 2023-12-06T04:10:31.923 INFO:teuthology.orchestra.run.smithi047.stderr:Or, if you are only running a single cluster on this host: 2023-12-06T04:10:31.923 INFO:teuthology.orchestra.run.smithi047.stderr: 2023-12-06T04:10:31.923 INFO:teuthology.orchestra.run.smithi047.stderr: sudo /home/ubuntu/cephtest/cephadm shell 2023-12-06T04:10:31.924 INFO:teuthology.orchestra.run.smithi047.stderr: 2023-12-06T04:10:31.924 INFO:teuthology.orchestra.run.smithi047.stderr:Please consider enabling telemetry to help improve Ceph: 2023-12-06T04:10:31.924 INFO:teuthology.orchestra.run.smithi047.stderr: 2023-12-06T04:10:31.924 INFO:teuthology.orchestra.run.smithi047.stderr: ceph telemetry on 2023-12-06T04:10:31.924 INFO:teuthology.orchestra.run.smithi047.stderr: 2023-12-06T04:10:31.924 INFO:teuthology.orchestra.run.smithi047.stderr:For more information see: 2023-12-06T04:10:31.924 INFO:teuthology.orchestra.run.smithi047.stderr: 2023-12-06T04:10:31.924 INFO:teuthology.orchestra.run.smithi047.stderr: https://docs.ceph.com/en/pacific/mgr/telemetry/ 2023-12-06T04:10:31.925 INFO:teuthology.orchestra.run.smithi047.stderr: 2023-12-06T04:10:31.925 INFO:teuthology.orchestra.run.smithi047.stderr:Bootstrap complete. 2023-12-06T04:10:31.970 INFO:tasks.cephadm:Fetching config... 2023-12-06T04:10:31.970 DEBUG:teuthology.orchestra.run.smithi047:> set -ex 2023-12-06T04:10:31.970 DEBUG:teuthology.orchestra.run.smithi047:> dd if=/etc/ceph/ceph.conf of=/dev/stdout 2023-12-06T04:10:31.993 INFO:tasks.cephadm:Fetching client.admin keyring... 2023-12-06T04:10:31.994 DEBUG:teuthology.orchestra.run.smithi047:> set -ex 2023-12-06T04:10:31.994 DEBUG:teuthology.orchestra.run.smithi047:> dd if=/etc/ceph/ceph.client.admin.keyring of=/dev/stdout 2023-12-06T04:10:32.056 INFO:tasks.cephadm:Fetching mon keyring... 2023-12-06T04:10:32.056 DEBUG:teuthology.orchestra.run.smithi047:> set -ex 2023-12-06T04:10:32.056 DEBUG:teuthology.orchestra.run.smithi047:> sudo dd if=/var/lib/ceph/2ecad2ea-93ed-11ee-95a2-87774f69a715/mon.smithi047/keyring of=/dev/stdout 2023-12-06T04:10:32.132 INFO:tasks.cephadm:Fetching pub ssh key... 2023-12-06T04:10:32.133 DEBUG:teuthology.orchestra.run.smithi047:> set -ex 2023-12-06T04:10:32.133 DEBUG:teuthology.orchestra.run.smithi047:> dd if=/home/ubuntu/cephtest/ceph.pub of=/dev/stdout 2023-12-06T04:10:32.197 INFO:tasks.cephadm:Installing pub ssh key for root users... 2023-12-06T04:10:32.197 DEBUG:teuthology.orchestra.run.smithi047:> sudo install -d -m 0700 /root/.ssh && echo 'ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQDgLxq8FozeumRfTvgPlLk0RvFrbVb8dq77AMK8Xic31g+8zwKhjpOjfoA9hbsW5TyyOP5m+VjQuh2qZJE2D8GRwwTfPF/zgztO8AnKs+PZCRaCEVoiYAtdcgB0IlDq27uMf9xtmnYLmlz74mAsXA0l3CK0RyUQHoj7GLK0LK/sqty1pYcOKQ7rHahcDGAGQSUpvZOj/BxAPof1kJJ4a83veCel6Qvo727ckYEsvNnwg7z9d1TMmJJPeKiFN/UO76RpiNZBwAkS4KlcXeOPbw2F8FDtPQxeS/Qvfj7bgmhYKXueBSsWYEAUc+8yxLrohsoYjFKcvwhmMfoJjaX3NHAAbX7qCD7PqdIl2jqmj5Pz48RNY2s717xRcyrsFnM9m5YV1naQHgKlcsTngHMACD4gRs2WYdwTOPBERJ1PxxvORVKG/pldICk/tD8M9bH4atc7BbJIp5NeARFM9G3XxpQInNIkmFJCzPm+vS7KeD1kmjIlNzcVFGnkw0rnQuaaiHk= ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715' | sudo tee -a /root/.ssh/authorized_keys && sudo chmod 0600 /root/.ssh/authorized_keys 2023-12-06T04:10:32.279 INFO:teuthology.orchestra.run.smithi047.stdout:ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQDgLxq8FozeumRfTvgPlLk0RvFrbVb8dq77AMK8Xic31g+8zwKhjpOjfoA9hbsW5TyyOP5m+VjQuh2qZJE2D8GRwwTfPF/zgztO8AnKs+PZCRaCEVoiYAtdcgB0IlDq27uMf9xtmnYLmlz74mAsXA0l3CK0RyUQHoj7GLK0LK/sqty1pYcOKQ7rHahcDGAGQSUpvZOj/BxAPof1kJJ4a83veCel6Qvo727ckYEsvNnwg7z9d1TMmJJPeKiFN/UO76RpiNZBwAkS4KlcXeOPbw2F8FDtPQxeS/Qvfj7bgmhYKXueBSsWYEAUc+8yxLrohsoYjFKcvwhmMfoJjaX3NHAAbX7qCD7PqdIl2jqmj5Pz48RNY2s717xRcyrsFnM9m5YV1naQHgKlcsTngHMACD4gRs2WYdwTOPBERJ1PxxvORVKG/pldICk/tD8M9bH4atc7BbJIp5NeARFM9G3XxpQInNIkmFJCzPm+vS7KeD1kmjIlNzcVFGnkw0rnQuaaiHk= ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715 2023-12-06T04:10:32.292 DEBUG:teuthology.orchestra.run.smithi098:> sudo install -d -m 0700 /root/.ssh && echo 'ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQDgLxq8FozeumRfTvgPlLk0RvFrbVb8dq77AMK8Xic31g+8zwKhjpOjfoA9hbsW5TyyOP5m+VjQuh2qZJE2D8GRwwTfPF/zgztO8AnKs+PZCRaCEVoiYAtdcgB0IlDq27uMf9xtmnYLmlz74mAsXA0l3CK0RyUQHoj7GLK0LK/sqty1pYcOKQ7rHahcDGAGQSUpvZOj/BxAPof1kJJ4a83veCel6Qvo727ckYEsvNnwg7z9d1TMmJJPeKiFN/UO76RpiNZBwAkS4KlcXeOPbw2F8FDtPQxeS/Qvfj7bgmhYKXueBSsWYEAUc+8yxLrohsoYjFKcvwhmMfoJjaX3NHAAbX7qCD7PqdIl2jqmj5Pz48RNY2s717xRcyrsFnM9m5YV1naQHgKlcsTngHMACD4gRs2WYdwTOPBERJ1PxxvORVKG/pldICk/tD8M9bH4atc7BbJIp5NeARFM9G3XxpQInNIkmFJCzPm+vS7KeD1kmjIlNzcVFGnkw0rnQuaaiHk= ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715' | sudo tee -a /root/.ssh/authorized_keys && sudo chmod 0600 /root/.ssh/authorized_keys 2023-12-06T04:10:32.338 INFO:teuthology.orchestra.run.smithi098.stdout:ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQDgLxq8FozeumRfTvgPlLk0RvFrbVb8dq77AMK8Xic31g+8zwKhjpOjfoA9hbsW5TyyOP5m+VjQuh2qZJE2D8GRwwTfPF/zgztO8AnKs+PZCRaCEVoiYAtdcgB0IlDq27uMf9xtmnYLmlz74mAsXA0l3CK0RyUQHoj7GLK0LK/sqty1pYcOKQ7rHahcDGAGQSUpvZOj/BxAPof1kJJ4a83veCel6Qvo727ckYEsvNnwg7z9d1TMmJJPeKiFN/UO76RpiNZBwAkS4KlcXeOPbw2F8FDtPQxeS/Qvfj7bgmhYKXueBSsWYEAUc+8yxLrohsoYjFKcvwhmMfoJjaX3NHAAbX7qCD7PqdIl2jqmj5Pz48RNY2s717xRcyrsFnM9m5YV1naQHgKlcsTngHMACD4gRs2WYdwTOPBERJ1PxxvORVKG/pldICk/tD8M9bH4atc7BbJIp5NeARFM9G3XxpQInNIkmFJCzPm+vS7KeD1kmjIlNzcVFGnkw0rnQuaaiHk= ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715 2023-12-06T04:10:32.351 DEBUG:teuthology.orchestra.run.smithi047:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:d03fca4f35d43f61b4679936aef7bd2f01cced0b shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 2ecad2ea-93ed-11ee-95a2-87774f69a715 -- ceph config set mgr mgr/cephadm/allow_ptrace true 2023-12-06T04:10:32.630 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Dec 06 04:10:32 smithi047 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi047[108212]: cluster 2023-12-06T04:10:31.280038+0000 mon.smithi047 (mon.0) 93 : cluster [DBG] mgrmap e13: smithi047.erpxvz(active, since 6s) 2023-12-06T04:10:32.630 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Dec 06 04:10:32 smithi047 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi047[108212]: audit 2023-12-06T04:10:31.569893+0000 mon.smithi047 (mon.0) 94 : audit [INF] from='client.? 172.21.15.47:0/3238101916' entity='client.admin' 2023-12-06T04:10:34.315 INFO:tasks.cephadm:Distributing conf and client.admin keyring to all hosts + 0755 2023-12-06T04:10:34.315 DEBUG:teuthology.orchestra.run.smithi047:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:d03fca4f35d43f61b4679936aef7bd2f01cced0b shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 2ecad2ea-93ed-11ee-95a2-87774f69a715 -- ceph orch client-keyring set client.admin '*' --mode 0755 2023-12-06T04:10:35.240 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Dec 06 04:10:34 smithi047 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi047[108212]: audit 2023-12-06T04:10:33.929462+0000 mon.smithi047 (mon.0) 95 : audit [INF] from='client.? 172.21.15.47:0/2983663438' entity='client.admin' 2023-12-06T04:10:36.261 INFO:tasks.cephadm:Writing (initial) conf and keyring to smithi098 2023-12-06T04:10:36.261 DEBUG:teuthology.orchestra.run.smithi098:> set -ex 2023-12-06T04:10:36.262 DEBUG:teuthology.orchestra.run.smithi098:> dd of=/etc/ceph/ceph.conf 2023-12-06T04:10:36.283 DEBUG:teuthology.orchestra.run.smithi098:> set -ex 2023-12-06T04:10:36.283 DEBUG:teuthology.orchestra.run.smithi098:> dd of=/etc/ceph/ceph.client.admin.keyring 2023-12-06T04:10:36.343 INFO:tasks.cephadm:Adding host smithi098 to orchestrator... 2023-12-06T04:10:36.343 DEBUG:teuthology.orchestra.run.smithi098:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:d03fca4f35d43f61b4679936aef7bd2f01cced0b shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 2ecad2ea-93ed-11ee-95a2-87774f69a715 -- ceph orch host add smithi098 2023-12-06T04:10:36.630 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Dec 06 04:10:36 smithi047 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi047[108212]: audit 2023-12-06T04:10:35.322715+0000 mon.smithi047 (mon.0) 96 : audit [INF] from='mgr.14158 172.21.15.47:0/1335888745' entity='mgr.smithi047.erpxvz' 2023-12-06T04:10:36.630 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Dec 06 04:10:36 smithi047 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi047[108212]: audit 2023-12-06T04:10:35.787859+0000 mon.smithi047 (mon.0) 97 : audit [INF] from='mgr.14158 172.21.15.47:0/1335888745' entity='mgr.smithi047.erpxvz' cmd=[{"prefix": "config rm", "who": "osd/host:smithi047", "name": "osd_memory_target"}]: dispatch 2023-12-06T04:10:36.630 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Dec 06 04:10:36 smithi047 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi047[108212]: audit 2023-12-06T04:10:35.791215+0000 mon.smithi047 (mon.0) 98 : audit [INF] from='mgr.14158 172.21.15.47:0/1335888745' entity='mgr.smithi047.erpxvz' 2023-12-06T04:10:36.630 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Dec 06 04:10:36 smithi047 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi047[108212]: cephadm 2023-12-06T04:10:35.800245+0000 mgr.smithi047.erpxvz (mgr.14158) 5 : cephadm [INF] Deploying daemon alertmanager.smithi047 on smithi047 2023-12-06T04:10:36.630 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Dec 06 04:10:36 smithi047 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi047[108212]: audit 2023-12-06T04:10:35.875222+0000 mgr.smithi047.erpxvz (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-12-06T04:10:36.630 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Dec 06 04:10:36 smithi047 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi047[108212]: audit 2023-12-06T04:10:35.878844+0000 mon.smithi047 (mon.0) 99 : audit [INF] from='mgr.14158 172.21.15.47:0/1335888745' entity='mgr.smithi047.erpxvz' 2023-12-06T04:10:42.066 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Dec 06 04:10:41 smithi047 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi047[108212]: audit 2023-12-06T04:10:40.941271+0000 mon.smithi047 (mon.0) 100 : audit [INF] from='mgr.14158 172.21.15.47:0/1335888745' entity='mgr.smithi047.erpxvz' 2023-12-06T04:10:42.067 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Dec 06 04:10:41 smithi047 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi047[108212]: audit 2023-12-06T04:10:40.942995+0000 mon.smithi047 (mon.0) 101 : audit [INF] from='mgr.14158 172.21.15.47:0/1335888745' entity='mgr.smithi047.erpxvz' cmd=[{"prefix": "auth get-or-create", "entity": "client.crash.smithi047", "caps": ["mon", "profile crash", "mgr", "profile crash"]}]: dispatch 2023-12-06T04:10:42.067 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Dec 06 04:10:41 smithi047 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi047[108212]: audit 2023-12-06T04:10:40.944631+0000 mon.smithi047 (mon.0) 102 : audit [INF] from='mgr.14158 172.21.15.47:0/1335888745' entity='mgr.smithi047.erpxvz' cmd='[{"prefix": "auth get-or-create", "entity": "client.crash.smithi047", "caps": ["mon", "profile crash", "mgr", "profile crash"]}]': finished 2023-12-06T04:10:42.067 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Dec 06 04:10:41 smithi047 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi047[108212]: audit 2023-12-06T04:10:40.945218+0000 mon.smithi047 (mon.0) 103 : audit [DBG] from='mgr.14158 172.21.15.47:0/1335888745' entity='mgr.smithi047.erpxvz' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T04:10:42.067 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Dec 06 04:10:41 smithi047 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi047[108212]: cephadm 2023-12-06T04:10:40.945756+0000 mgr.smithi047.erpxvz (mgr.14158) 7 : cephadm [INF] Deploying daemon crash.smithi047 on smithi047 2023-12-06T04:10:44.129 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Dec 06 04:10:43 smithi047 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi047[108212]: audit 2023-12-06T04:10:42.647596+0000 mon.smithi047 (mon.0) 104 : audit [INF] from='mgr.14158 172.21.15.47:0/1335888745' entity='mgr.smithi047.erpxvz' 2023-12-06T04:10:44.129 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Dec 06 04:10:43 smithi047 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi047[108212]: audit 2023-12-06T04:10:42.784509+0000 mon.smithi047 (mon.0) 105 : audit [INF] from='mgr.14158 172.21.15.47:0/1335888745' entity='mgr.smithi047.erpxvz' 2023-12-06T04:10:44.129 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Dec 06 04:10:43 smithi047 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi047[108212]: audit 2023-12-06T04:10:42.786459+0000 mon.smithi047 (mon.0) 106 : audit [INF] from='mgr.14158 172.21.15.47:0/1335888745' entity='mgr.smithi047.erpxvz' 2023-12-06T04:10:44.130 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Dec 06 04:10:43 smithi047 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi047[108212]: audit 2023-12-06T04:10:42.788596+0000 mon.smithi047 (mon.0) 107 : audit [INF] from='mgr.14158 172.21.15.47:0/1335888745' entity='mgr.smithi047.erpxvz' cmd=[{"prefix": "dashboard set-grafana-api-ssl-verify", "value": "false"}]: dispatch 2023-12-06T04:10:44.130 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Dec 06 04:10:43 smithi047 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi047[108212]: audit 2023-12-06T04:10:42.789002+0000 mgr.smithi047.erpxvz (mgr.14158) 8 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard set-grafana-api-ssl-verify", "value": "false"}]: dispatch 2023-12-06T04:10:44.130 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Dec 06 04:10:43 smithi047 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi047[108212]: audit 2023-12-06T04:10:42.791477+0000 mon.smithi047 (mon.0) 108 : audit [INF] from='mgr.14158 172.21.15.47:0/1335888745' entity='mgr.smithi047.erpxvz' 2023-12-06T04:10:44.130 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Dec 06 04:10:43 smithi047 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi047[108212]: cephadm 2023-12-06T04:10:42.800677+0000 mgr.smithi047.erpxvz (mgr.14158) 9 : cephadm [INF] Deploying daemon grafana.smithi047 on smithi047 2023-12-06T04:10:46.629 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Dec 06 04:10:46 smithi047 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi047[108212]: cluster 2023-12-06T04:10:45.197947+0000 mgr.smithi047.erpxvz (mgr.14158) 10 : cluster [DBG] pgmap v3: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-06T04:10:46.629 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Dec 06 04:10:46 smithi047 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi047[108212]: audit 2023-12-06T04:10:45.351609+0000 mon.smithi047 (mon.0) 109 : audit [INF] from='mgr.14158 172.21.15.47:0/1335888745' entity='mgr.smithi047.erpxvz' 2023-12-06T04:10:49.379 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Dec 06 04:10:49 smithi047 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi047[108212]: cluster 2023-12-06T04:10:47.198197+0000 mgr.smithi047.erpxvz (mgr.14158) 11 : cluster [DBG] pgmap v4: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-06T04:10:51.129 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Dec 06 04:10:51 smithi047 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi047[108212]: cluster 2023-12-06T04:10:49.198467+0000 mgr.smithi047.erpxvz (mgr.14158) 12 : cluster [DBG] pgmap v5: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-06T04:10:53.380 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Dec 06 04:10:53 smithi047 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi047[108212]: cluster 2023-12-06T04:10:51.198750+0000 mgr.smithi047.erpxvz (mgr.14158) 13 : cluster [DBG] pgmap v6: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-06T04:10:54.880 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Dec 06 04:10:54 smithi047 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi047[108212]: cluster 2023-12-06T04:10:53.199002+0000 mgr.smithi047.erpxvz (mgr.14158) 14 : cluster [DBG] pgmap v7: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-06T04:10:54.880 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Dec 06 04:10:54 smithi047 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi047[108212]: audit 2023-12-06T04:10:53.720262+0000 mon.smithi047 (mon.0) 110 : audit [INF] from='mgr.14158 172.21.15.47:0/1335888745' entity='mgr.smithi047.erpxvz' 2023-12-06T04:10:54.880 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Dec 06 04:10:54 smithi047 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi047[108212]: cephadm 2023-12-06T04:10:53.722691+0000 mgr.smithi047.erpxvz (mgr.14158) 15 : cephadm [INF] Deploying daemon node-exporter.smithi047 on smithi047 2023-12-06T04:10:56.629 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Dec 06 04:10:56 smithi047 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi047[108212]: cluster 2023-12-06T04:10:55.199223+0000 mgr.smithi047.erpxvz (mgr.14158) 16 : cluster [DBG] pgmap v8: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-06T04:10:56.629 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Dec 06 04:10:56 smithi047 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi047[108212]: audit 2023-12-06T04:10:55.355708+0000 mon.smithi047 (mon.0) 111 : audit [INF] from='mgr.14158 172.21.15.47:0/1335888745' entity='mgr.smithi047.erpxvz' 2023-12-06T04:10:56.629 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Dec 06 04:10:56 smithi047 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi047[108212]: audit 2023-12-06T04:10:56.246403+0000 mon.smithi047 (mon.0) 112 : audit [INF] from='mgr.14158 172.21.15.47:0/1335888745' entity='mgr.smithi047.erpxvz' 2023-12-06T04:10:56.629 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Dec 06 04:10:56 smithi047 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi047[108212]: audit 2023-12-06T04:10:56.248912+0000 mon.smithi047 (mon.0) 113 : audit [INF] from='mgr.14158 172.21.15.47:0/1335888745' entity='mgr.smithi047.erpxvz' cmd=[{"prefix": "mgr module enable", "module": "prometheus"}]: dispatch 2023-12-06T04:10:58.629 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Dec 06 04:10:58 smithi047 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi047[108212]: audit 2023-12-06T04:10:57.248689+0000 mon.smithi047 (mon.0) 114 : audit [INF] from='mgr.14158 172.21.15.47:0/1335888745' entity='mgr.smithi047.erpxvz' cmd='[{"prefix": "mgr module enable", "module": "prometheus"}]': finished 2023-12-06T04:10:58.629 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Dec 06 04:10:58 smithi047 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi047[108212]: cluster 2023-12-06T04:10:57.248775+0000 mon.smithi047 (mon.0) 115 : cluster [DBG] mgrmap e14: smithi047.erpxvz(active, since 32s) 2023-12-06T04:11:04.379 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Dec 06 04:11:04 smithi047 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi047[108212]: cluster 2023-12-06T04:11:03.273693+0000 mon.smithi047 (mon.0) 116 : cluster [INF] Active manager daemon smithi047.erpxvz restarted 2023-12-06T04:11:04.380 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Dec 06 04:11:04 smithi047 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi047[108212]: cluster 2023-12-06T04:11:03.273951+0000 mon.smithi047 (mon.0) 117 : cluster [INF] Activating manager daemon smithi047.erpxvz 2023-12-06T04:11:04.380 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Dec 06 04:11:04 smithi047 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi047[108212]: cluster 2023-12-06T04:11:03.276919+0000 mon.smithi047 (mon.0) 118 : cluster [DBG] osdmap e4: 0 total, 0 up, 0 in 2023-12-06T04:11:04.380 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Dec 06 04:11:04 smithi047 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi047[108212]: cluster 2023-12-06T04:11:03.277016+0000 mon.smithi047 (mon.0) 119 : cluster [DBG] mgrmap e15: smithi047.erpxvz(active, starting, since 0.00316639s) 2023-12-06T04:11:04.380 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Dec 06 04:11:04 smithi047 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi047[108212]: audit 2023-12-06T04:11:03.277996+0000 mon.smithi047 (mon.0) 120 : audit [DBG] from='mgr.14182 172.21.15.47:0/1495146391' entity='mgr.smithi047.erpxvz' cmd=[{"prefix": "mon metadata", "id": "smithi047"}]: dispatch 2023-12-06T04:11:04.380 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Dec 06 04:11:04 smithi047 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi047[108212]: audit 2023-12-06T04:11:03.278706+0000 mon.smithi047 (mon.0) 121 : audit [DBG] from='mgr.14182 172.21.15.47:0/1495146391' entity='mgr.smithi047.erpxvz' cmd=[{"prefix": "mgr metadata", "who": "smithi047.erpxvz", "id": "smithi047.erpxvz"}]: dispatch 2023-12-06T04:11:04.380 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Dec 06 04:11:04 smithi047 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi047[108212]: audit 2023-12-06T04:11:03.279456+0000 mon.smithi047 (mon.0) 122 : audit [DBG] from='mgr.14182 172.21.15.47:0/1495146391' entity='mgr.smithi047.erpxvz' cmd=[{"prefix": "mds metadata"}]: dispatch 2023-12-06T04:11:04.380 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Dec 06 04:11:04 smithi047 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi047[108212]: audit 2023-12-06T04:11:03.279641+0000 mon.smithi047 (mon.0) 123 : audit [DBG] from='mgr.14182 172.21.15.47:0/1495146391' entity='mgr.smithi047.erpxvz' cmd=[{"prefix": "osd metadata"}]: dispatch 2023-12-06T04:11:04.380 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Dec 06 04:11:04 smithi047 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi047[108212]: audit 2023-12-06T04:11:03.279795+0000 mon.smithi047 (mon.0) 124 : audit [DBG] from='mgr.14182 172.21.15.47:0/1495146391' entity='mgr.smithi047.erpxvz' cmd=[{"prefix": "mon metadata"}]: dispatch 2023-12-06T04:11:04.380 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Dec 06 04:11:04 smithi047 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi047[108212]: cluster 2023-12-06T04:11:03.293464+0000 mon.smithi047 (mon.0) 125 : cluster [INF] Manager daemon smithi047.erpxvz is now available 2023-12-06T04:11:04.380 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Dec 06 04:11:04 smithi047 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi047[108212]: audit 2023-12-06T04:11:03.401886+0000 mon.smithi047 (mon.0) 126 : audit [DBG] from='mgr.14182 172.21.15.47:0/1495146391' entity='mgr.smithi047.erpxvz' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T04:11:04.380 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Dec 06 04:11:04 smithi047 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi047[108212]: audit 2023-12-06T04:11:03.405543+0000 mon.smithi047 (mon.0) 127 : audit [DBG] from='mgr.14182 172.21.15.47:0/1495146391' entity='mgr.smithi047.erpxvz' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T04:11:04.380 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Dec 06 04:11:04 smithi047 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi047[108212]: audit 2023-12-06T04:11:03.423269+0000 mon.smithi047 (mon.0) 128 : audit [INF] from='mgr.14182 172.21.15.47:0/1495146391' entity='mgr.smithi047.erpxvz' 2023-12-06T04:11:04.380 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Dec 06 04:11:04 smithi047 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi047[108212]: audit 2023-12-06T04:11:03.442657+0000 mon.smithi047 (mon.0) 129 : audit [INF] from='mgr.14182 172.21.15.47:0/1495146391' entity='mgr.smithi047.erpxvz' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi047.erpxvz/mirror_snapshot_schedule"}]: dispatch 2023-12-06T04:11:04.380 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Dec 06 04:11:04 smithi047 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi047[108212]: audit 2023-12-06T04:11:03.446947+0000 mon.smithi047 (mon.0) 130 : audit [INF] from='mgr.14182 172.21.15.47:0/1495146391' entity='mgr.smithi047.erpxvz' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi047.erpxvz/trash_purge_schedule"}]: dispatch 2023-12-06T04:11:04.930 INFO:teuthology.orchestra.run.smithi098.stdout:Added host 'smithi098' with addr '172.21.15.98' 2023-12-06T04:11:05.280 DEBUG:teuthology.orchestra.run.smithi098:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:d03fca4f35d43f61b4679936aef7bd2f01cced0b shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 2ecad2ea-93ed-11ee-95a2-87774f69a715 -- ceph orch host ls --format=json 2023-12-06T04:11:05.629 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Dec 06 04:11:05 smithi047 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi047[108212]: cluster 2023-12-06T04:11:04.279406+0000 mon.smithi047 (mon.0) 131 : cluster [DBG] mgrmap e16: smithi047.erpxvz(active, since 1.00555s) 2023-12-06T04:11:05.629 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Dec 06 04:11:05 smithi047 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi047[108212]: audit 2023-12-06T04:11:04.279428+0000 mgr.smithi047.erpxvz (mgr.14182) 1 : audit [DBG] from='client.14184 -' entity='client.admin' cmd=[{"prefix": "orch host add", "hostname": "smithi098", "target": ["mon-mgr", ""]}]: dispatch 2023-12-06T04:11:05.629 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Dec 06 04:11:05 smithi047 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi047[108212]: audit 2023-12-06T04:11:04.927793+0000 mon.smithi047 (mon.0) 132 : audit [INF] from='mgr.14182 172.21.15.47:0/1495146391' entity='mgr.smithi047.erpxvz' 2023-12-06T04:11:06.616 INFO:teuthology.orchestra.run.smithi098.stdout: 2023-12-06T04:11:06.616 INFO:teuthology.orchestra.run.smithi098.stdout:[{"addr": "172.21.15.47", "hostname": "smithi047", "labels": [], "status": ""}, {"addr": "172.21.15.98", "hostname": "smithi098", "labels": [], "status": ""}] 2023-12-06T04:11:06.629 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Dec 06 04:11:06 smithi047 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi047[108212]: cephadm 2023-12-06T04:11:04.928217+0000 mgr.smithi047.erpxvz (mgr.14182) 2 : cephadm [INF] Added host smithi098 2023-12-06T04:11:06.629 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Dec 06 04:11:06 smithi047 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi047[108212]: audit 2023-12-06T04:11:05.833735+0000 mon.smithi047 (mon.0) 133 : audit [INF] from='mgr.14182 172.21.15.47:0/1495146391' entity='mgr.smithi047.erpxvz' 2023-12-06T04:11:06.629 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Dec 06 04:11:06 smithi047 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi047[108212]: cluster 2023-12-06T04:11:05.928439+0000 mon.smithi047 (mon.0) 134 : cluster [DBG] mgrmap e17: smithi047.erpxvz(active, since 2s) 2023-12-06T04:11:06.629 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Dec 06 04:11:06 smithi047 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi047[108212]: audit 2023-12-06T04:11:06.154106+0000 mon.smithi047 (mon.0) 135 : audit [INF] from='mgr.14182 172.21.15.47:0/1495146391' entity='mgr.smithi047.erpxvz' cmd=[{"prefix": "config rm", "who": "osd/host:smithi047", "name": "osd_memory_target"}]: dispatch 2023-12-06T04:11:06.629 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Dec 06 04:11:06 smithi047 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi047[108212]: audit 2023-12-06T04:11:06.155209+0000 mon.smithi047 (mon.0) 136 : audit [DBG] from='mgr.14182 172.21.15.47:0/1495146391' entity='mgr.smithi047.erpxvz' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T04:11:06.629 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Dec 06 04:11:06 smithi047 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi047[108212]: audit 2023-12-06T04:11:06.155990+0000 mon.smithi047 (mon.0) 137 : audit [INF] from='mgr.14182 172.21.15.47:0/1495146391' entity='mgr.smithi047.erpxvz' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T04:11:06.629 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Dec 06 04:11:06 smithi047 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi047[108212]: audit 2023-12-06T04:11:06.208097+0000 mon.smithi047 (mon.0) 138 : audit [INF] from='mgr.14182 172.21.15.47:0/1495146391' entity='mgr.smithi047.erpxvz' 2023-12-06T04:11:06.630 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Dec 06 04:11:06 smithi047 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi047[108212]: audit 2023-12-06T04:11:06.210736+0000 mon.smithi047 (mon.0) 139 : audit [INF] from='mgr.14182 172.21.15.47:0/1495146391' entity='mgr.smithi047.erpxvz' 2023-12-06T04:11:07.009 INFO:tasks.cephadm:Setting crush tunables to default 2023-12-06T04:11:07.009 DEBUG:teuthology.orchestra.run.smithi047:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:d03fca4f35d43f61b4679936aef7bd2f01cced0b shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 2ecad2ea-93ed-11ee-95a2-87774f69a715 -- ceph osd crush tunables default 2023-12-06T04:11:07.379 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Dec 06 04:11:07 smithi047 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi047[108212]: cephadm 2023-12-06T04:11:06.157290+0000 mgr.smithi047.erpxvz (mgr.14182) 3 : cephadm [INF] Updating smithi047:/etc/ceph/ceph.conf 2023-12-06T04:11:07.380 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Dec 06 04:11:07 smithi047 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi047[108212]: cephadm 2023-12-06T04:11:06.179490+0000 mgr.smithi047.erpxvz (mgr.14182) 4 : cephadm [INF] Updating smithi047:/etc/ceph/ceph.client.admin.keyring 2023-12-06T04:11:07.380 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Dec 06 04:11:07 smithi047 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi047[108212]: cephadm 2023-12-06T04:11:06.224045+0000 mgr.smithi047.erpxvz (mgr.14182) 5 : cephadm [INF] Deploying daemon prometheus.smithi047 on smithi047 2023-12-06T04:11:08.629 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Dec 06 04:11:08 smithi047 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi047[108212]: audit 2023-12-06T04:11:06.614974+0000 mgr.smithi047.erpxvz (mgr.14182) 6 : audit [DBG] from='client.14190 -' entity='client.admin' cmd=[{"prefix": "orch host ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-06T04:11:11.349 INFO:teuthology.orchestra.run.smithi047.stderr:adjusted tunables profile to default 2023-12-06T04:11:11.609 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Dec 06 04:11:11 smithi047 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi047[108212]: audit 2023-12-06T04:11:11.291211+0000 mon.smithi047 (mon.0) 140 : audit [INF] from='client.? 172.21.15.47:0/1022185191' entity='client.admin' cmd=[{"prefix": "osd crush tunables", "profile": "default"}]: dispatch 2023-12-06T04:11:11.900 INFO:tasks.cephadm:Adding mon.smithi047 on smithi047 2023-12-06T04:11:11.900 INFO:tasks.cephadm:Adding mon.smithi098 on smithi098 2023-12-06T04:11:11.900 DEBUG:teuthology.orchestra.run.smithi098:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:d03fca4f35d43f61b4679936aef7bd2f01cced0b shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 2ecad2ea-93ed-11ee-95a2-87774f69a715 -- ceph orch apply mon '2;smithi047:172.21.15.47=smithi047;smithi098:172.21.15.98=smithi098' 2023-12-06T04:11:12.554 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Dec 06 04:11:12 smithi047 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi047[108212]: audit 2023-12-06T04:11:11.344256+0000 mon.smithi047 (mon.0) 141 : audit [INF] from='client.? 172.21.15.47:0/1022185191' entity='client.admin' cmd='[{"prefix": "osd crush tunables", "profile": "default"}]': finished 2023-12-06T04:11:12.554 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Dec 06 04:11:12 smithi047 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi047[108212]: cluster 2023-12-06T04:11:11.344308+0000 mon.smithi047 (mon.0) 142 : cluster [DBG] osdmap e5: 0 total, 0 up, 0 in 2023-12-06T04:11:13.239 INFO:teuthology.orchestra.run.smithi098.stdout:Scheduled mon update... 2023-12-06T04:11:13.602 DEBUG:teuthology.orchestra.run.smithi098:mon.smithi098> sudo journalctl -f -n 0 -u ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715@mon.smithi098.service 2023-12-06T04:11:13.605 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2023-12-06T04:11:13.605 DEBUG:teuthology.orchestra.run.smithi098:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:d03fca4f35d43f61b4679936aef7bd2f01cced0b shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 2ecad2ea-93ed-11ee-95a2-87774f69a715 -- ceph mon dump -f json 2023-12-06T04:11:13.633 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:-- Logs begin at Wed 2023-12-06 04:00:04 UTC. -- 2023-12-06T04:11:14.629 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Dec 06 04:11:14 smithi047 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi047[108212]: audit 2023-12-06T04:11:13.233255+0000 mgr.smithi047.erpxvz (mgr.14182) 7 : audit [DBG] from='client.14194 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "mon", "placement": "2;smithi047:172.21.15.47=smithi047;smithi098:172.21.15.98=smithi098", "target": ["mon-mgr", ""]}]: dispatch 2023-12-06T04:11:14.629 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Dec 06 04:11:14 smithi047 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi047[108212]: cephadm 2023-12-06T04:11:13.235486+0000 mgr.smithi047.erpxvz (mgr.14182) 8 : cephadm [INF] Saving service mon spec with placement smithi047:172.21.15.47=smithi047;smithi098:172.21.15.98=smithi098;count:2 2023-12-06T04:11:14.629 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Dec 06 04:11:14 smithi047 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi047[108212]: audit 2023-12-06T04:11:13.238641+0000 mon.smithi047 (mon.0) 143 : audit [INF] from='mgr.14182 172.21.15.47:0/1495146391' entity='mgr.smithi047.erpxvz' 2023-12-06T04:11:14.629 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Dec 06 04:11:14 smithi047 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi047[108212]: audit 2023-12-06T04:11:14.029334+0000 mon.smithi047 (mon.0) 144 : audit [INF] from='mgr.14182 172.21.15.47:0/1495146391' entity='mgr.smithi047.erpxvz' 2023-12-06T04:11:14.629 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Dec 06 04:11:14 smithi047 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi047[108212]: audit 2023-12-06T04:11:14.030436+0000 mon.smithi047 (mon.0) 145 : audit [DBG] from='mgr.14182 172.21.15.47:0/1495146391' entity='mgr.smithi047.erpxvz' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T04:11:14.997 INFO:teuthology.orchestra.run.smithi098.stdout: 2023-12-06T04:11:14.997 INFO:teuthology.orchestra.run.smithi098.stdout:{"epoch":1,"fsid":"2ecad2ea-93ed-11ee-95a2-87774f69a715","modified":"2023-12-06T04:09:32.370245Z","created":"2023-12-06T04:09:32.370245Z","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":"smithi047","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.47:3300","nonce":0},{"type":"v1","addr":"172.21.15.47:6789","nonce":0}]},"addr":"172.21.15.47:6789/0","public_addr":"172.21.15.47:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-12-06T04:11:15.002 INFO:teuthology.orchestra.run.smithi098.stderr:dumped monmap epoch 1 2023-12-06T04:11:15.879 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Dec 06 04:11:15 smithi047 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi047[108212]: audit 2023-12-06T04:11:14.483199+0000 mon.smithi047 (mon.0) 146 : audit [INF] from='mgr.14182 172.21.15.47:0/1495146391' entity='mgr.smithi047.erpxvz' 2023-12-06T04:11:15.879 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Dec 06 04:11:15 smithi047 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi047[108212]: audit 2023-12-06T04:11:14.800098+0000 mon.smithi047 (mon.0) 147 : audit [INF] from='mgr.14182 172.21.15.47:0/1495146391' entity='mgr.smithi047.erpxvz' 2023-12-06T04:11:15.879 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Dec 06 04:11:15 smithi047 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi047[108212]: audit 2023-12-06T04:11:14.996032+0000 mon.smithi047 (mon.0) 148 : audit [DBG] from='client.? 172.21.15.98:0/2334478759' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-12-06T04:11:16.464 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2023-12-06T04:11:16.465 DEBUG:teuthology.orchestra.run.smithi098:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:d03fca4f35d43f61b4679936aef7bd2f01cced0b shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 2ecad2ea-93ed-11ee-95a2-87774f69a715 -- ceph mon dump -f json 2023-12-06T04:11:17.879 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Dec 06 04:11:17 smithi047 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi047[108212]: audit 2023-12-06T04:11:16.550417+0000 mon.smithi047 (mon.0) 149 : audit [INF] from='mgr.14182 172.21.15.47:0/1495146391' entity='mgr.smithi047.erpxvz' 2023-12-06T04:11:17.879 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Dec 06 04:11:17 smithi047 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi047[108212]: audit 2023-12-06T04:11:17.476163+0000 mon.smithi047 (mon.0) 150 : audit [INF] from='mgr.14182 172.21.15.47:0/1495146391' entity='mgr.smithi047.erpxvz' 2023-12-06T04:11:18.554 INFO:teuthology.orchestra.run.smithi098.stdout: 2023-12-06T04:11:18.554 INFO:teuthology.orchestra.run.smithi098.stdout:{"epoch":1,"fsid":"2ecad2ea-93ed-11ee-95a2-87774f69a715","modified":"2023-12-06T04:09:32.370245Z","created":"2023-12-06T04:09:32.370245Z","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":"smithi047","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.47:3300","nonce":0},{"type":"v1","addr":"172.21.15.47:6789","nonce":0}]},"addr":"172.21.15.47:6789/0","public_addr":"172.21.15.47:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-12-06T04:11:18.555 INFO:teuthology.orchestra.run.smithi098.stderr:dumped monmap epoch 1 2023-12-06T04:11:19.879 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Dec 06 04:11:19 smithi047 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi047[108212]: audit 2023-12-06T04:11:18.409702+0000 mon.smithi047 (mon.0) 151 : audit [INF] from='mgr.14182 172.21.15.47:0/1495146391' entity='mgr.smithi047.erpxvz' 2023-12-06T04:11:19.879 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Dec 06 04:11:19 smithi047 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi047[108212]: audit 2023-12-06T04:11:18.410632+0000 mon.smithi047 (mon.0) 152 : audit [INF] from='mgr.14182 172.21.15.47:0/1495146391' entity='mgr.smithi047.erpxvz' cmd=[{"prefix": "config rm", "who": "osd/host:smithi098", "name": "osd_memory_target"}]: dispatch 2023-12-06T04:11:19.879 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Dec 06 04:11:19 smithi047 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi047[108212]: audit 2023-12-06T04:11:18.411842+0000 mon.smithi047 (mon.0) 153 : audit [DBG] from='mgr.14182 172.21.15.47:0/1495146391' entity='mgr.smithi047.erpxvz' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T04:11:19.879 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Dec 06 04:11:19 smithi047 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi047[108212]: audit 2023-12-06T04:11:18.412826+0000 mon.smithi047 (mon.0) 154 : audit [INF] from='mgr.14182 172.21.15.47:0/1495146391' entity='mgr.smithi047.erpxvz' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T04:11:19.880 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Dec 06 04:11:19 smithi047 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi047[108212]: cephadm 2023-12-06T04:11:18.414334+0000 mgr.smithi047.erpxvz (mgr.14182) 9 : cephadm [INF] Updating smithi098:/etc/ceph/ceph.conf 2023-12-06T04:11:19.880 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Dec 06 04:11:19 smithi047 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi047[108212]: audit 2023-12-06T04:11:18.434164+0000 mon.smithi047 (mon.0) 155 : audit [INF] from='mgr.14182 172.21.15.47:0/1495146391' entity='mgr.smithi047.erpxvz' 2023-12-06T04:11:19.880 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Dec 06 04:11:19 smithi047 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi047[108212]: cephadm 2023-12-06T04:11:18.437305+0000 mgr.smithi047.erpxvz (mgr.14182) 10 : cephadm [INF] Updating smithi098:/etc/ceph/ceph.client.admin.keyring 2023-12-06T04:11:19.880 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Dec 06 04:11:19 smithi047 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi047[108212]: audit 2023-12-06T04:11:18.484072+0000 mon.smithi047 (mon.0) 156 : audit [INF] from='mgr.14182 172.21.15.47:0/1495146391' entity='mgr.smithi047.erpxvz' 2023-12-06T04:11:19.880 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Dec 06 04:11:19 smithi047 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi047[108212]: audit 2023-12-06T04:11:18.486804+0000 mon.smithi047 (mon.0) 157 : audit [INF] from='mgr.14182 172.21.15.47:0/1495146391' entity='mgr.smithi047.erpxvz' 2023-12-06T04:11:19.880 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Dec 06 04:11:19 smithi047 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi047[108212]: audit 2023-12-06T04:11:18.489074+0000 mon.smithi047 (mon.0) 158 : audit [INF] from='mgr.14182 172.21.15.47:0/1495146391' entity='mgr.smithi047.erpxvz' cmd=[{"prefix": "auth get-or-create", "entity": "client.crash.smithi098", "caps": ["mon", "profile crash", "mgr", "profile crash"]}]: dispatch 2023-12-06T04:11:19.880 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Dec 06 04:11:19 smithi047 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi047[108212]: audit 2023-12-06T04:11:18.491132+0000 mon.smithi047 (mon.0) 159 : audit [INF] from='mgr.14182 172.21.15.47:0/1495146391' entity='mgr.smithi047.erpxvz' cmd='[{"prefix": "auth get-or-create", "entity": "client.crash.smithi098", "caps": ["mon", "profile crash", "mgr", "profile crash"]}]': finished 2023-12-06T04:11:19.880 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Dec 06 04:11:19 smithi047 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi047[108212]: audit 2023-12-06T04:11:18.491964+0000 mon.smithi047 (mon.0) 160 : audit [DBG] from='mgr.14182 172.21.15.47:0/1495146391' entity='mgr.smithi047.erpxvz' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T04:11:19.880 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Dec 06 04:11:19 smithi047 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi047[108212]: cephadm 2023-12-06T04:11:18.492807+0000 mgr.smithi047.erpxvz (mgr.14182) 11 : cephadm [INF] Deploying daemon crash.smithi098 on smithi098 2023-12-06T04:11:19.880 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Dec 06 04:11:19 smithi047 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi047[108212]: audit 2023-12-06T04:11:18.552945+0000 mon.smithi047 (mon.0) 161 : audit [DBG] from='client.? 172.21.15.98:0/1608220737' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-12-06T04:11:19.960 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2023-12-06T04:11:19.961 DEBUG:teuthology.orchestra.run.smithi098:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:d03fca4f35d43f61b4679936aef7bd2f01cced0b shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 2ecad2ea-93ed-11ee-95a2-87774f69a715 -- ceph mon dump -f json 2023-12-06T04:11:21.579 INFO:teuthology.orchestra.run.smithi098.stdout: 2023-12-06T04:11:21.579 INFO:teuthology.orchestra.run.smithi098.stdout:{"epoch":1,"fsid":"2ecad2ea-93ed-11ee-95a2-87774f69a715","modified":"2023-12-06T04:09:32.370245Z","created":"2023-12-06T04:09:32.370245Z","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":"smithi047","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.47:3300","nonce":0},{"type":"v1","addr":"172.21.15.47:6789","nonce":0}]},"addr":"172.21.15.47:6789/0","public_addr":"172.21.15.47:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-12-06T04:11:21.580 INFO:teuthology.orchestra.run.smithi098.stderr:dumped monmap epoch 1 2023-12-06T04:11:22.129 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Dec 06 04:11:21 smithi047 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi047[108212]: audit 2023-12-06T04:11:20.775505+0000 mon.smithi047 (mon.0) 162 : audit [INF] from='mgr.14182 172.21.15.47:0/1495146391' entity='mgr.smithi047.erpxvz' 2023-12-06T04:11:22.129 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Dec 06 04:11:21 smithi047 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi047[108212]: audit 2023-12-06T04:11:20.777864+0000 mon.smithi047 (mon.0) 163 : audit [INF] from='mgr.14182 172.21.15.47:0/1495146391' entity='mgr.smithi047.erpxvz' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.smithi098.oprotl", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2023-12-06T04:11:22.130 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Dec 06 04:11:21 smithi047 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi047[108212]: audit 2023-12-06T04:11:20.779851+0000 mon.smithi047 (mon.0) 164 : audit [INF] from='mgr.14182 172.21.15.47:0/1495146391' entity='mgr.smithi047.erpxvz' cmd='[{"prefix": "auth get-or-create", "entity": "mgr.smithi098.oprotl", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]': finished 2023-12-06T04:11:22.130 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Dec 06 04:11:21 smithi047 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi047[108212]: audit 2023-12-06T04:11:20.780675+0000 mon.smithi047 (mon.0) 165 : audit [DBG] from='mgr.14182 172.21.15.47:0/1495146391' entity='mgr.smithi047.erpxvz' cmd=[{"prefix": "mgr services"}]: dispatch 2023-12-06T04:11:22.130 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Dec 06 04:11:21 smithi047 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi047[108212]: audit 2023-12-06T04:11:20.781622+0000 mon.smithi047 (mon.0) 166 : audit [DBG] from='mgr.14182 172.21.15.47:0/1495146391' entity='mgr.smithi047.erpxvz' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T04:11:22.130 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Dec 06 04:11:21 smithi047 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi047[108212]: cephadm 2023-12-06T04:11:20.782338+0000 mgr.smithi047.erpxvz (mgr.14182) 12 : cephadm [INF] Deploying daemon mgr.smithi098.oprotl on smithi098 2023-12-06T04:11:22.130 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Dec 06 04:11:21 smithi047 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi047[108212]: audit 2023-12-06T04:11:21.577864+0000 mon.smithi047 (mon.0) 167 : audit [DBG] from='client.? 172.21.15.98:0/413343792' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-12-06T04:11:22.999 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2023-12-06T04:11:22.999 DEBUG:teuthology.orchestra.run.smithi098:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:d03fca4f35d43f61b4679936aef7bd2f01cced0b shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 2ecad2ea-93ed-11ee-95a2-87774f69a715 -- ceph mon dump -f json 2023-12-06T04:11:23.879 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Dec 06 04:11:23 smithi047 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi047[108212]: audit 2023-12-06T04:11:22.425881+0000 mon.smithi047 (mon.0) 168 : audit [INF] from='mgr.14182 172.21.15.47:0/1495146391' entity='mgr.smithi047.erpxvz' 2023-12-06T04:11:23.879 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Dec 06 04:11:23 smithi047 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi047[108212]: audit 2023-12-06T04:11:22.428148+0000 mon.smithi047 (mon.0) 169 : audit [INF] from='mgr.14182 172.21.15.47:0/1495146391' entity='mgr.smithi047.erpxvz' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2023-12-06T04:11:23.880 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Dec 06 04:11:23 smithi047 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi047[108212]: audit 2023-12-06T04:11:22.428970+0000 mon.smithi047 (mon.0) 170 : audit [DBG] from='mgr.14182 172.21.15.47:0/1495146391' entity='mgr.smithi047.erpxvz' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T04:11:23.880 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Dec 06 04:11:23 smithi047 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi047[108212]: cephadm 2023-12-06T04:11:22.429663+0000 mgr.smithi047.erpxvz (mgr.14182) 13 : cephadm [INF] Deploying daemon mon.smithi098 on smithi098 2023-12-06T04:11:23.880 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Dec 06 04:11:23 smithi047 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi047[108212]: cluster 2023-12-06T04:11:23.280924+0000 mgr.smithi047.erpxvz (mgr.14182) 14 : cluster [DBG] pgmap v4: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-06T04:11:24.879 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Dec 06 04:11:24 smithi047 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi047[108212]: audit 2023-12-06T04:11:23.440131+0000 mon.smithi047 (mon.0) 171 : audit [INF] from='mgr.14182 172.21.15.47:0/1495146391' entity='mgr.smithi047.erpxvz' 2023-12-06T04:11:25.879 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Dec 06 04:11:25 smithi047 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi047[108212]: cluster 2023-12-06T04:11:25.281233+0000 mgr.smithi047.erpxvz (mgr.14182) 15 : cluster [DBG] pgmap v5: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-06T04:11:27.629 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Dec 06 04:11:27 smithi047 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi047[108212]: cluster 2023-12-06T04:11:27.281573+0000 mgr.smithi047.erpxvz (mgr.14182) 16 : cluster [DBG] pgmap v6: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-06T04:11:28.629 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Dec 06 04:11:28 smithi047 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi047[108212]: cluster 2023-12-06T04:11:27.747074+0000 mon.smithi047 (mon.0) 172 : cluster [DBG] Standby manager daemon smithi098.oprotl started 2023-12-06T04:11:28.629 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Dec 06 04:11:28 smithi047 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi047[108212]: audit 2023-12-06T04:11:27.748467+0000 mon.smithi047 (mon.0) 173 : audit [DBG] from='mgr.? 172.21.15.98:0/585078602' entity='mgr.smithi098.oprotl' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/smithi098.oprotl/crt"}]: dispatch 2023-12-06T04:11:28.629 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Dec 06 04:11:28 smithi047 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi047[108212]: audit 2023-12-06T04:11:27.749191+0000 mon.smithi047 (mon.0) 174 : audit [DBG] from='mgr.? 172.21.15.98:0/585078602' entity='mgr.smithi098.oprotl' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/crt"}]: dispatch 2023-12-06T04:11:28.629 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Dec 06 04:11:28 smithi047 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi047[108212]: audit 2023-12-06T04:11:27.752119+0000 mon.smithi047 (mon.0) 175 : audit [DBG] from='mgr.? 172.21.15.98:0/585078602' entity='mgr.smithi098.oprotl' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/smithi098.oprotl/key"}]: dispatch 2023-12-06T04:11:28.629 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Dec 06 04:11:28 smithi047 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi047[108212]: audit 2023-12-06T04:11:27.752659+0000 mon.smithi047 (mon.0) 176 : audit [DBG] from='mgr.? 172.21.15.98:0/585078602' entity='mgr.smithi098.oprotl' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/key"}]: dispatch 2023-12-06T04:11:29.629 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Dec 06 04:11:29 smithi047 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi047[108212]: cluster 2023-12-06T04:11:28.357179+0000 mon.smithi047 (mon.0) 177 : cluster [DBG] mgrmap e18: smithi047.erpxvz(active, since 25s), standbys: smithi098.oprotl 2023-12-06T04:11:29.629 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Dec 06 04:11:29 smithi047 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi047[108212]: audit 2023-12-06T04:11:28.357377+0000 mon.smithi047 (mon.0) 178 : audit [DBG] from='mgr.14182 172.21.15.47:0/1495146391' entity='mgr.smithi047.erpxvz' cmd=[{"prefix": "mgr metadata", "who": "smithi098.oprotl", "id": "smithi098.oprotl"}]: dispatch 2023-12-06T04:11:29.629 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Dec 06 04:11:29 smithi047 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi047[108212]: cluster 2023-12-06T04:11:29.281824+0000 mgr.smithi047.erpxvz (mgr.14182) 17 : cluster [DBG] pgmap v7: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-06T04:11:30.620 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Dec 06 04:11:30 smithi098 systemd[1]: Starting Ceph mon.smithi098 for 2ecad2ea-93ed-11ee-95a2-87774f69a715... 2023-12-06T04:11:31.630 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Dec 06 04:11:31 smithi047 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi047[108212]: cluster 2023-12-06T04:11:31.282222+0000 mgr.smithi047.erpxvz (mgr.14182) 18 : cluster [DBG] pgmap v8: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-06T04:11:31.887 INFO:teuthology.orchestra.run.smithi098.stdout: 2023-12-06T04:11:31.887 INFO:teuthology.orchestra.run.smithi098.stdout:{"epoch":1,"fsid":"2ecad2ea-93ed-11ee-95a2-87774f69a715","modified":"2023-12-06T04:09:32.370245Z","created":"2023-12-06T04:09:32.370245Z","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":"smithi047","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.47:3300","nonce":0},{"type":"v1","addr":"172.21.15.47:6789","nonce":0}]},"addr":"172.21.15.47:6789/0","public_addr":"172.21.15.47:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-12-06T04:11:31.889 INFO:teuthology.orchestra.run.smithi098.stderr:dumped monmap epoch 1 2023-12-06T04:11:32.174 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Dec 06 04:11:32 smithi098 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi098[111615]: debug 2023-12-06T04:11:32.015+0000 7efc2a8c6880 0 set uid:gid to 167:167 (ceph:ceph) 2023-12-06T04:11:32.174 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Dec 06 04:11:32 smithi098 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi098[111615]: debug 2023-12-06T04:11:32.015+0000 7efc2a8c6880 0 ceph version 16.2.14-335-gd03fca4f (d03fca4f35d43f61b4679936aef7bd2f01cced0b) pacific (stable), process ceph-mon, pid 7 2023-12-06T04:11:32.174 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Dec 06 04:11:32 smithi098 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi098[111615]: debug 2023-12-06T04:11:32.015+0000 7efc2a8c6880 0 pidfile_write: ignore empty --pid-file 2023-12-06T04:11:32.174 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Dec 06 04:11:32 smithi098 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi098[111615]: debug 2023-12-06T04:11:32.020+0000 7efc2a8c6880 0 load: jerasure load: lrc load: isa 2023-12-06T04:11:32.174 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Dec 06 04:11:32 smithi098 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi098[111615]: debug 2023-12-06T04:11:32.020+0000 7efc2a8c6880 4 rocksdb: RocksDB version: 6.8.1 2023-12-06T04:11:32.175 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Dec 06 04:11:32 smithi098 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi098[111615]: 2023-12-06T04:11:32.175 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Dec 06 04:11:32 smithi098 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi098[111615]: debug 2023-12-06T04:11:32.020+0000 7efc2a8c6880 4 rocksdb: Git sha rocksdb_build_git_sha:@0@ 2023-12-06T04:11:32.175 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Dec 06 04:11:32 smithi098 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi098[111615]: debug 2023-12-06T04:11:32.020+0000 7efc2a8c6880 4 rocksdb: Compile date Dec 5 2023 2023-12-06T04:11:32.175 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Dec 06 04:11:32 smithi098 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi098[111615]: debug 2023-12-06T04:11:32.020+0000 7efc2a8c6880 4 rocksdb: DB SUMMARY 2023-12-06T04:11:32.175 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Dec 06 04:11:32 smithi098 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi098[111615]: 2023-12-06T04:11:32.175 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Dec 06 04:11:32 smithi098 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi098[111615]: debug 2023-12-06T04:11:32.020+0000 7efc2a8c6880 4 rocksdb: CURRENT file: CURRENT 2023-12-06T04:11:32.175 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Dec 06 04:11:32 smithi098 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi098[111615]: 2023-12-06T04:11:32.175 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Dec 06 04:11:32 smithi098 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi098[111615]: debug 2023-12-06T04:11:32.020+0000 7efc2a8c6880 4 rocksdb: IDENTITY file: IDENTITY 2023-12-06T04:11:32.175 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Dec 06 04:11:32 smithi098 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi098[111615]: 2023-12-06T04:11:32.175 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Dec 06 04:11:32 smithi098 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi098[111615]: debug 2023-12-06T04:11:32.020+0000 7efc2a8c6880 4 rocksdb: MANIFEST file: MANIFEST-000001 size: 13 Bytes 2023-12-06T04:11:32.175 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Dec 06 04:11:32 smithi098 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi098[111615]: 2023-12-06T04:11:32.175 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Dec 06 04:11:32 smithi098 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi098[111615]: debug 2023-12-06T04:11:32.020+0000 7efc2a8c6880 4 rocksdb: SST files in /var/lib/ceph/mon/ceph-smithi098/store.db dir, Total Num: 0, files: 2023-12-06T04:11:32.175 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Dec 06 04:11:32 smithi098 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi098[111615]: 2023-12-06T04:11:32.175 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Dec 06 04:11:32 smithi098 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi098[111615]: debug 2023-12-06T04:11:32.020+0000 7efc2a8c6880 4 rocksdb: Write Ahead Log file in /var/lib/ceph/mon/ceph-smithi098/store.db: 000003.log size: 511 ; 2023-12-06T04:11:32.175 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Dec 06 04:11:32 smithi098 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi098[111615]: 2023-12-06T04:11:32.176 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Dec 06 04:11:32 smithi098 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi098[111615]: debug 2023-12-06T04:11:32.020+0000 7efc2a8c6880 4 rocksdb: Options.error_if_exists: 0 2023-12-06T04:11:32.176 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Dec 06 04:11:32 smithi098 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi098[111615]: debug 2023-12-06T04:11:32.020+0000 7efc2a8c6880 4 rocksdb: Options.create_if_missing: 0 2023-12-06T04:11:32.176 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Dec 06 04:11:32 smithi098 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi098[111615]: debug 2023-12-06T04:11:32.020+0000 7efc2a8c6880 4 rocksdb: Options.paranoid_checks: 1 2023-12-06T04:11:32.176 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Dec 06 04:11:32 smithi098 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi098[111615]: debug 2023-12-06T04:11:32.020+0000 7efc2a8c6880 4 rocksdb: Options.env: 0x56034f1b5080 2023-12-06T04:11:32.176 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Dec 06 04:11:32 smithi098 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi098[111615]: debug 2023-12-06T04:11:32.020+0000 7efc2a8c6880 4 rocksdb: Options.fs: Posix File System 2023-12-06T04:11:32.176 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Dec 06 04:11:32 smithi098 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi098[111615]: debug 2023-12-06T04:11:32.020+0000 7efc2a8c6880 4 rocksdb: Options.info_log: 0x560350027d20 2023-12-06T04:11:32.176 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Dec 06 04:11:32 smithi098 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi098[111615]: debug 2023-12-06T04:11:32.020+0000 7efc2a8c6880 4 rocksdb: Options.max_file_opening_threads: 16 2023-12-06T04:11:32.176 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Dec 06 04:11:32 smithi098 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi098[111615]: debug 2023-12-06T04:11:32.020+0000 7efc2a8c6880 4 rocksdb: Options.statistics: (nil) 2023-12-06T04:11:32.176 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Dec 06 04:11:32 smithi098 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi098[111615]: debug 2023-12-06T04:11:32.020+0000 7efc2a8c6880 4 rocksdb: Options.use_fsync: 0 2023-12-06T04:11:32.176 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Dec 06 04:11:32 smithi098 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi098[111615]: debug 2023-12-06T04:11:32.020+0000 7efc2a8c6880 4 rocksdb: Options.max_log_file_size: 0 2023-12-06T04:11:32.176 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Dec 06 04:11:32 smithi098 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi098[111615]: debug 2023-12-06T04:11:32.020+0000 7efc2a8c6880 4 rocksdb: Options.max_manifest_file_size: 1073741824 2023-12-06T04:11:32.176 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Dec 06 04:11:32 smithi098 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi098[111615]: debug 2023-12-06T04:11:32.020+0000 7efc2a8c6880 4 rocksdb: Options.log_file_time_to_roll: 0 2023-12-06T04:11:32.176 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Dec 06 04:11:32 smithi098 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi098[111615]: debug 2023-12-06T04:11:32.020+0000 7efc2a8c6880 4 rocksdb: Options.keep_log_file_num: 1000 2023-12-06T04:11:32.176 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Dec 06 04:11:32 smithi098 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi098[111615]: debug 2023-12-06T04:11:32.020+0000 7efc2a8c6880 4 rocksdb: Options.recycle_log_file_num: 0 2023-12-06T04:11:32.176 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Dec 06 04:11:32 smithi098 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi098[111615]: debug 2023-12-06T04:11:32.020+0000 7efc2a8c6880 4 rocksdb: Options.allow_fallocate: 1 2023-12-06T04:11:32.176 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Dec 06 04:11:32 smithi098 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi098[111615]: debug 2023-12-06T04:11:32.020+0000 7efc2a8c6880 4 rocksdb: Options.allow_mmap_reads: 0 2023-12-06T04:11:32.177 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Dec 06 04:11:32 smithi098 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi098[111615]: debug 2023-12-06T04:11:32.020+0000 7efc2a8c6880 4 rocksdb: Options.allow_mmap_writes: 0 2023-12-06T04:11:32.177 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Dec 06 04:11:32 smithi098 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi098[111615]: debug 2023-12-06T04:11:32.020+0000 7efc2a8c6880 4 rocksdb: Options.use_direct_reads: 0 2023-12-06T04:11:32.177 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Dec 06 04:11:32 smithi098 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi098[111615]: debug 2023-12-06T04:11:32.020+0000 7efc2a8c6880 4 rocksdb: Options.use_direct_io_for_flush_and_compaction: 0 2023-12-06T04:11:32.177 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Dec 06 04:11:32 smithi098 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi098[111615]: debug 2023-12-06T04:11:32.020+0000 7efc2a8c6880 4 rocksdb: Options.create_missing_column_families: 0 2023-12-06T04:11:32.177 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Dec 06 04:11:32 smithi098 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi098[111615]: debug 2023-12-06T04:11:32.020+0000 7efc2a8c6880 4 rocksdb: Options.db_log_dir: 2023-12-06T04:11:32.177 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Dec 06 04:11:32 smithi098 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi098[111615]: debug 2023-12-06T04:11:32.020+0000 7efc2a8c6880 4 rocksdb: Options.wal_dir: /var/lib/ceph/mon/ceph-smithi098/store.db 2023-12-06T04:11:32.177 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Dec 06 04:11:32 smithi098 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi098[111615]: debug 2023-12-06T04:11:32.020+0000 7efc2a8c6880 4 rocksdb: Options.table_cache_numshardbits: 6 2023-12-06T04:11:32.177 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Dec 06 04:11:32 smithi098 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi098[111615]: debug 2023-12-06T04:11:32.020+0000 7efc2a8c6880 4 rocksdb: Options.max_subcompactions: 1 2023-12-06T04:11:32.177 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Dec 06 04:11:32 smithi098 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi098[111615]: debug 2023-12-06T04:11:32.020+0000 7efc2a8c6880 4 rocksdb: Options.max_background_flushes: -1 2023-12-06T04:11:32.177 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Dec 06 04:11:32 smithi098 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi098[111615]: debug 2023-12-06T04:11:32.020+0000 7efc2a8c6880 4 rocksdb: Options.WAL_ttl_seconds: 0 2023-12-06T04:11:32.177 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Dec 06 04:11:32 smithi098 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi098[111615]: debug 2023-12-06T04:11:32.020+0000 7efc2a8c6880 4 rocksdb: Options.WAL_size_limit_MB: 0 2023-12-06T04:11:32.177 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Dec 06 04:11:32 smithi098 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi098[111615]: debug 2023-12-06T04:11:32.020+0000 7efc2a8c6880 4 rocksdb: Options.max_write_batch_group_size_bytes: 1048576 2023-12-06T04:11:32.177 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Dec 06 04:11:32 smithi098 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi098[111615]: debug 2023-12-06T04:11:32.020+0000 7efc2a8c6880 4 rocksdb: Options.manifest_preallocation_size: 4194304 2023-12-06T04:11:32.177 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Dec 06 04:11:32 smithi098 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi098[111615]: debug 2023-12-06T04:11:32.020+0000 7efc2a8c6880 4 rocksdb: Options.is_fd_close_on_exec: 1 2023-12-06T04:11:32.177 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Dec 06 04:11:32 smithi098 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi098[111615]: debug 2023-12-06T04:11:32.020+0000 7efc2a8c6880 4 rocksdb: Options.advise_random_on_open: 1 2023-12-06T04:11:32.178 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Dec 06 04:11:32 smithi098 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi098[111615]: debug 2023-12-06T04:11:32.020+0000 7efc2a8c6880 4 rocksdb: Options.db_write_buffer_size: 0 2023-12-06T04:11:32.178 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Dec 06 04:11:32 smithi098 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi098[111615]: debug 2023-12-06T04:11:32.020+0000 7efc2a8c6880 4 rocksdb: Options.write_buffer_manager: 0x560350c7e480 2023-12-06T04:11:32.178 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Dec 06 04:11:32 smithi098 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi098[111615]: debug 2023-12-06T04:11:32.020+0000 7efc2a8c6880 4 rocksdb: Options.access_hint_on_compaction_start: 1 2023-12-06T04:11:32.178 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Dec 06 04:11:32 smithi098 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi098[111615]: debug 2023-12-06T04:11:32.020+0000 7efc2a8c6880 4 rocksdb: Options.new_table_reader_for_compaction_inputs: 0 2023-12-06T04:11:32.178 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Dec 06 04:11:32 smithi098 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi098[111615]: debug 2023-12-06T04:11:32.020+0000 7efc2a8c6880 4 rocksdb: Options.random_access_max_buffer_size: 1048576 2023-12-06T04:11:32.178 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Dec 06 04:11:32 smithi098 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi098[111615]: debug 2023-12-06T04:11:32.020+0000 7efc2a8c6880 4 rocksdb: Options.use_adaptive_mutex: 0 2023-12-06T04:11:32.178 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Dec 06 04:11:32 smithi098 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi098[111615]: debug 2023-12-06T04:11:32.020+0000 7efc2a8c6880 4 rocksdb: Options.rate_limiter: (nil) 2023-12-06T04:11:32.178 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Dec 06 04:11:32 smithi098 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi098[111615]: debug 2023-12-06T04:11:32.020+0000 7efc2a8c6880 4 rocksdb: Options.sst_file_manager.rate_bytes_per_sec: 0 2023-12-06T04:11:32.178 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Dec 06 04:11:32 smithi098 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi098[111615]: debug 2023-12-06T04:11:32.020+0000 7efc2a8c6880 4 rocksdb: Options.wal_recovery_mode: 2 2023-12-06T04:11:32.178 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Dec 06 04:11:32 smithi098 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi098[111615]: debug 2023-12-06T04:11:32.020+0000 7efc2a8c6880 4 rocksdb: Options.enable_thread_tracking: 0 2023-12-06T04:11:32.178 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Dec 06 04:11:32 smithi098 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi098[111615]: debug 2023-12-06T04:11:32.020+0000 7efc2a8c6880 4 rocksdb: Options.enable_pipelined_write: 0 2023-12-06T04:11:32.178 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Dec 06 04:11:32 smithi098 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi098[111615]: debug 2023-12-06T04:11:32.020+0000 7efc2a8c6880 4 rocksdb: Options.unordered_write: 0 2023-12-06T04:11:32.178 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Dec 06 04:11:32 smithi098 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi098[111615]: debug 2023-12-06T04:11:32.020+0000 7efc2a8c6880 4 rocksdb: Options.allow_concurrent_memtable_write: 1 2023-12-06T04:11:32.178 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Dec 06 04:11:32 smithi098 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi098[111615]: debug 2023-12-06T04:11:32.020+0000 7efc2a8c6880 4 rocksdb: Options.enable_write_thread_adaptive_yield: 1 2023-12-06T04:11:32.178 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Dec 06 04:11:32 smithi098 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi098[111615]: debug 2023-12-06T04:11:32.020+0000 7efc2a8c6880 4 rocksdb: Options.write_thread_max_yield_usec: 100 2023-12-06T04:11:32.179 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Dec 06 04:11:32 smithi098 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi098[111615]: debug 2023-12-06T04:11:32.020+0000 7efc2a8c6880 4 rocksdb: Options.write_thread_slow_yield_usec: 3 2023-12-06T04:11:32.179 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Dec 06 04:11:32 smithi098 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi098[111615]: debug 2023-12-06T04:11:32.020+0000 7efc2a8c6880 4 rocksdb: Options.row_cache: None 2023-12-06T04:11:32.179 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Dec 06 04:11:32 smithi098 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi098[111615]: debug 2023-12-06T04:11:32.020+0000 7efc2a8c6880 4 rocksdb: Options.wal_filter: None 2023-12-06T04:11:32.179 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Dec 06 04:11:32 smithi098 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi098[111615]: debug 2023-12-06T04:11:32.020+0000 7efc2a8c6880 4 rocksdb: Options.avoid_flush_during_recovery: 0 2023-12-06T04:11:32.179 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Dec 06 04:11:32 smithi098 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi098[111615]: debug 2023-12-06T04:11:32.020+0000 7efc2a8c6880 4 rocksdb: Options.allow_ingest_behind: 0 2023-12-06T04:11:32.179 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Dec 06 04:11:32 smithi098 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi098[111615]: debug 2023-12-06T04:11:32.020+0000 7efc2a8c6880 4 rocksdb: Options.preserve_deletes: 0 2023-12-06T04:11:32.179 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Dec 06 04:11:32 smithi098 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi098[111615]: debug 2023-12-06T04:11:32.020+0000 7efc2a8c6880 4 rocksdb: Options.two_write_queues: 0 2023-12-06T04:11:32.179 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Dec 06 04:11:32 smithi098 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi098[111615]: debug 2023-12-06T04:11:32.020+0000 7efc2a8c6880 4 rocksdb: Options.manual_wal_flush: 0 2023-12-06T04:11:32.179 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Dec 06 04:11:32 smithi098 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi098[111615]: debug 2023-12-06T04:11:32.020+0000 7efc2a8c6880 4 rocksdb: Options.atomic_flush: 0 2023-12-06T04:11:32.179 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Dec 06 04:11:32 smithi098 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi098[111615]: debug 2023-12-06T04:11:32.020+0000 7efc2a8c6880 4 rocksdb: Options.avoid_unnecessary_blocking_io: 0 2023-12-06T04:11:32.179 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Dec 06 04:11:32 smithi098 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi098[111615]: debug 2023-12-06T04:11:32.020+0000 7efc2a8c6880 4 rocksdb: Options.persist_stats_to_disk: 0 2023-12-06T04:11:32.179 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Dec 06 04:11:32 smithi098 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi098[111615]: debug 2023-12-06T04:11:32.020+0000 7efc2a8c6880 4 rocksdb: Options.write_dbid_to_manifest: 0 2023-12-06T04:11:32.179 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Dec 06 04:11:32 smithi098 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi098[111615]: debug 2023-12-06T04:11:32.020+0000 7efc2a8c6880 4 rocksdb: Options.log_readahead_size: 0 2023-12-06T04:11:32.179 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Dec 06 04:11:32 smithi098 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi098[111615]: debug 2023-12-06T04:11:32.020+0000 7efc2a8c6880 4 rocksdb: Options.sst_file_checksum_func: Unknown 2023-12-06T04:11:32.179 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Dec 06 04:11:32 smithi098 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi098[111615]: debug 2023-12-06T04:11:32.020+0000 7efc2a8c6880 4 rocksdb: Options.max_background_jobs: 2 2023-12-06T04:11:32.180 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Dec 06 04:11:32 smithi098 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi098[111615]: debug 2023-12-06T04:11:32.020+0000 7efc2a8c6880 4 rocksdb: Options.max_background_compactions: -1 2023-12-06T04:11:32.180 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Dec 06 04:11:32 smithi098 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi098[111615]: debug 2023-12-06T04:11:32.020+0000 7efc2a8c6880 4 rocksdb: Options.avoid_flush_during_shutdown: 0 2023-12-06T04:11:32.180 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Dec 06 04:11:32 smithi098 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi098[111615]: debug 2023-12-06T04:11:32.020+0000 7efc2a8c6880 4 rocksdb: Options.writable_file_max_buffer_size: 1048576 2023-12-06T04:11:32.180 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Dec 06 04:11:32 smithi098 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi098[111615]: debug 2023-12-06T04:11:32.020+0000 7efc2a8c6880 4 rocksdb: Options.delayed_write_rate : 16777216 2023-12-06T04:11:32.180 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Dec 06 04:11:32 smithi098 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi098[111615]: debug 2023-12-06T04:11:32.020+0000 7efc2a8c6880 4 rocksdb: Options.max_total_wal_size: 0 2023-12-06T04:11:32.180 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Dec 06 04:11:32 smithi098 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi098[111615]: debug 2023-12-06T04:11:32.020+0000 7efc2a8c6880 4 rocksdb: Options.delete_obsolete_files_period_micros: 21600000000 2023-12-06T04:11:32.180 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Dec 06 04:11:32 smithi098 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi098[111615]: debug 2023-12-06T04:11:32.020+0000 7efc2a8c6880 4 rocksdb: Options.stats_dump_period_sec: 600 2023-12-06T04:11:32.180 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Dec 06 04:11:32 smithi098 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi098[111615]: debug 2023-12-06T04:11:32.020+0000 7efc2a8c6880 4 rocksdb: Options.stats_persist_period_sec: 600 2023-12-06T04:11:32.180 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Dec 06 04:11:32 smithi098 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi098[111615]: debug 2023-12-06T04:11:32.020+0000 7efc2a8c6880 4 rocksdb: Options.stats_history_buffer_size: 1048576 2023-12-06T04:11:32.180 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Dec 06 04:11:32 smithi098 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi098[111615]: debug 2023-12-06T04:11:32.020+0000 7efc2a8c6880 4 rocksdb: Options.max_open_files: -1 2023-12-06T04:11:32.180 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Dec 06 04:11:32 smithi098 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi098[111615]: debug 2023-12-06T04:11:32.020+0000 7efc2a8c6880 4 rocksdb: Options.bytes_per_sync: 0 2023-12-06T04:11:32.180 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Dec 06 04:11:32 smithi098 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi098[111615]: debug 2023-12-06T04:11:32.020+0000 7efc2a8c6880 4 rocksdb: Options.wal_bytes_per_sync: 0 2023-12-06T04:11:32.180 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Dec 06 04:11:32 smithi098 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi098[111615]: debug 2023-12-06T04:11:32.020+0000 7efc2a8c6880 4 rocksdb: Options.strict_bytes_per_sync: 0 2023-12-06T04:11:32.180 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Dec 06 04:11:32 smithi098 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi098[111615]: debug 2023-12-06T04:11:32.020+0000 7efc2a8c6880 4 rocksdb: Options.compaction_readahead_size: 0 2023-12-06T04:11:32.180 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Dec 06 04:11:32 smithi098 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi098[111615]: debug 2023-12-06T04:11:32.020+0000 7efc2a8c6880 4 rocksdb: Compression algorithms supported: 2023-12-06T04:11:32.181 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Dec 06 04:11:32 smithi098 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi098[111615]: debug 2023-12-06T04:11:32.020+0000 7efc2a8c6880 4 rocksdb: kZSTDNotFinalCompression supported: 0 2023-12-06T04:11:32.181 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Dec 06 04:11:32 smithi098 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi098[111615]: debug 2023-12-06T04:11:32.020+0000 7efc2a8c6880 4 rocksdb: kZSTD supported: 0 2023-12-06T04:11:32.181 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Dec 06 04:11:32 smithi098 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi098[111615]: debug 2023-12-06T04:11:32.020+0000 7efc2a8c6880 4 rocksdb: kXpressCompression supported: 0 2023-12-06T04:11:32.181 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Dec 06 04:11:32 smithi098 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi098[111615]: debug 2023-12-06T04:11:32.020+0000 7efc2a8c6880 4 rocksdb: kLZ4HCCompression supported: 1 2023-12-06T04:11:32.181 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Dec 06 04:11:32 smithi098 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi098[111615]: debug 2023-12-06T04:11:32.020+0000 7efc2a8c6880 4 rocksdb: kLZ4Compression supported: 1 2023-12-06T04:11:32.181 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Dec 06 04:11:32 smithi098 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi098[111615]: debug 2023-12-06T04:11:32.020+0000 7efc2a8c6880 4 rocksdb: kBZip2Compression supported: 0 2023-12-06T04:11:32.181 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Dec 06 04:11:32 smithi098 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi098[111615]: debug 2023-12-06T04:11:32.020+0000 7efc2a8c6880 4 rocksdb: kZlibCompression supported: 1 2023-12-06T04:11:32.181 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Dec 06 04:11:32 smithi098 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi098[111615]: debug 2023-12-06T04:11:32.020+0000 7efc2a8c6880 4 rocksdb: kSnappyCompression supported: 1 2023-12-06T04:11:32.181 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Dec 06 04:11:32 smithi098 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi098[111615]: debug 2023-12-06T04:11:32.020+0000 7efc2a8c6880 4 rocksdb: Fast CRC32 supported: Supported on x86 2023-12-06T04:11:32.181 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Dec 06 04:11:32 smithi098 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi098[111615]: debug 2023-12-06T04:11:32.021+0000 7efc2a8c6880 4 rocksdb: [version_set.cc:4413] Recovering from manifest file: /var/lib/ceph/mon/ceph-smithi098/store.db/MANIFEST-000001 2023-12-06T04:11:32.181 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Dec 06 04:11:32 smithi098 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi098[111615]: 2023-12-06T04:11:32.181 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Dec 06 04:11:32 smithi098 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi098[111615]: debug 2023-12-06T04:11:32.021+0000 7efc2a8c6880 4 rocksdb: [column_family.cc:552] --------------- Options for column family [default]: 2023-12-06T04:11:32.181 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Dec 06 04:11:32 smithi098 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi098[111615]: 2023-12-06T04:11:32.181 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Dec 06 04:11:32 smithi098 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi098[111615]: debug 2023-12-06T04:11:32.021+0000 7efc2a8c6880 4 rocksdb: Options.comparator: leveldb.BytewiseComparator 2023-12-06T04:11:32.181 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Dec 06 04:11:32 smithi098 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi098[111615]: debug 2023-12-06T04:11:32.021+0000 7efc2a8c6880 4 rocksdb: Options.merge_operator: 2023-12-06T04:11:32.181 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Dec 06 04:11:32 smithi098 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi098[111615]: debug 2023-12-06T04:11:32.021+0000 7efc2a8c6880 4 rocksdb: Options.compaction_filter: None 2023-12-06T04:11:32.182 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Dec 06 04:11:32 smithi098 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi098[111615]: debug 2023-12-06T04:11:32.021+0000 7efc2a8c6880 4 rocksdb: Options.compaction_filter_factory: None 2023-12-06T04:11:32.182 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Dec 06 04:11:32 smithi098 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi098[111615]: debug 2023-12-06T04:11:32.021+0000 7efc2a8c6880 4 rocksdb: Options.memtable_factory: SkipListFactory 2023-12-06T04:11:32.182 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Dec 06 04:11:32 smithi098 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi098[111615]: debug 2023-12-06T04:11:32.021+0000 7efc2a8c6880 4 rocksdb: Options.table_factory: BlockBasedTable 2023-12-06T04:11:32.182 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Dec 06 04:11:32 smithi098 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi098[111615]: debug 2023-12-06T04:11:32.021+0000 7efc2a8c6880 4 rocksdb: table_factory options: flush_block_policy_factory: FlushBlockBySizePolicyFactory (0x56034ffd7d28) 2023-12-06T04:11:32.182 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Dec 06 04:11:32 smithi098 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi098[111615]: cache_index_and_filter_blocks: 1 2023-12-06T04:11:32.182 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Dec 06 04:11:32 smithi098 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi098[111615]: cache_index_and_filter_blocks_with_high_priority: 0 2023-12-06T04:11:32.182 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Dec 06 04:11:32 smithi098 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi098[111615]: pin_l0_filter_and_index_blocks_in_cache: 0 2023-12-06T04:11:32.182 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Dec 06 04:11:32 smithi098 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi098[111615]: pin_top_level_index_and_filter: 1 2023-12-06T04:11:32.182 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Dec 06 04:11:32 smithi098 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi098[111615]: index_type: 0 2023-12-06T04:11:32.182 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Dec 06 04:11:32 smithi098 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi098[111615]: data_block_index_type: 0 2023-12-06T04:11:32.182 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Dec 06 04:11:32 smithi098 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi098[111615]: index_shortening: 1 2023-12-06T04:11:32.182 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Dec 06 04:11:32 smithi098 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi098[111615]: data_block_hash_table_util_ratio: 0.750000 2023-12-06T04:11:32.182 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Dec 06 04:11:32 smithi098 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi098[111615]: hash_index_allow_collision: 1 2023-12-06T04:11:32.182 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Dec 06 04:11:32 smithi098 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi098[111615]: checksum: 1 2023-12-06T04:11:32.182 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Dec 06 04:11:32 smithi098 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi098[111615]: no_block_cache: 0 2023-12-06T04:11:32.183 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Dec 06 04:11:32 smithi098 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi098[111615]: block_cache: 0x56035000cf10 2023-12-06T04:11:32.183 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Dec 06 04:11:32 smithi098 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi098[111615]: block_cache_name: BinnedLRUCache 2023-12-06T04:11:32.183 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Dec 06 04:11:32 smithi098 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi098[111615]: block_cache_options: 2023-12-06T04:11:32.183 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Dec 06 04:11:32 smithi098 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi098[111615]: capacity : 536870912 2023-12-06T04:11:32.183 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Dec 06 04:11:32 smithi098 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi098[111615]: num_shard_bits : 4 2023-12-06T04:11:32.183 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Dec 06 04:11:32 smithi098 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi098[111615]: strict_capacity_limit : 0 2023-12-06T04:11:32.184 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Dec 06 04:11:32 smithi098 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi098[111615]: high_pri_pool_ratio: 0.000 2023-12-06T04:11:32.184 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Dec 06 04:11:32 smithi098 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi098[111615]: block_cache_compressed: (nil) 2023-12-06T04:11:32.184 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Dec 06 04:11:32 smithi098 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi098[111615]: persistent_cache: (nil) 2023-12-06T04:11:32.184 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Dec 06 04:11:32 smithi098 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi098[111615]: block_size: 4096 2023-12-06T04:11:32.184 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Dec 06 04:11:32 smithi098 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi098[111615]: block_size_deviation: 10 2023-12-06T04:11:32.184 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Dec 06 04:11:32 smithi098 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi098[111615]: block_restart_interval: 16 2023-12-06T04:11:32.184 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Dec 06 04:11:32 smithi098 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi098[111615]: index_block_restart_interval: 1 2023-12-06T04:11:32.185 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Dec 06 04:11:32 smithi098 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi098[111615]: metadata_block_size: 4096 2023-12-06T04:11:32.185 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Dec 06 04:11:32 smithi098 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi098[111615]: partition_filters: 0 2023-12-06T04:11:32.185 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Dec 06 04:11:32 smithi098 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi098[111615]: use_delta_encoding: 1 2023-12-06T04:11:32.185 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Dec 06 04:11:32 smithi098 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi098[111615]: filter_policy: rocksdb.BuiltinBloomFilter 2023-12-06T04:11:32.185 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Dec 06 04:11:32 smithi098 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi098[111615]: whole_key_filtering: 1 2023-12-06T04:11:32.185 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Dec 06 04:11:32 smithi098 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi098[111615]: verify_compression: 0 2023-12-06T04:11:32.185 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Dec 06 04:11:32 smithi098 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi098[111615]: read_amp_bytes_per_bit: 0 2023-12-06T04:11:32.185 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Dec 06 04:11:32 smithi098 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi098[111615]: format_version: 2 2023-12-06T04:11:32.185 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Dec 06 04:11:32 smithi098 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi098[111615]: enable_index_compression: 1 2023-12-06T04:11:32.185 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Dec 06 04:11:32 smithi098 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi098[111615]: block_align: 0 2023-12-06T04:11:32.185 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Dec 06 04:11:32 smithi098 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi098[111615]: 2023-12-06T04:11:32.185 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Dec 06 04:11:32 smithi098 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi098[111615]: debug 2023-12-06T04:11:32.021+0000 7efc2a8c6880 4 rocksdb: Options.write_buffer_size: 33554432 2023-12-06T04:11:32.185 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Dec 06 04:11:32 smithi098 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi098[111615]: debug 2023-12-06T04:11:32.021+0000 7efc2a8c6880 4 rocksdb: Options.max_write_buffer_number: 2 2023-12-06T04:11:32.185 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Dec 06 04:11:32 smithi098 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi098[111615]: debug 2023-12-06T04:11:32.021+0000 7efc2a8c6880 4 rocksdb: Options.compression: NoCompression 2023-12-06T04:11:32.185 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Dec 06 04:11:32 smithi098 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi098[111615]: debug 2023-12-06T04:11:32.021+0000 7efc2a8c6880 4 rocksdb: Options.bottommost_compression: Disabled 2023-12-06T04:11:32.186 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Dec 06 04:11:32 smithi098 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi098[111615]: debug 2023-12-06T04:11:32.021+0000 7efc2a8c6880 4 rocksdb: Options.prefix_extractor: nullptr 2023-12-06T04:11:32.186 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Dec 06 04:11:32 smithi098 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi098[111615]: debug 2023-12-06T04:11:32.021+0000 7efc2a8c6880 4 rocksdb: Options.memtable_insert_with_hint_prefix_extractor: nullptr 2023-12-06T04:11:32.186 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Dec 06 04:11:32 smithi098 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi098[111615]: debug 2023-12-06T04:11:32.021+0000 7efc2a8c6880 4 rocksdb: Options.num_levels: 7 2023-12-06T04:11:32.186 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Dec 06 04:11:32 smithi098 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi098[111615]: debug 2023-12-06T04:11:32.021+0000 7efc2a8c6880 4 rocksdb: Options.min_write_buffer_number_to_merge: 1 2023-12-06T04:11:32.186 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Dec 06 04:11:32 smithi098 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi098[111615]: debug 2023-12-06T04:11:32.021+0000 7efc2a8c6880 4 rocksdb: Options.max_write_buffer_number_to_maintain: 0 2023-12-06T04:11:32.186 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Dec 06 04:11:32 smithi098 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi098[111615]: debug 2023-12-06T04:11:32.021+0000 7efc2a8c6880 4 rocksdb: Options.max_write_buffer_size_to_maintain: 0 2023-12-06T04:11:32.186 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Dec 06 04:11:32 smithi098 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi098[111615]: debug 2023-12-06T04:11:32.021+0000 7efc2a8c6880 4 rocksdb: Options.bottommost_compression_opts.window_bits: -14 2023-12-06T04:11:32.186 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Dec 06 04:11:32 smithi098 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi098[111615]: debug 2023-12-06T04:11:32.021+0000 7efc2a8c6880 4 rocksdb: Options.bottommost_compression_opts.level: 32767 2023-12-06T04:11:32.186 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Dec 06 04:11:32 smithi098 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi098[111615]: debug 2023-12-06T04:11:32.021+0000 7efc2a8c6880 4 rocksdb: Options.bottommost_compression_opts.strategy: 0 2023-12-06T04:11:32.186 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Dec 06 04:11:32 smithi098 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi098[111615]: debug 2023-12-06T04:11:32.021+0000 7efc2a8c6880 4 rocksdb: Options.bottommost_compression_opts.max_dict_bytes: 0 2023-12-06T04:11:32.186 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Dec 06 04:11:32 smithi098 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi098[111615]: debug 2023-12-06T04:11:32.021+0000 7efc2a8c6880 4 rocksdb: Options.bottommost_compression_opts.zstd_max_train_bytes: 0 2023-12-06T04:11:32.186 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Dec 06 04:11:32 smithi098 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi098[111615]: debug 2023-12-06T04:11:32.021+0000 7efc2a8c6880 4 rocksdb: Options.bottommost_compression_opts.enabled: false 2023-12-06T04:11:32.186 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Dec 06 04:11:32 smithi098 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi098[111615]: debug 2023-12-06T04:11:32.021+0000 7efc2a8c6880 4 rocksdb: Options.compression_opts.window_bits: -14 2023-12-06T04:11:32.186 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Dec 06 04:11:32 smithi098 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi098[111615]: debug 2023-12-06T04:11:32.021+0000 7efc2a8c6880 4 rocksdb: Options.compression_opts.level: 32767 2023-12-06T04:11:32.186 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Dec 06 04:11:32 smithi098 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi098[111615]: debug 2023-12-06T04:11:32.021+0000 7efc2a8c6880 4 rocksdb: Options.compression_opts.strategy: 0 2023-12-06T04:11:32.186 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Dec 06 04:11:32 smithi098 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi098[111615]: debug 2023-12-06T04:11:32.021+0000 7efc2a8c6880 4 rocksdb: Options.compression_opts.max_dict_bytes: 0 2023-12-06T04:11:32.187 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Dec 06 04:11:32 smithi098 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi098[111615]: debug 2023-12-06T04:11:32.021+0000 7efc2a8c6880 4 rocksdb: Options.compression_opts.zstd_max_train_bytes: 0 2023-12-06T04:11:32.187 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Dec 06 04:11:32 smithi098 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi098[111615]: debug 2023-12-06T04:11:32.021+0000 7efc2a8c6880 4 rocksdb: Options.compression_opts.enabled: false 2023-12-06T04:11:32.187 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Dec 06 04:11:32 smithi098 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi098[111615]: debug 2023-12-06T04:11:32.021+0000 7efc2a8c6880 4 rocksdb: Options.level0_file_num_compaction_trigger: 4 2023-12-06T04:11:32.187 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Dec 06 04:11:32 smithi098 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi098[111615]: debug 2023-12-06T04:11:32.021+0000 7efc2a8c6880 4 rocksdb: Options.level0_slowdown_writes_trigger: 20 2023-12-06T04:11:32.187 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Dec 06 04:11:32 smithi098 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi098[111615]: debug 2023-12-06T04:11:32.021+0000 7efc2a8c6880 4 rocksdb: Options.level0_stop_writes_trigger: 36 2023-12-06T04:11:32.187 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Dec 06 04:11:32 smithi098 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi098[111615]: debug 2023-12-06T04:11:32.021+0000 7efc2a8c6880 4 rocksdb: Options.target_file_size_base: 67108864 2023-12-06T04:11:32.187 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Dec 06 04:11:32 smithi098 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi098[111615]: debug 2023-12-06T04:11:32.021+0000 7efc2a8c6880 4 rocksdb: Options.target_file_size_multiplier: 1 2023-12-06T04:11:32.187 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Dec 06 04:11:32 smithi098 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi098[111615]: debug 2023-12-06T04:11:32.021+0000 7efc2a8c6880 4 rocksdb: Options.max_bytes_for_level_base: 268435456 2023-12-06T04:11:32.187 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Dec 06 04:11:32 smithi098 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi098[111615]: debug 2023-12-06T04:11:32.021+0000 7efc2a8c6880 4 rocksdb: Options.level_compaction_dynamic_level_bytes: 1 2023-12-06T04:11:32.187 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Dec 06 04:11:32 smithi098 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi098[111615]: debug 2023-12-06T04:11:32.021+0000 7efc2a8c6880 4 rocksdb: Options.max_bytes_for_level_multiplier: 10.000000 2023-12-06T04:11:32.187 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Dec 06 04:11:32 smithi098 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi098[111615]: debug 2023-12-06T04:11:32.021+0000 7efc2a8c6880 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[0]: 1 2023-12-06T04:11:32.187 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Dec 06 04:11:32 smithi098 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi098[111615]: debug 2023-12-06T04:11:32.021+0000 7efc2a8c6880 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[1]: 1 2023-12-06T04:11:32.187 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Dec 06 04:11:32 smithi098 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi098[111615]: debug 2023-12-06T04:11:32.021+0000 7efc2a8c6880 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[2]: 1 2023-12-06T04:11:32.188 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Dec 06 04:11:32 smithi098 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi098[111615]: debug 2023-12-06T04:11:32.021+0000 7efc2a8c6880 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[3]: 1 2023-12-06T04:11:32.188 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Dec 06 04:11:32 smithi098 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi098[111615]: debug 2023-12-06T04:11:32.021+0000 7efc2a8c6880 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[4]: 1 2023-12-06T04:11:32.188 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Dec 06 04:11:32 smithi098 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi098[111615]: debug 2023-12-06T04:11:32.021+0000 7efc2a8c6880 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[5]: 1 2023-12-06T04:11:32.188 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Dec 06 04:11:32 smithi098 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi098[111615]: debug 2023-12-06T04:11:32.021+0000 7efc2a8c6880 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[6]: 1 2023-12-06T04:11:32.188 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Dec 06 04:11:32 smithi098 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi098[111615]: debug 2023-12-06T04:11:32.021+0000 7efc2a8c6880 4 rocksdb: Options.max_sequential_skip_in_iterations: 8 2023-12-06T04:11:32.188 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Dec 06 04:11:32 smithi098 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi098[111615]: debug 2023-12-06T04:11:32.021+0000 7efc2a8c6880 4 rocksdb: Options.max_compaction_bytes: 1677721600 2023-12-06T04:11:32.188 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Dec 06 04:11:32 smithi098 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi098[111615]: debug 2023-12-06T04:11:32.021+0000 7efc2a8c6880 4 rocksdb: Options.arena_block_size: 4194304 2023-12-06T04:11:32.188 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Dec 06 04:11:32 smithi098 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi098[111615]: debug 2023-12-06T04:11:32.021+0000 7efc2a8c6880 4 rocksdb: Options.soft_pending_compaction_bytes_limit: 68719476736 2023-12-06T04:11:32.188 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Dec 06 04:11:32 smithi098 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi098[111615]: debug 2023-12-06T04:11:32.021+0000 7efc2a8c6880 4 rocksdb: Options.hard_pending_compaction_bytes_limit: 274877906944 2023-12-06T04:11:32.188 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Dec 06 04:11:32 smithi098 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi098[111615]: debug 2023-12-06T04:11:32.021+0000 7efc2a8c6880 4 rocksdb: Options.rate_limit_delay_max_milliseconds: 100 2023-12-06T04:11:32.188 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Dec 06 04:11:32 smithi098 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi098[111615]: debug 2023-12-06T04:11:32.021+0000 7efc2a8c6880 4 rocksdb: Options.disable_auto_compactions: 0 2023-12-06T04:11:32.188 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Dec 06 04:11:32 smithi098 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi098[111615]: debug 2023-12-06T04:11:32.021+0000 7efc2a8c6880 4 rocksdb: Options.compaction_style: kCompactionStyleLevel 2023-12-06T04:11:32.188 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Dec 06 04:11:32 smithi098 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi098[111615]: debug 2023-12-06T04:11:32.021+0000 7efc2a8c6880 4 rocksdb: Options.compaction_pri: kMinOverlappingRatio 2023-12-06T04:11:32.188 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Dec 06 04:11:32 smithi098 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi098[111615]: debug 2023-12-06T04:11:32.021+0000 7efc2a8c6880 4 rocksdb: Options.compaction_options_universal.size_ratio: 1 2023-12-06T04:11:32.188 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Dec 06 04:11:32 smithi098 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi098[111615]: debug 2023-12-06T04:11:32.021+0000 7efc2a8c6880 4 rocksdb: Options.compaction_options_universal.min_merge_width: 2 2023-12-06T04:11:32.189 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Dec 06 04:11:32 smithi098 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi098[111615]: debug 2023-12-06T04:11:32.021+0000 7efc2a8c6880 4 rocksdb: Options.compaction_options_universal.max_merge_width: 4294967295 2023-12-06T04:11:32.189 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Dec 06 04:11:32 smithi098 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi098[111615]: debug 2023-12-06T04:11:32.021+0000 7efc2a8c6880 4 rocksdb: Options.compaction_options_universal.max_size_amplification_percent: 200 2023-12-06T04:11:32.189 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Dec 06 04:11:32 smithi098 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi098[111615]: debug 2023-12-06T04:11:32.021+0000 7efc2a8c6880 4 rocksdb: Options.compaction_options_universal.compression_size_percent: -1 2023-12-06T04:11:32.189 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Dec 06 04:11:32 smithi098 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi098[111615]: debug 2023-12-06T04:11:32.021+0000 7efc2a8c6880 4 rocksdb: Options.compaction_options_universal.stop_style: kCompactionStopStyleTotalSize 2023-12-06T04:11:32.189 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Dec 06 04:11:32 smithi098 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi098[111615]: debug 2023-12-06T04:11:32.021+0000 7efc2a8c6880 4 rocksdb: Options.compaction_options_fifo.max_table_files_size: 1073741824 2023-12-06T04:11:32.189 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Dec 06 04:11:32 smithi098 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi098[111615]: debug 2023-12-06T04:11:32.021+0000 7efc2a8c6880 4 rocksdb: Options.compaction_options_fifo.allow_compaction: 0 2023-12-06T04:11:32.189 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Dec 06 04:11:32 smithi098 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi098[111615]: debug 2023-12-06T04:11:32.021+0000 7efc2a8c6880 4 rocksdb: Options.table_properties_collectors: 2023-12-06T04:11:32.189 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Dec 06 04:11:32 smithi098 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi098[111615]: debug 2023-12-06T04:11:32.021+0000 7efc2a8c6880 4 rocksdb: Options.inplace_update_support: 0 2023-12-06T04:11:32.189 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Dec 06 04:11:32 smithi098 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi098[111615]: debug 2023-12-06T04:11:32.021+0000 7efc2a8c6880 4 rocksdb: Options.inplace_update_num_locks: 10000 2023-12-06T04:11:32.189 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Dec 06 04:11:32 smithi098 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi098[111615]: debug 2023-12-06T04:11:32.021+0000 7efc2a8c6880 4 rocksdb: Options.memtable_prefix_bloom_size_ratio: 0.000000 2023-12-06T04:11:32.189 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Dec 06 04:11:32 smithi098 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi098[111615]: debug 2023-12-06T04:11:32.021+0000 7efc2a8c6880 4 rocksdb: Options.memtable_whole_key_filtering: 0 2023-12-06T04:11:32.189 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Dec 06 04:11:32 smithi098 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi098[111615]: debug 2023-12-06T04:11:32.021+0000 7efc2a8c6880 4 rocksdb: Options.memtable_huge_page_size: 0 2023-12-06T04:11:32.189 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Dec 06 04:11:32 smithi098 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi098[111615]: debug 2023-12-06T04:11:32.021+0000 7efc2a8c6880 4 rocksdb: Options.bloom_locality: 0 2023-12-06T04:11:32.189 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Dec 06 04:11:32 smithi098 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi098[111615]: debug 2023-12-06T04:11:32.021+0000 7efc2a8c6880 4 rocksdb: Options.max_successive_merges: 0 2023-12-06T04:11:32.189 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Dec 06 04:11:32 smithi098 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi098[111615]: debug 2023-12-06T04:11:32.021+0000 7efc2a8c6880 4 rocksdb: Options.optimize_filters_for_hits: 0 2023-12-06T04:11:32.189 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Dec 06 04:11:32 smithi098 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi098[111615]: debug 2023-12-06T04:11:32.021+0000 7efc2a8c6880 4 rocksdb: Options.paranoid_file_checks: 0 2023-12-06T04:11:32.190 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Dec 06 04:11:32 smithi098 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi098[111615]: debug 2023-12-06T04:11:32.021+0000 7efc2a8c6880 4 rocksdb: Options.force_consistency_checks: 0 2023-12-06T04:11:32.190 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Dec 06 04:11:32 smithi098 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi098[111615]: debug 2023-12-06T04:11:32.021+0000 7efc2a8c6880 4 rocksdb: Options.report_bg_io_stats: 0 2023-12-06T04:11:32.190 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Dec 06 04:11:32 smithi098 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi098[111615]: debug 2023-12-06T04:11:32.021+0000 7efc2a8c6880 4 rocksdb: Options.ttl: 2592000 2023-12-06T04:11:32.190 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Dec 06 04:11:32 smithi098 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi098[111615]: debug 2023-12-06T04:11:32.021+0000 7efc2a8c6880 4 rocksdb: Options.periodic_compaction_seconds: 0 2023-12-06T04:11:32.190 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Dec 06 04:11:32 smithi098 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi098[111615]: debug 2023-12-06T04:11:32.021+0000 7efc2a8c6880 4 rocksdb: [version_set.cc:4568] Recovered from manifest file:/var/lib/ceph/mon/ceph-smithi098/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-12-06T04:11:32.190 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Dec 06 04:11:32 smithi098 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi098[111615]: 2023-12-06T04:11:32.190 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Dec 06 04:11:32 smithi098 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi098[111615]: debug 2023-12-06T04:11:32.021+0000 7efc2a8c6880 4 rocksdb: [version_set.cc:4577] Column family [default] (ID 0), log number is 0 2023-12-06T04:11:32.190 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Dec 06 04:11:32 smithi098 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi098[111615]: 2023-12-06T04:11:32.190 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Dec 06 04:11:32 smithi098 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi098[111615]: debug 2023-12-06T04:11:32.021+0000 7efc2a8c6880 4 rocksdb: EVENT_LOG_v1 {"time_micros": 1701835892022874, "job": 1, "event": "recovery_started", "log_files": [3]} 2023-12-06T04:11:32.190 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Dec 06 04:11:32 smithi098 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi098[111615]: debug 2023-12-06T04:11:32.021+0000 7efc2a8c6880 4 rocksdb: [db_impl/db_impl_open.cc:760] Recovering log #3 mode 2 2023-12-06T04:11:32.190 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Dec 06 04:11:32 smithi098 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi098[111615]: debug 2023-12-06T04:11:32.021+0000 7efc2a8c6880 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-12-06T04:11:32.190 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Dec 06 04:11:32 smithi098 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi098[111615]: debug 2023-12-06T04:11:32.022+0000 7efc2a8c6880 4 rocksdb: EVENT_LOG_v1 {"time_micros": 1701835892023359, "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": 1701835892, "oldest_key_time": 3, "file_creation_time": 0}} 2023-12-06T04:11:32.190 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Dec 06 04:11:32 smithi098 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi098[111615]: debug 2023-12-06T04:11:32.022+0000 7efc2a8c6880 4 rocksdb: [version_set.cc:3826] Creating manifest 5 2023-12-06T04:11:32.190 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Dec 06 04:11:32 smithi098 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi098[111615]: 2023-12-06T04:11:32.191 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Dec 06 04:11:32 smithi098 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi098[111615]: debug 2023-12-06T04:11:32.022+0000 7efc2a8c6880 4 rocksdb: EVENT_LOG_v1 {"time_micros": 1701835892023743, "job": 1, "event": "recovery_finished"} 2023-12-06T04:11:32.191 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Dec 06 04:11:32 smithi098 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi098[111615]: debug 2023-12-06T04:11:32.023+0000 7efc2a8c6880 4 rocksdb: DB pointer 0x5603500d5800 2023-12-06T04:11:32.191 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Dec 06 04:11:32 smithi098 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi098[111615]: debug 2023-12-06T04:11:32.023+0000 7efc116cc700 4 rocksdb: [db_impl/db_impl.cc:850] ------- DUMPING STATS ------- 2023-12-06T04:11:32.191 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Dec 06 04:11:32 smithi098 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi098[111615]: debug 2023-12-06T04:11:32.023+0000 7efc116cc700 4 rocksdb: [db_impl/db_impl.cc:851] 2023-12-06T04:11:32.191 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Dec 06 04:11:32 smithi098 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi098[111615]: ** DB Stats ** 2023-12-06T04:11:32.191 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Dec 06 04:11:32 smithi098 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi098[111615]: Uptime(secs): 0.0 total, 0.0 interval 2023-12-06T04:11:32.191 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Dec 06 04:11:32 smithi098 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi098[111615]: Cumulative writes: 0 writes, 0 keys, 0 commit groups, 0.0 writes per commit group, ingest: 0.00 GB, 0.00 MB/s 2023-12-06T04:11:32.191 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Dec 06 04:11:32 smithi098 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi098[111615]: Cumulative WAL: 0 writes, 0 syncs, 0.00 writes per sync, written: 0.00 GB, 0.00 MB/s 2023-12-06T04:11:32.191 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Dec 06 04:11:32 smithi098 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi098[111615]: Cumulative stall: 00:00:0.000 H:M:S, 0.0 percent 2023-12-06T04:11:32.191 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Dec 06 04:11:32 smithi098 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi098[111615]: Interval writes: 0 writes, 0 keys, 0 commit groups, 0.0 writes per commit group, ingest: 0.00 MB, 0.00 MB/s 2023-12-06T04:11:32.191 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Dec 06 04:11:32 smithi098 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi098[111615]: Interval WAL: 0 writes, 0 syncs, 0.00 writes per sync, written: 0.00 MB, 0.00 MB/s 2023-12-06T04:11:32.191 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Dec 06 04:11:32 smithi098 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi098[111615]: Interval stall: 00:00:0.000 H:M:S, 0.0 percent 2023-12-06T04:11:32.191 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Dec 06 04:11:32 smithi098 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi098[111615]: 2023-12-06T04:11:32.191 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Dec 06 04:11:32 smithi098 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi098[111615]: ** Compaction Stats [default] ** 2023-12-06T04:11:32.191 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Dec 06 04:11:32 smithi098 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi098[111615]: 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-12-06T04:11:32.192 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Dec 06 04:11:32 smithi098 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi098[111615]: ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2023-12-06T04:11:32.192 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Dec 06 04:11:32 smithi098 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi098[111615]: 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.1 0.00 0.00 1 0.000 0 0 2023-12-06T04:11:32.192 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Dec 06 04:11:32 smithi098 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi098[111615]: 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.1 0.00 0.00 1 0.000 0 0 2023-12-06T04:11:32.192 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Dec 06 04:11:32 smithi098 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi098[111615]: 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.1 0.00 0.00 1 0.000 0 0 2023-12-06T04:11:32.192 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Dec 06 04:11:32 smithi098 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi098[111615]: 2023-12-06T04:11:32.192 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Dec 06 04:11:32 smithi098 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi098[111615]: ** Compaction Stats [default] ** 2023-12-06T04:11:32.192 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Dec 06 04:11:32 smithi098 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi098[111615]: 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-12-06T04:11:32.192 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Dec 06 04:11:32 smithi098 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi098[111615]: ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2023-12-06T04:11:32.192 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Dec 06 04:11:32 smithi098 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi098[111615]: 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.1 0.00 0.00 1 0.000 0 0 2023-12-06T04:11:32.192 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Dec 06 04:11:32 smithi098 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi098[111615]: Uptime(secs): 0.0 total, 0.0 interval 2023-12-06T04:11:32.192 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Dec 06 04:11:32 smithi098 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi098[111615]: Flush(GB): cumulative 0.000, interval 0.000 2023-12-06T04:11:32.192 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Dec 06 04:11:32 smithi098 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi098[111615]: AddFile(GB): cumulative 0.000, interval 0.000 2023-12-06T04:11:32.192 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Dec 06 04:11:32 smithi098 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi098[111615]: AddFile(Total Files): cumulative 0, interval 0 2023-12-06T04:11:32.192 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Dec 06 04:11:32 smithi098 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi098[111615]: AddFile(L0 Files): cumulative 0, interval 0 2023-12-06T04:11:32.192 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Dec 06 04:11:32 smithi098 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi098[111615]: AddFile(Keys): cumulative 0, interval 0 2023-12-06T04:11:32.192 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Dec 06 04:11:32 smithi098 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi098[111615]: Cumulative compaction: 0.00 GB write, 0.58 MB/s write, 0.00 GB read, 0.00 MB/s read, 0.0 seconds 2023-12-06T04:11:32.193 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Dec 06 04:11:32 smithi098 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi098[111615]: Interval compaction: 0.00 GB write, 0.58 MB/s write, 0.00 GB read, 0.00 MB/s read, 0.0 seconds 2023-12-06T04:11:32.193 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Dec 06 04:11:32 smithi098 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi098[111615]: 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-12-06T04:11:32.193 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Dec 06 04:11:32 smithi098 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi098[111615]: 2023-12-06T04:11:32.193 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Dec 06 04:11:32 smithi098 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi098[111615]: ** File Read Latency Histogram By Level [default] ** 2023-12-06T04:11:32.193 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Dec 06 04:11:32 smithi098 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi098[111615]: 2023-12-06T04:11:32.193 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Dec 06 04:11:32 smithi098 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi098[111615]: ** Compaction Stats [default] ** 2023-12-06T04:11:32.193 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Dec 06 04:11:32 smithi098 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi098[111615]: 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-12-06T04:11:32.193 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Dec 06 04:11:32 smithi098 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi098[111615]: ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2023-12-06T04:11:32.193 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Dec 06 04:11:32 smithi098 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi098[111615]: 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.1 0.00 0.00 1 0.000 0 0 2023-12-06T04:11:32.193 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Dec 06 04:11:32 smithi098 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi098[111615]: 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.1 0.00 0.00 1 0.000 0 0 2023-12-06T04:11:32.193 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Dec 06 04:11:32 smithi098 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi098[111615]: 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-12-06T04:11:32.193 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Dec 06 04:11:32 smithi098 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi098[111615]: 2023-12-06T04:11:32.193 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Dec 06 04:11:32 smithi098 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi098[111615]: ** Compaction Stats [default] ** 2023-12-06T04:11:32.193 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Dec 06 04:11:32 smithi098 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi098[111615]: 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-12-06T04:11:32.193 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Dec 06 04:11:32 smithi098 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi098[111615]: ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2023-12-06T04:11:32.193 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Dec 06 04:11:32 smithi098 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi098[111615]: 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.1 0.00 0.00 1 0.000 0 0 2023-12-06T04:11:32.194 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Dec 06 04:11:32 smithi098 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi098[111615]: Uptime(secs): 0.0 total, 0.0 interval 2023-12-06T04:11:32.194 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Dec 06 04:11:32 smithi098 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi098[111615]: Flush(GB): cumulative 0.000, interval 0.000 2023-12-06T04:11:32.194 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Dec 06 04:11:32 smithi098 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi098[111615]: AddFile(GB): cumulative 0.000, interval 0.000 2023-12-06T04:11:32.194 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Dec 06 04:11:32 smithi098 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi098[111615]: AddFile(Total Files): cumulative 0, interval 0 2023-12-06T04:11:32.194 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Dec 06 04:11:32 smithi098 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi098[111615]: AddFile(L0 Files): cumulative 0, interval 0 2023-12-06T04:11:32.194 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Dec 06 04:11:32 smithi098 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi098[111615]: AddFile(Keys): cumulative 0, interval 0 2023-12-06T04:11:32.194 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Dec 06 04:11:32 smithi098 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi098[111615]: Cumulative compaction: 0.00 GB write, 0.57 MB/s write, 0.00 GB read, 0.00 MB/s read, 0.0 seconds 2023-12-06T04:11:32.194 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Dec 06 04:11:32 smithi098 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi098[111615]: Interval compaction: 0.00 GB write, 0.00 MB/s write, 0.00 GB read, 0.00 MB/s read, 0.0 seconds 2023-12-06T04:11:32.194 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Dec 06 04:11:32 smithi098 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi098[111615]: 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-12-06T04:11:32.194 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Dec 06 04:11:32 smithi098 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi098[111615]: 2023-12-06T04:11:32.194 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Dec 06 04:11:32 smithi098 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi098[111615]: ** File Read Latency Histogram By Level [default] ** 2023-12-06T04:11:32.194 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Dec 06 04:11:32 smithi098 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi098[111615]: 2023-12-06T04:11:32.194 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Dec 06 04:11:32 smithi098 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi098[111615]: debug 2023-12-06T04:11:32.023+0000 7efc2a8c6880 0 mon.smithi098 does not exist in monmap, will attempt to join an existing cluster 2023-12-06T04:11:32.194 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Dec 06 04:11:32 smithi098 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi098[111615]: debug 2023-12-06T04:11:32.023+0000 7efc2a8c6880 0 using public_addr v2:172.21.15.98:0/0 -> [v2:172.21.15.98:3300/0,v1:172.21.15.98:6789/0] 2023-12-06T04:11:32.194 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Dec 06 04:11:32 smithi098 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi098[111615]: debug 2023-12-06T04:11:32.024+0000 7efc2a8c6880 0 starting mon.smithi098 rank -1 at public addrs [v2:172.21.15.98:3300/0,v1:172.21.15.98:6789/0] at bind addrs [v2:172.21.15.98:3300/0,v1:172.21.15.98:6789/0] mon_data /var/lib/ceph/mon/ceph-smithi098 fsid 2ecad2ea-93ed-11ee-95a2-87774f69a715 2023-12-06T04:11:32.194 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Dec 06 04:11:32 smithi098 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi098[111615]: debug 2023-12-06T04:11:32.025+0000 7efc2a8c6880 1 mon.smithi098@-1(???) e0 preinit fsid 2ecad2ea-93ed-11ee-95a2-87774f69a715 2023-12-06T04:11:32.195 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Dec 06 04:11:32 smithi098 bash[111600]: a649aba29bd167269ffead6d2659900fd8b40243996744f8c71aa92a210c2a16 2023-12-06T04:11:32.195 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Dec 06 04:11:32 smithi098 systemd[1]: Started Ceph mon.smithi098 for 2ecad2ea-93ed-11ee-95a2-87774f69a715. 2023-12-06T04:11:32.195 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Dec 06 04:11:32 smithi098 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi098[111615]: debug 2023-12-06T04:11:32.055+0000 7efc13ed1700 0 mon.smithi098@-1(synchronizing).mds e1 new map 2023-12-06T04:11:32.195 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Dec 06 04:11:32 smithi098 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi098[111615]: debug 2023-12-06T04:11:32.055+0000 7efc13ed1700 0 mon.smithi098@-1(synchronizing).mds e1 print_map 2023-12-06T04:11:32.195 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Dec 06 04:11:32 smithi098 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi098[111615]: e1 2023-12-06T04:11:32.195 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Dec 06 04:11:32 smithi098 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi098[111615]: enable_multiple, ever_enabled_multiple: 1,1 2023-12-06T04:11:32.195 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Dec 06 04:11:32 smithi098 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi098[111615]: 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-12-06T04:11:32.195 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Dec 06 04:11:32 smithi098 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi098[111615]: legacy client fscid: -1 2023-12-06T04:11:32.195 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Dec 06 04:11:32 smithi098 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi098[111615]: 2023-12-06T04:11:32.195 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Dec 06 04:11:32 smithi098 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi098[111615]: No filesystems configured 2023-12-06T04:11:32.195 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Dec 06 04:11:32 smithi098 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi098[111615]: 2023-12-06T04:11:32.195 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Dec 06 04:11:32 smithi098 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi098[111615]: debug 2023-12-06T04:11:32.055+0000 7efc13ed1700 1 mon.smithi098@-1(synchronizing).osd e0 _set_cache_ratios kv ratio 0.25 inc ratio 0.375 full ratio 0.375 2023-12-06T04:11:32.195 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Dec 06 04:11:32 smithi098 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi098[111615]: debug 2023-12-06T04:11:32.055+0000 7efc13ed1700 1 mon.smithi098@-1(synchronizing).osd e0 register_cache_with_pcm pcm target: 2147483648 pcm max: 1020054732 pcm min: 134217728 inc_osd_cache size: 1 2023-12-06T04:11:32.195 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Dec 06 04:11:32 smithi098 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi098[111615]: debug 2023-12-06T04:11:32.056+0000 7efc13ed1700 1 mon.smithi098@-1(synchronizing).osd e1 e1: 0 total, 0 up, 0 in 2023-12-06T04:11:32.195 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Dec 06 04:11:32 smithi098 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi098[111615]: debug 2023-12-06T04:11:32.056+0000 7efc13ed1700 1 mon.smithi098@-1(synchronizing).osd e2 e2: 0 total, 0 up, 0 in 2023-12-06T04:11:32.196 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Dec 06 04:11:32 smithi098 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi098[111615]: debug 2023-12-06T04:11:32.056+0000 7efc13ed1700 1 mon.smithi098@-1(synchronizing).osd e3 e3: 0 total, 0 up, 0 in 2023-12-06T04:11:32.196 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Dec 06 04:11:32 smithi098 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi098[111615]: debug 2023-12-06T04:11:32.056+0000 7efc13ed1700 1 mon.smithi098@-1(synchronizing).osd e4 e4: 0 total, 0 up, 0 in 2023-12-06T04:11:32.196 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Dec 06 04:11:32 smithi098 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi098[111615]: debug 2023-12-06T04:11:32.056+0000 7efc13ed1700 1 mon.smithi098@-1(synchronizing).osd e5 e5: 0 total, 0 up, 0 in 2023-12-06T04:11:32.196 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Dec 06 04:11:32 smithi098 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi098[111615]: debug 2023-12-06T04:11:32.058+0000 7efc13ed1700 0 mon.smithi098@-1(synchronizing).osd e5 crush map has features 3314932999778484224, adjusting msgr requires 2023-12-06T04:11:32.196 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Dec 06 04:11:32 smithi098 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi098[111615]: debug 2023-12-06T04:11:32.058+0000 7efc13ed1700 0 mon.smithi098@-1(synchronizing).osd e5 crush map has features 288514050185494528, adjusting msgr requires 2023-12-06T04:11:32.196 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Dec 06 04:11:32 smithi098 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi098[111615]: debug 2023-12-06T04:11:32.058+0000 7efc13ed1700 0 mon.smithi098@-1(synchronizing).osd e5 crush map has features 288514050185494528, adjusting msgr requires 2023-12-06T04:11:32.196 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Dec 06 04:11:32 smithi098 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi098[111615]: debug 2023-12-06T04:11:32.058+0000 7efc13ed1700 0 mon.smithi098@-1(synchronizing).osd e5 crush map has features 288514050185494528, adjusting msgr requires 2023-12-06T04:11:32.196 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Dec 06 04:11:32 smithi098 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi098[111615]: cluster 2023-12-06T04:11:31.282222+0000 mgr.smithi047.erpxvz (mgr.14182) 18 : cluster [DBG] pgmap v8: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-06T04:11:32.196 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Dec 06 04:11:32 smithi098 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi098[111615]: debug 2023-12-06T04:11:32.058+0000 7efc13ed1700 1 mon.smithi098@-1(synchronizing).paxosservice(auth 1..6) refresh upgraded, format 0 -> 3 2023-12-06T04:11:33.403 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2023-12-06T04:11:33.403 DEBUG:teuthology.orchestra.run.smithi098:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:d03fca4f35d43f61b4679936aef7bd2f01cced0b shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 2ecad2ea-93ed-11ee-95a2-87774f69a715 -- ceph mon dump -f json 2023-12-06T04:11:37.530 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Dec 06 04:11:37 smithi098 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi098[111615]: audit 2023-12-06T04:11:32.067304+0000 mon.smithi047 (mon.0) 181 : audit [DBG] from='mgr.14182 172.21.15.47:0/1495146391' entity='mgr.smithi047.erpxvz' cmd=[{"prefix": "mon metadata", "id": "smithi047"}]: dispatch 2023-12-06T04:11:37.530 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Dec 06 04:11:37 smithi098 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi098[111615]: audit 2023-12-06T04:11:32.067568+0000 mon.smithi047 (mon.0) 182 : audit [DBG] from='mgr.14182 172.21.15.47:0/1495146391' entity='mgr.smithi047.erpxvz' cmd=[{"prefix": "mon metadata", "id": "smithi098"}]: dispatch 2023-12-06T04:11:37.530 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Dec 06 04:11:37 smithi098 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi098[111615]: cluster 2023-12-06T04:11:32.067750+0000 mon.smithi047 (mon.0) 183 : cluster [INF] mon.smithi047 calling monitor election 2023-12-06T04:11:37.530 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Dec 06 04:11:37 smithi098 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi098[111615]: audit 2023-12-06T04:11:33.063521+0000 mon.smithi047 (mon.0) 184 : audit [DBG] from='mgr.14182 172.21.15.47:0/1495146391' entity='mgr.smithi047.erpxvz' cmd=[{"prefix": "mon metadata", "id": "smithi098"}]: dispatch 2023-12-06T04:11:37.530 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Dec 06 04:11:37 smithi098 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi098[111615]: cluster 2023-12-06T04:11:33.282608+0000 mgr.smithi047.erpxvz (mgr.14182) 19 : cluster [DBG] pgmap v9: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-06T04:11:37.530 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Dec 06 04:11:37 smithi098 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi098[111615]: audit 2023-12-06T04:11:34.063613+0000 mon.smithi047 (mon.0) 185 : audit [DBG] from='mgr.14182 172.21.15.47:0/1495146391' entity='mgr.smithi047.erpxvz' cmd=[{"prefix": "mon metadata", "id": "smithi098"}]: dispatch 2023-12-06T04:11:37.530 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Dec 06 04:11:37 smithi098 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi098[111615]: cluster 2023-12-06T04:11:34.065131+0000 mon.smithi098 (mon.1) 1 : cluster [INF] mon.smithi098 calling monitor election 2023-12-06T04:11:37.531 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Dec 06 04:11:37 smithi098 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi098[111615]: audit 2023-12-06T04:11:35.063584+0000 mon.smithi047 (mon.0) 186 : audit [DBG] from='mgr.14182 172.21.15.47:0/1495146391' entity='mgr.smithi047.erpxvz' cmd=[{"prefix": "mon metadata", "id": "smithi098"}]: dispatch 2023-12-06T04:11:37.531 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Dec 06 04:11:37 smithi098 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi098[111615]: cluster 2023-12-06T04:11:35.283034+0000 mgr.smithi047.erpxvz (mgr.14182) 20 : cluster [DBG] pgmap v10: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-06T04:11:37.531 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Dec 06 04:11:37 smithi098 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi098[111615]: audit 2023-12-06T04:11:36.063545+0000 mon.smithi047 (mon.0) 187 : audit [DBG] from='mgr.14182 172.21.15.47:0/1495146391' entity='mgr.smithi047.erpxvz' cmd=[{"prefix": "mon metadata", "id": "smithi098"}]: dispatch 2023-12-06T04:11:37.531 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Dec 06 04:11:37 smithi098 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi098[111615]: audit 2023-12-06T04:11:37.064172+0000 mon.smithi047 (mon.0) 188 : audit [DBG] from='mgr.14182 172.21.15.47:0/1495146391' entity='mgr.smithi047.erpxvz' cmd=[{"prefix": "mon metadata", "id": "smithi098"}]: dispatch 2023-12-06T04:11:37.531 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Dec 06 04:11:37 smithi098 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi098[111615]: cluster 2023-12-06T04:11:37.094167+0000 mon.smithi047 (mon.0) 189 : cluster [INF] mon.smithi047 is new leader, mons smithi047,smithi098 in quorum (ranks 0,1) 2023-12-06T04:11:37.531 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Dec 06 04:11:37 smithi098 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi098[111615]: cluster 2023-12-06T04:11:37.102982+0000 mon.smithi047 (mon.0) 190 : cluster [DBG] monmap e2: 2 mons at {smithi047=[v2:172.21.15.47:3300/0,v1:172.21.15.47:6789/0],smithi098=[v2:172.21.15.98:3300/0,v1:172.21.15.98:6789/0]} removed_ranks: {} 2023-12-06T04:11:37.531 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Dec 06 04:11:37 smithi098 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi098[111615]: cluster 2023-12-06T04:11:37.115163+0000 mon.smithi047 (mon.0) 191 : cluster [DBG] fsmap 2023-12-06T04:11:37.531 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Dec 06 04:11:37 smithi098 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi098[111615]: cluster 2023-12-06T04:11:37.115213+0000 mon.smithi047 (mon.0) 192 : cluster [DBG] osdmap e5: 0 total, 0 up, 0 in 2023-12-06T04:11:37.531 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Dec 06 04:11:37 smithi098 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi098[111615]: cluster 2023-12-06T04:11:37.115620+0000 mon.smithi047 (mon.0) 193 : cluster [DBG] mgrmap e18: smithi047.erpxvz(active, since 33s), standbys: smithi098.oprotl 2023-12-06T04:11:37.531 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Dec 06 04:11:37 smithi098 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi098[111615]: cluster 2023-12-06T04:11:37.119161+0000 mon.smithi047 (mon.0) 194 : cluster [INF] overall HEALTH_OK 2023-12-06T04:11:37.531 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Dec 06 04:11:37 smithi098 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi098[111615]: audit 2023-12-06T04:11:37.124240+0000 mon.smithi047 (mon.0) 195 : audit [INF] from='mgr.14182 172.21.15.47:0/1495146391' entity='mgr.smithi047.erpxvz' 2023-12-06T04:11:37.629 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Dec 06 04:11:37 smithi047 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi047[108212]: audit 2023-12-06T04:11:32.067304+0000 mon.smithi047 (mon.0) 181 : audit [DBG] from='mgr.14182 172.21.15.47:0/1495146391' entity='mgr.smithi047.erpxvz' cmd=[{"prefix": "mon metadata", "id": "smithi047"}]: dispatch 2023-12-06T04:11:37.629 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Dec 06 04:11:37 smithi047 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi047[108212]: audit 2023-12-06T04:11:32.067568+0000 mon.smithi047 (mon.0) 182 : audit [DBG] from='mgr.14182 172.21.15.47:0/1495146391' entity='mgr.smithi047.erpxvz' cmd=[{"prefix": "mon metadata", "id": "smithi098"}]: dispatch 2023-12-06T04:11:37.629 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Dec 06 04:11:37 smithi047 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi047[108212]: cluster 2023-12-06T04:11:32.067750+0000 mon.smithi047 (mon.0) 183 : cluster [INF] mon.smithi047 calling monitor election 2023-12-06T04:11:37.630 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Dec 06 04:11:37 smithi047 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi047[108212]: audit 2023-12-06T04:11:33.063521+0000 mon.smithi047 (mon.0) 184 : audit [DBG] from='mgr.14182 172.21.15.47:0/1495146391' entity='mgr.smithi047.erpxvz' cmd=[{"prefix": "mon metadata", "id": "smithi098"}]: dispatch 2023-12-06T04:11:37.630 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Dec 06 04:11:37 smithi047 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi047[108212]: cluster 2023-12-06T04:11:33.282608+0000 mgr.smithi047.erpxvz (mgr.14182) 19 : cluster [DBG] pgmap v9: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-06T04:11:37.630 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Dec 06 04:11:37 smithi047 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi047[108212]: audit 2023-12-06T04:11:34.063613+0000 mon.smithi047 (mon.0) 185 : audit [DBG] from='mgr.14182 172.21.15.47:0/1495146391' entity='mgr.smithi047.erpxvz' cmd=[{"prefix": "mon metadata", "id": "smithi098"}]: dispatch 2023-12-06T04:11:37.630 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Dec 06 04:11:37 smithi047 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi047[108212]: cluster 2023-12-06T04:11:34.065131+0000 mon.smithi098 (mon.1) 1 : cluster [INF] mon.smithi098 calling monitor election 2023-12-06T04:11:37.630 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Dec 06 04:11:37 smithi047 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi047[108212]: audit 2023-12-06T04:11:35.063584+0000 mon.smithi047 (mon.0) 186 : audit [DBG] from='mgr.14182 172.21.15.47:0/1495146391' entity='mgr.smithi047.erpxvz' cmd=[{"prefix": "mon metadata", "id": "smithi098"}]: dispatch 2023-12-06T04:11:37.630 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Dec 06 04:11:37 smithi047 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi047[108212]: cluster 2023-12-06T04:11:35.283034+0000 mgr.smithi047.erpxvz (mgr.14182) 20 : cluster [DBG] pgmap v10: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-06T04:11:37.630 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Dec 06 04:11:37 smithi047 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi047[108212]: audit 2023-12-06T04:11:36.063545+0000 mon.smithi047 (mon.0) 187 : audit [DBG] from='mgr.14182 172.21.15.47:0/1495146391' entity='mgr.smithi047.erpxvz' cmd=[{"prefix": "mon metadata", "id": "smithi098"}]: dispatch 2023-12-06T04:11:37.630 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Dec 06 04:11:37 smithi047 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi047[108212]: audit 2023-12-06T04:11:37.064172+0000 mon.smithi047 (mon.0) 188 : audit [DBG] from='mgr.14182 172.21.15.47:0/1495146391' entity='mgr.smithi047.erpxvz' cmd=[{"prefix": "mon metadata", "id": "smithi098"}]: dispatch 2023-12-06T04:11:37.630 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Dec 06 04:11:37 smithi047 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi047[108212]: cluster 2023-12-06T04:11:37.094167+0000 mon.smithi047 (mon.0) 189 : cluster [INF] mon.smithi047 is new leader, mons smithi047,smithi098 in quorum (ranks 0,1) 2023-12-06T04:11:37.630 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Dec 06 04:11:37 smithi047 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi047[108212]: cluster 2023-12-06T04:11:37.102982+0000 mon.smithi047 (mon.0) 190 : cluster [DBG] monmap e2: 2 mons at {smithi047=[v2:172.21.15.47:3300/0,v1:172.21.15.47:6789/0],smithi098=[v2:172.21.15.98:3300/0,v1:172.21.15.98:6789/0]} removed_ranks: {} 2023-12-06T04:11:37.630 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Dec 06 04:11:37 smithi047 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi047[108212]: cluster 2023-12-06T04:11:37.115163+0000 mon.smithi047 (mon.0) 191 : cluster [DBG] fsmap 2023-12-06T04:11:37.630 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Dec 06 04:11:37 smithi047 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi047[108212]: cluster 2023-12-06T04:11:37.115213+0000 mon.smithi047 (mon.0) 192 : cluster [DBG] osdmap e5: 0 total, 0 up, 0 in 2023-12-06T04:11:37.630 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Dec 06 04:11:37 smithi047 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi047[108212]: cluster 2023-12-06T04:11:37.115620+0000 mon.smithi047 (mon.0) 193 : cluster [DBG] mgrmap e18: smithi047.erpxvz(active, since 33s), standbys: smithi098.oprotl 2023-12-06T04:11:37.630 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Dec 06 04:11:37 smithi047 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi047[108212]: cluster 2023-12-06T04:11:37.119161+0000 mon.smithi047 (mon.0) 194 : cluster [INF] overall HEALTH_OK 2023-12-06T04:11:37.631 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Dec 06 04:11:37 smithi047 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi047[108212]: audit 2023-12-06T04:11:37.124240+0000 mon.smithi047 (mon.0) 195 : audit [INF] from='mgr.14182 172.21.15.47:0/1495146391' entity='mgr.smithi047.erpxvz' 2023-12-06T04:11:37.831 INFO:teuthology.orchestra.run.smithi098.stdout: 2023-12-06T04:11:37.832 INFO:teuthology.orchestra.run.smithi098.stdout:{"epoch":2,"fsid":"2ecad2ea-93ed-11ee-95a2-87774f69a715","modified":"2023-12-06T04:11:32.064134Z","created":"2023-12-06T04:09:32.370245Z","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":"smithi047","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.47:3300","nonce":0},{"type":"v1","addr":"172.21.15.47:6789","nonce":0}]},"addr":"172.21.15.47:6789/0","public_addr":"172.21.15.47:6789/0","priority":0,"weight":0,"crush_location":"{}"},{"rank":1,"name":"smithi098","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.98:3300","nonce":0},{"type":"v1","addr":"172.21.15.98:6789","nonce":0}]},"addr":"172.21.15.98:6789/0","public_addr":"172.21.15.98:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0,1]} 2023-12-06T04:11:37.833 INFO:teuthology.orchestra.run.smithi098.stderr:dumped monmap epoch 2 2023-12-06T04:11:38.197 INFO:tasks.cephadm:Generating final ceph.conf file... 2023-12-06T04:11:38.197 DEBUG:teuthology.orchestra.run.smithi047:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:d03fca4f35d43f61b4679936aef7bd2f01cced0b shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 2ecad2ea-93ed-11ee-95a2-87774f69a715 -- ceph config generate-minimal-conf 2023-12-06T04:11:38.563 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Dec 06 04:11:38 smithi047 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi047[108212]: cephadm 2023-12-06T04:11:37.126263+0000 mgr.smithi047.erpxvz (mgr.14182) 21 : cephadm [INF] Deploying daemon node-exporter.smithi098 on smithi098 2023-12-06T04:11:38.563 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Dec 06 04:11:38 smithi047 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi047[108212]: cluster 2023-12-06T04:11:37.283307+0000 mgr.smithi047.erpxvz (mgr.14182) 22 : cluster [DBG] pgmap v11: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-06T04:11:38.563 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Dec 06 04:11:38 smithi047 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi047[108212]: audit 2023-12-06T04:11:37.830259+0000 mon.smithi047 (mon.0) 196 : audit [DBG] from='client.? 172.21.15.98:0/3449966251' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-12-06T04:11:38.563 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Dec 06 04:11:38 smithi047 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi047[108212]: audit 2023-12-06T04:11:38.063963+0000 mon.smithi047 (mon.0) 197 : audit [DBG] from='mgr.14182 172.21.15.47:0/1495146391' entity='mgr.smithi047.erpxvz' cmd=[{"prefix": "mon metadata", "id": "smithi098"}]: dispatch 2023-12-06T04:11:38.620 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Dec 06 04:11:38 smithi098 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi098[111615]: cephadm 2023-12-06T04:11:37.126263+0000 mgr.smithi047.erpxvz (mgr.14182) 21 : cephadm [INF] Deploying daemon node-exporter.smithi098 on smithi098 2023-12-06T04:11:38.620 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Dec 06 04:11:38 smithi098 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi098[111615]: cluster 2023-12-06T04:11:37.283307+0000 mgr.smithi047.erpxvz (mgr.14182) 22 : cluster [DBG] pgmap v11: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-06T04:11:38.620 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Dec 06 04:11:38 smithi098 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi098[111615]: audit 2023-12-06T04:11:37.830259+0000 mon.smithi047 (mon.0) 196 : audit [DBG] from='client.? 172.21.15.98:0/3449966251' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-12-06T04:11:38.620 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Dec 06 04:11:38 smithi098 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi098[111615]: audit 2023-12-06T04:11:38.063963+0000 mon.smithi047 (mon.0) 197 : audit [DBG] from='mgr.14182 172.21.15.47:0/1495146391' entity='mgr.smithi047.erpxvz' cmd=[{"prefix": "mon metadata", "id": "smithi098"}]: dispatch 2023-12-06T04:11:39.620 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Dec 06 04:11:39 smithi098 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi098[111615]: audit 2023-12-06T04:11:38.445692+0000 mon.smithi047 (mon.0) 198 : audit [INF] from='mgr.14182 172.21.15.47:0/1495146391' entity='mgr.smithi047.erpxvz' 2023-12-06T04:11:39.620 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Dec 06 04:11:39 smithi098 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi098[111615]: cluster 2023-12-06T04:11:39.283572+0000 mgr.smithi047.erpxvz (mgr.14182) 23 : cluster [DBG] pgmap v12: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-06T04:11:39.629 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Dec 06 04:11:39 smithi047 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi047[108212]: audit 2023-12-06T04:11:38.445692+0000 mon.smithi047 (mon.0) 198 : audit [INF] from='mgr.14182 172.21.15.47:0/1495146391' entity='mgr.smithi047.erpxvz' 2023-12-06T04:11:39.629 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Dec 06 04:11:39 smithi047 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi047[108212]: cluster 2023-12-06T04:11:39.283572+0000 mgr.smithi047.erpxvz (mgr.14182) 23 : cluster [DBG] pgmap v12: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-06T04:11:39.638 INFO:teuthology.orchestra.run.smithi047.stdout:# minimal ceph.conf for 2ecad2ea-93ed-11ee-95a2-87774f69a715 2023-12-06T04:11:39.638 INFO:teuthology.orchestra.run.smithi047.stdout:[global] 2023-12-06T04:11:39.638 INFO:teuthology.orchestra.run.smithi047.stdout: fsid = 2ecad2ea-93ed-11ee-95a2-87774f69a715 2023-12-06T04:11:39.638 INFO:teuthology.orchestra.run.smithi047.stdout: mon_host = [v2:172.21.15.47:3300/0,v1:172.21.15.47:6789/0] [v2:172.21.15.98:3300/0,v1:172.21.15.98:6789/0] 2023-12-06T04:11:40.049 INFO:tasks.cephadm:Distributing (final) config and client.admin keyring... 2023-12-06T04:11:40.051 DEBUG:teuthology.orchestra.run.smithi047:> set -ex 2023-12-06T04:11:40.051 DEBUG:teuthology.orchestra.run.smithi047:> sudo dd of=/etc/ceph/ceph.conf 2023-12-06T04:11:40.090 DEBUG:teuthology.orchestra.run.smithi047:> set -ex 2023-12-06T04:11:40.090 DEBUG:teuthology.orchestra.run.smithi047:> sudo dd of=/etc/ceph/ceph.client.admin.keyring 2023-12-06T04:11:40.167 DEBUG:teuthology.orchestra.run.smithi098:> set -ex 2023-12-06T04:11:40.167 DEBUG:teuthology.orchestra.run.smithi098:> sudo dd of=/etc/ceph/ceph.conf 2023-12-06T04:11:40.199 DEBUG:teuthology.orchestra.run.smithi098:> set -ex 2023-12-06T04:11:40.199 DEBUG:teuthology.orchestra.run.smithi098:> sudo dd of=/etc/ceph/ceph.client.admin.keyring 2023-12-06T04:11:40.268 INFO:tasks.cephadm:Deploying OSDs... 2023-12-06T04:11:40.268 DEBUG:teuthology.orchestra.run.smithi047:> set -ex 2023-12-06T04:11:40.268 DEBUG:teuthology.orchestra.run.smithi047:> dd if=/scratch_devs of=/dev/stdout 2023-12-06T04:11:40.291 DEBUG:teuthology.misc:devs=['/dev/nvme1n1', '/dev/nvme2n1', '/dev/nvme3n1', '/dev/nvme4n1'] 2023-12-06T04:11:40.292 DEBUG:teuthology.orchestra.run.smithi047:> stat /dev/nvme1n1 2023-12-06T04:11:40.355 INFO:teuthology.orchestra.run.smithi047.stdout: File: /dev/nvme1n1 2023-12-06T04:11:40.355 INFO:teuthology.orchestra.run.smithi047.stdout: Size: 0 Blocks: 0 IO Block: 4096 block special file 2023-12-06T04:11:40.355 INFO:teuthology.orchestra.run.smithi047.stdout:Device: 6h/6d Inode: 430533 Links: 1 Device type: 103,1 2023-12-06T04:11:40.355 INFO:teuthology.orchestra.run.smithi047.stdout:Access: (0660/brw-rw----) Uid: ( 0/ root) Gid: ( 6/ disk) 2023-12-06T04:11:40.356 INFO:teuthology.orchestra.run.smithi047.stdout:Context: system_u:object_r:nvme_device_t:s0 2023-12-06T04:11:40.356 INFO:teuthology.orchestra.run.smithi047.stdout:Access: 2023-12-06 04:10:34.238069862 +0000 2023-12-06T04:11:40.356 INFO:teuthology.orchestra.run.smithi047.stdout:Modify: 2023-12-06 04:10:34.159071602 +0000 2023-12-06T04:11:40.356 INFO:teuthology.orchestra.run.smithi047.stdout:Change: 2023-12-06 04:10:34.159071602 +0000 2023-12-06T04:11:40.356 INFO:teuthology.orchestra.run.smithi047.stdout: Birth: - 2023-12-06T04:11:40.356 DEBUG:teuthology.orchestra.run.smithi047:> sudo dd if=/dev/nvme1n1 of=/dev/null count=1 2023-12-06T04:11:40.430 INFO:teuthology.orchestra.run.smithi047.stderr:1+0 records in 2023-12-06T04:11:40.430 INFO:teuthology.orchestra.run.smithi047.stderr:1+0 records out 2023-12-06T04:11:40.430 INFO:teuthology.orchestra.run.smithi047.stderr:512 bytes copied, 0.000169056 s, 3.0 MB/s 2023-12-06T04:11:40.431 DEBUG:teuthology.orchestra.run.smithi047:> ! mount | grep -v devtmpfs | grep -q /dev/nvme1n1 2023-12-06T04:11:40.496 DEBUG:teuthology.orchestra.run.smithi047:> stat /dev/nvme2n1 2023-12-06T04:11:40.560 INFO:teuthology.orchestra.run.smithi047.stdout: File: /dev/nvme2n1 2023-12-06T04:11:40.561 INFO:teuthology.orchestra.run.smithi047.stdout: Size: 0 Blocks: 0 IO Block: 4096 block special file 2023-12-06T04:11:40.561 INFO:teuthology.orchestra.run.smithi047.stdout:Device: 6h/6d Inode: 435363 Links: 1 Device type: 103,2 2023-12-06T04:11:40.561 INFO:teuthology.orchestra.run.smithi047.stdout:Access: (0660/brw-rw----) Uid: ( 0/ root) Gid: ( 6/ disk) 2023-12-06T04:11:40.561 INFO:teuthology.orchestra.run.smithi047.stdout:Context: system_u:object_r:nvme_device_t:s0 2023-12-06T04:11:40.561 INFO:teuthology.orchestra.run.smithi047.stdout:Access: 2023-12-06 04:10:34.247069664 +0000 2023-12-06T04:11:40.561 INFO:teuthology.orchestra.run.smithi047.stdout:Modify: 2023-12-06 04:10:34.161071558 +0000 2023-12-06T04:11:40.561 INFO:teuthology.orchestra.run.smithi047.stdout:Change: 2023-12-06 04:10:34.161071558 +0000 2023-12-06T04:11:40.561 INFO:teuthology.orchestra.run.smithi047.stdout: Birth: - 2023-12-06T04:11:40.561 DEBUG:teuthology.orchestra.run.smithi047:> sudo dd if=/dev/nvme2n1 of=/dev/null count=1 2023-12-06T04:11:40.633 INFO:teuthology.orchestra.run.smithi047.stderr:1+0 records in 2023-12-06T04:11:40.633 INFO:teuthology.orchestra.run.smithi047.stderr:1+0 records out 2023-12-06T04:11:40.633 INFO:teuthology.orchestra.run.smithi047.stderr:512 bytes copied, 0.000167043 s, 3.1 MB/s 2023-12-06T04:11:40.635 DEBUG:teuthology.orchestra.run.smithi047:> ! mount | grep -v devtmpfs | grep -q /dev/nvme2n1 2023-12-06T04:11:40.699 DEBUG:teuthology.orchestra.run.smithi047:> stat /dev/nvme3n1 2023-12-06T04:11:40.763 INFO:teuthology.orchestra.run.smithi047.stdout: File: /dev/nvme3n1 2023-12-06T04:11:40.764 INFO:teuthology.orchestra.run.smithi047.stdout: Size: 0 Blocks: 0 IO Block: 4096 block special file 2023-12-06T04:11:40.764 INFO:teuthology.orchestra.run.smithi047.stdout:Device: 6h/6d Inode: 430585 Links: 1 Device type: 103,3 2023-12-06T04:11:40.764 INFO:teuthology.orchestra.run.smithi047.stdout:Access: (0660/brw-rw----) Uid: ( 0/ root) Gid: ( 6/ disk) 2023-12-06T04:11:40.764 INFO:teuthology.orchestra.run.smithi047.stdout:Context: system_u:object_r:nvme_device_t:s0 2023-12-06T04:11:40.764 INFO:teuthology.orchestra.run.smithi047.stdout:Access: 2023-12-06 04:10:34.257069444 +0000 2023-12-06T04:11:40.764 INFO:teuthology.orchestra.run.smithi047.stdout:Modify: 2023-12-06 04:10:34.164071492 +0000 2023-12-06T04:11:40.764 INFO:teuthology.orchestra.run.smithi047.stdout:Change: 2023-12-06 04:10:34.164071492 +0000 2023-12-06T04:11:40.764 INFO:teuthology.orchestra.run.smithi047.stdout: Birth: - 2023-12-06T04:11:40.764 DEBUG:teuthology.orchestra.run.smithi047:> sudo dd if=/dev/nvme3n1 of=/dev/null count=1 2023-12-06T04:11:40.834 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Dec 06 04:11:40 smithi047 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi047[108212]: audit 2023-12-06T04:11:39.637651+0000 mon.smithi047 (mon.0) 199 : audit [DBG] from='client.? 172.21.15.47:0/1234125116' entity='client.admin' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T04:11:40.834 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Dec 06 04:11:40 smithi047 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi047[108212]: audit 2023-12-06T04:11:39.987144+0000 mon.smithi047 (mon.0) 200 : audit [INF] from='mgr.14182 172.21.15.47:0/1495146391' entity='mgr.smithi047.erpxvz' 2023-12-06T04:11:40.834 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Dec 06 04:11:40 smithi047 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi047[108212]: audit 2023-12-06T04:11:39.988959+0000 mon.smithi047 (mon.0) 201 : audit [DBG] from='mgr.14182 172.21.15.47:0/1495146391' entity='mgr.smithi047.erpxvz' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T04:11:40.836 INFO:teuthology.orchestra.run.smithi047.stderr:1+0 records in 2023-12-06T04:11:40.836 INFO:teuthology.orchestra.run.smithi047.stderr:1+0 records out 2023-12-06T04:11:40.836 INFO:teuthology.orchestra.run.smithi047.stderr:512 bytes copied, 0.000152248 s, 3.4 MB/s 2023-12-06T04:11:40.837 DEBUG:teuthology.orchestra.run.smithi047:> ! mount | grep -v devtmpfs | grep -q /dev/nvme3n1 2023-12-06T04:11:40.870 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Dec 06 04:11:40 smithi098 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi098[111615]: audit 2023-12-06T04:11:39.637651+0000 mon.smithi047 (mon.0) 199 : audit [DBG] from='client.? 172.21.15.47:0/1234125116' entity='client.admin' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T04:11:40.870 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Dec 06 04:11:40 smithi098 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi098[111615]: audit 2023-12-06T04:11:39.987144+0000 mon.smithi047 (mon.0) 200 : audit [INF] from='mgr.14182 172.21.15.47:0/1495146391' entity='mgr.smithi047.erpxvz' 2023-12-06T04:11:40.870 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Dec 06 04:11:40 smithi098 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi098[111615]: audit 2023-12-06T04:11:39.988959+0000 mon.smithi047 (mon.0) 201 : audit [DBG] from='mgr.14182 172.21.15.47:0/1495146391' entity='mgr.smithi047.erpxvz' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T04:11:40.901 DEBUG:teuthology.orchestra.run.smithi047:> stat /dev/nvme4n1 2023-12-06T04:11:40.965 INFO:teuthology.orchestra.run.smithi047.stdout: File: /dev/nvme4n1 2023-12-06T04:11:40.965 INFO:teuthology.orchestra.run.smithi047.stdout: Size: 0 Blocks: 0 IO Block: 4096 block special file 2023-12-06T04:11:40.966 INFO:teuthology.orchestra.run.smithi047.stdout:Device: 6h/6d Inode: 437436 Links: 1 Device type: 103,4 2023-12-06T04:11:40.966 INFO:teuthology.orchestra.run.smithi047.stdout:Access: (0660/brw-rw----) Uid: ( 0/ root) Gid: ( 6/ disk) 2023-12-06T04:11:40.966 INFO:teuthology.orchestra.run.smithi047.stdout:Context: system_u:object_r:nvme_device_t:s0 2023-12-06T04:11:40.966 INFO:teuthology.orchestra.run.smithi047.stdout:Access: 2023-12-06 04:10:34.267069224 +0000 2023-12-06T04:11:40.966 INFO:teuthology.orchestra.run.smithi047.stdout:Modify: 2023-12-06 04:10:34.167071426 +0000 2023-12-06T04:11:40.966 INFO:teuthology.orchestra.run.smithi047.stdout:Change: 2023-12-06 04:10:34.167071426 +0000 2023-12-06T04:11:40.966 INFO:teuthology.orchestra.run.smithi047.stdout: Birth: - 2023-12-06T04:11:40.966 DEBUG:teuthology.orchestra.run.smithi047:> sudo dd if=/dev/nvme4n1 of=/dev/null count=1 2023-12-06T04:11:41.039 INFO:teuthology.orchestra.run.smithi047.stderr:1+0 records in 2023-12-06T04:11:41.039 INFO:teuthology.orchestra.run.smithi047.stderr:1+0 records out 2023-12-06T04:11:41.039 INFO:teuthology.orchestra.run.smithi047.stderr:512 bytes copied, 0.000148097 s, 3.5 MB/s 2023-12-06T04:11:41.040 DEBUG:teuthology.orchestra.run.smithi047:> ! mount | grep -v devtmpfs | grep -q /dev/nvme4n1 2023-12-06T04:11:41.105 DEBUG:teuthology.orchestra.run.smithi098:> set -ex 2023-12-06T04:11:41.105 DEBUG:teuthology.orchestra.run.smithi098:> dd if=/scratch_devs of=/dev/stdout 2023-12-06T04:11:41.125 DEBUG:teuthology.misc:devs=['/dev/nvme1n1', '/dev/nvme2n1', '/dev/nvme3n1', '/dev/nvme4n1'] 2023-12-06T04:11:41.125 DEBUG:teuthology.orchestra.run.smithi098:> stat /dev/nvme1n1 2023-12-06T04:11:41.183 INFO:teuthology.orchestra.run.smithi098.stdout: File: /dev/nvme1n1 2023-12-06T04:11:41.183 INFO:teuthology.orchestra.run.smithi098.stdout: Size: 0 Blocks: 0 IO Block: 4096 block special file 2023-12-06T04:11:41.183 INFO:teuthology.orchestra.run.smithi098.stdout:Device: 6h/6d Inode: 424938 Links: 1 Device type: 103,1 2023-12-06T04:11:41.183 INFO:teuthology.orchestra.run.smithi098.stdout:Access: (0660/brw-rw----) Uid: ( 0/ root) Gid: ( 6/ disk) 2023-12-06T04:11:41.183 INFO:teuthology.orchestra.run.smithi098.stdout:Context: system_u:object_r:nvme_device_t:s0 2023-12-06T04:11:41.183 INFO:teuthology.orchestra.run.smithi098.stdout:Access: 2023-12-06 04:11:16.458764915 +0000 2023-12-06T04:11:41.183 INFO:teuthology.orchestra.run.smithi098.stdout:Modify: 2023-12-06 04:11:16.407765563 +0000 2023-12-06T04:11:41.183 INFO:teuthology.orchestra.run.smithi098.stdout:Change: 2023-12-06 04:11:16.407765563 +0000 2023-12-06T04:11:41.183 INFO:teuthology.orchestra.run.smithi098.stdout: Birth: - 2023-12-06T04:11:41.184 DEBUG:teuthology.orchestra.run.smithi098:> sudo dd if=/dev/nvme1n1 of=/dev/null count=1 2023-12-06T04:11:41.251 INFO:teuthology.orchestra.run.smithi098.stderr:1+0 records in 2023-12-06T04:11:41.251 INFO:teuthology.orchestra.run.smithi098.stderr:1+0 records out 2023-12-06T04:11:41.252 INFO:teuthology.orchestra.run.smithi098.stderr:512 bytes copied, 0.000237808 s, 2.2 MB/s 2023-12-06T04:11:41.252 DEBUG:teuthology.orchestra.run.smithi098:> ! mount | grep -v devtmpfs | grep -q /dev/nvme1n1 2023-12-06T04:11:41.313 DEBUG:teuthology.orchestra.run.smithi098:> stat /dev/nvme2n1 2023-12-06T04:11:41.370 INFO:teuthology.orchestra.run.smithi098.stdout: File: /dev/nvme2n1 2023-12-06T04:11:41.371 INFO:teuthology.orchestra.run.smithi098.stdout: Size: 0 Blocks: 0 IO Block: 4096 block special file 2023-12-06T04:11:41.371 INFO:teuthology.orchestra.run.smithi098.stdout:Device: 6h/6d Inode: 436314 Links: 1 Device type: 103,2 2023-12-06T04:11:41.371 INFO:teuthology.orchestra.run.smithi098.stdout:Access: (0660/brw-rw----) Uid: ( 0/ root) Gid: ( 6/ disk) 2023-12-06T04:11:41.371 INFO:teuthology.orchestra.run.smithi098.stdout:Context: system_u:object_r:nvme_device_t:s0 2023-12-06T04:11:41.371 INFO:teuthology.orchestra.run.smithi098.stdout:Access: 2023-12-06 04:11:16.468764787 +0000 2023-12-06T04:11:41.371 INFO:teuthology.orchestra.run.smithi098.stdout:Modify: 2023-12-06 04:11:16.409765537 +0000 2023-12-06T04:11:41.371 INFO:teuthology.orchestra.run.smithi098.stdout:Change: 2023-12-06 04:11:16.409765537 +0000 2023-12-06T04:11:41.371 INFO:teuthology.orchestra.run.smithi098.stdout: Birth: - 2023-12-06T04:11:41.371 DEBUG:teuthology.orchestra.run.smithi098:> sudo dd if=/dev/nvme2n1 of=/dev/null count=1 2023-12-06T04:11:41.437 INFO:teuthology.orchestra.run.smithi098.stderr:1+0 records in 2023-12-06T04:11:41.437 INFO:teuthology.orchestra.run.smithi098.stderr:1+0 records out 2023-12-06T04:11:41.437 INFO:teuthology.orchestra.run.smithi098.stderr:512 bytes copied, 0.000213592 s, 2.4 MB/s 2023-12-06T04:11:41.438 DEBUG:teuthology.orchestra.run.smithi098:> ! mount | grep -v devtmpfs | grep -q /dev/nvme2n1 2023-12-06T04:11:41.497 DEBUG:teuthology.orchestra.run.smithi098:> stat /dev/nvme3n1 2023-12-06T04:11:41.555 INFO:teuthology.orchestra.run.smithi098.stdout: File: /dev/nvme3n1 2023-12-06T04:11:41.555 INFO:teuthology.orchestra.run.smithi098.stdout: Size: 0 Blocks: 0 IO Block: 4096 block special file 2023-12-06T04:11:41.555 INFO:teuthology.orchestra.run.smithi098.stdout:Device: 6h/6d Inode: 436413 Links: 1 Device type: 103,3 2023-12-06T04:11:41.555 INFO:teuthology.orchestra.run.smithi098.stdout:Access: (0660/brw-rw----) Uid: ( 0/ root) Gid: ( 6/ disk) 2023-12-06T04:11:41.555 INFO:teuthology.orchestra.run.smithi098.stdout:Context: system_u:object_r:nvme_device_t:s0 2023-12-06T04:11:41.555 INFO:teuthology.orchestra.run.smithi098.stdout:Access: 2023-12-06 04:11:16.479764648 +0000 2023-12-06T04:11:41.555 INFO:teuthology.orchestra.run.smithi098.stdout:Modify: 2023-12-06 04:11:16.411765512 +0000 2023-12-06T04:11:41.555 INFO:teuthology.orchestra.run.smithi098.stdout:Change: 2023-12-06 04:11:16.411765512 +0000 2023-12-06T04:11:41.555 INFO:teuthology.orchestra.run.smithi098.stdout: Birth: - 2023-12-06T04:11:41.556 DEBUG:teuthology.orchestra.run.smithi098:> sudo dd if=/dev/nvme3n1 of=/dev/null count=1 2023-12-06T04:11:41.622 INFO:teuthology.orchestra.run.smithi098.stderr:1+0 records in 2023-12-06T04:11:41.622 INFO:teuthology.orchestra.run.smithi098.stderr:1+0 records out 2023-12-06T04:11:41.622 INFO:teuthology.orchestra.run.smithi098.stderr:512 bytes copied, 0.000238312 s, 2.1 MB/s 2023-12-06T04:11:41.623 DEBUG:teuthology.orchestra.run.smithi098:> ! mount | grep -v devtmpfs | grep -q /dev/nvme3n1 2023-12-06T04:11:41.682 DEBUG:teuthology.orchestra.run.smithi098:> stat /dev/nvme4n1 2023-12-06T04:11:41.740 INFO:teuthology.orchestra.run.smithi098.stdout: File: /dev/nvme4n1 2023-12-06T04:11:41.740 INFO:teuthology.orchestra.run.smithi098.stdout: Size: 0 Blocks: 0 IO Block: 4096 block special file 2023-12-06T04:11:41.740 INFO:teuthology.orchestra.run.smithi098.stdout:Device: 6h/6d Inode: 435120 Links: 1 Device type: 103,4 2023-12-06T04:11:41.740 INFO:teuthology.orchestra.run.smithi098.stdout:Access: (0660/brw-rw----) Uid: ( 0/ root) Gid: ( 6/ disk) 2023-12-06T04:11:41.740 INFO:teuthology.orchestra.run.smithi098.stdout:Context: system_u:object_r:nvme_device_t:s0 2023-12-06T04:11:41.740 INFO:teuthology.orchestra.run.smithi098.stdout:Access: 2023-12-06 04:11:16.491764495 +0000 2023-12-06T04:11:41.740 INFO:teuthology.orchestra.run.smithi098.stdout:Modify: 2023-12-06 04:11:16.414765474 +0000 2023-12-06T04:11:41.740 INFO:teuthology.orchestra.run.smithi098.stdout:Change: 2023-12-06 04:11:16.414765474 +0000 2023-12-06T04:11:41.740 INFO:teuthology.orchestra.run.smithi098.stdout: Birth: - 2023-12-06T04:11:41.741 DEBUG:teuthology.orchestra.run.smithi098:> sudo dd if=/dev/nvme4n1 of=/dev/null count=1 2023-12-06T04:11:41.805 INFO:teuthology.orchestra.run.smithi098.stderr:1+0 records in 2023-12-06T04:11:41.806 INFO:teuthology.orchestra.run.smithi098.stderr:1+0 records out 2023-12-06T04:11:41.806 INFO:teuthology.orchestra.run.smithi098.stderr:512 bytes copied, 0.000266341 s, 1.9 MB/s 2023-12-06T04:11:41.807 DEBUG:teuthology.orchestra.run.smithi098:> ! mount | grep -v devtmpfs | grep -q /dev/nvme4n1 2023-12-06T04:11:41.866 DEBUG:teuthology.orchestra.run.smithi098:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:d03fca4f35d43f61b4679936aef7bd2f01cced0b shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 2ecad2ea-93ed-11ee-95a2-87774f69a715 -- ceph orch apply osd --all-available-devices 2023-12-06T04:11:42.581 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Dec 06 04:11:42 smithi098 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi098[111615]: audit 2023-12-06T04:11:41.227185+0000 mon.smithi047 (mon.0) 202 : audit [INF] from='mgr.14182 172.21.15.47:0/1495146391' entity='mgr.smithi047.erpxvz' 2023-12-06T04:11:42.582 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Dec 06 04:11:42 smithi098 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi098[111615]: audit 2023-12-06T04:11:41.228109+0000 mon.smithi047 (mon.0) 203 : audit [DBG] from='mgr.14182 172.21.15.47:0/1495146391' entity='mgr.smithi047.erpxvz' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T04:11:42.582 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Dec 06 04:11:42 smithi098 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi098[111615]: audit 2023-12-06T04:11:41.229022+0000 mon.smithi047 (mon.0) 204 : audit [INF] from='mgr.14182 172.21.15.47:0/1495146391' entity='mgr.smithi047.erpxvz' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T04:11:42.582 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Dec 06 04:11:42 smithi098 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi098[111615]: cephadm 2023-12-06T04:11:41.230183+0000 mgr.smithi047.erpxvz (mgr.14182) 24 : cephadm [INF] Updating smithi047:/etc/ceph/ceph.conf 2023-12-06T04:11:42.582 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Dec 06 04:11:42 smithi098 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi098[111615]: cephadm 2023-12-06T04:11:41.230527+0000 mgr.smithi047.erpxvz (mgr.14182) 25 : cephadm [INF] Updating smithi098:/etc/ceph/ceph.conf 2023-12-06T04:11:42.582 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Dec 06 04:11:42 smithi098 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi098[111615]: audit 2023-12-06T04:11:41.256472+0000 mon.smithi047 (mon.0) 205 : audit [INF] from='mgr.14182 172.21.15.47:0/1495146391' entity='mgr.smithi047.erpxvz' 2023-12-06T04:11:42.582 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Dec 06 04:11:42 smithi098 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi098[111615]: cluster 2023-12-06T04:11:41.283869+0000 mgr.smithi047.erpxvz (mgr.14182) 26 : cluster [DBG] pgmap v13: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-06T04:11:42.582 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Dec 06 04:11:42 smithi098 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi098[111615]: audit 2023-12-06T04:11:41.475258+0000 mon.smithi047 (mon.0) 206 : audit [INF] from='mgr.14182 172.21.15.47:0/1495146391' entity='mgr.smithi047.erpxvz' 2023-12-06T04:11:42.582 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Dec 06 04:11:42 smithi098 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi098[111615]: audit 2023-12-06T04:11:41.478983+0000 mon.smithi047 (mon.0) 207 : audit [INF] from='mgr.14182 172.21.15.47:0/1495146391' entity='mgr.smithi047.erpxvz' 2023-12-06T04:11:42.582 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Dec 06 04:11:42 smithi098 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi098[111615]: audit 2023-12-06T04:11:41.483059+0000 mon.smithi047 (mon.0) 208 : audit [INF] from='mgr.14182 172.21.15.47:0/1495146391' entity='mgr.smithi047.erpxvz' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2023-12-06T04:11:42.582 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Dec 06 04:11:42 smithi098 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi098[111615]: audit 2023-12-06T04:11:41.483943+0000 mon.smithi047 (mon.0) 209 : audit [DBG] from='mgr.14182 172.21.15.47:0/1495146391' entity='mgr.smithi047.erpxvz' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2023-12-06T04:11:42.582 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Dec 06 04:11:42 smithi098 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi098[111615]: audit 2023-12-06T04:11:41.484759+0000 mon.smithi047 (mon.0) 210 : audit [DBG] from='mgr.14182 172.21.15.47:0/1495146391' entity='mgr.smithi047.erpxvz' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T04:11:42.629 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Dec 06 04:11:42 smithi047 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi047[108212]: audit 2023-12-06T04:11:41.227185+0000 mon.smithi047 (mon.0) 202 : audit [INF] from='mgr.14182 172.21.15.47:0/1495146391' entity='mgr.smithi047.erpxvz' 2023-12-06T04:11:42.629 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Dec 06 04:11:42 smithi047 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi047[108212]: audit 2023-12-06T04:11:41.228109+0000 mon.smithi047 (mon.0) 203 : audit [DBG] from='mgr.14182 172.21.15.47:0/1495146391' entity='mgr.smithi047.erpxvz' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T04:11:42.629 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Dec 06 04:11:42 smithi047 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi047[108212]: audit 2023-12-06T04:11:41.229022+0000 mon.smithi047 (mon.0) 204 : audit [INF] from='mgr.14182 172.21.15.47:0/1495146391' entity='mgr.smithi047.erpxvz' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T04:11:42.630 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Dec 06 04:11:42 smithi047 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi047[108212]: cephadm 2023-12-06T04:11:41.230183+0000 mgr.smithi047.erpxvz (mgr.14182) 24 : cephadm [INF] Updating smithi047:/etc/ceph/ceph.conf 2023-12-06T04:11:42.630 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Dec 06 04:11:42 smithi047 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi047[108212]: cephadm 2023-12-06T04:11:41.230527+0000 mgr.smithi047.erpxvz (mgr.14182) 25 : cephadm [INF] Updating smithi098:/etc/ceph/ceph.conf 2023-12-06T04:11:42.630 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Dec 06 04:11:42 smithi047 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi047[108212]: audit 2023-12-06T04:11:41.256472+0000 mon.smithi047 (mon.0) 205 : audit [INF] from='mgr.14182 172.21.15.47:0/1495146391' entity='mgr.smithi047.erpxvz' 2023-12-06T04:11:42.630 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Dec 06 04:11:42 smithi047 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi047[108212]: cluster 2023-12-06T04:11:41.283869+0000 mgr.smithi047.erpxvz (mgr.14182) 26 : cluster [DBG] pgmap v13: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-06T04:11:42.630 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Dec 06 04:11:42 smithi047 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi047[108212]: audit 2023-12-06T04:11:41.475258+0000 mon.smithi047 (mon.0) 206 : audit [INF] from='mgr.14182 172.21.15.47:0/1495146391' entity='mgr.smithi047.erpxvz' 2023-12-06T04:11:42.630 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Dec 06 04:11:42 smithi047 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi047[108212]: audit 2023-12-06T04:11:41.478983+0000 mon.smithi047 (mon.0) 207 : audit [INF] from='mgr.14182 172.21.15.47:0/1495146391' entity='mgr.smithi047.erpxvz' 2023-12-06T04:11:42.630 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Dec 06 04:11:42 smithi047 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi047[108212]: audit 2023-12-06T04:11:41.483059+0000 mon.smithi047 (mon.0) 208 : audit [INF] from='mgr.14182 172.21.15.47:0/1495146391' entity='mgr.smithi047.erpxvz' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2023-12-06T04:11:42.630 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Dec 06 04:11:42 smithi047 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi047[108212]: audit 2023-12-06T04:11:41.483943+0000 mon.smithi047 (mon.0) 209 : audit [DBG] from='mgr.14182 172.21.15.47:0/1495146391' entity='mgr.smithi047.erpxvz' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2023-12-06T04:11:42.630 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Dec 06 04:11:42 smithi047 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi047[108212]: audit 2023-12-06T04:11:41.484759+0000 mon.smithi047 (mon.0) 210 : audit [DBG] from='mgr.14182 172.21.15.47:0/1495146391' entity='mgr.smithi047.erpxvz' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T04:11:43.240 INFO:teuthology.orchestra.run.smithi098.stdout:Scheduled osd.all-available-devices update... 2023-12-06T04:11:43.542 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Dec 06 04:11:43 smithi098 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi098[111615]: cephadm 2023-12-06T04:11:41.482705+0000 mgr.smithi047.erpxvz (mgr.14182) 27 : cephadm [INF] Reconfiguring mon.smithi047 (unknown last config time)... 2023-12-06T04:11:43.542 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Dec 06 04:11:43 smithi098 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi098[111615]: cephadm 2023-12-06T04:11:41.485468+0000 mgr.smithi047.erpxvz (mgr.14182) 28 : cephadm [INF] Reconfiguring daemon mon.smithi047 on smithi047 2023-12-06T04:11:43.542 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Dec 06 04:11:43 smithi098 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi098[111615]: audit 2023-12-06T04:11:42.518516+0000 mon.smithi047 (mon.0) 211 : audit [INF] from='mgr.14182 172.21.15.47:0/1495146391' entity='mgr.smithi047.erpxvz' 2023-12-06T04:11:43.542 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Dec 06 04:11:43 smithi098 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi098[111615]: audit 2023-12-06T04:11:42.519652+0000 mon.smithi047 (mon.0) 212 : audit [INF] from='mgr.14182 172.21.15.47:0/1495146391' entity='mgr.smithi047.erpxvz' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.smithi047.erpxvz", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2023-12-06T04:11:43.542 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Dec 06 04:11:43 smithi098 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi098[111615]: audit 2023-12-06T04:11:42.520452+0000 mon.smithi047 (mon.0) 213 : audit [DBG] from='mgr.14182 172.21.15.47:0/1495146391' entity='mgr.smithi047.erpxvz' cmd=[{"prefix": "mgr services"}]: dispatch 2023-12-06T04:11:43.542 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Dec 06 04:11:43 smithi098 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi098[111615]: audit 2023-12-06T04:11:42.521122+0000 mon.smithi047 (mon.0) 214 : audit [DBG] from='mgr.14182 172.21.15.47:0/1495146391' entity='mgr.smithi047.erpxvz' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T04:11:43.543 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Dec 06 04:11:43 smithi098 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi098[111615]: audit 2023-12-06T04:11:43.239175+0000 mon.smithi047 (mon.0) 215 : audit [INF] from='mgr.14182 172.21.15.47:0/1495146391' entity='mgr.smithi047.erpxvz' 2023-12-06T04:11:43.609 INFO:tasks.cephadm:Waiting for 8 OSDs to come up... 2023-12-06T04:11:43.609 DEBUG:teuthology.orchestra.run.smithi047:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:d03fca4f35d43f61b4679936aef7bd2f01cced0b shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 2ecad2ea-93ed-11ee-95a2-87774f69a715 -- ceph osd stat -f json 2023-12-06T04:11:43.629 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Dec 06 04:11:43 smithi047 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi047[108212]: cephadm 2023-12-06T04:11:41.482705+0000 mgr.smithi047.erpxvz (mgr.14182) 27 : cephadm [INF] Reconfiguring mon.smithi047 (unknown last config time)... 2023-12-06T04:11:43.629 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Dec 06 04:11:43 smithi047 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi047[108212]: cephadm 2023-12-06T04:11:41.485468+0000 mgr.smithi047.erpxvz (mgr.14182) 28 : cephadm [INF] Reconfiguring daemon mon.smithi047 on smithi047 2023-12-06T04:11:43.629 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Dec 06 04:11:43 smithi047 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi047[108212]: audit 2023-12-06T04:11:42.518516+0000 mon.smithi047 (mon.0) 211 : audit [INF] from='mgr.14182 172.21.15.47:0/1495146391' entity='mgr.smithi047.erpxvz' 2023-12-06T04:11:43.629 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Dec 06 04:11:43 smithi047 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi047[108212]: audit 2023-12-06T04:11:42.519652+0000 mon.smithi047 (mon.0) 212 : audit [INF] from='mgr.14182 172.21.15.47:0/1495146391' entity='mgr.smithi047.erpxvz' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.smithi047.erpxvz", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2023-12-06T04:11:43.630 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Dec 06 04:11:43 smithi047 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi047[108212]: audit 2023-12-06T04:11:42.520452+0000 mon.smithi047 (mon.0) 213 : audit [DBG] from='mgr.14182 172.21.15.47:0/1495146391' entity='mgr.smithi047.erpxvz' cmd=[{"prefix": "mgr services"}]: dispatch 2023-12-06T04:11:43.630 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Dec 06 04:11:43 smithi047 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi047[108212]: audit 2023-12-06T04:11:42.521122+0000 mon.smithi047 (mon.0) 214 : audit [DBG] from='mgr.14182 172.21.15.47:0/1495146391' entity='mgr.smithi047.erpxvz' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T04:11:43.630 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Dec 06 04:11:43 smithi047 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi047[108212]: audit 2023-12-06T04:11:43.239175+0000 mon.smithi047 (mon.0) 215 : audit [INF] from='mgr.14182 172.21.15.47:0/1495146391' entity='mgr.smithi047.erpxvz' 2023-12-06T04:11:44.379 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Dec 06 04:11:44 smithi047 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi047[108212]: cephadm 2023-12-06T04:11:42.519381+0000 mgr.smithi047.erpxvz (mgr.14182) 29 : cephadm [INF] Reconfiguring mgr.smithi047.erpxvz (unknown last config time)... 2023-12-06T04:11:44.379 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Dec 06 04:11:44 smithi047 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi047[108212]: cephadm 2023-12-06T04:11:42.521802+0000 mgr.smithi047.erpxvz (mgr.14182) 30 : cephadm [INF] Reconfiguring daemon mgr.smithi047.erpxvz on smithi047 2023-12-06T04:11:44.379 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Dec 06 04:11:44 smithi047 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi047[108212]: audit 2023-12-06T04:11:43.232537+0000 mgr.smithi047.erpxvz (mgr.14182) 31 : audit [DBG] from='client.24101 -' entity='client.admin' cmd=[{"prefix": "orch apply osd", "all_available_devices": true, "target": ["mon-mgr", ""]}]: dispatch 2023-12-06T04:11:44.380 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Dec 06 04:11:44 smithi047 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi047[108212]: cephadm 2023-12-06T04:11:43.234534+0000 mgr.smithi047.erpxvz (mgr.14182) 32 : cephadm [INF] Marking host: smithi047 for OSDSpec preview refresh. 2023-12-06T04:11:44.380 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Dec 06 04:11:44 smithi047 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi047[108212]: cephadm 2023-12-06T04:11:43.234644+0000 mgr.smithi047.erpxvz (mgr.14182) 33 : cephadm [INF] Marking host: smithi098 for OSDSpec preview refresh. 2023-12-06T04:11:44.380 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Dec 06 04:11:44 smithi047 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi047[108212]: cephadm 2023-12-06T04:11:43.235026+0000 mgr.smithi047.erpxvz (mgr.14182) 34 : cephadm [INF] Saving service osd.all-available-devices spec with placement * 2023-12-06T04:11:44.380 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Dec 06 04:11:44 smithi047 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi047[108212]: cluster 2023-12-06T04:11:43.284099+0000 mgr.smithi047.erpxvz (mgr.14182) 35 : cluster [DBG] pgmap v14: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-06T04:11:44.380 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Dec 06 04:11:44 smithi047 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi047[108212]: audit 2023-12-06T04:11:43.450471+0000 mon.smithi047 (mon.0) 216 : audit [INF] from='mgr.14182 172.21.15.47:0/1495146391' entity='mgr.smithi047.erpxvz' 2023-12-06T04:11:44.380 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Dec 06 04:11:44 smithi047 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi047[108212]: audit 2023-12-06T04:11:43.467345+0000 mon.smithi047 (mon.0) 217 : audit [INF] from='mgr.14182 172.21.15.47:0/1495146391' entity='mgr.smithi047.erpxvz' 2023-12-06T04:11:44.620 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Dec 06 04:11:44 smithi098 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi098[111615]: cephadm 2023-12-06T04:11:42.519381+0000 mgr.smithi047.erpxvz (mgr.14182) 29 : cephadm [INF] Reconfiguring mgr.smithi047.erpxvz (unknown last config time)... 2023-12-06T04:11:44.620 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Dec 06 04:11:44 smithi098 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi098[111615]: cephadm 2023-12-06T04:11:42.521802+0000 mgr.smithi047.erpxvz (mgr.14182) 30 : cephadm [INF] Reconfiguring daemon mgr.smithi047.erpxvz on smithi047 2023-12-06T04:11:44.620 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Dec 06 04:11:44 smithi098 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi098[111615]: audit 2023-12-06T04:11:43.232537+0000 mgr.smithi047.erpxvz (mgr.14182) 31 : audit [DBG] from='client.24101 -' entity='client.admin' cmd=[{"prefix": "orch apply osd", "all_available_devices": true, "target": ["mon-mgr", ""]}]: dispatch 2023-12-06T04:11:44.620 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Dec 06 04:11:44 smithi098 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi098[111615]: cephadm 2023-12-06T04:11:43.234534+0000 mgr.smithi047.erpxvz (mgr.14182) 32 : cephadm [INF] Marking host: smithi047 for OSDSpec preview refresh. 2023-12-06T04:11:44.620 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Dec 06 04:11:44 smithi098 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi098[111615]: cephadm 2023-12-06T04:11:43.234644+0000 mgr.smithi047.erpxvz (mgr.14182) 33 : cephadm [INF] Marking host: smithi098 for OSDSpec preview refresh. 2023-12-06T04:11:44.621 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Dec 06 04:11:44 smithi098 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi098[111615]: cephadm 2023-12-06T04:11:43.235026+0000 mgr.smithi047.erpxvz (mgr.14182) 34 : cephadm [INF] Saving service osd.all-available-devices spec with placement * 2023-12-06T04:11:44.621 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Dec 06 04:11:44 smithi098 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi098[111615]: cluster 2023-12-06T04:11:43.284099+0000 mgr.smithi047.erpxvz (mgr.14182) 35 : cluster [DBG] pgmap v14: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-06T04:11:44.621 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Dec 06 04:11:44 smithi098 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi098[111615]: audit 2023-12-06T04:11:43.450471+0000 mon.smithi047 (mon.0) 216 : audit [INF] from='mgr.14182 172.21.15.47:0/1495146391' entity='mgr.smithi047.erpxvz' 2023-12-06T04:11:44.621 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Dec 06 04:11:44 smithi098 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi098[111615]: audit 2023-12-06T04:11:43.467345+0000 mon.smithi047 (mon.0) 217 : audit [INF] from='mgr.14182 172.21.15.47:0/1495146391' entity='mgr.smithi047.erpxvz' 2023-12-06T04:11:45.380 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Dec 06 04:11:45 smithi047 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi047[108212]: cephadm 2023-12-06T04:11:43.470464+0000 mgr.smithi047.erpxvz (mgr.14182) 36 : cephadm [INF] Reconfiguring alertmanager.smithi047 (dependencies changed)... 2023-12-06T04:11:45.380 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Dec 06 04:11:45 smithi047 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi047[108212]: cephadm 2023-12-06T04:11:43.477398+0000 mgr.smithi047.erpxvz (mgr.14182) 37 : cephadm [INF] Reconfiguring daemon alertmanager.smithi047 on smithi047 2023-12-06T04:11:45.620 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Dec 06 04:11:45 smithi098 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi098[111615]: cephadm 2023-12-06T04:11:43.470464+0000 mgr.smithi047.erpxvz (mgr.14182) 36 : cephadm [INF] Reconfiguring alertmanager.smithi047 (dependencies changed)... 2023-12-06T04:11:45.620 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Dec 06 04:11:45 smithi098 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi098[111615]: cephadm 2023-12-06T04:11:43.477398+0000 mgr.smithi047.erpxvz (mgr.14182) 37 : cephadm [INF] Reconfiguring daemon alertmanager.smithi047 on smithi047 2023-12-06T04:11:45.727 INFO:teuthology.orchestra.run.smithi047.stdout: 2023-12-06T04:11:46.143 INFO:teuthology.orchestra.run.smithi047.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-12-06T04:11:46.547 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Dec 06 04:11:46 smithi047 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi047[108212]: cluster 2023-12-06T04:11:45.284374+0000 mgr.smithi047.erpxvz (mgr.14182) 38 : cluster [DBG] pgmap v15: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-06T04:11:46.547 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Dec 06 04:11:46 smithi047 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi047[108212]: audit 2023-12-06T04:11:45.726529+0000 mon.smithi047 (mon.0) 218 : audit [DBG] from='client.? 172.21.15.47:0/4126146380' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2023-12-06T04:11:46.620 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Dec 06 04:11:46 smithi098 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi098[111615]: cluster 2023-12-06T04:11:45.284374+0000 mgr.smithi047.erpxvz (mgr.14182) 38 : cluster [DBG] pgmap v15: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-06T04:11:46.620 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Dec 06 04:11:46 smithi098 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi098[111615]: audit 2023-12-06T04:11:45.726529+0000 mon.smithi047 (mon.0) 218 : audit [DBG] from='client.? 172.21.15.47:0/4126146380' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2023-12-06T04:11:47.147 DEBUG:teuthology.orchestra.run.smithi047:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:d03fca4f35d43f61b4679936aef7bd2f01cced0b shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 2ecad2ea-93ed-11ee-95a2-87774f69a715 -- ceph osd stat -f json 2023-12-06T04:11:48.298 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Dec 06 04:11:48 smithi047 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi047[108212]: audit 2023-12-06T04:11:47.012720+0000 mon.smithi047 (mon.0) 219 : audit [INF] from='mgr.14182 172.21.15.47:0/1495146391' entity='mgr.smithi047.erpxvz' 2023-12-06T04:11:48.298 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Dec 06 04:11:48 smithi047 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi047[108212]: cephadm 2023-12-06T04:11:47.013330+0000 mgr.smithi047.erpxvz (mgr.14182) 39 : cephadm [INF] Reconfiguring crash.smithi047 (monmap changed)... 2023-12-06T04:11:48.299 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Dec 06 04:11:48 smithi047 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi047[108212]: audit 2023-12-06T04:11:47.013627+0000 mon.smithi047 (mon.0) 220 : audit [INF] from='mgr.14182 172.21.15.47:0/1495146391' entity='mgr.smithi047.erpxvz' cmd=[{"prefix": "auth get-or-create", "entity": "client.crash.smithi047", "caps": ["mon", "profile crash", "mgr", "profile crash"]}]: dispatch 2023-12-06T04:11:48.299 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Dec 06 04:11:48 smithi047 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi047[108212]: audit 2023-12-06T04:11:47.014383+0000 mon.smithi047 (mon.0) 221 : audit [DBG] from='mgr.14182 172.21.15.47:0/1495146391' entity='mgr.smithi047.erpxvz' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T04:11:48.299 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Dec 06 04:11:48 smithi047 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi047[108212]: cephadm 2023-12-06T04:11:47.014966+0000 mgr.smithi047.erpxvz (mgr.14182) 40 : cephadm [INF] Reconfiguring daemon crash.smithi047 on smithi047 2023-12-06T04:11:48.299 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Dec 06 04:11:48 smithi047 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi047[108212]: cluster 2023-12-06T04:11:47.284628+0000 mgr.smithi047.erpxvz (mgr.14182) 41 : cluster [DBG] pgmap v16: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-06T04:11:48.370 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Dec 06 04:11:48 smithi098 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi098[111615]: audit 2023-12-06T04:11:47.012720+0000 mon.smithi047 (mon.0) 219 : audit [INF] from='mgr.14182 172.21.15.47:0/1495146391' entity='mgr.smithi047.erpxvz' 2023-12-06T04:11:48.370 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Dec 06 04:11:48 smithi098 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi098[111615]: cephadm 2023-12-06T04:11:47.013330+0000 mgr.smithi047.erpxvz (mgr.14182) 39 : cephadm [INF] Reconfiguring crash.smithi047 (monmap changed)... 2023-12-06T04:11:48.370 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Dec 06 04:11:48 smithi098 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi098[111615]: audit 2023-12-06T04:11:47.013627+0000 mon.smithi047 (mon.0) 220 : audit [INF] from='mgr.14182 172.21.15.47:0/1495146391' entity='mgr.smithi047.erpxvz' cmd=[{"prefix": "auth get-or-create", "entity": "client.crash.smithi047", "caps": ["mon", "profile crash", "mgr", "profile crash"]}]: dispatch 2023-12-06T04:11:48.370 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Dec 06 04:11:48 smithi098 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi098[111615]: audit 2023-12-06T04:11:47.014383+0000 mon.smithi047 (mon.0) 221 : audit [DBG] from='mgr.14182 172.21.15.47:0/1495146391' entity='mgr.smithi047.erpxvz' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T04:11:48.370 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Dec 06 04:11:48 smithi098 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi098[111615]: cephadm 2023-12-06T04:11:47.014966+0000 mgr.smithi047.erpxvz (mgr.14182) 40 : cephadm [INF] Reconfiguring daemon crash.smithi047 on smithi047 2023-12-06T04:11:48.370 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Dec 06 04:11:48 smithi098 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi098[111615]: cluster 2023-12-06T04:11:47.284628+0000 mgr.smithi047.erpxvz (mgr.14182) 41 : cluster [DBG] pgmap v16: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-06T04:11:48.677 INFO:teuthology.orchestra.run.smithi047.stdout: 2023-12-06T04:11:49.307 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Dec 06 04:11:49 smithi047 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi047[108212]: audit 2023-12-06T04:11:48.203381+0000 mon.smithi047 (mon.0) 222 : audit [INF] from='mgr.14182 172.21.15.47:0/1495146391' entity='mgr.smithi047.erpxvz' 2023-12-06T04:11:49.307 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Dec 06 04:11:49 smithi047 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi047[108212]: cephadm 2023-12-06T04:11:48.204131+0000 mgr.smithi047.erpxvz (mgr.14182) 42 : cephadm [INF] Reconfiguring grafana.smithi047 (dependencies changed)... 2023-12-06T04:11:49.307 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Dec 06 04:11:49 smithi047 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi047[108212]: cephadm 2023-12-06T04:11:48.248399+0000 mgr.smithi047.erpxvz (mgr.14182) 43 : cephadm [INF] Reconfiguring daemon grafana.smithi047 on smithi047 2023-12-06T04:11:49.307 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Dec 06 04:11:49 smithi047 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi047[108212]: audit 2023-12-06T04:11:48.676532+0000 mon.smithi047 (mon.0) 223 : audit [DBG] from='client.? 172.21.15.47:0/3830047739' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2023-12-06T04:11:49.334 INFO:teuthology.orchestra.run.smithi047.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-12-06T04:11:49.620 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Dec 06 04:11:49 smithi098 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi098[111615]: audit 2023-12-06T04:11:48.203381+0000 mon.smithi047 (mon.0) 222 : audit [INF] from='mgr.14182 172.21.15.47:0/1495146391' entity='mgr.smithi047.erpxvz' 2023-12-06T04:11:49.620 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Dec 06 04:11:49 smithi098 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi098[111615]: cephadm 2023-12-06T04:11:48.204131+0000 mgr.smithi047.erpxvz (mgr.14182) 42 : cephadm [INF] Reconfiguring grafana.smithi047 (dependencies changed)... 2023-12-06T04:11:49.620 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Dec 06 04:11:49 smithi098 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi098[111615]: cephadm 2023-12-06T04:11:48.248399+0000 mgr.smithi047.erpxvz (mgr.14182) 43 : cephadm [INF] Reconfiguring daemon grafana.smithi047 on smithi047 2023-12-06T04:11:49.621 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Dec 06 04:11:49 smithi098 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi098[111615]: audit 2023-12-06T04:11:48.676532+0000 mon.smithi047 (mon.0) 223 : audit [DBG] from='client.? 172.21.15.47:0/3830047739' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2023-12-06T04:11:50.335 DEBUG:teuthology.orchestra.run.smithi047:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:d03fca4f35d43f61b4679936aef7bd2f01cced0b shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 2ecad2ea-93ed-11ee-95a2-87774f69a715 -- ceph osd stat -f json 2023-12-06T04:11:50.620 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Dec 06 04:11:50 smithi098 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi098[111615]: cluster 2023-12-06T04:11:49.284917+0000 mgr.smithi047.erpxvz (mgr.14182) 44 : cluster [DBG] pgmap v17: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-06T04:11:50.629 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Dec 06 04:11:50 smithi047 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi047[108212]: cluster 2023-12-06T04:11:49.284917+0000 mgr.smithi047.erpxvz (mgr.14182) 44 : cluster [DBG] pgmap v17: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-06T04:11:51.998 INFO:teuthology.orchestra.run.smithi047.stdout: 2023-12-06T04:11:52.322 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Dec 06 04:11:52 smithi047 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi047[108212]: audit 2023-12-06T04:11:51.150659+0000 mon.smithi047 (mon.0) 224 : audit [INF] from='mgr.14182 172.21.15.47:0/1495146391' entity='mgr.smithi047.erpxvz' 2023-12-06T04:11:52.322 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Dec 06 04:11:52 smithi047 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi047[108212]: cephadm 2023-12-06T04:11:51.151509+0000 mgr.smithi047.erpxvz (mgr.14182) 45 : cephadm [INF] Reconfiguring prometheus.smithi047 (dependencies changed)... 2023-12-06T04:11:52.322 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Dec 06 04:11:52 smithi047 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi047[108212]: cephadm 2023-12-06T04:11:51.155398+0000 mgr.smithi047.erpxvz (mgr.14182) 46 : cephadm [INF] Reconfiguring daemon prometheus.smithi047 on smithi047 2023-12-06T04:11:52.322 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Dec 06 04:11:52 smithi047 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi047[108212]: cluster 2023-12-06T04:11:51.285180+0000 mgr.smithi047.erpxvz (mgr.14182) 47 : cluster [DBG] pgmap v18: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-06T04:11:52.323 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Dec 06 04:11:52 smithi047 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi047[108212]: audit 2023-12-06T04:11:51.997556+0000 mon.smithi047 (mon.0) 225 : audit [DBG] from='client.? 172.21.15.47:0/3736594976' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2023-12-06T04:11:52.498 INFO:teuthology.orchestra.run.smithi047.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-12-06T04:11:52.620 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Dec 06 04:11:52 smithi098 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi098[111615]: audit 2023-12-06T04:11:51.150659+0000 mon.smithi047 (mon.0) 224 : audit [INF] from='mgr.14182 172.21.15.47:0/1495146391' entity='mgr.smithi047.erpxvz' 2023-12-06T04:11:52.620 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Dec 06 04:11:52 smithi098 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi098[111615]: cephadm 2023-12-06T04:11:51.151509+0000 mgr.smithi047.erpxvz (mgr.14182) 45 : cephadm [INF] Reconfiguring prometheus.smithi047 (dependencies changed)... 2023-12-06T04:11:52.620 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Dec 06 04:11:52 smithi098 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi098[111615]: cephadm 2023-12-06T04:11:51.155398+0000 mgr.smithi047.erpxvz (mgr.14182) 46 : cephadm [INF] Reconfiguring daemon prometheus.smithi047 on smithi047 2023-12-06T04:11:52.621 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Dec 06 04:11:52 smithi098 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi098[111615]: cluster 2023-12-06T04:11:51.285180+0000 mgr.smithi047.erpxvz (mgr.14182) 47 : cluster [DBG] pgmap v18: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-06T04:11:52.621 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Dec 06 04:11:52 smithi098 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi098[111615]: audit 2023-12-06T04:11:51.997556+0000 mon.smithi047 (mon.0) 225 : audit [DBG] from='client.? 172.21.15.47:0/3736594976' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2023-12-06T04:11:53.500 DEBUG:teuthology.orchestra.run.smithi047:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:d03fca4f35d43f61b4679936aef7bd2f01cced0b shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 2ecad2ea-93ed-11ee-95a2-87774f69a715 -- ceph osd stat -f json 2023-12-06T04:11:54.370 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Dec 06 04:11:54 smithi098 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi098[111615]: cluster 2023-12-06T04:11:53.285404+0000 mgr.smithi047.erpxvz (mgr.14182) 48 : cluster [DBG] pgmap v19: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-06T04:11:54.381 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Dec 06 04:11:54 smithi047 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi047[108212]: cluster 2023-12-06T04:11:53.285404+0000 mgr.smithi047.erpxvz (mgr.14182) 48 : cluster [DBG] pgmap v19: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-06T04:11:54.959 INFO:teuthology.orchestra.run.smithi047.stdout: 2023-12-06T04:11:55.339 INFO:teuthology.orchestra.run.smithi047.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-12-06T04:11:55.629 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Dec 06 04:11:55 smithi047 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi047[108212]: audit 2023-12-06T04:11:54.516945+0000 mon.smithi047 (mon.0) 226 : audit [INF] from='mgr.14182 172.21.15.47:0/1495146391' entity='mgr.smithi047.erpxvz' 2023-12-06T04:11:55.629 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Dec 06 04:11:55 smithi047 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi047[108212]: cephadm 2023-12-06T04:11:54.517645+0000 mgr.smithi047.erpxvz (mgr.14182) 49 : cephadm [INF] Reconfiguring crash.smithi098 (monmap changed)... 2023-12-06T04:11:55.630 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Dec 06 04:11:55 smithi047 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi047[108212]: audit 2023-12-06T04:11:54.517937+0000 mon.smithi047 (mon.0) 227 : audit [INF] from='mgr.14182 172.21.15.47:0/1495146391' entity='mgr.smithi047.erpxvz' cmd=[{"prefix": "auth get-or-create", "entity": "client.crash.smithi098", "caps": ["mon", "profile crash", "mgr", "profile crash"]}]: dispatch 2023-12-06T04:11:55.630 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Dec 06 04:11:55 smithi047 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi047[108212]: audit 2023-12-06T04:11:54.518663+0000 mon.smithi047 (mon.0) 228 : audit [DBG] from='mgr.14182 172.21.15.47:0/1495146391' entity='mgr.smithi047.erpxvz' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T04:11:55.630 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Dec 06 04:11:55 smithi047 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi047[108212]: cephadm 2023-12-06T04:11:54.519236+0000 mgr.smithi047.erpxvz (mgr.14182) 50 : cephadm [INF] Reconfiguring daemon crash.smithi098 on smithi098 2023-12-06T04:11:55.630 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Dec 06 04:11:55 smithi047 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi047[108212]: audit 2023-12-06T04:11:54.958076+0000 mon.smithi047 (mon.0) 229 : audit [DBG] from='client.? 172.21.15.47:0/1585391694' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2023-12-06T04:11:55.630 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Dec 06 04:11:55 smithi047 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi047[108212]: cluster 2023-12-06T04:11:55.285830+0000 mgr.smithi047.erpxvz (mgr.14182) 51 : cluster [DBG] pgmap v20: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-06T04:11:55.630 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Dec 06 04:11:55 smithi047 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi047[108212]: audit 2023-12-06T04:11:55.406563+0000 mon.smithi047 (mon.0) 230 : audit [INF] from='mgr.14182 172.21.15.47:0/1495146391' entity='mgr.smithi047.erpxvz' 2023-12-06T04:11:55.630 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Dec 06 04:11:55 smithi047 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi047[108212]: audit 2023-12-06T04:11:55.407565+0000 mon.smithi047 (mon.0) 231 : audit [INF] from='mgr.14182 172.21.15.47:0/1495146391' entity='mgr.smithi047.erpxvz' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.smithi098.oprotl", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2023-12-06T04:11:55.630 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Dec 06 04:11:55 smithi047 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi047[108212]: audit 2023-12-06T04:11:55.408488+0000 mon.smithi047 (mon.0) 232 : audit [DBG] from='mgr.14182 172.21.15.47:0/1495146391' entity='mgr.smithi047.erpxvz' cmd=[{"prefix": "mgr services"}]: dispatch 2023-12-06T04:11:55.630 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Dec 06 04:11:55 smithi047 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi047[108212]: audit 2023-12-06T04:11:55.409225+0000 mon.smithi047 (mon.0) 233 : audit [DBG] from='mgr.14182 172.21.15.47:0/1495146391' entity='mgr.smithi047.erpxvz' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T04:11:55.872 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Dec 06 04:11:55 smithi098 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi098[111615]: audit 2023-12-06T04:11:54.516945+0000 mon.smithi047 (mon.0) 226 : audit [INF] from='mgr.14182 172.21.15.47:0/1495146391' entity='mgr.smithi047.erpxvz' 2023-12-06T04:11:55.872 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Dec 06 04:11:55 smithi098 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi098[111615]: cephadm 2023-12-06T04:11:54.517645+0000 mgr.smithi047.erpxvz (mgr.14182) 49 : cephadm [INF] Reconfiguring crash.smithi098 (monmap changed)... 2023-12-06T04:11:55.872 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Dec 06 04:11:55 smithi098 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi098[111615]: audit 2023-12-06T04:11:54.517937+0000 mon.smithi047 (mon.0) 227 : audit [INF] from='mgr.14182 172.21.15.47:0/1495146391' entity='mgr.smithi047.erpxvz' cmd=[{"prefix": "auth get-or-create", "entity": "client.crash.smithi098", "caps": ["mon", "profile crash", "mgr", "profile crash"]}]: dispatch 2023-12-06T04:11:55.872 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Dec 06 04:11:55 smithi098 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi098[111615]: audit 2023-12-06T04:11:54.518663+0000 mon.smithi047 (mon.0) 228 : audit [DBG] from='mgr.14182 172.21.15.47:0/1495146391' entity='mgr.smithi047.erpxvz' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T04:11:55.872 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Dec 06 04:11:55 smithi098 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi098[111615]: cephadm 2023-12-06T04:11:54.519236+0000 mgr.smithi047.erpxvz (mgr.14182) 50 : cephadm [INF] Reconfiguring daemon crash.smithi098 on smithi098 2023-12-06T04:11:55.872 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Dec 06 04:11:55 smithi098 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi098[111615]: audit 2023-12-06T04:11:54.958076+0000 mon.smithi047 (mon.0) 229 : audit [DBG] from='client.? 172.21.15.47:0/1585391694' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2023-12-06T04:11:55.873 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Dec 06 04:11:55 smithi098 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi098[111615]: cluster 2023-12-06T04:11:55.285830+0000 mgr.smithi047.erpxvz (mgr.14182) 51 : cluster [DBG] pgmap v20: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-06T04:11:55.873 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Dec 06 04:11:55 smithi098 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi098[111615]: audit 2023-12-06T04:11:55.406563+0000 mon.smithi047 (mon.0) 230 : audit [INF] from='mgr.14182 172.21.15.47:0/1495146391' entity='mgr.smithi047.erpxvz' 2023-12-06T04:11:55.873 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Dec 06 04:11:55 smithi098 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi098[111615]: audit 2023-12-06T04:11:55.407565+0000 mon.smithi047 (mon.0) 231 : audit [INF] from='mgr.14182 172.21.15.47:0/1495146391' entity='mgr.smithi047.erpxvz' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.smithi098.oprotl", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2023-12-06T04:11:55.873 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Dec 06 04:11:55 smithi098 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi098[111615]: audit 2023-12-06T04:11:55.408488+0000 mon.smithi047 (mon.0) 232 : audit [DBG] from='mgr.14182 172.21.15.47:0/1495146391' entity='mgr.smithi047.erpxvz' cmd=[{"prefix": "mgr services"}]: dispatch 2023-12-06T04:11:55.873 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Dec 06 04:11:55 smithi098 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi098[111615]: audit 2023-12-06T04:11:55.409225+0000 mon.smithi047 (mon.0) 233 : audit [DBG] from='mgr.14182 172.21.15.47:0/1495146391' entity='mgr.smithi047.erpxvz' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T04:11:56.339 DEBUG:teuthology.orchestra.run.smithi047:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:d03fca4f35d43f61b4679936aef7bd2f01cced0b shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 2ecad2ea-93ed-11ee-95a2-87774f69a715 -- ceph osd stat -f json 2023-12-06T04:11:57.620 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Dec 06 04:11:57 smithi098 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi098[111615]: cephadm 2023-12-06T04:11:55.407235+0000 mgr.smithi047.erpxvz (mgr.14182) 52 : cephadm [INF] Reconfiguring mgr.smithi098.oprotl (monmap changed)... 2023-12-06T04:11:57.620 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Dec 06 04:11:57 smithi098 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi098[111615]: cephadm 2023-12-06T04:11:55.409896+0000 mgr.smithi047.erpxvz (mgr.14182) 53 : cephadm [INF] Reconfiguring daemon mgr.smithi098.oprotl on smithi098 2023-12-06T04:11:57.621 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Dec 06 04:11:57 smithi098 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi098[111615]: audit 2023-12-06T04:11:56.260740+0000 mon.smithi047 (mon.0) 234 : audit [INF] from='mgr.14182 172.21.15.47:0/1495146391' entity='mgr.smithi047.erpxvz' 2023-12-06T04:11:57.621 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Dec 06 04:11:57 smithi098 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi098[111615]: cephadm 2023-12-06T04:11:56.261430+0000 mgr.smithi047.erpxvz (mgr.14182) 54 : cephadm [INF] Reconfiguring mon.smithi098 (monmap changed)... 2023-12-06T04:11:57.621 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Dec 06 04:11:57 smithi098 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi098[111615]: audit 2023-12-06T04:11:56.261756+0000 mon.smithi047 (mon.0) 235 : audit [INF] from='mgr.14182 172.21.15.47:0/1495146391' entity='mgr.smithi047.erpxvz' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2023-12-06T04:11:57.621 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Dec 06 04:11:57 smithi098 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi098[111615]: audit 2023-12-06T04:11:56.262591+0000 mon.smithi047 (mon.0) 236 : audit [DBG] from='mgr.14182 172.21.15.47:0/1495146391' entity='mgr.smithi047.erpxvz' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2023-12-06T04:11:57.621 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Dec 06 04:11:57 smithi098 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi098[111615]: audit 2023-12-06T04:11:56.263361+0000 mon.smithi047 (mon.0) 237 : audit [DBG] from='mgr.14182 172.21.15.47:0/1495146391' entity='mgr.smithi047.erpxvz' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T04:11:57.621 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Dec 06 04:11:57 smithi098 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi098[111615]: cephadm 2023-12-06T04:11:56.264161+0000 mgr.smithi047.erpxvz (mgr.14182) 55 : cephadm [INF] Reconfiguring daemon mon.smithi098 on smithi098 2023-12-06T04:11:57.621 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Dec 06 04:11:57 smithi098 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi098[111615]: audit 2023-12-06T04:11:57.130327+0000 mon.smithi047 (mon.0) 238 : audit [INF] from='mgr.14182 172.21.15.47:0/1495146391' entity='mgr.smithi047.erpxvz' 2023-12-06T04:11:57.621 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Dec 06 04:11:57 smithi098 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi098[111615]: audit 2023-12-06T04:11:57.133544+0000 mon.smithi047 (mon.0) 239 : audit [DBG] from='mgr.14182 172.21.15.47:0/1495146391' entity='mgr.smithi047.erpxvz' cmd=[{"prefix": "dashboard get-alertmanager-api-host"}]: dispatch 2023-12-06T04:11:57.621 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Dec 06 04:11:57 smithi098 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi098[111615]: audit 2023-12-06T04:11:57.135214+0000 mon.smithi047 (mon.0) 240 : audit [INF] from='mgr.14182 172.21.15.47:0/1495146391' entity='mgr.smithi047.erpxvz' cmd=[{"prefix": "dashboard set-alertmanager-api-host", "value": "http://smithi047.front.sepia.ceph.com:9093"}]: dispatch 2023-12-06T04:11:57.621 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Dec 06 04:11:57 smithi098 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi098[111615]: audit 2023-12-06T04:11:57.139703+0000 mon.smithi047 (mon.0) 241 : audit [INF] from='mgr.14182 172.21.15.47:0/1495146391' entity='mgr.smithi047.erpxvz' 2023-12-06T04:11:57.621 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Dec 06 04:11:57 smithi098 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi098[111615]: audit 2023-12-06T04:11:57.144443+0000 mon.smithi047 (mon.0) 242 : audit [DBG] from='mgr.14182 172.21.15.47:0/1495146391' entity='mgr.smithi047.erpxvz' cmd=[{"prefix": "dashboard get-grafana-api-url"}]: dispatch 2023-12-06T04:11:57.621 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Dec 06 04:11:57 smithi098 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi098[111615]: audit 2023-12-06T04:11:57.151801+0000 mon.smithi047 (mon.0) 243 : audit [INF] from='mgr.14182 172.21.15.47:0/1495146391' entity='mgr.smithi047.erpxvz' cmd=[{"prefix": "dashboard set-grafana-api-url", "value": "https://smithi047.front.sepia.ceph.com:3000"}]: dispatch 2023-12-06T04:11:57.621 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Dec 06 04:11:57 smithi098 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi098[111615]: audit 2023-12-06T04:11:57.157239+0000 mon.smithi047 (mon.0) 244 : audit [INF] from='mgr.14182 172.21.15.47:0/1495146391' entity='mgr.smithi047.erpxvz' 2023-12-06T04:11:57.621 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Dec 06 04:11:57 smithi098 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi098[111615]: audit 2023-12-06T04:11:57.165531+0000 mon.smithi047 (mon.0) 245 : audit [DBG] from='mgr.14182 172.21.15.47:0/1495146391' entity='mgr.smithi047.erpxvz' cmd=[{"prefix": "dashboard get-prometheus-api-host"}]: dispatch 2023-12-06T04:11:57.621 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Dec 06 04:11:57 smithi098 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi098[111615]: audit 2023-12-06T04:11:57.171644+0000 mon.smithi047 (mon.0) 246 : audit [INF] from='mgr.14182 172.21.15.47:0/1495146391' entity='mgr.smithi047.erpxvz' cmd=[{"prefix": "dashboard set-prometheus-api-host", "value": "http://smithi047.front.sepia.ceph.com:9095"}]: dispatch 2023-12-06T04:11:57.621 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Dec 06 04:11:57 smithi098 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi098[111615]: audit 2023-12-06T04:11:57.176858+0000 mon.smithi047 (mon.0) 247 : audit [INF] from='mgr.14182 172.21.15.47:0/1495146391' entity='mgr.smithi047.erpxvz' 2023-12-06T04:11:57.622 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Dec 06 04:11:57 smithi098 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi098[111615]: audit 2023-12-06T04:11:57.179159+0000 mon.smithi047 (mon.0) 248 : audit [DBG] from='mgr.14182 172.21.15.47:0/1495146391' entity='mgr.smithi047.erpxvz' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T04:11:57.630 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Dec 06 04:11:57 smithi047 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi047[108212]: cephadm 2023-12-06T04:11:55.407235+0000 mgr.smithi047.erpxvz (mgr.14182) 52 : cephadm [INF] Reconfiguring mgr.smithi098.oprotl (monmap changed)... 2023-12-06T04:11:57.630 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Dec 06 04:11:57 smithi047 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi047[108212]: cephadm 2023-12-06T04:11:55.409896+0000 mgr.smithi047.erpxvz (mgr.14182) 53 : cephadm [INF] Reconfiguring daemon mgr.smithi098.oprotl on smithi098 2023-12-06T04:11:57.630 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Dec 06 04:11:57 smithi047 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi047[108212]: audit 2023-12-06T04:11:56.260740+0000 mon.smithi047 (mon.0) 234 : audit [INF] from='mgr.14182 172.21.15.47:0/1495146391' entity='mgr.smithi047.erpxvz' 2023-12-06T04:11:57.630 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Dec 06 04:11:57 smithi047 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi047[108212]: cephadm 2023-12-06T04:11:56.261430+0000 mgr.smithi047.erpxvz (mgr.14182) 54 : cephadm [INF] Reconfiguring mon.smithi098 (monmap changed)... 2023-12-06T04:11:57.630 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Dec 06 04:11:57 smithi047 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi047[108212]: audit 2023-12-06T04:11:56.261756+0000 mon.smithi047 (mon.0) 235 : audit [INF] from='mgr.14182 172.21.15.47:0/1495146391' entity='mgr.smithi047.erpxvz' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2023-12-06T04:11:57.631 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Dec 06 04:11:57 smithi047 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi047[108212]: audit 2023-12-06T04:11:56.262591+0000 mon.smithi047 (mon.0) 236 : audit [DBG] from='mgr.14182 172.21.15.47:0/1495146391' entity='mgr.smithi047.erpxvz' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2023-12-06T04:11:57.631 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Dec 06 04:11:57 smithi047 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi047[108212]: audit 2023-12-06T04:11:56.263361+0000 mon.smithi047 (mon.0) 237 : audit [DBG] from='mgr.14182 172.21.15.47:0/1495146391' entity='mgr.smithi047.erpxvz' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T04:11:57.631 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Dec 06 04:11:57 smithi047 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi047[108212]: cephadm 2023-12-06T04:11:56.264161+0000 mgr.smithi047.erpxvz (mgr.14182) 55 : cephadm [INF] Reconfiguring daemon mon.smithi098 on smithi098 2023-12-06T04:11:57.631 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Dec 06 04:11:57 smithi047 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi047[108212]: audit 2023-12-06T04:11:57.130327+0000 mon.smithi047 (mon.0) 238 : audit [INF] from='mgr.14182 172.21.15.47:0/1495146391' entity='mgr.smithi047.erpxvz' 2023-12-06T04:11:57.631 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Dec 06 04:11:57 smithi047 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi047[108212]: audit 2023-12-06T04:11:57.133544+0000 mon.smithi047 (mon.0) 239 : audit [DBG] from='mgr.14182 172.21.15.47:0/1495146391' entity='mgr.smithi047.erpxvz' cmd=[{"prefix": "dashboard get-alertmanager-api-host"}]: dispatch 2023-12-06T04:11:57.631 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Dec 06 04:11:57 smithi047 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi047[108212]: audit 2023-12-06T04:11:57.135214+0000 mon.smithi047 (mon.0) 240 : audit [INF] from='mgr.14182 172.21.15.47:0/1495146391' entity='mgr.smithi047.erpxvz' cmd=[{"prefix": "dashboard set-alertmanager-api-host", "value": "http://smithi047.front.sepia.ceph.com:9093"}]: dispatch 2023-12-06T04:11:57.631 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Dec 06 04:11:57 smithi047 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi047[108212]: audit 2023-12-06T04:11:57.139703+0000 mon.smithi047 (mon.0) 241 : audit [INF] from='mgr.14182 172.21.15.47:0/1495146391' entity='mgr.smithi047.erpxvz' 2023-12-06T04:11:57.631 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Dec 06 04:11:57 smithi047 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi047[108212]: audit 2023-12-06T04:11:57.144443+0000 mon.smithi047 (mon.0) 242 : audit [DBG] from='mgr.14182 172.21.15.47:0/1495146391' entity='mgr.smithi047.erpxvz' cmd=[{"prefix": "dashboard get-grafana-api-url"}]: dispatch 2023-12-06T04:11:57.631 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Dec 06 04:11:57 smithi047 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi047[108212]: audit 2023-12-06T04:11:57.151801+0000 mon.smithi047 (mon.0) 243 : audit [INF] from='mgr.14182 172.21.15.47:0/1495146391' entity='mgr.smithi047.erpxvz' cmd=[{"prefix": "dashboard set-grafana-api-url", "value": "https://smithi047.front.sepia.ceph.com:3000"}]: dispatch 2023-12-06T04:11:57.631 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Dec 06 04:11:57 smithi047 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi047[108212]: audit 2023-12-06T04:11:57.157239+0000 mon.smithi047 (mon.0) 244 : audit [INF] from='mgr.14182 172.21.15.47:0/1495146391' entity='mgr.smithi047.erpxvz' 2023-12-06T04:11:57.632 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Dec 06 04:11:57 smithi047 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi047[108212]: audit 2023-12-06T04:11:57.165531+0000 mon.smithi047 (mon.0) 245 : audit [DBG] from='mgr.14182 172.21.15.47:0/1495146391' entity='mgr.smithi047.erpxvz' cmd=[{"prefix": "dashboard get-prometheus-api-host"}]: dispatch 2023-12-06T04:11:57.633 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Dec 06 04:11:57 smithi047 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi047[108212]: audit 2023-12-06T04:11:57.171644+0000 mon.smithi047 (mon.0) 246 : audit [INF] from='mgr.14182 172.21.15.47:0/1495146391' entity='mgr.smithi047.erpxvz' cmd=[{"prefix": "dashboard set-prometheus-api-host", "value": "http://smithi047.front.sepia.ceph.com:9095"}]: dispatch 2023-12-06T04:11:57.633 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Dec 06 04:11:57 smithi047 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi047[108212]: audit 2023-12-06T04:11:57.176858+0000 mon.smithi047 (mon.0) 247 : audit [INF] from='mgr.14182 172.21.15.47:0/1495146391' entity='mgr.smithi047.erpxvz' 2023-12-06T04:11:57.633 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Dec 06 04:11:57 smithi047 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi047[108212]: audit 2023-12-06T04:11:57.179159+0000 mon.smithi047 (mon.0) 248 : audit [DBG] from='mgr.14182 172.21.15.47:0/1495146391' entity='mgr.smithi047.erpxvz' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T04:11:57.836 INFO:teuthology.orchestra.run.smithi047.stdout: 2023-12-06T04:11:58.303 INFO:teuthology.orchestra.run.smithi047.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-12-06T04:11:58.507 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Dec 06 04:11:58 smithi047 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi047[108212]: audit 2023-12-06T04:11:57.133994+0000 mgr.smithi047.erpxvz (mgr.14182) 56 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard get-alertmanager-api-host"}]: dispatch 2023-12-06T04:11:58.507 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Dec 06 04:11:58 smithi047 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi047[108212]: audit 2023-12-06T04:11:57.135564+0000 mgr.smithi047.erpxvz (mgr.14182) 57 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard set-alertmanager-api-host", "value": "http://smithi047.front.sepia.ceph.com:9093"}]: dispatch 2023-12-06T04:11:58.507 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Dec 06 04:11:58 smithi047 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi047[108212]: audit 2023-12-06T04:11:57.144851+0000 mgr.smithi047.erpxvz (mgr.14182) 58 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard get-grafana-api-url"}]: dispatch 2023-12-06T04:11:58.507 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Dec 06 04:11:58 smithi047 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi047[108212]: audit 2023-12-06T04:11:57.152266+0000 mgr.smithi047.erpxvz (mgr.14182) 59 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard set-grafana-api-url", "value": "https://smithi047.front.sepia.ceph.com:3000"}]: dispatch 2023-12-06T04:11:58.508 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Dec 06 04:11:58 smithi047 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi047[108212]: audit 2023-12-06T04:11:57.166033+0000 mgr.smithi047.erpxvz (mgr.14182) 60 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard get-prometheus-api-host"}]: dispatch 2023-12-06T04:11:58.508 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Dec 06 04:11:58 smithi047 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi047[108212]: audit 2023-12-06T04:11:57.172038+0000 mgr.smithi047.erpxvz (mgr.14182) 61 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard set-prometheus-api-host", "value": "http://smithi047.front.sepia.ceph.com:9095"}]: dispatch 2023-12-06T04:11:58.508 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Dec 06 04:11:58 smithi047 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi047[108212]: cluster 2023-12-06T04:11:57.286123+0000 mgr.smithi047.erpxvz (mgr.14182) 62 : cluster [DBG] pgmap v21: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-06T04:11:58.508 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Dec 06 04:11:58 smithi047 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi047[108212]: audit 2023-12-06T04:11:57.835203+0000 mon.smithi098 (mon.1) 2 : audit [DBG] from='client.? 172.21.15.47:0/1636985592' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2023-12-06T04:11:58.620 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Dec 06 04:11:58 smithi098 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi098[111615]: audit 2023-12-06T04:11:57.133994+0000 mgr.smithi047.erpxvz (mgr.14182) 56 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard get-alertmanager-api-host"}]: dispatch 2023-12-06T04:11:58.620 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Dec 06 04:11:58 smithi098 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi098[111615]: audit 2023-12-06T04:11:57.135564+0000 mgr.smithi047.erpxvz (mgr.14182) 57 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard set-alertmanager-api-host", "value": "http://smithi047.front.sepia.ceph.com:9093"}]: dispatch 2023-12-06T04:11:58.620 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Dec 06 04:11:58 smithi098 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi098[111615]: audit 2023-12-06T04:11:57.144851+0000 mgr.smithi047.erpxvz (mgr.14182) 58 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard get-grafana-api-url"}]: dispatch 2023-12-06T04:11:58.621 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Dec 06 04:11:58 smithi098 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi098[111615]: audit 2023-12-06T04:11:57.152266+0000 mgr.smithi047.erpxvz (mgr.14182) 59 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard set-grafana-api-url", "value": "https://smithi047.front.sepia.ceph.com:3000"}]: dispatch 2023-12-06T04:11:58.621 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Dec 06 04:11:58 smithi098 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi098[111615]: audit 2023-12-06T04:11:57.166033+0000 mgr.smithi047.erpxvz (mgr.14182) 60 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard get-prometheus-api-host"}]: dispatch 2023-12-06T04:11:58.621 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Dec 06 04:11:58 smithi098 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi098[111615]: audit 2023-12-06T04:11:57.172038+0000 mgr.smithi047.erpxvz (mgr.14182) 61 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard set-prometheus-api-host", "value": "http://smithi047.front.sepia.ceph.com:9095"}]: dispatch 2023-12-06T04:11:58.621 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Dec 06 04:11:58 smithi098 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi098[111615]: cluster 2023-12-06T04:11:57.286123+0000 mgr.smithi047.erpxvz (mgr.14182) 62 : cluster [DBG] pgmap v21: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-06T04:11:58.621 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Dec 06 04:11:58 smithi098 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi098[111615]: audit 2023-12-06T04:11:57.835203+0000 mon.smithi098 (mon.1) 2 : audit [DBG] from='client.? 172.21.15.47:0/1636985592' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2023-12-06T04:11:59.305 DEBUG:teuthology.orchestra.run.smithi047:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:d03fca4f35d43f61b4679936aef7bd2f01cced0b shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 2ecad2ea-93ed-11ee-95a2-87774f69a715 -- ceph osd stat -f json 2023-12-06T04:11:59.620 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Dec 06 04:11:59 smithi098 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi098[111615]: audit 2023-12-06T04:11:58.305074+0000 mon.smithi047 (mon.0) 249 : audit [INF] from='mgr.14182 172.21.15.47:0/1495146391' entity='mgr.smithi047.erpxvz' 2023-12-06T04:11:59.620 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Dec 06 04:11:59 smithi098 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi098[111615]: audit 2023-12-06T04:11:58.310197+0000 mon.smithi047 (mon.0) 250 : audit [INF] from='mgr.14182 172.21.15.47:0/1495146391' entity='mgr.smithi047.erpxvz' 2023-12-06T04:11:59.629 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Dec 06 04:11:59 smithi047 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi047[108212]: audit 2023-12-06T04:11:58.305074+0000 mon.smithi047 (mon.0) 249 : audit [INF] from='mgr.14182 172.21.15.47:0/1495146391' entity='mgr.smithi047.erpxvz' 2023-12-06T04:11:59.629 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Dec 06 04:11:59 smithi047 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi047[108212]: audit 2023-12-06T04:11:58.310197+0000 mon.smithi047 (mon.0) 250 : audit [INF] from='mgr.14182 172.21.15.47:0/1495146391' entity='mgr.smithi047.erpxvz' 2023-12-06T04:12:00.580 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Dec 06 04:12:00 smithi047 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi047[108212]: cluster 2023-12-06T04:11:59.286349+0000 mgr.smithi047.erpxvz (mgr.14182) 63 : cluster [DBG] pgmap v22: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-06T04:12:00.580 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Dec 06 04:12:00 smithi047 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi047[108212]: audit 2023-12-06T04:12:00.238249+0000 mon.smithi047 (mon.0) 251 : audit [INF] from='mgr.14182 172.21.15.47:0/1495146391' entity='mgr.smithi047.erpxvz' 2023-12-06T04:12:00.580 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Dec 06 04:12:00 smithi047 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi047[108212]: audit 2023-12-06T04:12:00.243492+0000 mon.smithi047 (mon.0) 252 : audit [INF] from='mgr.14182 172.21.15.47:0/1495146391' entity='mgr.smithi047.erpxvz' 2023-12-06T04:12:00.580 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Dec 06 04:12:00 smithi047 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi047[108212]: audit 2023-12-06T04:12:00.244400+0000 mon.smithi047 (mon.0) 253 : audit [DBG] from='mgr.14182 172.21.15.47:0/1495146391' entity='mgr.smithi047.erpxvz' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T04:12:00.581 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Dec 06 04:12:00 smithi047 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi047[108212]: audit 2023-12-06T04:12:00.245199+0000 mon.smithi047 (mon.0) 254 : audit [INF] from='mgr.14182 172.21.15.47:0/1495146391' entity='mgr.smithi047.erpxvz' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T04:12:00.581 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Dec 06 04:12:00 smithi047 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi047[108212]: audit 2023-12-06T04:12:00.249316+0000 mon.smithi047 (mon.0) 255 : audit [INF] from='mgr.14182 172.21.15.47:0/1495146391' entity='mgr.smithi047.erpxvz' 2023-12-06T04:12:00.581 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Dec 06 04:12:00 smithi047 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi047[108212]: audit 2023-12-06T04:12:00.253476+0000 mon.smithi047 (mon.0) 256 : audit [DBG] from='mgr.14182 172.21.15.47:0/1495146391' entity='mgr.smithi047.erpxvz' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-12-06T04:12:00.581 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Dec 06 04:12:00 smithi047 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi047[108212]: audit 2023-12-06T04:12:00.256760+0000 mon.smithi047 (mon.0) 257 : audit [INF] from='mgr.14182 172.21.15.47:0/1495146391' entity='mgr.smithi047.erpxvz' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2023-12-06T04:12:00.581 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Dec 06 04:12:00 smithi047 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi047[108212]: audit 2023-12-06T04:12:00.257915+0000 mon.smithi047 (mon.0) 258 : audit [INF] from='mgr.14182 172.21.15.47:0/1495146391' entity='mgr.smithi047.erpxvz' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2023-12-06T04:12:00.581 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Dec 06 04:12:00 smithi047 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi047[108212]: audit 2023-12-06T04:12:00.258185+0000 mon.smithi047 (mon.0) 259 : audit [DBG] from='mgr.14182 172.21.15.47:0/1495146391' entity='mgr.smithi047.erpxvz' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T04:12:00.581 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Dec 06 04:12:00 smithi047 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi047[108212]: audit 2023-12-06T04:12:00.258759+0000 mon.smithi047 (mon.0) 260 : audit [DBG] from='mgr.14182 172.21.15.47:0/1495146391' entity='mgr.smithi047.erpxvz' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T04:12:00.608 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Dec 06 04:12:00 smithi098 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi098[111615]: cluster 2023-12-06T04:11:59.286349+0000 mgr.smithi047.erpxvz (mgr.14182) 63 : cluster [DBG] pgmap v22: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-06T04:12:00.608 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Dec 06 04:12:00 smithi098 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi098[111615]: audit 2023-12-06T04:12:00.238249+0000 mon.smithi047 (mon.0) 251 : audit [INF] from='mgr.14182 172.21.15.47:0/1495146391' entity='mgr.smithi047.erpxvz' 2023-12-06T04:12:00.608 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Dec 06 04:12:00 smithi098 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi098[111615]: audit 2023-12-06T04:12:00.243492+0000 mon.smithi047 (mon.0) 252 : audit [INF] from='mgr.14182 172.21.15.47:0/1495146391' entity='mgr.smithi047.erpxvz' 2023-12-06T04:12:00.608 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Dec 06 04:12:00 smithi098 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi098[111615]: audit 2023-12-06T04:12:00.244400+0000 mon.smithi047 (mon.0) 253 : audit [DBG] from='mgr.14182 172.21.15.47:0/1495146391' entity='mgr.smithi047.erpxvz' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T04:12:00.608 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Dec 06 04:12:00 smithi098 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi098[111615]: audit 2023-12-06T04:12:00.245199+0000 mon.smithi047 (mon.0) 254 : audit [INF] from='mgr.14182 172.21.15.47:0/1495146391' entity='mgr.smithi047.erpxvz' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T04:12:00.608 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Dec 06 04:12:00 smithi098 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi098[111615]: audit 2023-12-06T04:12:00.249316+0000 mon.smithi047 (mon.0) 255 : audit [INF] from='mgr.14182 172.21.15.47:0/1495146391' entity='mgr.smithi047.erpxvz' 2023-12-06T04:12:00.608 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Dec 06 04:12:00 smithi098 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi098[111615]: audit 2023-12-06T04:12:00.253476+0000 mon.smithi047 (mon.0) 256 : audit [DBG] from='mgr.14182 172.21.15.47:0/1495146391' entity='mgr.smithi047.erpxvz' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-12-06T04:12:00.608 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Dec 06 04:12:00 smithi098 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi098[111615]: audit 2023-12-06T04:12:00.256760+0000 mon.smithi047 (mon.0) 257 : audit [INF] from='mgr.14182 172.21.15.47:0/1495146391' entity='mgr.smithi047.erpxvz' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2023-12-06T04:12:00.608 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Dec 06 04:12:00 smithi098 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi098[111615]: audit 2023-12-06T04:12:00.257915+0000 mon.smithi047 (mon.0) 258 : audit [INF] from='mgr.14182 172.21.15.47:0/1495146391' entity='mgr.smithi047.erpxvz' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2023-12-06T04:12:00.608 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Dec 06 04:12:00 smithi098 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi098[111615]: audit 2023-12-06T04:12:00.258185+0000 mon.smithi047 (mon.0) 259 : audit [DBG] from='mgr.14182 172.21.15.47:0/1495146391' entity='mgr.smithi047.erpxvz' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T04:12:00.609 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Dec 06 04:12:00 smithi098 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi098[111615]: audit 2023-12-06T04:12:00.258759+0000 mon.smithi047 (mon.0) 260 : audit [DBG] from='mgr.14182 172.21.15.47:0/1495146391' entity='mgr.smithi047.erpxvz' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T04:12:00.925 INFO:teuthology.orchestra.run.smithi047.stdout: 2023-12-06T04:12:01.521 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Dec 06 04:12:01 smithi047 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi047[108212]: audit 2023-12-06T04:12:00.924060+0000 mon.smithi047 (mon.0) 261 : audit [DBG] from='client.? 172.21.15.47:0/4024225116' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2023-12-06T04:12:01.521 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Dec 06 04:12:01 smithi047 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi047[108212]: cluster 2023-12-06T04:12:01.286716+0000 mgr.smithi047.erpxvz (mgr.14182) 64 : cluster [DBG] pgmap v23: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-06T04:12:01.523 INFO:teuthology.orchestra.run.smithi047.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-12-06T04:12:01.620 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Dec 06 04:12:01 smithi098 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi098[111615]: audit 2023-12-06T04:12:00.924060+0000 mon.smithi047 (mon.0) 261 : audit [DBG] from='client.? 172.21.15.47:0/4024225116' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2023-12-06T04:12:01.620 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Dec 06 04:12:01 smithi098 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi098[111615]: cluster 2023-12-06T04:12:01.286716+0000 mgr.smithi047.erpxvz (mgr.14182) 64 : cluster [DBG] pgmap v23: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-06T04:12:02.524 DEBUG:teuthology.orchestra.run.smithi047:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:d03fca4f35d43f61b4679936aef7bd2f01cced0b shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 2ecad2ea-93ed-11ee-95a2-87774f69a715 -- ceph osd stat -f json 2023-12-06T04:12:02.870 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Dec 06 04:12:02 smithi098 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi098[111615]: audit 2023-12-06T04:12:02.326422+0000 mon.smithi098 (mon.1) 3 : audit [INF] from='client.? 172.21.15.98:0/187384989' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "1c5456de-595f-4ddd-afb2-80199133bee0"}]: dispatch 2023-12-06T04:12:02.871 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Dec 06 04:12:02 smithi098 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi098[111615]: audit 2023-12-06T04:12:02.326909+0000 mon.smithi047 (mon.0) 262 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "1c5456de-595f-4ddd-afb2-80199133bee0"}]: dispatch 2023-12-06T04:12:02.871 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Dec 06 04:12:02 smithi098 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi098[111615]: audit 2023-12-06T04:12:02.330723+0000 mon.smithi047 (mon.0) 263 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "1c5456de-595f-4ddd-afb2-80199133bee0"}]': finished 2023-12-06T04:12:02.871 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Dec 06 04:12:02 smithi098 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi098[111615]: cluster 2023-12-06T04:12:02.330799+0000 mon.smithi047 (mon.0) 264 : cluster [DBG] osdmap e6: 1 total, 0 up, 1 in 2023-12-06T04:12:02.871 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Dec 06 04:12:02 smithi098 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi098[111615]: audit 2023-12-06T04:12:02.330954+0000 mon.smithi047 (mon.0) 265 : audit [DBG] from='mgr.14182 172.21.15.47:0/1495146391' entity='mgr.smithi047.erpxvz' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2023-12-06T04:12:02.877 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Dec 06 04:12:02 smithi047 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi047[108212]: audit 2023-12-06T04:12:02.326422+0000 mon.smithi098 (mon.1) 3 : audit [INF] from='client.? 172.21.15.98:0/187384989' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "1c5456de-595f-4ddd-afb2-80199133bee0"}]: dispatch 2023-12-06T04:12:02.877 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Dec 06 04:12:02 smithi047 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi047[108212]: audit 2023-12-06T04:12:02.326909+0000 mon.smithi047 (mon.0) 262 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "1c5456de-595f-4ddd-afb2-80199133bee0"}]: dispatch 2023-12-06T04:12:02.877 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Dec 06 04:12:02 smithi047 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi047[108212]: audit 2023-12-06T04:12:02.330723+0000 mon.smithi047 (mon.0) 263 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "1c5456de-595f-4ddd-afb2-80199133bee0"}]': finished 2023-12-06T04:12:02.877 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Dec 06 04:12:02 smithi047 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi047[108212]: cluster 2023-12-06T04:12:02.330799+0000 mon.smithi047 (mon.0) 264 : cluster [DBG] osdmap e6: 1 total, 0 up, 1 in 2023-12-06T04:12:02.877 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Dec 06 04:12:02 smithi047 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi047[108212]: audit 2023-12-06T04:12:02.330954+0000 mon.smithi047 (mon.0) 265 : audit [DBG] from='mgr.14182 172.21.15.47:0/1495146391' entity='mgr.smithi047.erpxvz' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2023-12-06T04:12:03.817 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Dec 06 04:12:03 smithi047 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi047[108212]: audit 2023-12-06T04:12:02.835067+0000 mon.smithi047 (mon.0) 266 : audit [INF] from='client.? 172.21.15.47:0/782229517' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "cf391a85-d753-41c8-8106-cd4605e942e8"}]: dispatch 2023-12-06T04:12:03.817 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Dec 06 04:12:03 smithi047 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi047[108212]: audit 2023-12-06T04:12:02.839413+0000 mon.smithi047 (mon.0) 267 : audit [INF] from='client.? 172.21.15.47:0/782229517' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "cf391a85-d753-41c8-8106-cd4605e942e8"}]': finished 2023-12-06T04:12:03.817 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Dec 06 04:12:03 smithi047 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi047[108212]: cluster 2023-12-06T04:12:02.839458+0000 mon.smithi047 (mon.0) 268 : cluster [DBG] osdmap e7: 2 total, 0 up, 2 in 2023-12-06T04:12:03.817 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Dec 06 04:12:03 smithi047 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi047[108212]: audit 2023-12-06T04:12:02.839583+0000 mon.smithi047 (mon.0) 269 : audit [DBG] from='mgr.14182 172.21.15.47:0/1495146391' entity='mgr.smithi047.erpxvz' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2023-12-06T04:12:03.817 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Dec 06 04:12:03 smithi047 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi047[108212]: audit 2023-12-06T04:12:02.839994+0000 mon.smithi047 (mon.0) 270 : audit [DBG] from='mgr.14182 172.21.15.47:0/1495146391' entity='mgr.smithi047.erpxvz' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2023-12-06T04:12:03.817 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Dec 06 04:12:03 smithi047 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi047[108212]: cluster 2023-12-06T04:12:03.286956+0000 mgr.smithi047.erpxvz (mgr.14182) 65 : cluster [DBG] pgmap v26: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-06T04:12:03.870 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Dec 06 04:12:03 smithi098 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi098[111615]: audit 2023-12-06T04:12:02.835067+0000 mon.smithi047 (mon.0) 266 : audit [INF] from='client.? 172.21.15.47:0/782229517' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "cf391a85-d753-41c8-8106-cd4605e942e8"}]: dispatch 2023-12-06T04:12:03.871 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Dec 06 04:12:03 smithi098 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi098[111615]: audit 2023-12-06T04:12:02.839413+0000 mon.smithi047 (mon.0) 267 : audit [INF] from='client.? 172.21.15.47:0/782229517' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "cf391a85-d753-41c8-8106-cd4605e942e8"}]': finished 2023-12-06T04:12:03.871 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Dec 06 04:12:03 smithi098 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi098[111615]: cluster 2023-12-06T04:12:02.839458+0000 mon.smithi047 (mon.0) 268 : cluster [DBG] osdmap e7: 2 total, 0 up, 2 in 2023-12-06T04:12:03.871 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Dec 06 04:12:03 smithi098 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi098[111615]: audit 2023-12-06T04:12:02.839583+0000 mon.smithi047 (mon.0) 269 : audit [DBG] from='mgr.14182 172.21.15.47:0/1495146391' entity='mgr.smithi047.erpxvz' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2023-12-06T04:12:03.871 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Dec 06 04:12:03 smithi098 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi098[111615]: audit 2023-12-06T04:12:02.839994+0000 mon.smithi047 (mon.0) 270 : audit [DBG] from='mgr.14182 172.21.15.47:0/1495146391' entity='mgr.smithi047.erpxvz' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2023-12-06T04:12:03.871 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Dec 06 04:12:03 smithi098 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi098[111615]: cluster 2023-12-06T04:12:03.286956+0000 mgr.smithi047.erpxvz (mgr.14182) 65 : cluster [DBG] pgmap v26: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-06T04:12:04.248 INFO:teuthology.orchestra.run.smithi047.stdout: 2023-12-06T04:12:04.643 INFO:teuthology.orchestra.run.smithi047.stdout:{"epoch":7,"num_osds":2,"num_up_osds":0,"osd_up_since":0,"num_in_osds":2,"osd_in_since":1701835922,"num_remapped_pgs":0} 2023-12-06T04:12:05.370 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Dec 06 04:12:05 smithi098 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi098[111615]: audit 2023-12-06T04:12:04.247772+0000 mon.smithi047 (mon.0) 271 : audit [DBG] from='client.? 172.21.15.47:0/2095155179' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2023-12-06T04:12:05.370 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Dec 06 04:12:05 smithi098 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi098[111615]: audit 2023-12-06T04:12:04.463776+0000 mon.smithi047 (mon.0) 272 : audit [DBG] from='client.? 172.21.15.47:0/556123792' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2023-12-06T04:12:05.370 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Dec 06 04:12:05 smithi098 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi098[111615]: audit 2023-12-06T04:12:04.881933+0000 mon.smithi098 (mon.1) 4 : audit [DBG] from='client.? 172.21.15.98:0/1570940059' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2023-12-06T04:12:05.379 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Dec 06 04:12:05 smithi047 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi047[108212]: audit 2023-12-06T04:12:04.247772+0000 mon.smithi047 (mon.0) 271 : audit [DBG] from='client.? 172.21.15.47:0/2095155179' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2023-12-06T04:12:05.379 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Dec 06 04:12:05 smithi047 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi047[108212]: audit 2023-12-06T04:12:04.463776+0000 mon.smithi047 (mon.0) 272 : audit [DBG] from='client.? 172.21.15.47:0/556123792' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2023-12-06T04:12:05.379 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Dec 06 04:12:05 smithi047 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi047[108212]: audit 2023-12-06T04:12:04.881933+0000 mon.smithi098 (mon.1) 4 : audit [DBG] from='client.? 172.21.15.98:0/1570940059' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2023-12-06T04:12:05.644 DEBUG:teuthology.orchestra.run.smithi047:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:d03fca4f35d43f61b4679936aef7bd2f01cced0b shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 2ecad2ea-93ed-11ee-95a2-87774f69a715 -- ceph osd stat -f json 2023-12-06T04:12:06.370 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Dec 06 04:12:06 smithi098 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi098[111615]: cluster 2023-12-06T04:12:05.287345+0000 mgr.smithi047.erpxvz (mgr.14182) 66 : cluster [DBG] pgmap v27: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-06T04:12:06.375 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Dec 06 04:12:06 smithi047 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi047[108212]: cluster 2023-12-06T04:12:05.287345+0000 mgr.smithi047.erpxvz (mgr.14182) 66 : cluster [DBG] pgmap v27: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-06T04:12:07.114 INFO:teuthology.orchestra.run.smithi047.stdout: 2023-12-06T04:12:07.379 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Dec 06 04:12:07 smithi047 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi047[108212]: audit 2023-12-06T04:12:07.048455+0000 mon.smithi047 (mon.0) 273 : audit [INF] from='client.? 172.21.15.47:0/2386422064' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "d7ca6d9f-04d0-458d-b020-4d83c4b25e33"}]: dispatch 2023-12-06T04:12:07.379 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Dec 06 04:12:07 smithi047 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi047[108212]: audit 2023-12-06T04:12:07.052298+0000 mon.smithi047 (mon.0) 274 : audit [INF] from='client.? 172.21.15.47:0/2386422064' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "d7ca6d9f-04d0-458d-b020-4d83c4b25e33"}]': finished 2023-12-06T04:12:07.379 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Dec 06 04:12:07 smithi047 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi047[108212]: cluster 2023-12-06T04:12:07.052344+0000 mon.smithi047 (mon.0) 275 : cluster [DBG] osdmap e8: 3 total, 0 up, 3 in 2023-12-06T04:12:07.380 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Dec 06 04:12:07 smithi047 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi047[108212]: audit 2023-12-06T04:12:07.052461+0000 mon.smithi047 (mon.0) 276 : audit [DBG] from='mgr.14182 172.21.15.47:0/1495146391' entity='mgr.smithi047.erpxvz' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2023-12-06T04:12:07.380 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Dec 06 04:12:07 smithi047 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi047[108212]: audit 2023-12-06T04:12:07.052876+0000 mon.smithi047 (mon.0) 277 : audit [DBG] from='mgr.14182 172.21.15.47:0/1495146391' entity='mgr.smithi047.erpxvz' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2023-12-06T04:12:07.380 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Dec 06 04:12:07 smithi047 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi047[108212]: audit 2023-12-06T04:12:07.053112+0000 mon.smithi047 (mon.0) 278 : audit [DBG] from='mgr.14182 172.21.15.47:0/1495146391' entity='mgr.smithi047.erpxvz' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2023-12-06T04:12:07.380 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Dec 06 04:12:07 smithi047 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi047[108212]: audit 2023-12-06T04:12:07.111912+0000 mon.smithi047 (mon.0) 279 : audit [DBG] from='client.? 172.21.15.47:0/1271260543' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2023-12-06T04:12:07.516 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Dec 06 04:12:07 smithi098 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi098[111615]: audit 2023-12-06T04:12:07.048455+0000 mon.smithi047 (mon.0) 273 : audit [INF] from='client.? 172.21.15.47:0/2386422064' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "d7ca6d9f-04d0-458d-b020-4d83c4b25e33"}]: dispatch 2023-12-06T04:12:07.516 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Dec 06 04:12:07 smithi098 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi098[111615]: audit 2023-12-06T04:12:07.052298+0000 mon.smithi047 (mon.0) 274 : audit [INF] from='client.? 172.21.15.47:0/2386422064' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "d7ca6d9f-04d0-458d-b020-4d83c4b25e33"}]': finished 2023-12-06T04:12:07.516 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Dec 06 04:12:07 smithi098 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi098[111615]: cluster 2023-12-06T04:12:07.052344+0000 mon.smithi047 (mon.0) 275 : cluster [DBG] osdmap e8: 3 total, 0 up, 3 in 2023-12-06T04:12:07.516 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Dec 06 04:12:07 smithi098 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi098[111615]: audit 2023-12-06T04:12:07.052461+0000 mon.smithi047 (mon.0) 276 : audit [DBG] from='mgr.14182 172.21.15.47:0/1495146391' entity='mgr.smithi047.erpxvz' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2023-12-06T04:12:07.516 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Dec 06 04:12:07 smithi098 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi098[111615]: audit 2023-12-06T04:12:07.052876+0000 mon.smithi047 (mon.0) 277 : audit [DBG] from='mgr.14182 172.21.15.47:0/1495146391' entity='mgr.smithi047.erpxvz' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2023-12-06T04:12:07.517 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Dec 06 04:12:07 smithi098 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi098[111615]: audit 2023-12-06T04:12:07.053112+0000 mon.smithi047 (mon.0) 278 : audit [DBG] from='mgr.14182 172.21.15.47:0/1495146391' entity='mgr.smithi047.erpxvz' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2023-12-06T04:12:07.517 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Dec 06 04:12:07 smithi098 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi098[111615]: audit 2023-12-06T04:12:07.111912+0000 mon.smithi047 (mon.0) 279 : audit [DBG] from='client.? 172.21.15.47:0/1271260543' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2023-12-06T04:12:07.518 INFO:teuthology.orchestra.run.smithi047.stdout:{"epoch":8,"num_osds":3,"num_up_osds":0,"osd_up_since":0,"num_in_osds":3,"osd_in_since":1701835927,"num_remapped_pgs":0} 2023-12-06T04:12:08.379 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Dec 06 04:12:08 smithi047 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi047[108212]: cluster 2023-12-06T04:12:07.287726+0000 mgr.smithi047.erpxvz (mgr.14182) 67 : cluster [DBG] pgmap v29: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-06T04:12:08.379 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Dec 06 04:12:08 smithi047 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi047[108212]: audit 2023-12-06T04:12:07.389197+0000 mon.smithi098 (mon.1) 5 : audit [INF] from='client.? 172.21.15.98:0/2642619538' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "b2878046-753c-4386-b141-684338dc755a"}]: dispatch 2023-12-06T04:12:08.379 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Dec 06 04:12:08 smithi047 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi047[108212]: audit 2023-12-06T04:12:07.389828+0000 mon.smithi047 (mon.0) 280 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "b2878046-753c-4386-b141-684338dc755a"}]: dispatch 2023-12-06T04:12:08.379 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Dec 06 04:12:08 smithi047 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi047[108212]: audit 2023-12-06T04:12:07.393783+0000 mon.smithi047 (mon.0) 281 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "b2878046-753c-4386-b141-684338dc755a"}]': finished 2023-12-06T04:12:08.379 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Dec 06 04:12:08 smithi047 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi047[108212]: cluster 2023-12-06T04:12:07.393836+0000 mon.smithi047 (mon.0) 282 : cluster [DBG] osdmap e9: 4 total, 0 up, 4 in 2023-12-06T04:12:08.380 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Dec 06 04:12:08 smithi047 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi047[108212]: audit 2023-12-06T04:12:07.393951+0000 mon.smithi047 (mon.0) 283 : audit [DBG] from='mgr.14182 172.21.15.47:0/1495146391' entity='mgr.smithi047.erpxvz' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2023-12-06T04:12:08.380 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Dec 06 04:12:08 smithi047 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi047[108212]: audit 2023-12-06T04:12:07.394242+0000 mon.smithi047 (mon.0) 284 : audit [DBG] from='mgr.14182 172.21.15.47:0/1495146391' entity='mgr.smithi047.erpxvz' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2023-12-06T04:12:08.380 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Dec 06 04:12:08 smithi047 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi047[108212]: audit 2023-12-06T04:12:07.394442+0000 mon.smithi047 (mon.0) 285 : audit [DBG] from='mgr.14182 172.21.15.47:0/1495146391' entity='mgr.smithi047.erpxvz' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2023-12-06T04:12:08.380 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Dec 06 04:12:08 smithi047 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi047[108212]: audit 2023-12-06T04:12:07.394660+0000 mon.smithi047 (mon.0) 286 : audit [DBG] from='mgr.14182 172.21.15.47:0/1495146391' entity='mgr.smithi047.erpxvz' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-12-06T04:12:08.519 DEBUG:teuthology.orchestra.run.smithi047:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:d03fca4f35d43f61b4679936aef7bd2f01cced0b shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 2ecad2ea-93ed-11ee-95a2-87774f69a715 -- ceph osd stat -f json 2023-12-06T04:12:08.621 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Dec 06 04:12:08 smithi098 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi098[111615]: cluster 2023-12-06T04:12:07.287726+0000 mgr.smithi047.erpxvz (mgr.14182) 67 : cluster [DBG] pgmap v29: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-06T04:12:08.621 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Dec 06 04:12:08 smithi098 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi098[111615]: audit 2023-12-06T04:12:07.389197+0000 mon.smithi098 (mon.1) 5 : audit [INF] from='client.? 172.21.15.98:0/2642619538' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "b2878046-753c-4386-b141-684338dc755a"}]: dispatch 2023-12-06T04:12:08.621 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Dec 06 04:12:08 smithi098 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi098[111615]: audit 2023-12-06T04:12:07.389828+0000 mon.smithi047 (mon.0) 280 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "b2878046-753c-4386-b141-684338dc755a"}]: dispatch 2023-12-06T04:12:08.621 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Dec 06 04:12:08 smithi098 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi098[111615]: audit 2023-12-06T04:12:07.393783+0000 mon.smithi047 (mon.0) 281 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "b2878046-753c-4386-b141-684338dc755a"}]': finished 2023-12-06T04:12:08.621 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Dec 06 04:12:08 smithi098 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi098[111615]: cluster 2023-12-06T04:12:07.393836+0000 mon.smithi047 (mon.0) 282 : cluster [DBG] osdmap e9: 4 total, 0 up, 4 in 2023-12-06T04:12:08.621 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Dec 06 04:12:08 smithi098 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi098[111615]: audit 2023-12-06T04:12:07.393951+0000 mon.smithi047 (mon.0) 283 : audit [DBG] from='mgr.14182 172.21.15.47:0/1495146391' entity='mgr.smithi047.erpxvz' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2023-12-06T04:12:08.621 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Dec 06 04:12:08 smithi098 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi098[111615]: audit 2023-12-06T04:12:07.394242+0000 mon.smithi047 (mon.0) 284 : audit [DBG] from='mgr.14182 172.21.15.47:0/1495146391' entity='mgr.smithi047.erpxvz' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2023-12-06T04:12:08.621 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Dec 06 04:12:08 smithi098 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi098[111615]: audit 2023-12-06T04:12:07.394442+0000 mon.smithi047 (mon.0) 285 : audit [DBG] from='mgr.14182 172.21.15.47:0/1495146391' entity='mgr.smithi047.erpxvz' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2023-12-06T04:12:08.621 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Dec 06 04:12:08 smithi098 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi098[111615]: audit 2023-12-06T04:12:07.394660+0000 mon.smithi047 (mon.0) 286 : audit [DBG] from='mgr.14182 172.21.15.47:0/1495146391' entity='mgr.smithi047.erpxvz' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-12-06T04:12:09.217 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Dec 06 04:12:09 smithi047 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi047[108212]: audit 2023-12-06T04:12:08.394510+0000 mon.smithi047 (mon.0) 287 : audit [DBG] from='client.? 172.21.15.47:0/77790054' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2023-12-06T04:12:09.217 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Dec 06 04:12:09 smithi047 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi047[108212]: audit 2023-12-06T04:12:08.640465+0000 mon.smithi098 (mon.1) 6 : audit [DBG] from='client.? 172.21.15.98:0/1854169088' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2023-12-06T04:12:09.620 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Dec 06 04:12:09 smithi098 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi098[111615]: audit 2023-12-06T04:12:08.394510+0000 mon.smithi047 (mon.0) 287 : audit [DBG] from='client.? 172.21.15.47:0/77790054' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2023-12-06T04:12:09.620 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Dec 06 04:12:09 smithi098 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi098[111615]: audit 2023-12-06T04:12:08.640465+0000 mon.smithi098 (mon.1) 6 : audit [DBG] from='client.? 172.21.15.98:0/1854169088' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2023-12-06T04:12:09.933 INFO:teuthology.orchestra.run.smithi047.stdout: 2023-12-06T04:12:10.245 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Dec 06 04:12:10 smithi047 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi047[108212]: cluster 2023-12-06T04:12:09.287992+0000 mgr.smithi047.erpxvz (mgr.14182) 68 : cluster [DBG] pgmap v31: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-06T04:12:10.245 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Dec 06 04:12:10 smithi047 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi047[108212]: audit 2023-12-06T04:12:09.932926+0000 mon.smithi047 (mon.0) 288 : audit [DBG] from='client.? 172.21.15.47:0/3576251024' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2023-12-06T04:12:10.312 INFO:teuthology.orchestra.run.smithi047.stdout:{"epoch":9,"num_osds":4,"num_up_osds":0,"osd_up_since":0,"num_in_osds":4,"osd_in_since":1701835927,"num_remapped_pgs":0} 2023-12-06T04:12:10.620 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Dec 06 04:12:10 smithi098 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi098[111615]: cluster 2023-12-06T04:12:09.287992+0000 mgr.smithi047.erpxvz (mgr.14182) 68 : cluster [DBG] pgmap v31: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-06T04:12:10.620 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Dec 06 04:12:10 smithi098 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi098[111615]: audit 2023-12-06T04:12:09.932926+0000 mon.smithi047 (mon.0) 288 : audit [DBG] from='client.? 172.21.15.47:0/3576251024' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2023-12-06T04:12:11.314 DEBUG:teuthology.orchestra.run.smithi047:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:d03fca4f35d43f61b4679936aef7bd2f01cced0b shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 2ecad2ea-93ed-11ee-95a2-87774f69a715 -- ceph osd stat -f json 2023-12-06T04:12:11.380 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Dec 06 04:12:11 smithi047 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi047[108212]: audit 2023-12-06T04:12:10.971920+0000 mon.smithi047 (mon.0) 289 : audit [INF] from='client.? 172.21.15.47:0/296969453' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "2b6b6d40-9806-4c19-8957-6fea01e88c9b"}]: dispatch 2023-12-06T04:12:11.381 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Dec 06 04:12:11 smithi047 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi047[108212]: audit 2023-12-06T04:12:10.975748+0000 mon.smithi047 (mon.0) 290 : audit [INF] from='client.? 172.21.15.47:0/296969453' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "2b6b6d40-9806-4c19-8957-6fea01e88c9b"}]': finished 2023-12-06T04:12:11.381 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Dec 06 04:12:11 smithi047 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi047[108212]: cluster 2023-12-06T04:12:10.975793+0000 mon.smithi047 (mon.0) 291 : cluster [DBG] osdmap e10: 5 total, 0 up, 5 in 2023-12-06T04:12:11.381 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Dec 06 04:12:11 smithi047 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi047[108212]: audit 2023-12-06T04:12:10.975902+0000 mon.smithi047 (mon.0) 292 : audit [DBG] from='mgr.14182 172.21.15.47:0/1495146391' entity='mgr.smithi047.erpxvz' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2023-12-06T04:12:11.381 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Dec 06 04:12:11 smithi047 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi047[108212]: audit 2023-12-06T04:12:10.976196+0000 mon.smithi047 (mon.0) 293 : audit [DBG] from='mgr.14182 172.21.15.47:0/1495146391' entity='mgr.smithi047.erpxvz' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2023-12-06T04:12:11.381 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Dec 06 04:12:11 smithi047 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi047[108212]: audit 2023-12-06T04:12:10.976377+0000 mon.smithi047 (mon.0) 294 : audit [DBG] from='mgr.14182 172.21.15.47:0/1495146391' entity='mgr.smithi047.erpxvz' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2023-12-06T04:12:11.381 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Dec 06 04:12:11 smithi047 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi047[108212]: audit 2023-12-06T04:12:10.976580+0000 mon.smithi047 (mon.0) 295 : audit [DBG] from='mgr.14182 172.21.15.47:0/1495146391' entity='mgr.smithi047.erpxvz' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-12-06T04:12:11.381 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Dec 06 04:12:11 smithi047 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi047[108212]: audit 2023-12-06T04:12:10.976774+0000 mon.smithi047 (mon.0) 296 : audit [DBG] from='mgr.14182 172.21.15.47:0/1495146391' entity='mgr.smithi047.erpxvz' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2023-12-06T04:12:11.622 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Dec 06 04:12:11 smithi098 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi098[111615]: audit 2023-12-06T04:12:10.971920+0000 mon.smithi047 (mon.0) 289 : audit [INF] from='client.? 172.21.15.47:0/296969453' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "2b6b6d40-9806-4c19-8957-6fea01e88c9b"}]: dispatch 2023-12-06T04:12:11.622 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Dec 06 04:12:11 smithi098 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi098[111615]: audit 2023-12-06T04:12:10.975748+0000 mon.smithi047 (mon.0) 290 : audit [INF] from='client.? 172.21.15.47:0/296969453' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "2b6b6d40-9806-4c19-8957-6fea01e88c9b"}]': finished 2023-12-06T04:12:11.622 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Dec 06 04:12:11 smithi098 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi098[111615]: cluster 2023-12-06T04:12:10.975793+0000 mon.smithi047 (mon.0) 291 : cluster [DBG] osdmap e10: 5 total, 0 up, 5 in 2023-12-06T04:12:11.622 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Dec 06 04:12:11 smithi098 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi098[111615]: audit 2023-12-06T04:12:10.975902+0000 mon.smithi047 (mon.0) 292 : audit [DBG] from='mgr.14182 172.21.15.47:0/1495146391' entity='mgr.smithi047.erpxvz' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2023-12-06T04:12:11.622 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Dec 06 04:12:11 smithi098 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi098[111615]: audit 2023-12-06T04:12:10.976196+0000 mon.smithi047 (mon.0) 293 : audit [DBG] from='mgr.14182 172.21.15.47:0/1495146391' entity='mgr.smithi047.erpxvz' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2023-12-06T04:12:11.622 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Dec 06 04:12:11 smithi098 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi098[111615]: audit 2023-12-06T04:12:10.976377+0000 mon.smithi047 (mon.0) 294 : audit [DBG] from='mgr.14182 172.21.15.47:0/1495146391' entity='mgr.smithi047.erpxvz' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2023-12-06T04:12:11.622 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Dec 06 04:12:11 smithi098 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi098[111615]: audit 2023-12-06T04:12:10.976580+0000 mon.smithi047 (mon.0) 295 : audit [DBG] from='mgr.14182 172.21.15.47:0/1495146391' entity='mgr.smithi047.erpxvz' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-12-06T04:12:11.622 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Dec 06 04:12:11 smithi098 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi098[111615]: audit 2023-12-06T04:12:10.976774+0000 mon.smithi047 (mon.0) 296 : audit [DBG] from='mgr.14182 172.21.15.47:0/1495146391' entity='mgr.smithi047.erpxvz' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2023-12-06T04:12:12.496 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Dec 06 04:12:12 smithi047 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi047[108212]: audit 2023-12-06T04:12:11.146578+0000 mon.smithi098 (mon.1) 7 : audit [INF] from='client.? 172.21.15.98:0/855686738' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "a64240e0-6a37-4305-8bb5-34c3f72ef4f9"}]: dispatch 2023-12-06T04:12:12.496 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Dec 06 04:12:12 smithi047 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi047[108212]: audit 2023-12-06T04:12:11.146977+0000 mon.smithi047 (mon.0) 297 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "a64240e0-6a37-4305-8bb5-34c3f72ef4f9"}]: dispatch 2023-12-06T04:12:12.496 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Dec 06 04:12:12 smithi047 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi047[108212]: audit 2023-12-06T04:12:11.150947+0000 mon.smithi047 (mon.0) 298 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "a64240e0-6a37-4305-8bb5-34c3f72ef4f9"}]': finished 2023-12-06T04:12:12.496 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Dec 06 04:12:12 smithi047 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi047[108212]: cluster 2023-12-06T04:12:11.151029+0000 mon.smithi047 (mon.0) 299 : cluster [DBG] osdmap e11: 6 total, 0 up, 6 in 2023-12-06T04:12:12.496 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Dec 06 04:12:12 smithi047 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi047[108212]: audit 2023-12-06T04:12:11.151192+0000 mon.smithi047 (mon.0) 300 : audit [DBG] from='mgr.14182 172.21.15.47:0/1495146391' entity='mgr.smithi047.erpxvz' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2023-12-06T04:12:12.496 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Dec 06 04:12:12 smithi047 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi047[108212]: audit 2023-12-06T04:12:11.151469+0000 mon.smithi047 (mon.0) 301 : audit [DBG] from='mgr.14182 172.21.15.47:0/1495146391' entity='mgr.smithi047.erpxvz' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2023-12-06T04:12:12.496 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Dec 06 04:12:12 smithi047 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi047[108212]: audit 2023-12-06T04:12:11.151631+0000 mon.smithi047 (mon.0) 302 : audit [DBG] from='mgr.14182 172.21.15.47:0/1495146391' entity='mgr.smithi047.erpxvz' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2023-12-06T04:12:12.496 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Dec 06 04:12:12 smithi047 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi047[108212]: audit 2023-12-06T04:12:11.151798+0000 mon.smithi047 (mon.0) 303 : audit [DBG] from='mgr.14182 172.21.15.47:0/1495146391' entity='mgr.smithi047.erpxvz' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-12-06T04:12:12.496 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Dec 06 04:12:12 smithi047 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi047[108212]: audit 2023-12-06T04:12:11.151958+0000 mon.smithi047 (mon.0) 304 : audit [DBG] from='mgr.14182 172.21.15.47:0/1495146391' entity='mgr.smithi047.erpxvz' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2023-12-06T04:12:12.496 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Dec 06 04:12:12 smithi047 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi047[108212]: audit 2023-12-06T04:12:11.152193+0000 mon.smithi047 (mon.0) 305 : audit [DBG] from='mgr.14182 172.21.15.47:0/1495146391' entity='mgr.smithi047.erpxvz' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-12-06T04:12:12.496 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Dec 06 04:12:12 smithi047 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi047[108212]: cluster 2023-12-06T04:12:11.288366+0000 mgr.smithi047.erpxvz (mgr.14182) 69 : cluster [DBG] pgmap v34: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-06T04:12:12.620 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Dec 06 04:12:12 smithi098 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi098[111615]: audit 2023-12-06T04:12:11.146578+0000 mon.smithi098 (mon.1) 7 : audit [INF] from='client.? 172.21.15.98:0/855686738' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "a64240e0-6a37-4305-8bb5-34c3f72ef4f9"}]: dispatch 2023-12-06T04:12:12.620 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Dec 06 04:12:12 smithi098 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi098[111615]: audit 2023-12-06T04:12:11.146977+0000 mon.smithi047 (mon.0) 297 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "a64240e0-6a37-4305-8bb5-34c3f72ef4f9"}]: dispatch 2023-12-06T04:12:12.621 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Dec 06 04:12:12 smithi098 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi098[111615]: audit 2023-12-06T04:12:11.150947+0000 mon.smithi047 (mon.0) 298 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "a64240e0-6a37-4305-8bb5-34c3f72ef4f9"}]': finished 2023-12-06T04:12:12.621 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Dec 06 04:12:12 smithi098 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi098[111615]: cluster 2023-12-06T04:12:11.151029+0000 mon.smithi047 (mon.0) 299 : cluster [DBG] osdmap e11: 6 total, 0 up, 6 in 2023-12-06T04:12:12.621 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Dec 06 04:12:12 smithi098 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi098[111615]: audit 2023-12-06T04:12:11.151192+0000 mon.smithi047 (mon.0) 300 : audit [DBG] from='mgr.14182 172.21.15.47:0/1495146391' entity='mgr.smithi047.erpxvz' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2023-12-06T04:12:12.621 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Dec 06 04:12:12 smithi098 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi098[111615]: audit 2023-12-06T04:12:11.151469+0000 mon.smithi047 (mon.0) 301 : audit [DBG] from='mgr.14182 172.21.15.47:0/1495146391' entity='mgr.smithi047.erpxvz' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2023-12-06T04:12:12.621 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Dec 06 04:12:12 smithi098 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi098[111615]: audit 2023-12-06T04:12:11.151631+0000 mon.smithi047 (mon.0) 302 : audit [DBG] from='mgr.14182 172.21.15.47:0/1495146391' entity='mgr.smithi047.erpxvz' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2023-12-06T04:12:12.621 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Dec 06 04:12:12 smithi098 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi098[111615]: audit 2023-12-06T04:12:11.151798+0000 mon.smithi047 (mon.0) 303 : audit [DBG] from='mgr.14182 172.21.15.47:0/1495146391' entity='mgr.smithi047.erpxvz' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-12-06T04:12:12.621 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Dec 06 04:12:12 smithi098 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi098[111615]: audit 2023-12-06T04:12:11.151958+0000 mon.smithi047 (mon.0) 304 : audit [DBG] from='mgr.14182 172.21.15.47:0/1495146391' entity='mgr.smithi047.erpxvz' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2023-12-06T04:12:12.621 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Dec 06 04:12:12 smithi098 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi098[111615]: audit 2023-12-06T04:12:11.152193+0000 mon.smithi047 (mon.0) 305 : audit [DBG] from='mgr.14182 172.21.15.47:0/1495146391' entity='mgr.smithi047.erpxvz' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-12-06T04:12:12.621 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Dec 06 04:12:12 smithi098 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi098[111615]: cluster 2023-12-06T04:12:11.288366+0000 mgr.smithi047.erpxvz (mgr.14182) 69 : cluster [DBG] pgmap v34: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-06T04:12:12.892 INFO:teuthology.orchestra.run.smithi047.stdout: 2023-12-06T04:12:13.229 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Dec 06 04:12:13 smithi047 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi047[108212]: audit 2023-12-06T04:12:12.411153+0000 mon.smithi047 (mon.0) 306 : audit [DBG] from='client.? 172.21.15.47:0/2871160511' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2023-12-06T04:12:13.230 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Dec 06 04:12:13 smithi047 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi047[108212]: audit 2023-12-06T04:12:12.418886+0000 mon.smithi098 (mon.1) 8 : audit [DBG] from='client.? 172.21.15.98:0/1233340598' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2023-12-06T04:12:13.230 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Dec 06 04:12:13 smithi047 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi047[108212]: audit 2023-12-06T04:12:12.891950+0000 mon.smithi047 (mon.0) 307 : audit [DBG] from='client.? 172.21.15.47:0/814086674' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2023-12-06T04:12:13.293 INFO:teuthology.orchestra.run.smithi047.stdout:{"epoch":11,"num_osds":6,"num_up_osds":0,"osd_up_since":0,"num_in_osds":6,"osd_in_since":1701835931,"num_remapped_pgs":0} 2023-12-06T04:12:13.620 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Dec 06 04:12:13 smithi098 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi098[111615]: audit 2023-12-06T04:12:12.411153+0000 mon.smithi047 (mon.0) 306 : audit [DBG] from='client.? 172.21.15.47:0/2871160511' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2023-12-06T04:12:13.620 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Dec 06 04:12:13 smithi098 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi098[111615]: audit 2023-12-06T04:12:12.418886+0000 mon.smithi098 (mon.1) 8 : audit [DBG] from='client.? 172.21.15.98:0/1233340598' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2023-12-06T04:12:13.620 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Dec 06 04:12:13 smithi098 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi098[111615]: audit 2023-12-06T04:12:12.891950+0000 mon.smithi047 (mon.0) 307 : audit [DBG] from='client.? 172.21.15.47:0/814086674' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2023-12-06T04:12:14.294 DEBUG:teuthology.orchestra.run.smithi047:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:d03fca4f35d43f61b4679936aef7bd2f01cced0b shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 2ecad2ea-93ed-11ee-95a2-87774f69a715 -- ceph osd stat -f json 2023-12-06T04:12:14.620 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Dec 06 04:12:14 smithi098 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi098[111615]: cluster 2023-12-06T04:12:13.288674+0000 mgr.smithi047.erpxvz (mgr.14182) 70 : cluster [DBG] pgmap v35: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-06T04:12:14.630 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Dec 06 04:12:14 smithi047 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi047[108212]: cluster 2023-12-06T04:12:13.288674+0000 mgr.smithi047.erpxvz (mgr.14182) 70 : cluster [DBG] pgmap v35: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-06T04:12:15.374 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Dec 06 04:12:15 smithi098 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi098[111615]: audit 2023-12-06T04:12:14.924264+0000 mon.smithi098 (mon.1) 9 : audit [INF] from='client.? 172.21.15.98:0/1415109546' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "b1fe032d-0045-4669-b1da-86fe797ee2d5"}]: dispatch 2023-12-06T04:12:15.374 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Dec 06 04:12:15 smithi098 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi098[111615]: audit 2023-12-06T04:12:14.924653+0000 mon.smithi047 (mon.0) 308 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "b1fe032d-0045-4669-b1da-86fe797ee2d5"}]: dispatch 2023-12-06T04:12:15.374 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Dec 06 04:12:15 smithi098 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi098[111615]: audit 2023-12-06T04:12:14.928589+0000 mon.smithi047 (mon.0) 309 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "b1fe032d-0045-4669-b1da-86fe797ee2d5"}]': finished 2023-12-06T04:12:15.374 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Dec 06 04:12:15 smithi098 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi098[111615]: cluster 2023-12-06T04:12:14.928680+0000 mon.smithi047 (mon.0) 310 : cluster [DBG] osdmap e12: 7 total, 0 up, 7 in 2023-12-06T04:12:15.374 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Dec 06 04:12:15 smithi098 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi098[111615]: audit 2023-12-06T04:12:14.928885+0000 mon.smithi047 (mon.0) 311 : audit [DBG] from='mgr.14182 172.21.15.47:0/1495146391' entity='mgr.smithi047.erpxvz' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2023-12-06T04:12:15.374 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Dec 06 04:12:15 smithi098 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi098[111615]: audit 2023-12-06T04:12:14.929195+0000 mon.smithi047 (mon.0) 312 : audit [DBG] from='mgr.14182 172.21.15.47:0/1495146391' entity='mgr.smithi047.erpxvz' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2023-12-06T04:12:15.374 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Dec 06 04:12:15 smithi098 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi098[111615]: audit 2023-12-06T04:12:14.929301+0000 mon.smithi047 (mon.0) 313 : audit [DBG] from='mgr.14182 172.21.15.47:0/1495146391' entity='mgr.smithi047.erpxvz' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2023-12-06T04:12:15.374 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Dec 06 04:12:15 smithi098 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi098[111615]: audit 2023-12-06T04:12:14.929408+0000 mon.smithi047 (mon.0) 314 : audit [DBG] from='mgr.14182 172.21.15.47:0/1495146391' entity='mgr.smithi047.erpxvz' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-12-06T04:12:15.374 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Dec 06 04:12:15 smithi098 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi098[111615]: audit 2023-12-06T04:12:14.929549+0000 mon.smithi047 (mon.0) 315 : audit [DBG] from='mgr.14182 172.21.15.47:0/1495146391' entity='mgr.smithi047.erpxvz' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2023-12-06T04:12:15.374 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Dec 06 04:12:15 smithi098 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi098[111615]: audit 2023-12-06T04:12:14.929686+0000 mon.smithi047 (mon.0) 316 : audit [DBG] from='mgr.14182 172.21.15.47:0/1495146391' entity='mgr.smithi047.erpxvz' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-12-06T04:12:15.375 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Dec 06 04:12:15 smithi098 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi098[111615]: audit 2023-12-06T04:12:14.930118+0000 mon.smithi047 (mon.0) 317 : audit [DBG] from='mgr.14182 172.21.15.47:0/1495146391' entity='mgr.smithi047.erpxvz' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-12-06T04:12:15.375 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Dec 06 04:12:15 smithi098 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi098[111615]: audit 2023-12-06T04:12:14.991179+0000 mon.smithi047 (mon.0) 318 : audit [INF] from='client.? 172.21.15.47:0/2841718333' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "8a69d33b-52d4-4ed0-adbb-c73b0f1dcac1"}]: dispatch 2023-12-06T04:12:15.375 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Dec 06 04:12:15 smithi098 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi098[111615]: audit 2023-12-06T04:12:14.995399+0000 mon.smithi047 (mon.0) 319 : audit [INF] from='client.? 172.21.15.47:0/2841718333' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "8a69d33b-52d4-4ed0-adbb-c73b0f1dcac1"}]': finished 2023-12-06T04:12:15.375 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Dec 06 04:12:15 smithi098 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi098[111615]: cluster 2023-12-06T04:12:14.995457+0000 mon.smithi047 (mon.0) 320 : cluster [DBG] osdmap e13: 8 total, 0 up, 8 in 2023-12-06T04:12:15.375 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Dec 06 04:12:15 smithi098 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi098[111615]: audit 2023-12-06T04:12:14.995570+0000 mon.smithi047 (mon.0) 321 : audit [DBG] from='mgr.14182 172.21.15.47:0/1495146391' entity='mgr.smithi047.erpxvz' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2023-12-06T04:12:15.375 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Dec 06 04:12:15 smithi098 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi098[111615]: audit 2023-12-06T04:12:14.995937+0000 mon.smithi047 (mon.0) 322 : audit [DBG] from='mgr.14182 172.21.15.47:0/1495146391' entity='mgr.smithi047.erpxvz' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2023-12-06T04:12:15.375 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Dec 06 04:12:15 smithi098 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi098[111615]: audit 2023-12-06T04:12:14.996181+0000 mon.smithi047 (mon.0) 323 : audit [DBG] from='mgr.14182 172.21.15.47:0/1495146391' entity='mgr.smithi047.erpxvz' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2023-12-06T04:12:15.375 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Dec 06 04:12:15 smithi098 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi098[111615]: audit 2023-12-06T04:12:14.996434+0000 mon.smithi047 (mon.0) 324 : audit [DBG] from='mgr.14182 172.21.15.47:0/1495146391' entity='mgr.smithi047.erpxvz' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-12-06T04:12:15.375 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Dec 06 04:12:15 smithi098 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi098[111615]: audit 2023-12-06T04:12:14.996688+0000 mon.smithi047 (mon.0) 325 : audit [DBG] from='mgr.14182 172.21.15.47:0/1495146391' entity='mgr.smithi047.erpxvz' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2023-12-06T04:12:15.375 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Dec 06 04:12:15 smithi098 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi098[111615]: audit 2023-12-06T04:12:14.996938+0000 mon.smithi047 (mon.0) 326 : audit [DBG] from='mgr.14182 172.21.15.47:0/1495146391' entity='mgr.smithi047.erpxvz' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-12-06T04:12:15.375 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Dec 06 04:12:15 smithi098 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi098[111615]: audit 2023-12-06T04:12:14.997192+0000 mon.smithi047 (mon.0) 327 : audit [DBG] from='mgr.14182 172.21.15.47:0/1495146391' entity='mgr.smithi047.erpxvz' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-12-06T04:12:15.375 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Dec 06 04:12:15 smithi098 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi098[111615]: audit 2023-12-06T04:12:14.997430+0000 mon.smithi047 (mon.0) 328 : audit [DBG] from='mgr.14182 172.21.15.47:0/1495146391' entity='mgr.smithi047.erpxvz' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-12-06T04:12:15.380 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Dec 06 04:12:15 smithi047 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi047[108212]: audit 2023-12-06T04:12:14.924264+0000 mon.smithi098 (mon.1) 9 : audit [INF] from='client.? 172.21.15.98:0/1415109546' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "b1fe032d-0045-4669-b1da-86fe797ee2d5"}]: dispatch 2023-12-06T04:12:15.380 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Dec 06 04:12:15 smithi047 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi047[108212]: audit 2023-12-06T04:12:14.924653+0000 mon.smithi047 (mon.0) 308 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "b1fe032d-0045-4669-b1da-86fe797ee2d5"}]: dispatch 2023-12-06T04:12:15.380 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Dec 06 04:12:15 smithi047 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi047[108212]: audit 2023-12-06T04:12:14.928589+0000 mon.smithi047 (mon.0) 309 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "b1fe032d-0045-4669-b1da-86fe797ee2d5"}]': finished 2023-12-06T04:12:15.380 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Dec 06 04:12:15 smithi047 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi047[108212]: cluster 2023-12-06T04:12:14.928680+0000 mon.smithi047 (mon.0) 310 : cluster [DBG] osdmap e12: 7 total, 0 up, 7 in 2023-12-06T04:12:15.380 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Dec 06 04:12:15 smithi047 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi047[108212]: audit 2023-12-06T04:12:14.928885+0000 mon.smithi047 (mon.0) 311 : audit [DBG] from='mgr.14182 172.21.15.47:0/1495146391' entity='mgr.smithi047.erpxvz' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2023-12-06T04:12:15.380 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Dec 06 04:12:15 smithi047 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi047[108212]: audit 2023-12-06T04:12:14.929195+0000 mon.smithi047 (mon.0) 312 : audit [DBG] from='mgr.14182 172.21.15.47:0/1495146391' entity='mgr.smithi047.erpxvz' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2023-12-06T04:12:15.380 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Dec 06 04:12:15 smithi047 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi047[108212]: audit 2023-12-06T04:12:14.929301+0000 mon.smithi047 (mon.0) 313 : audit [DBG] from='mgr.14182 172.21.15.47:0/1495146391' entity='mgr.smithi047.erpxvz' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2023-12-06T04:12:15.381 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Dec 06 04:12:15 smithi047 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi047[108212]: audit 2023-12-06T04:12:14.929408+0000 mon.smithi047 (mon.0) 314 : audit [DBG] from='mgr.14182 172.21.15.47:0/1495146391' entity='mgr.smithi047.erpxvz' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-12-06T04:12:15.381 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Dec 06 04:12:15 smithi047 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi047[108212]: audit 2023-12-06T04:12:14.929549+0000 mon.smithi047 (mon.0) 315 : audit [DBG] from='mgr.14182 172.21.15.47:0/1495146391' entity='mgr.smithi047.erpxvz' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2023-12-06T04:12:15.381 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Dec 06 04:12:15 smithi047 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi047[108212]: audit 2023-12-06T04:12:14.929686+0000 mon.smithi047 (mon.0) 316 : audit [DBG] from='mgr.14182 172.21.15.47:0/1495146391' entity='mgr.smithi047.erpxvz' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-12-06T04:12:15.381 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Dec 06 04:12:15 smithi047 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi047[108212]: audit 2023-12-06T04:12:14.930118+0000 mon.smithi047 (mon.0) 317 : audit [DBG] from='mgr.14182 172.21.15.47:0/1495146391' entity='mgr.smithi047.erpxvz' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-12-06T04:12:15.381 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Dec 06 04:12:15 smithi047 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi047[108212]: audit 2023-12-06T04:12:14.991179+0000 mon.smithi047 (mon.0) 318 : audit [INF] from='client.? 172.21.15.47:0/2841718333' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "8a69d33b-52d4-4ed0-adbb-c73b0f1dcac1"}]: dispatch 2023-12-06T04:12:15.381 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Dec 06 04:12:15 smithi047 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi047[108212]: audit 2023-12-06T04:12:14.995399+0000 mon.smithi047 (mon.0) 319 : audit [INF] from='client.? 172.21.15.47:0/2841718333' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "8a69d33b-52d4-4ed0-adbb-c73b0f1dcac1"}]': finished 2023-12-06T04:12:15.381 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Dec 06 04:12:15 smithi047 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi047[108212]: cluster 2023-12-06T04:12:14.995457+0000 mon.smithi047 (mon.0) 320 : cluster [DBG] osdmap e13: 8 total, 0 up, 8 in 2023-12-06T04:12:15.381 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Dec 06 04:12:15 smithi047 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi047[108212]: audit 2023-12-06T04:12:14.995570+0000 mon.smithi047 (mon.0) 321 : audit [DBG] from='mgr.14182 172.21.15.47:0/1495146391' entity='mgr.smithi047.erpxvz' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2023-12-06T04:12:15.381 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Dec 06 04:12:15 smithi047 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi047[108212]: audit 2023-12-06T04:12:14.995937+0000 mon.smithi047 (mon.0) 322 : audit [DBG] from='mgr.14182 172.21.15.47:0/1495146391' entity='mgr.smithi047.erpxvz' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2023-12-06T04:12:15.381 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Dec 06 04:12:15 smithi047 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi047[108212]: audit 2023-12-06T04:12:14.996181+0000 mon.smithi047 (mon.0) 323 : audit [DBG] from='mgr.14182 172.21.15.47:0/1495146391' entity='mgr.smithi047.erpxvz' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2023-12-06T04:12:15.381 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Dec 06 04:12:15 smithi047 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi047[108212]: audit 2023-12-06T04:12:14.996434+0000 mon.smithi047 (mon.0) 324 : audit [DBG] from='mgr.14182 172.21.15.47:0/1495146391' entity='mgr.smithi047.erpxvz' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-12-06T04:12:15.381 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Dec 06 04:12:15 smithi047 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi047[108212]: audit 2023-12-06T04:12:14.996688+0000 mon.smithi047 (mon.0) 325 : audit [DBG] from='mgr.14182 172.21.15.47:0/1495146391' entity='mgr.smithi047.erpxvz' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2023-12-06T04:12:15.381 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Dec 06 04:12:15 smithi047 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi047[108212]: audit 2023-12-06T04:12:14.996938+0000 mon.smithi047 (mon.0) 326 : audit [DBG] from='mgr.14182 172.21.15.47:0/1495146391' entity='mgr.smithi047.erpxvz' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-12-06T04:12:15.381 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Dec 06 04:12:15 smithi047 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi047[108212]: audit 2023-12-06T04:12:14.997192+0000 mon.smithi047 (mon.0) 327 : audit [DBG] from='mgr.14182 172.21.15.47:0/1495146391' entity='mgr.smithi047.erpxvz' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-12-06T04:12:15.382 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Dec 06 04:12:15 smithi047 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi047[108212]: audit 2023-12-06T04:12:14.997430+0000 mon.smithi047 (mon.0) 328 : audit [DBG] from='mgr.14182 172.21.15.47:0/1495146391' entity='mgr.smithi047.erpxvz' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-12-06T04:12:15.833 INFO:teuthology.orchestra.run.smithi047.stdout: 2023-12-06T04:12:16.282 INFO:teuthology.orchestra.run.smithi047.stdout:{"epoch":13,"num_osds":8,"num_up_osds":0,"osd_up_since":0,"num_in_osds":8,"osd_in_since":1701835934,"num_remapped_pgs":0} 2023-12-06T04:12:16.620 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Dec 06 04:12:16 smithi098 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi098[111615]: cluster 2023-12-06T04:12:15.289015+0000 mgr.smithi047.erpxvz (mgr.14182) 71 : cluster [DBG] pgmap v38: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-06T04:12:16.620 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Dec 06 04:12:16 smithi098 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi098[111615]: audit 2023-12-06T04:12:15.831821+0000 mon.smithi047 (mon.0) 329 : audit [DBG] from='client.? 172.21.15.47:0/3794510083' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2023-12-06T04:12:16.629 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Dec 06 04:12:16 smithi047 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi047[108212]: cluster 2023-12-06T04:12:15.289015+0000 mgr.smithi047.erpxvz (mgr.14182) 71 : cluster [DBG] pgmap v38: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-06T04:12:16.629 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Dec 06 04:12:16 smithi047 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi047[108212]: audit 2023-12-06T04:12:15.831821+0000 mon.smithi047 (mon.0) 329 : audit [DBG] from='client.? 172.21.15.47:0/3794510083' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2023-12-06T04:12:17.282 DEBUG:teuthology.orchestra.run.smithi047:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:d03fca4f35d43f61b4679936aef7bd2f01cced0b shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 2ecad2ea-93ed-11ee-95a2-87774f69a715 -- ceph osd stat -f json 2023-12-06T04:12:17.620 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Dec 06 04:12:17 smithi098 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi098[111615]: audit 2023-12-06T04:12:16.169346+0000 mon.smithi098 (mon.1) 10 : audit [DBG] from='client.? 172.21.15.98:0/2165281502' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2023-12-06T04:12:17.620 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Dec 06 04:12:17 smithi098 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi098[111615]: audit 2023-12-06T04:12:16.423459+0000 mon.smithi098 (mon.1) 11 : audit [DBG] from='client.? 172.21.15.47:0/3817627227' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2023-12-06T04:12:17.629 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Dec 06 04:12:17 smithi047 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi047[108212]: audit 2023-12-06T04:12:16.169346+0000 mon.smithi098 (mon.1) 10 : audit [DBG] from='client.? 172.21.15.98:0/2165281502' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2023-12-06T04:12:17.630 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Dec 06 04:12:17 smithi047 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi047[108212]: audit 2023-12-06T04:12:16.423459+0000 mon.smithi098 (mon.1) 11 : audit [DBG] from='client.? 172.21.15.47:0/3817627227' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2023-12-06T04:12:18.343 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Dec 06 04:12:18 smithi047 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi047[108212]: cluster 2023-12-06T04:12:17.289348+0000 mgr.smithi047.erpxvz (mgr.14182) 72 : cluster [DBG] pgmap v39: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-06T04:12:18.426 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Dec 06 04:12:18 smithi098 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi098[111615]: cluster 2023-12-06T04:12:17.289348+0000 mgr.smithi047.erpxvz (mgr.14182) 72 : cluster [DBG] pgmap v39: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-06T04:12:18.722 INFO:teuthology.orchestra.run.smithi047.stdout: 2023-12-06T04:12:19.279 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Dec 06 04:12:19 smithi047 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi047[108212]: audit 2023-12-06T04:12:18.721137+0000 mon.smithi047 (mon.0) 330 : audit [DBG] from='client.? 172.21.15.47:0/4123481845' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2023-12-06T04:12:19.316 INFO:teuthology.orchestra.run.smithi047.stdout:{"epoch":13,"num_osds":8,"num_up_osds":0,"osd_up_since":0,"num_in_osds":8,"osd_in_since":1701835934,"num_remapped_pgs":0} 2023-12-06T04:12:19.370 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Dec 06 04:12:19 smithi098 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi098[111615]: audit 2023-12-06T04:12:18.721137+0000 mon.smithi047 (mon.0) 330 : audit [DBG] from='client.? 172.21.15.47:0/4123481845' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2023-12-06T04:12:20.318 DEBUG:teuthology.orchestra.run.smithi047:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:d03fca4f35d43f61b4679936aef7bd2f01cced0b shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 2ecad2ea-93ed-11ee-95a2-87774f69a715 -- ceph osd stat -f json 2023-12-06T04:12:20.343 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Dec 06 04:12:20 smithi047 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi047[108212]: cluster 2023-12-06T04:12:19.289664+0000 mgr.smithi047.erpxvz (mgr.14182) 73 : cluster [DBG] pgmap v40: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-06T04:12:20.454 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Dec 06 04:12:20 smithi098 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi098[111615]: cluster 2023-12-06T04:12:19.289664+0000 mgr.smithi047.erpxvz (mgr.14182) 73 : cluster [DBG] pgmap v40: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-06T04:12:21.380 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Dec 06 04:12:21 smithi047 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi047[108212]: audit 2023-12-06T04:12:20.474066+0000 mon.smithi047 (mon.0) 331 : audit [INF] from='mgr.14182 172.21.15.47:0/1495146391' entity='mgr.smithi047.erpxvz' cmd=[{"prefix": "auth get", "entity": "osd.0"}]: dispatch 2023-12-06T04:12:21.380 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Dec 06 04:12:21 smithi047 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi047[108212]: audit 2023-12-06T04:12:20.474878+0000 mon.smithi047 (mon.0) 332 : audit [DBG] from='mgr.14182 172.21.15.47:0/1495146391' entity='mgr.smithi047.erpxvz' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T04:12:21.484 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Dec 06 04:12:21 smithi098 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi098[111615]: audit 2023-12-06T04:12:20.474066+0000 mon.smithi047 (mon.0) 331 : audit [INF] from='mgr.14182 172.21.15.47:0/1495146391' entity='mgr.smithi047.erpxvz' cmd=[{"prefix": "auth get", "entity": "osd.0"}]: dispatch 2023-12-06T04:12:21.485 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Dec 06 04:12:21 smithi098 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi098[111615]: audit 2023-12-06T04:12:20.474878+0000 mon.smithi047 (mon.0) 332 : audit [DBG] from='mgr.14182 172.21.15.47:0/1495146391' entity='mgr.smithi047.erpxvz' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T04:12:21.968 INFO:teuthology.orchestra.run.smithi047.stdout: 2023-12-06T04:12:22.371 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Dec 06 04:12:22 smithi098 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi098[111615]: cephadm 2023-12-06T04:12:20.475531+0000 mgr.smithi047.erpxvz (mgr.14182) 74 : cephadm [INF] Deploying daemon osd.0 on smithi098 2023-12-06T04:12:22.371 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Dec 06 04:12:22 smithi098 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi098[111615]: cluster 2023-12-06T04:12:21.290026+0000 mgr.smithi047.erpxvz (mgr.14182) 75 : cluster [DBG] pgmap v41: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-06T04:12:22.371 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Dec 06 04:12:22 smithi098 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi098[111615]: audit 2023-12-06T04:12:21.412254+0000 mon.smithi047 (mon.0) 333 : audit [INF] from='mgr.14182 172.21.15.47:0/1495146391' entity='mgr.smithi047.erpxvz' cmd=[{"prefix": "auth get", "entity": "osd.1"}]: dispatch 2023-12-06T04:12:22.371 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Dec 06 04:12:22 smithi098 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi098[111615]: audit 2023-12-06T04:12:21.413083+0000 mon.smithi047 (mon.0) 334 : audit [DBG] from='mgr.14182 172.21.15.47:0/1495146391' entity='mgr.smithi047.erpxvz' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T04:12:22.371 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Dec 06 04:12:22 smithi098 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi098[111615]: audit 2023-12-06T04:12:21.967871+0000 mon.smithi047 (mon.0) 335 : audit [DBG] from='client.? 172.21.15.47:0/3726777372' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2023-12-06T04:12:22.511 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Dec 06 04:12:22 smithi047 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi047[108212]: cephadm 2023-12-06T04:12:20.475531+0000 mgr.smithi047.erpxvz (mgr.14182) 74 : cephadm [INF] Deploying daemon osd.0 on smithi098 2023-12-06T04:12:22.512 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Dec 06 04:12:22 smithi047 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi047[108212]: cluster 2023-12-06T04:12:21.290026+0000 mgr.smithi047.erpxvz (mgr.14182) 75 : cluster [DBG] pgmap v41: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-06T04:12:22.512 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Dec 06 04:12:22 smithi047 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi047[108212]: audit 2023-12-06T04:12:21.412254+0000 mon.smithi047 (mon.0) 333 : audit [INF] from='mgr.14182 172.21.15.47:0/1495146391' entity='mgr.smithi047.erpxvz' cmd=[{"prefix": "auth get", "entity": "osd.1"}]: dispatch 2023-12-06T04:12:22.512 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Dec 06 04:12:22 smithi047 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi047[108212]: audit 2023-12-06T04:12:21.413083+0000 mon.smithi047 (mon.0) 334 : audit [DBG] from='mgr.14182 172.21.15.47:0/1495146391' entity='mgr.smithi047.erpxvz' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T04:12:22.512 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Dec 06 04:12:22 smithi047 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi047[108212]: audit 2023-12-06T04:12:21.967871+0000 mon.smithi047 (mon.0) 335 : audit [DBG] from='client.? 172.21.15.47:0/3726777372' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2023-12-06T04:12:22.536 INFO:teuthology.orchestra.run.smithi047.stdout:{"epoch":13,"num_osds":8,"num_up_osds":0,"osd_up_since":0,"num_in_osds":8,"osd_in_since":1701835934,"num_remapped_pgs":0} 2023-12-06T04:12:23.403 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Dec 06 04:12:23 smithi047 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi047[108212]: cephadm 2023-12-06T04:12:21.413809+0000 mgr.smithi047.erpxvz (mgr.14182) 76 : cephadm [INF] Deploying daemon osd.1 on smithi047 2023-12-06T04:12:23.506 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Dec 06 04:12:23 smithi098 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi098[111615]: cephadm 2023-12-06T04:12:21.413809+0000 mgr.smithi047.erpxvz (mgr.14182) 76 : cephadm [INF] Deploying daemon osd.1 on smithi047 2023-12-06T04:12:23.538 DEBUG:teuthology.orchestra.run.smithi047:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:d03fca4f35d43f61b4679936aef7bd2f01cced0b shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 2ecad2ea-93ed-11ee-95a2-87774f69a715 -- ceph osd stat -f json 2023-12-06T04:12:24.499 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Dec 06 04:12:24 smithi098 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi098[111615]: cluster 2023-12-06T04:12:23.290375+0000 mgr.smithi047.erpxvz (mgr.14182) 77 : cluster [DBG] pgmap v42: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-06T04:12:24.499 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Dec 06 04:12:24 smithi098 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi098[111615]: audit 2023-12-06T04:12:24.050676+0000 mon.smithi047 (mon.0) 336 : audit [INF] from='mgr.14182 172.21.15.47:0/1495146391' entity='mgr.smithi047.erpxvz' 2023-12-06T04:12:24.500 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Dec 06 04:12:24 smithi098 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi098[111615]: audit 2023-12-06T04:12:24.051385+0000 mon.smithi047 (mon.0) 337 : audit [INF] from='mgr.14182 172.21.15.47:0/1495146391' entity='mgr.smithi047.erpxvz' cmd=[{"prefix": "auth get", "entity": "osd.3"}]: dispatch 2023-12-06T04:12:24.500 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Dec 06 04:12:24 smithi098 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi098[111615]: audit 2023-12-06T04:12:24.052027+0000 mon.smithi047 (mon.0) 338 : audit [DBG] from='mgr.14182 172.21.15.47:0/1495146391' entity='mgr.smithi047.erpxvz' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T04:12:24.602 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Dec 06 04:12:24 smithi047 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi047[108212]: cluster 2023-12-06T04:12:23.290375+0000 mgr.smithi047.erpxvz (mgr.14182) 77 : cluster [DBG] pgmap v42: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-06T04:12:24.602 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Dec 06 04:12:24 smithi047 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi047[108212]: audit 2023-12-06T04:12:24.050676+0000 mon.smithi047 (mon.0) 336 : audit [INF] from='mgr.14182 172.21.15.47:0/1495146391' entity='mgr.smithi047.erpxvz' 2023-12-06T04:12:24.603 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Dec 06 04:12:24 smithi047 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi047[108212]: audit 2023-12-06T04:12:24.051385+0000 mon.smithi047 (mon.0) 337 : audit [INF] from='mgr.14182 172.21.15.47:0/1495146391' entity='mgr.smithi047.erpxvz' cmd=[{"prefix": "auth get", "entity": "osd.3"}]: dispatch 2023-12-06T04:12:24.603 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Dec 06 04:12:24 smithi047 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi047[108212]: audit 2023-12-06T04:12:24.052027+0000 mon.smithi047 (mon.0) 338 : audit [DBG] from='mgr.14182 172.21.15.47:0/1495146391' entity='mgr.smithi047.erpxvz' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T04:12:25.171 INFO:teuthology.orchestra.run.smithi047.stdout: 2023-12-06T04:12:25.499 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Dec 06 04:12:25 smithi047 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi047[108212]: cephadm 2023-12-06T04:12:24.052588+0000 mgr.smithi047.erpxvz (mgr.14182) 78 : cephadm [INF] Deploying daemon osd.3 on smithi098 2023-12-06T04:12:25.499 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Dec 06 04:12:25 smithi047 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi047[108212]: audit 2023-12-06T04:12:25.169425+0000 mon.smithi047 (mon.0) 339 : audit [DBG] from='client.? 172.21.15.47:0/1153742566' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2023-12-06T04:12:25.580 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Dec 06 04:12:25 smithi098 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi098[111615]: cephadm 2023-12-06T04:12:24.052588+0000 mgr.smithi047.erpxvz (mgr.14182) 78 : cephadm [INF] Deploying daemon osd.3 on smithi098 2023-12-06T04:12:25.580 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Dec 06 04:12:25 smithi098 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi098[111615]: audit 2023-12-06T04:12:25.169425+0000 mon.smithi047 (mon.0) 339 : audit [DBG] from='client.? 172.21.15.47:0/1153742566' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2023-12-06T04:12:25.666 INFO:teuthology.orchestra.run.smithi047.stdout:{"epoch":13,"num_osds":8,"num_up_osds":0,"osd_up_since":0,"num_in_osds":8,"osd_in_since":1701835934,"num_remapped_pgs":0} 2023-12-06T04:12:26.381 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Dec 06 04:12:26 smithi047 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi047[108212]: cluster 2023-12-06T04:12:25.290683+0000 mgr.smithi047.erpxvz (mgr.14182) 79 : cluster [DBG] pgmap v43: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-06T04:12:26.381 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Dec 06 04:12:26 smithi047 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi047[108212]: audit 2023-12-06T04:12:26.015484+0000 mon.smithi047 (mon.0) 340 : audit [INF] from='mgr.14182 172.21.15.47:0/1495146391' entity='mgr.smithi047.erpxvz' 2023-12-06T04:12:26.381 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Dec 06 04:12:26 smithi047 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi047[108212]: audit 2023-12-06T04:12:26.016202+0000 mon.smithi047 (mon.0) 341 : audit [INF] from='mgr.14182 172.21.15.47:0/1495146391' entity='mgr.smithi047.erpxvz' cmd=[{"prefix": "auth get", "entity": "osd.2"}]: dispatch 2023-12-06T04:12:26.381 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Dec 06 04:12:26 smithi047 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi047[108212]: audit 2023-12-06T04:12:26.016832+0000 mon.smithi047 (mon.0) 342 : audit [DBG] from='mgr.14182 172.21.15.47:0/1495146391' entity='mgr.smithi047.erpxvz' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T04:12:26.621 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Dec 06 04:12:26 smithi098 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi098[111615]: cluster 2023-12-06T04:12:25.290683+0000 mgr.smithi047.erpxvz (mgr.14182) 79 : cluster [DBG] pgmap v43: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-06T04:12:26.621 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Dec 06 04:12:26 smithi098 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi098[111615]: audit 2023-12-06T04:12:26.015484+0000 mon.smithi047 (mon.0) 340 : audit [INF] from='mgr.14182 172.21.15.47:0/1495146391' entity='mgr.smithi047.erpxvz' 2023-12-06T04:12:26.621 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Dec 06 04:12:26 smithi098 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi098[111615]: audit 2023-12-06T04:12:26.016202+0000 mon.smithi047 (mon.0) 341 : audit [INF] from='mgr.14182 172.21.15.47:0/1495146391' entity='mgr.smithi047.erpxvz' cmd=[{"prefix": "auth get", "entity": "osd.2"}]: dispatch 2023-12-06T04:12:26.621 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Dec 06 04:12:26 smithi098 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi098[111615]: audit 2023-12-06T04:12:26.016832+0000 mon.smithi047 (mon.0) 342 : audit [DBG] from='mgr.14182 172.21.15.47:0/1495146391' entity='mgr.smithi047.erpxvz' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T04:12:26.668 DEBUG:teuthology.orchestra.run.smithi047:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:d03fca4f35d43f61b4679936aef7bd2f01cced0b shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 2ecad2ea-93ed-11ee-95a2-87774f69a715 -- ceph osd stat -f json 2023-12-06T04:12:27.370 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Dec 06 04:12:27 smithi098 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi098[111615]: cephadm 2023-12-06T04:12:26.017362+0000 mgr.smithi047.erpxvz (mgr.14182) 80 : cephadm [INF] Deploying daemon osd.2 on smithi047 2023-12-06T04:12:27.380 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Dec 06 04:12:27 smithi047 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi047[108212]: cephadm 2023-12-06T04:12:26.017362+0000 mgr.smithi047.erpxvz (mgr.14182) 80 : cephadm [INF] Deploying daemon osd.2 on smithi047 2023-12-06T04:12:28.242 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Dec 06 04:12:28 smithi047 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi047[108212]: audit 2023-12-06T04:12:27.243674+0000 mon.smithi098 (mon.1) 12 : audit [INF] from='osd.0 [v2:172.21.15.98:6800/186415782,v1:172.21.15.98:6801/186415782]' entity='osd.0' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["0"]}]: dispatch 2023-12-06T04:12:28.242 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Dec 06 04:12:28 smithi047 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi047[108212]: audit 2023-12-06T04:12:27.244185+0000 mon.smithi047 (mon.0) 343 : audit [INF] from='osd.0 ' entity='osd.0' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["0"]}]: dispatch 2023-12-06T04:12:28.242 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Dec 06 04:12:28 smithi047 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi047[108212]: cluster 2023-12-06T04:12:27.290959+0000 mgr.smithi047.erpxvz (mgr.14182) 81 : cluster [DBG] pgmap v44: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-06T04:12:28.243 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Dec 06 04:12:28 smithi047 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi047[108212]: audit 2023-12-06T04:12:27.810439+0000 mon.smithi047 (mon.0) 344 : audit [INF] from='mgr.14182 172.21.15.47:0/1495146391' entity='mgr.smithi047.erpxvz' 2023-12-06T04:12:28.243 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Dec 06 04:12:28 smithi047 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi047[108212]: audit 2023-12-06T04:12:27.811390+0000 mon.smithi047 (mon.0) 345 : audit [INF] from='mgr.14182 172.21.15.47:0/1495146391' entity='mgr.smithi047.erpxvz' cmd=[{"prefix": "auth get", "entity": "osd.5"}]: dispatch 2023-12-06T04:12:28.243 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Dec 06 04:12:28 smithi047 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi047[108212]: audit 2023-12-06T04:12:27.812302+0000 mon.smithi047 (mon.0) 346 : audit [DBG] from='mgr.14182 172.21.15.47:0/1495146391' entity='mgr.smithi047.erpxvz' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T04:12:28.491 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Dec 06 04:12:28 smithi098 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi098[111615]: audit 2023-12-06T04:12:27.243674+0000 mon.smithi098 (mon.1) 12 : audit [INF] from='osd.0 [v2:172.21.15.98:6800/186415782,v1:172.21.15.98:6801/186415782]' entity='osd.0' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["0"]}]: dispatch 2023-12-06T04:12:28.491 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Dec 06 04:12:28 smithi098 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi098[111615]: audit 2023-12-06T04:12:27.244185+0000 mon.smithi047 (mon.0) 343 : audit [INF] from='osd.0 ' entity='osd.0' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["0"]}]: dispatch 2023-12-06T04:12:28.491 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Dec 06 04:12:28 smithi098 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi098[111615]: cluster 2023-12-06T04:12:27.290959+0000 mgr.smithi047.erpxvz (mgr.14182) 81 : cluster [DBG] pgmap v44: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-06T04:12:28.491 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Dec 06 04:12:28 smithi098 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi098[111615]: audit 2023-12-06T04:12:27.810439+0000 mon.smithi047 (mon.0) 344 : audit [INF] from='mgr.14182 172.21.15.47:0/1495146391' entity='mgr.smithi047.erpxvz' 2023-12-06T04:12:28.491 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Dec 06 04:12:28 smithi098 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi098[111615]: audit 2023-12-06T04:12:27.811390+0000 mon.smithi047 (mon.0) 345 : audit [INF] from='mgr.14182 172.21.15.47:0/1495146391' entity='mgr.smithi047.erpxvz' cmd=[{"prefix": "auth get", "entity": "osd.5"}]: dispatch 2023-12-06T04:12:28.491 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Dec 06 04:12:28 smithi098 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi098[111615]: audit 2023-12-06T04:12:27.812302+0000 mon.smithi047 (mon.0) 346 : audit [DBG] from='mgr.14182 172.21.15.47:0/1495146391' entity='mgr.smithi047.erpxvz' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T04:12:28.650 INFO:teuthology.orchestra.run.smithi047.stdout: 2023-12-06T04:12:29.017 INFO:teuthology.orchestra.run.smithi047.stdout:{"epoch":14,"num_osds":8,"num_up_osds":0,"osd_up_since":0,"num_in_osds":8,"osd_in_since":1701835934,"num_remapped_pgs":0} 2023-12-06T04:12:29.242 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Dec 06 04:12:29 smithi047 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi047[108212]: cephadm 2023-12-06T04:12:27.813105+0000 mgr.smithi047.erpxvz (mgr.14182) 82 : cephadm [INF] Deploying daemon osd.5 on smithi098 2023-12-06T04:12:29.242 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Dec 06 04:12:29 smithi047 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi047[108212]: audit 2023-12-06T04:12:28.205435+0000 mon.smithi047 (mon.0) 347 : audit [INF] from='osd.0 ' entity='osd.0' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["0"]}]': finished 2023-12-06T04:12:29.242 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Dec 06 04:12:29 smithi047 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi047[108212]: cluster 2023-12-06T04:12:28.205519+0000 mon.smithi047 (mon.0) 348 : cluster [DBG] osdmap e14: 8 total, 0 up, 8 in 2023-12-06T04:12:29.242 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Dec 06 04:12:29 smithi047 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi047[108212]: audit 2023-12-06T04:12:28.205657+0000 mon.smithi047 (mon.0) 349 : audit [DBG] from='mgr.14182 172.21.15.47:0/1495146391' entity='mgr.smithi047.erpxvz' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2023-12-06T04:12:29.243 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Dec 06 04:12:29 smithi047 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi047[108212]: audit 2023-12-06T04:12:28.205986+0000 mon.smithi047 (mon.0) 350 : audit [DBG] from='mgr.14182 172.21.15.47:0/1495146391' entity='mgr.smithi047.erpxvz' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2023-12-06T04:12:29.243 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Dec 06 04:12:29 smithi047 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi047[108212]: audit 2023-12-06T04:12:28.206089+0000 mon.smithi098 (mon.1) 13 : audit [INF] from='osd.0 [v2:172.21.15.98:6800/186415782,v1:172.21.15.98:6801/186415782]' entity='osd.0' cmd=[{"prefix": "osd crush create-or-move", "id": 0, "weight":0.0873, "args": ["host=smithi098", "root=default"]}]: dispatch 2023-12-06T04:12:29.243 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Dec 06 04:12:29 smithi047 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi047[108212]: audit 2023-12-06T04:12:28.206137+0000 mon.smithi047 (mon.0) 351 : audit [DBG] from='mgr.14182 172.21.15.47:0/1495146391' entity='mgr.smithi047.erpxvz' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2023-12-06T04:12:29.243 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Dec 06 04:12:29 smithi047 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi047[108212]: audit 2023-12-06T04:12:28.206351+0000 mon.smithi047 (mon.0) 352 : audit [DBG] from='mgr.14182 172.21.15.47:0/1495146391' entity='mgr.smithi047.erpxvz' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-12-06T04:12:29.243 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Dec 06 04:12:29 smithi047 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi047[108212]: audit 2023-12-06T04:12:28.206571+0000 mon.smithi047 (mon.0) 353 : audit [INF] from='osd.0 ' entity='osd.0' cmd=[{"prefix": "osd crush create-or-move", "id": 0, "weight":0.0873, "args": ["host=smithi098", "root=default"]}]: dispatch 2023-12-06T04:12:29.243 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Dec 06 04:12:29 smithi047 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi047[108212]: audit 2023-12-06T04:12:28.206814+0000 mon.smithi047 (mon.0) 354 : audit [DBG] from='mgr.14182 172.21.15.47:0/1495146391' entity='mgr.smithi047.erpxvz' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2023-12-06T04:12:29.243 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Dec 06 04:12:29 smithi047 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi047[108212]: audit 2023-12-06T04:12:28.206976+0000 mon.smithi047 (mon.0) 355 : audit [DBG] from='mgr.14182 172.21.15.47:0/1495146391' entity='mgr.smithi047.erpxvz' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-12-06T04:12:29.243 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Dec 06 04:12:29 smithi047 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi047[108212]: audit 2023-12-06T04:12:28.207127+0000 mon.smithi047 (mon.0) 356 : audit [DBG] from='mgr.14182 172.21.15.47:0/1495146391' entity='mgr.smithi047.erpxvz' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-12-06T04:12:29.243 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Dec 06 04:12:29 smithi047 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi047[108212]: audit 2023-12-06T04:12:28.207276+0000 mon.smithi047 (mon.0) 357 : audit [DBG] from='mgr.14182 172.21.15.47:0/1495146391' entity='mgr.smithi047.erpxvz' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-12-06T04:12:29.243 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Dec 06 04:12:29 smithi047 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi047[108212]: audit 2023-12-06T04:12:28.647826+0000 mon.smithi047 (mon.0) 358 : audit [DBG] from='client.? 172.21.15.47:0/653637386' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2023-12-06T04:12:29.469 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Dec 06 04:12:29 smithi098 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi098[111615]: cephadm 2023-12-06T04:12:27.813105+0000 mgr.smithi047.erpxvz (mgr.14182) 82 : cephadm [INF] Deploying daemon osd.5 on smithi098 2023-12-06T04:12:29.470 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Dec 06 04:12:29 smithi098 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi098[111615]: audit 2023-12-06T04:12:28.205435+0000 mon.smithi047 (mon.0) 347 : audit [INF] from='osd.0 ' entity='osd.0' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["0"]}]': finished 2023-12-06T04:12:29.470 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Dec 06 04:12:29 smithi098 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi098[111615]: cluster 2023-12-06T04:12:28.205519+0000 mon.smithi047 (mon.0) 348 : cluster [DBG] osdmap e14: 8 total, 0 up, 8 in 2023-12-06T04:12:29.470 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Dec 06 04:12:29 smithi098 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi098[111615]: audit 2023-12-06T04:12:28.205657+0000 mon.smithi047 (mon.0) 349 : audit [DBG] from='mgr.14182 172.21.15.47:0/1495146391' entity='mgr.smithi047.erpxvz' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2023-12-06T04:12:29.470 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Dec 06 04:12:29 smithi098 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi098[111615]: audit 2023-12-06T04:12:28.205986+0000 mon.smithi047 (mon.0) 350 : audit [DBG] from='mgr.14182 172.21.15.47:0/1495146391' entity='mgr.smithi047.erpxvz' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2023-12-06T04:12:29.470 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Dec 06 04:12:29 smithi098 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi098[111615]: audit 2023-12-06T04:12:28.206089+0000 mon.smithi098 (mon.1) 13 : audit [INF] from='osd.0 [v2:172.21.15.98:6800/186415782,v1:172.21.15.98:6801/186415782]' entity='osd.0' cmd=[{"prefix": "osd crush create-or-move", "id": 0, "weight":0.0873, "args": ["host=smithi098", "root=default"]}]: dispatch 2023-12-06T04:12:29.470 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Dec 06 04:12:29 smithi098 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi098[111615]: audit 2023-12-06T04:12:28.206137+0000 mon.smithi047 (mon.0) 351 : audit [DBG] from='mgr.14182 172.21.15.47:0/1495146391' entity='mgr.smithi047.erpxvz' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2023-12-06T04:12:29.470 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Dec 06 04:12:29 smithi098 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi098[111615]: audit 2023-12-06T04:12:28.206351+0000 mon.smithi047 (mon.0) 352 : audit [DBG] from='mgr.14182 172.21.15.47:0/1495146391' entity='mgr.smithi047.erpxvz' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-12-06T04:12:29.470 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Dec 06 04:12:29 smithi098 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi098[111615]: audit 2023-12-06T04:12:28.206571+0000 mon.smithi047 (mon.0) 353 : audit [INF] from='osd.0 ' entity='osd.0' cmd=[{"prefix": "osd crush create-or-move", "id": 0, "weight":0.0873, "args": ["host=smithi098", "root=default"]}]: dispatch 2023-12-06T04:12:29.470 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Dec 06 04:12:29 smithi098 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi098[111615]: audit 2023-12-06T04:12:28.206814+0000 mon.smithi047 (mon.0) 354 : audit [DBG] from='mgr.14182 172.21.15.47:0/1495146391' entity='mgr.smithi047.erpxvz' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2023-12-06T04:12:29.470 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Dec 06 04:12:29 smithi098 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi098[111615]: audit 2023-12-06T04:12:28.206976+0000 mon.smithi047 (mon.0) 355 : audit [DBG] from='mgr.14182 172.21.15.47:0/1495146391' entity='mgr.smithi047.erpxvz' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-12-06T04:12:29.470 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Dec 06 04:12:29 smithi098 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi098[111615]: audit 2023-12-06T04:12:28.207127+0000 mon.smithi047 (mon.0) 356 : audit [DBG] from='mgr.14182 172.21.15.47:0/1495146391' entity='mgr.smithi047.erpxvz' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-12-06T04:12:29.470 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Dec 06 04:12:29 smithi098 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi098[111615]: audit 2023-12-06T04:12:28.207276+0000 mon.smithi047 (mon.0) 357 : audit [DBG] from='mgr.14182 172.21.15.47:0/1495146391' entity='mgr.smithi047.erpxvz' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-12-06T04:12:29.470 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Dec 06 04:12:29 smithi098 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi098[111615]: audit 2023-12-06T04:12:28.647826+0000 mon.smithi047 (mon.0) 358 : audit [DBG] from='client.? 172.21.15.47:0/653637386' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2023-12-06T04:12:30.019 DEBUG:teuthology.orchestra.run.smithi047:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:d03fca4f35d43f61b4679936aef7bd2f01cced0b shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 2ecad2ea-93ed-11ee-95a2-87774f69a715 -- ceph osd stat -f json 2023-12-06T04:12:30.305 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Dec 06 04:12:30 smithi047 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi047[108212]: audit 2023-12-06T04:12:29.206342+0000 mon.smithi047 (mon.0) 359 : audit [INF] from='osd.0 ' entity='osd.0' cmd='[{"prefix": "osd crush create-or-move", "id": 0, "weight":0.0873, "args": ["host=smithi098", "root=default"]}]': finished 2023-12-06T04:12:30.305 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Dec 06 04:12:30 smithi047 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi047[108212]: cluster 2023-12-06T04:12:29.206476+0000 mon.smithi047 (mon.0) 360 : cluster [DBG] osdmap e15: 8 total, 0 up, 8 in 2023-12-06T04:12:30.305 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Dec 06 04:12:30 smithi047 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi047[108212]: audit 2023-12-06T04:12:29.206901+0000 mon.smithi047 (mon.0) 361 : audit [DBG] from='mgr.14182 172.21.15.47:0/1495146391' entity='mgr.smithi047.erpxvz' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2023-12-06T04:12:30.306 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Dec 06 04:12:30 smithi047 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi047[108212]: audit 2023-12-06T04:12:29.207208+0000 mon.smithi047 (mon.0) 362 : audit [DBG] from='mgr.14182 172.21.15.47:0/1495146391' entity='mgr.smithi047.erpxvz' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2023-12-06T04:12:30.306 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Dec 06 04:12:30 smithi047 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi047[108212]: audit 2023-12-06T04:12:29.207457+0000 mon.smithi047 (mon.0) 363 : audit [DBG] from='mgr.14182 172.21.15.47:0/1495146391' entity='mgr.smithi047.erpxvz' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2023-12-06T04:12:30.306 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Dec 06 04:12:30 smithi047 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi047[108212]: audit 2023-12-06T04:12:29.211194+0000 mon.smithi047 (mon.0) 364 : audit [DBG] from='mgr.14182 172.21.15.47:0/1495146391' entity='mgr.smithi047.erpxvz' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-12-06T04:12:30.306 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Dec 06 04:12:30 smithi047 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi047[108212]: audit 2023-12-06T04:12:29.211499+0000 mon.smithi047 (mon.0) 365 : audit [DBG] from='mgr.14182 172.21.15.47:0/1495146391' entity='mgr.smithi047.erpxvz' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2023-12-06T04:12:30.306 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Dec 06 04:12:30 smithi047 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi047[108212]: audit 2023-12-06T04:12:29.211660+0000 mon.smithi047 (mon.0) 366 : audit [DBG] from='mgr.14182 172.21.15.47:0/1495146391' entity='mgr.smithi047.erpxvz' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-12-06T04:12:30.306 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Dec 06 04:12:30 smithi047 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi047[108212]: audit 2023-12-06T04:12:29.211853+0000 mon.smithi047 (mon.0) 367 : audit [DBG] from='mgr.14182 172.21.15.47:0/1495146391' entity='mgr.smithi047.erpxvz' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-12-06T04:12:30.306 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Dec 06 04:12:30 smithi047 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi047[108212]: audit 2023-12-06T04:12:29.212027+0000 mon.smithi047 (mon.0) 368 : audit [DBG] from='mgr.14182 172.21.15.47:0/1495146391' entity='mgr.smithi047.erpxvz' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-12-06T04:12:30.306 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Dec 06 04:12:30 smithi047 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi047[108212]: audit 2023-12-06T04:12:29.212217+0000 mon.smithi047 (mon.0) 369 : audit [DBG] from='mgr.14182 172.21.15.47:0/1495146391' entity='mgr.smithi047.erpxvz' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2023-12-06T04:12:30.306 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Dec 06 04:12:30 smithi047 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi047[108212]: audit 2023-12-06T04:12:29.244633+0000 mon.smithi047 (mon.0) 370 : audit [INF] from='osd.1 [v2:172.21.15.47:6802/1711775817,v1:172.21.15.47:6803/1711775817]' entity='osd.1' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["1"]}]: dispatch 2023-12-06T04:12:30.306 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Dec 06 04:12:30 smithi047 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi047[108212]: cluster 2023-12-06T04:12:29.291194+0000 mgr.smithi047.erpxvz (mgr.14182) 83 : cluster [DBG] pgmap v47: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-06T04:12:30.608 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Dec 06 04:12:30 smithi098 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi098[111615]: audit 2023-12-06T04:12:29.206342+0000 mon.smithi047 (mon.0) 359 : audit [INF] from='osd.0 ' entity='osd.0' cmd='[{"prefix": "osd crush create-or-move", "id": 0, "weight":0.0873, "args": ["host=smithi098", "root=default"]}]': finished 2023-12-06T04:12:30.608 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Dec 06 04:12:30 smithi098 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi098[111615]: cluster 2023-12-06T04:12:29.206476+0000 mon.smithi047 (mon.0) 360 : cluster [DBG] osdmap e15: 8 total, 0 up, 8 in 2023-12-06T04:12:30.608 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Dec 06 04:12:30 smithi098 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi098[111615]: audit 2023-12-06T04:12:29.206901+0000 mon.smithi047 (mon.0) 361 : audit [DBG] from='mgr.14182 172.21.15.47:0/1495146391' entity='mgr.smithi047.erpxvz' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2023-12-06T04:12:30.608 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Dec 06 04:12:30 smithi098 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi098[111615]: audit 2023-12-06T04:12:29.207208+0000 mon.smithi047 (mon.0) 362 : audit [DBG] from='mgr.14182 172.21.15.47:0/1495146391' entity='mgr.smithi047.erpxvz' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2023-12-06T04:12:30.608 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Dec 06 04:12:30 smithi098 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi098[111615]: audit 2023-12-06T04:12:29.207457+0000 mon.smithi047 (mon.0) 363 : audit [DBG] from='mgr.14182 172.21.15.47:0/1495146391' entity='mgr.smithi047.erpxvz' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2023-12-06T04:12:30.608 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Dec 06 04:12:30 smithi098 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi098[111615]: audit 2023-12-06T04:12:29.211194+0000 mon.smithi047 (mon.0) 364 : audit [DBG] from='mgr.14182 172.21.15.47:0/1495146391' entity='mgr.smithi047.erpxvz' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-12-06T04:12:30.608 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Dec 06 04:12:30 smithi098 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi098[111615]: audit 2023-12-06T04:12:29.211499+0000 mon.smithi047 (mon.0) 365 : audit [DBG] from='mgr.14182 172.21.15.47:0/1495146391' entity='mgr.smithi047.erpxvz' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2023-12-06T04:12:30.609 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Dec 06 04:12:30 smithi098 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi098[111615]: audit 2023-12-06T04:12:29.211660+0000 mon.smithi047 (mon.0) 366 : audit [DBG] from='mgr.14182 172.21.15.47:0/1495146391' entity='mgr.smithi047.erpxvz' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-12-06T04:12:30.609 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Dec 06 04:12:30 smithi098 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi098[111615]: audit 2023-12-06T04:12:29.211853+0000 mon.smithi047 (mon.0) 367 : audit [DBG] from='mgr.14182 172.21.15.47:0/1495146391' entity='mgr.smithi047.erpxvz' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-12-06T04:12:30.609 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Dec 06 04:12:30 smithi098 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi098[111615]: audit 2023-12-06T04:12:29.212027+0000 mon.smithi047 (mon.0) 368 : audit [DBG] from='mgr.14182 172.21.15.47:0/1495146391' entity='mgr.smithi047.erpxvz' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-12-06T04:12:30.609 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Dec 06 04:12:30 smithi098 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi098[111615]: audit 2023-12-06T04:12:29.212217+0000 mon.smithi047 (mon.0) 369 : audit [DBG] from='mgr.14182 172.21.15.47:0/1495146391' entity='mgr.smithi047.erpxvz' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2023-12-06T04:12:30.609 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Dec 06 04:12:30 smithi098 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi098[111615]: audit 2023-12-06T04:12:29.244633+0000 mon.smithi047 (mon.0) 370 : audit [INF] from='osd.1 [v2:172.21.15.47:6802/1711775817,v1:172.21.15.47:6803/1711775817]' entity='osd.1' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["1"]}]: dispatch 2023-12-06T04:12:30.609 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Dec 06 04:12:30 smithi098 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi098[111615]: cluster 2023-12-06T04:12:29.291194+0000 mgr.smithi047.erpxvz (mgr.14182) 83 : cluster [DBG] pgmap v47: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-06T04:12:31.292 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Dec 06 04:12:31 smithi098 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi098[111615]: cluster 2023-12-06T04:12:28.272770+0000 osd.0 (osd.0) 1 : cluster [DBG] purged_snaps scrub starts 2023-12-06T04:12:31.292 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Dec 06 04:12:31 smithi098 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi098[111615]: cluster 2023-12-06T04:12:28.272835+0000 osd.0 (osd.0) 2 : cluster [DBG] purged_snaps scrub ok 2023-12-06T04:12:31.292 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Dec 06 04:12:31 smithi098 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi098[111615]: audit 2023-12-06T04:12:30.212256+0000 mon.smithi047 (mon.0) 371 : audit [DBG] from='mgr.14182 172.21.15.47:0/1495146391' entity='mgr.smithi047.erpxvz' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2023-12-06T04:12:31.292 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Dec 06 04:12:31 smithi098 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi098[111615]: cluster 2023-12-06T04:12:30.216878+0000 mon.smithi047 (mon.0) 372 : cluster [INF] osd.0 [v2:172.21.15.98:6800/186415782,v1:172.21.15.98:6801/186415782] boot 2023-12-06T04:12:31.292 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Dec 06 04:12:31 smithi098 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi098[111615]: audit 2023-12-06T04:12:30.216968+0000 mon.smithi047 (mon.0) 373 : audit [INF] from='osd.1 [v2:172.21.15.47:6802/1711775817,v1:172.21.15.47:6803/1711775817]' entity='osd.1' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["1"]}]': finished 2023-12-06T04:12:31.292 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Dec 06 04:12:31 smithi098 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi098[111615]: cluster 2023-12-06T04:12:30.217058+0000 mon.smithi047 (mon.0) 374 : cluster [DBG] osdmap e16: 8 total, 1 up, 8 in 2023-12-06T04:12:31.292 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Dec 06 04:12:31 smithi098 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi098[111615]: audit 2023-12-06T04:12:30.217549+0000 mon.smithi047 (mon.0) 375 : audit [DBG] from='mgr.14182 172.21.15.47:0/1495146391' entity='mgr.smithi047.erpxvz' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2023-12-06T04:12:31.292 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Dec 06 04:12:31 smithi098 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi098[111615]: audit 2023-12-06T04:12:30.218038+0000 mon.smithi047 (mon.0) 376 : audit [DBG] from='mgr.14182 172.21.15.47:0/1495146391' entity='mgr.smithi047.erpxvz' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2023-12-06T04:12:31.292 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Dec 06 04:12:31 smithi098 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi098[111615]: audit 2023-12-06T04:12:30.218258+0000 mon.smithi047 (mon.0) 377 : audit [INF] from='osd.1 [v2:172.21.15.47:6802/1711775817,v1:172.21.15.47:6803/1711775817]' entity='osd.1' cmd=[{"prefix": "osd crush create-or-move", "id": 1, "weight":0.0873, "args": ["host=smithi047", "root=default"]}]: dispatch 2023-12-06T04:12:31.292 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Dec 06 04:12:31 smithi098 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi098[111615]: audit 2023-12-06T04:12:30.218472+0000 mon.smithi047 (mon.0) 378 : audit [DBG] from='mgr.14182 172.21.15.47:0/1495146391' entity='mgr.smithi047.erpxvz' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2023-12-06T04:12:31.292 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Dec 06 04:12:31 smithi098 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi098[111615]: audit 2023-12-06T04:12:30.218680+0000 mon.smithi047 (mon.0) 379 : audit [DBG] from='mgr.14182 172.21.15.47:0/1495146391' entity='mgr.smithi047.erpxvz' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-12-06T04:12:31.293 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Dec 06 04:12:31 smithi098 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi098[111615]: audit 2023-12-06T04:12:30.218908+0000 mon.smithi047 (mon.0) 380 : audit [DBG] from='mgr.14182 172.21.15.47:0/1495146391' entity='mgr.smithi047.erpxvz' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2023-12-06T04:12:31.293 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Dec 06 04:12:31 smithi098 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi098[111615]: audit 2023-12-06T04:12:30.219101+0000 mon.smithi047 (mon.0) 381 : audit [DBG] from='mgr.14182 172.21.15.47:0/1495146391' entity='mgr.smithi047.erpxvz' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-12-06T04:12:31.293 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Dec 06 04:12:31 smithi098 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi098[111615]: audit 2023-12-06T04:12:30.219297+0000 mon.smithi047 (mon.0) 382 : audit [DBG] from='mgr.14182 172.21.15.47:0/1495146391' entity='mgr.smithi047.erpxvz' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-12-06T04:12:31.293 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Dec 06 04:12:31 smithi098 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi098[111615]: audit 2023-12-06T04:12:30.219486+0000 mon.smithi047 (mon.0) 383 : audit [DBG] from='mgr.14182 172.21.15.47:0/1495146391' entity='mgr.smithi047.erpxvz' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-12-06T04:12:31.293 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Dec 06 04:12:31 smithi098 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi098[111615]: audit 2023-12-06T04:12:30.355027+0000 mon.smithi047 (mon.0) 384 : audit [INF] from='mgr.14182 172.21.15.47:0/1495146391' entity='mgr.smithi047.erpxvz' 2023-12-06T04:12:31.293 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Dec 06 04:12:31 smithi098 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi098[111615]: audit 2023-12-06T04:12:30.355975+0000 mon.smithi047 (mon.0) 385 : audit [INF] from='mgr.14182 172.21.15.47:0/1495146391' entity='mgr.smithi047.erpxvz' cmd=[{"prefix": "auth get", "entity": "osd.4"}]: dispatch 2023-12-06T04:12:31.293 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Dec 06 04:12:31 smithi098 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi098[111615]: audit 2023-12-06T04:12:30.356719+0000 mon.smithi047 (mon.0) 386 : audit [DBG] from='mgr.14182 172.21.15.47:0/1495146391' entity='mgr.smithi047.erpxvz' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T04:12:31.293 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Dec 06 04:12:31 smithi098 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi098[111615]: audit 2023-12-06T04:12:31.015255+0000 mon.smithi098 (mon.1) 14 : audit [INF] from='osd.3 [v2:172.21.15.98:6808/1947774655,v1:172.21.15.98:6809/1947774655]' entity='osd.3' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["3"]}]: dispatch 2023-12-06T04:12:31.293 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Dec 06 04:12:31 smithi098 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi098[111615]: audit 2023-12-06T04:12:31.015749+0000 mon.smithi047 (mon.0) 387 : audit [INF] from='osd.3 ' entity='osd.3' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["3"]}]: dispatch 2023-12-06T04:12:31.630 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Dec 06 04:12:31 smithi047 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi047[108212]: cluster 2023-12-06T04:12:28.272770+0000 osd.0 (osd.0) 1 : cluster [DBG] purged_snaps scrub starts 2023-12-06T04:12:31.630 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Dec 06 04:12:31 smithi047 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi047[108212]: cluster 2023-12-06T04:12:28.272835+0000 osd.0 (osd.0) 2 : cluster [DBG] purged_snaps scrub ok 2023-12-06T04:12:31.630 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Dec 06 04:12:31 smithi047 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi047[108212]: audit 2023-12-06T04:12:30.212256+0000 mon.smithi047 (mon.0) 371 : audit [DBG] from='mgr.14182 172.21.15.47:0/1495146391' entity='mgr.smithi047.erpxvz' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2023-12-06T04:12:31.630 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Dec 06 04:12:31 smithi047 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi047[108212]: cluster 2023-12-06T04:12:30.216878+0000 mon.smithi047 (mon.0) 372 : cluster [INF] osd.0 [v2:172.21.15.98:6800/186415782,v1:172.21.15.98:6801/186415782] boot 2023-12-06T04:12:31.630 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Dec 06 04:12:31 smithi047 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi047[108212]: audit 2023-12-06T04:12:30.216968+0000 mon.smithi047 (mon.0) 373 : audit [INF] from='osd.1 [v2:172.21.15.47:6802/1711775817,v1:172.21.15.47:6803/1711775817]' entity='osd.1' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["1"]}]': finished 2023-12-06T04:12:31.630 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Dec 06 04:12:31 smithi047 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi047[108212]: cluster 2023-12-06T04:12:30.217058+0000 mon.smithi047 (mon.0) 374 : cluster [DBG] osdmap e16: 8 total, 1 up, 8 in 2023-12-06T04:12:31.630 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Dec 06 04:12:31 smithi047 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi047[108212]: audit 2023-12-06T04:12:30.217549+0000 mon.smithi047 (mon.0) 375 : audit [DBG] from='mgr.14182 172.21.15.47:0/1495146391' entity='mgr.smithi047.erpxvz' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2023-12-06T04:12:31.630 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Dec 06 04:12:31 smithi047 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi047[108212]: audit 2023-12-06T04:12:30.218038+0000 mon.smithi047 (mon.0) 376 : audit [DBG] from='mgr.14182 172.21.15.47:0/1495146391' entity='mgr.smithi047.erpxvz' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2023-12-06T04:12:31.630 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Dec 06 04:12:31 smithi047 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi047[108212]: audit 2023-12-06T04:12:30.218258+0000 mon.smithi047 (mon.0) 377 : audit [INF] from='osd.1 [v2:172.21.15.47:6802/1711775817,v1:172.21.15.47:6803/1711775817]' entity='osd.1' cmd=[{"prefix": "osd crush create-or-move", "id": 1, "weight":0.0873, "args": ["host=smithi047", "root=default"]}]: dispatch 2023-12-06T04:12:31.631 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Dec 06 04:12:31 smithi047 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi047[108212]: audit 2023-12-06T04:12:30.218472+0000 mon.smithi047 (mon.0) 378 : audit [DBG] from='mgr.14182 172.21.15.47:0/1495146391' entity='mgr.smithi047.erpxvz' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2023-12-06T04:12:31.631 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Dec 06 04:12:31 smithi047 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi047[108212]: audit 2023-12-06T04:12:30.218680+0000 mon.smithi047 (mon.0) 379 : audit [DBG] from='mgr.14182 172.21.15.47:0/1495146391' entity='mgr.smithi047.erpxvz' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-12-06T04:12:31.631 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Dec 06 04:12:31 smithi047 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi047[108212]: audit 2023-12-06T04:12:30.218908+0000 mon.smithi047 (mon.0) 380 : audit [DBG] from='mgr.14182 172.21.15.47:0/1495146391' entity='mgr.smithi047.erpxvz' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2023-12-06T04:12:31.631 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Dec 06 04:12:31 smithi047 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi047[108212]: audit 2023-12-06T04:12:30.219101+0000 mon.smithi047 (mon.0) 381 : audit [DBG] from='mgr.14182 172.21.15.47:0/1495146391' entity='mgr.smithi047.erpxvz' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-12-06T04:12:31.631 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Dec 06 04:12:31 smithi047 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi047[108212]: audit 2023-12-06T04:12:30.219297+0000 mon.smithi047 (mon.0) 382 : audit [DBG] from='mgr.14182 172.21.15.47:0/1495146391' entity='mgr.smithi047.erpxvz' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-12-06T04:12:31.631 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Dec 06 04:12:31 smithi047 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi047[108212]: audit 2023-12-06T04:12:30.219486+0000 mon.smithi047 (mon.0) 383 : audit [DBG] from='mgr.14182 172.21.15.47:0/1495146391' entity='mgr.smithi047.erpxvz' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-12-06T04:12:31.631 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Dec 06 04:12:31 smithi047 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi047[108212]: audit 2023-12-06T04:12:30.355027+0000 mon.smithi047 (mon.0) 384 : audit [INF] from='mgr.14182 172.21.15.47:0/1495146391' entity='mgr.smithi047.erpxvz' 2023-12-06T04:12:31.631 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Dec 06 04:12:31 smithi047 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi047[108212]: audit 2023-12-06T04:12:30.355975+0000 mon.smithi047 (mon.0) 385 : audit [INF] from='mgr.14182 172.21.15.47:0/1495146391' entity='mgr.smithi047.erpxvz' cmd=[{"prefix": "auth get", "entity": "osd.4"}]: dispatch 2023-12-06T04:12:31.631 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Dec 06 04:12:31 smithi047 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi047[108212]: audit 2023-12-06T04:12:30.356719+0000 mon.smithi047 (mon.0) 386 : audit [DBG] from='mgr.14182 172.21.15.47:0/1495146391' entity='mgr.smithi047.erpxvz' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T04:12:31.631 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Dec 06 04:12:31 smithi047 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi047[108212]: audit 2023-12-06T04:12:31.015255+0000 mon.smithi098 (mon.1) 14 : audit [INF] from='osd.3 [v2:172.21.15.98:6808/1947774655,v1:172.21.15.98:6809/1947774655]' entity='osd.3' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["3"]}]: dispatch 2023-12-06T04:12:31.631 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Dec 06 04:12:31 smithi047 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi047[108212]: audit 2023-12-06T04:12:31.015749+0000 mon.smithi047 (mon.0) 387 : audit [INF] from='osd.3 ' entity='osd.3' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["3"]}]: dispatch 2023-12-06T04:12:31.691 INFO:teuthology.orchestra.run.smithi047.stdout: 2023-12-06T04:12:32.130 INFO:teuthology.orchestra.run.smithi047.stdout:{"epoch":17,"num_osds":8,"num_up_osds":1,"osd_up_since":1701835950,"num_in_osds":8,"osd_in_since":1701835934,"num_remapped_pgs":0} 2023-12-06T04:12:32.371 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Dec 06 04:12:32 smithi098 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi098[111615]: cephadm 2023-12-06T04:12:30.357391+0000 mgr.smithi047.erpxvz (mgr.14182) 84 : cephadm [INF] Deploying daemon osd.4 on smithi047 2023-12-06T04:12:32.371 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Dec 06 04:12:32 smithi098 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi098[111615]: audit 2023-12-06T04:12:31.216951+0000 mon.smithi047 (mon.0) 388 : audit [INF] from='osd.1 [v2:172.21.15.47:6802/1711775817,v1:172.21.15.47:6803/1711775817]' entity='osd.1' cmd='[{"prefix": "osd crush create-or-move", "id": 1, "weight":0.0873, "args": ["host=smithi047", "root=default"]}]': finished 2023-12-06T04:12:32.371 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Dec 06 04:12:32 smithi098 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi098[111615]: audit 2023-12-06T04:12:31.217020+0000 mon.smithi047 (mon.0) 389 : audit [INF] from='osd.3 ' entity='osd.3' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["3"]}]': finished 2023-12-06T04:12:32.371 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Dec 06 04:12:32 smithi098 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi098[111615]: cluster 2023-12-06T04:12:31.217086+0000 mon.smithi047 (mon.0) 390 : cluster [DBG] osdmap e17: 8 total, 1 up, 8 in 2023-12-06T04:12:32.371 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Dec 06 04:12:32 smithi098 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi098[111615]: audit 2023-12-06T04:12:31.217473+0000 mon.smithi047 (mon.0) 391 : audit [DBG] from='mgr.14182 172.21.15.47:0/1495146391' entity='mgr.smithi047.erpxvz' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2023-12-06T04:12:32.371 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Dec 06 04:12:32 smithi098 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi098[111615]: audit 2023-12-06T04:12:31.217675+0000 mon.smithi098 (mon.1) 15 : audit [INF] from='osd.3 [v2:172.21.15.98:6808/1947774655,v1:172.21.15.98:6809/1947774655]' entity='osd.3' cmd=[{"prefix": "osd crush create-or-move", "id": 3, "weight":0.0873, "args": ["host=smithi098", "root=default"]}]: dispatch 2023-12-06T04:12:32.371 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Dec 06 04:12:32 smithi098 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi098[111615]: audit 2023-12-06T04:12:31.217821+0000 mon.smithi047 (mon.0) 392 : audit [DBG] from='mgr.14182 172.21.15.47:0/1495146391' entity='mgr.smithi047.erpxvz' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2023-12-06T04:12:32.371 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Dec 06 04:12:32 smithi098 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi098[111615]: audit 2023-12-06T04:12:31.218446+0000 mon.smithi047 (mon.0) 393 : audit [DBG] from='mgr.14182 172.21.15.47:0/1495146391' entity='mgr.smithi047.erpxvz' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-12-06T04:12:32.372 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Dec 06 04:12:32 smithi098 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi098[111615]: audit 2023-12-06T04:12:31.223754+0000 mon.smithi047 (mon.0) 394 : audit [INF] from='osd.3 ' entity='osd.3' cmd=[{"prefix": "osd crush create-or-move", "id": 3, "weight":0.0873, "args": ["host=smithi098", "root=default"]}]: dispatch 2023-12-06T04:12:32.372 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Dec 06 04:12:32 smithi098 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi098[111615]: audit 2023-12-06T04:12:31.224070+0000 mon.smithi047 (mon.0) 395 : audit [DBG] from='mgr.14182 172.21.15.47:0/1495146391' entity='mgr.smithi047.erpxvz' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2023-12-06T04:12:32.372 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Dec 06 04:12:32 smithi098 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi098[111615]: audit 2023-12-06T04:12:31.224264+0000 mon.smithi047 (mon.0) 396 : audit [DBG] from='mgr.14182 172.21.15.47:0/1495146391' entity='mgr.smithi047.erpxvz' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-12-06T04:12:32.372 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Dec 06 04:12:32 smithi098 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi098[111615]: audit 2023-12-06T04:12:31.224551+0000 mon.smithi047 (mon.0) 397 : audit [DBG] from='mgr.14182 172.21.15.47:0/1495146391' entity='mgr.smithi047.erpxvz' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-12-06T04:12:32.372 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Dec 06 04:12:32 smithi098 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi098[111615]: audit 2023-12-06T04:12:31.224748+0000 mon.smithi047 (mon.0) 398 : audit [DBG] from='mgr.14182 172.21.15.47:0/1495146391' entity='mgr.smithi047.erpxvz' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-12-06T04:12:32.372 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Dec 06 04:12:32 smithi098 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi098[111615]: audit 2023-12-06T04:12:31.225074+0000 mon.smithi047 (mon.0) 399 : audit [DBG] from='mgr.14182 172.21.15.47:0/1495146391' entity='mgr.smithi047.erpxvz' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2023-12-06T04:12:32.372 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Dec 06 04:12:32 smithi098 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi098[111615]: cluster 2023-12-06T04:12:31.291455+0000 mgr.smithi047.erpxvz (mgr.14182) 85 : cluster [DBG] pgmap v50: 0 pgs: ; 0 B data, 290 MiB used, 89 GiB / 89 GiB avail 2023-12-06T04:12:32.372 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Dec 06 04:12:32 smithi098 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi098[111615]: audit 2023-12-06T04:12:31.342309+0000 mon.smithi047 (mon.0) 400 : audit [INF] from='mgr.14182 172.21.15.47:0/1495146391' entity='mgr.smithi047.erpxvz' 2023-12-06T04:12:32.372 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Dec 06 04:12:32 smithi098 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi098[111615]: audit 2023-12-06T04:12:31.343102+0000 mon.smithi047 (mon.0) 401 : audit [INF] from='mgr.14182 172.21.15.47:0/1495146391' entity='mgr.smithi047.erpxvz' cmd=[{"prefix": "auth get", "entity": "osd.6"}]: dispatch 2023-12-06T04:12:32.372 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Dec 06 04:12:32 smithi098 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi098[111615]: audit 2023-12-06T04:12:31.343838+0000 mon.smithi047 (mon.0) 402 : audit [DBG] from='mgr.14182 172.21.15.47:0/1495146391' entity='mgr.smithi047.erpxvz' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T04:12:32.372 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Dec 06 04:12:32 smithi098 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi098[111615]: audit 2023-12-06T04:12:31.690769+0000 mon.smithi047 (mon.0) 403 : audit [DBG] from='client.? 172.21.15.47:0/2006548835' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2023-12-06T04:12:32.601 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Dec 06 04:12:32 smithi047 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi047[108212]: cephadm 2023-12-06T04:12:30.357391+0000 mgr.smithi047.erpxvz (mgr.14182) 84 : cephadm [INF] Deploying daemon osd.4 on smithi047 2023-12-06T04:12:32.601 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Dec 06 04:12:32 smithi047 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi047[108212]: audit 2023-12-06T04:12:31.216951+0000 mon.smithi047 (mon.0) 388 : audit [INF] from='osd.1 [v2:172.21.15.47:6802/1711775817,v1:172.21.15.47:6803/1711775817]' entity='osd.1' cmd='[{"prefix": "osd crush create-or-move", "id": 1, "weight":0.0873, "args": ["host=smithi047", "root=default"]}]': finished 2023-12-06T04:12:32.601 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Dec 06 04:12:32 smithi047 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi047[108212]: audit 2023-12-06T04:12:31.217020+0000 mon.smithi047 (mon.0) 389 : audit [INF] from='osd.3 ' entity='osd.3' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["3"]}]': finished 2023-12-06T04:12:32.601 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Dec 06 04:12:32 smithi047 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi047[108212]: cluster 2023-12-06T04:12:31.217086+0000 mon.smithi047 (mon.0) 390 : cluster [DBG] osdmap e17: 8 total, 1 up, 8 in 2023-12-06T04:12:32.601 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Dec 06 04:12:32 smithi047 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi047[108212]: audit 2023-12-06T04:12:31.217473+0000 mon.smithi047 (mon.0) 391 : audit [DBG] from='mgr.14182 172.21.15.47:0/1495146391' entity='mgr.smithi047.erpxvz' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2023-12-06T04:12:32.601 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Dec 06 04:12:32 smithi047 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi047[108212]: audit 2023-12-06T04:12:31.217675+0000 mon.smithi098 (mon.1) 15 : audit [INF] from='osd.3 [v2:172.21.15.98:6808/1947774655,v1:172.21.15.98:6809/1947774655]' entity='osd.3' cmd=[{"prefix": "osd crush create-or-move", "id": 3, "weight":0.0873, "args": ["host=smithi098", "root=default"]}]: dispatch 2023-12-06T04:12:32.601 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Dec 06 04:12:32 smithi047 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi047[108212]: audit 2023-12-06T04:12:31.217821+0000 mon.smithi047 (mon.0) 392 : audit [DBG] from='mgr.14182 172.21.15.47:0/1495146391' entity='mgr.smithi047.erpxvz' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2023-12-06T04:12:32.601 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Dec 06 04:12:32 smithi047 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi047[108212]: audit 2023-12-06T04:12:31.218446+0000 mon.smithi047 (mon.0) 393 : audit [DBG] from='mgr.14182 172.21.15.47:0/1495146391' entity='mgr.smithi047.erpxvz' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-12-06T04:12:32.601 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Dec 06 04:12:32 smithi047 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi047[108212]: audit 2023-12-06T04:12:31.223754+0000 mon.smithi047 (mon.0) 394 : audit [INF] from='osd.3 ' entity='osd.3' cmd=[{"prefix": "osd crush create-or-move", "id": 3, "weight":0.0873, "args": ["host=smithi098", "root=default"]}]: dispatch 2023-12-06T04:12:32.601 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Dec 06 04:12:32 smithi047 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi047[108212]: audit 2023-12-06T04:12:31.224070+0000 mon.smithi047 (mon.0) 395 : audit [DBG] from='mgr.14182 172.21.15.47:0/1495146391' entity='mgr.smithi047.erpxvz' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2023-12-06T04:12:32.602 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Dec 06 04:12:32 smithi047 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi047[108212]: audit 2023-12-06T04:12:31.224264+0000 mon.smithi047 (mon.0) 396 : audit [DBG] from='mgr.14182 172.21.15.47:0/1495146391' entity='mgr.smithi047.erpxvz' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-12-06T04:12:32.602 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Dec 06 04:12:32 smithi047 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi047[108212]: audit 2023-12-06T04:12:31.224551+0000 mon.smithi047 (mon.0) 397 : audit [DBG] from='mgr.14182 172.21.15.47:0/1495146391' entity='mgr.smithi047.erpxvz' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-12-06T04:12:32.602 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Dec 06 04:12:32 smithi047 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi047[108212]: audit 2023-12-06T04:12:31.224748+0000 mon.smithi047 (mon.0) 398 : audit [DBG] from='mgr.14182 172.21.15.47:0/1495146391' entity='mgr.smithi047.erpxvz' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-12-06T04:12:32.602 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Dec 06 04:12:32 smithi047 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi047[108212]: audit 2023-12-06T04:12:31.225074+0000 mon.smithi047 (mon.0) 399 : audit [DBG] from='mgr.14182 172.21.15.47:0/1495146391' entity='mgr.smithi047.erpxvz' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2023-12-06T04:12:32.602 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Dec 06 04:12:32 smithi047 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi047[108212]: cluster 2023-12-06T04:12:31.291455+0000 mgr.smithi047.erpxvz (mgr.14182) 85 : cluster [DBG] pgmap v50: 0 pgs: ; 0 B data, 290 MiB used, 89 GiB / 89 GiB avail 2023-12-06T04:12:32.602 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Dec 06 04:12:32 smithi047 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi047[108212]: audit 2023-12-06T04:12:31.342309+0000 mon.smithi047 (mon.0) 400 : audit [INF] from='mgr.14182 172.21.15.47:0/1495146391' entity='mgr.smithi047.erpxvz' 2023-12-06T04:12:32.602 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Dec 06 04:12:32 smithi047 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi047[108212]: audit 2023-12-06T04:12:31.343102+0000 mon.smithi047 (mon.0) 401 : audit [INF] from='mgr.14182 172.21.15.47:0/1495146391' entity='mgr.smithi047.erpxvz' cmd=[{"prefix": "auth get", "entity": "osd.6"}]: dispatch 2023-12-06T04:12:32.602 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Dec 06 04:12:32 smithi047 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi047[108212]: audit 2023-12-06T04:12:31.343838+0000 mon.smithi047 (mon.0) 402 : audit [DBG] from='mgr.14182 172.21.15.47:0/1495146391' entity='mgr.smithi047.erpxvz' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T04:12:32.602 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Dec 06 04:12:32 smithi047 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi047[108212]: audit 2023-12-06T04:12:31.690769+0000 mon.smithi047 (mon.0) 403 : audit [DBG] from='client.? 172.21.15.47:0/2006548835' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2023-12-06T04:12:33.131 DEBUG:teuthology.orchestra.run.smithi047:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:d03fca4f35d43f61b4679936aef7bd2f01cced0b shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 2ecad2ea-93ed-11ee-95a2-87774f69a715 -- ceph osd stat -f json 2023-12-06T04:12:34.108 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Dec 06 04:12:33 smithi047 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi047[108212]: cluster 2023-12-06T04:12:30.258507+0000 osd.1 (osd.1) 1 : cluster [DBG] purged_snaps scrub starts 2023-12-06T04:12:34.108 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Dec 06 04:12:33 smithi047 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi047[108212]: cluster 2023-12-06T04:12:30.258577+0000 osd.1 (osd.1) 2 : cluster [DBG] purged_snaps scrub ok 2023-12-06T04:12:34.109 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Dec 06 04:12:33 smithi047 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi047[108212]: cephadm 2023-12-06T04:12:31.344501+0000 mgr.smithi047.erpxvz (mgr.14182) 86 : cephadm [INF] Deploying daemon osd.6 on smithi098 2023-12-06T04:12:34.109 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Dec 06 04:12:33 smithi047 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi047[108212]: audit 2023-12-06T04:12:32.222816+0000 mon.smithi047 (mon.0) 404 : audit [INF] from='osd.3 ' entity='osd.3' cmd='[{"prefix": "osd crush create-or-move", "id": 3, "weight":0.0873, "args": ["host=smithi098", "root=default"]}]': finished 2023-12-06T04:12:34.109 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Dec 06 04:12:33 smithi047 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi047[108212]: cluster 2023-12-06T04:12:32.222884+0000 mon.smithi047 (mon.0) 405 : cluster [INF] osd.1 [v2:172.21.15.47:6802/1711775817,v1:172.21.15.47:6803/1711775817] boot 2023-12-06T04:12:34.109 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Dec 06 04:12:33 smithi047 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi047[108212]: cluster 2023-12-06T04:12:32.222907+0000 mon.smithi047 (mon.0) 406 : cluster [DBG] osdmap e18: 8 total, 2 up, 8 in 2023-12-06T04:12:34.109 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Dec 06 04:12:33 smithi047 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi047[108212]: audit 2023-12-06T04:12:32.223348+0000 mon.smithi047 (mon.0) 407 : audit [DBG] from='mgr.14182 172.21.15.47:0/1495146391' entity='mgr.smithi047.erpxvz' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2023-12-06T04:12:34.109 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Dec 06 04:12:33 smithi047 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi047[108212]: audit 2023-12-06T04:12:32.223601+0000 mon.smithi047 (mon.0) 408 : audit [DBG] from='mgr.14182 172.21.15.47:0/1495146391' entity='mgr.smithi047.erpxvz' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2023-12-06T04:12:34.109 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Dec 06 04:12:33 smithi047 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi047[108212]: audit 2023-12-06T04:12:32.223766+0000 mon.smithi047 (mon.0) 409 : audit [DBG] from='mgr.14182 172.21.15.47:0/1495146391' entity='mgr.smithi047.erpxvz' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-12-06T04:12:34.109 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Dec 06 04:12:33 smithi047 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi047[108212]: audit 2023-12-06T04:12:32.223995+0000 mon.smithi047 (mon.0) 410 : audit [DBG] from='mgr.14182 172.21.15.47:0/1495146391' entity='mgr.smithi047.erpxvz' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2023-12-06T04:12:34.110 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Dec 06 04:12:33 smithi047 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi047[108212]: audit 2023-12-06T04:12:32.229661+0000 mon.smithi047 (mon.0) 411 : audit [DBG] from='mgr.14182 172.21.15.47:0/1495146391' entity='mgr.smithi047.erpxvz' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-12-06T04:12:34.110 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Dec 06 04:12:33 smithi047 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi047[108212]: audit 2023-12-06T04:12:32.229858+0000 mon.smithi047 (mon.0) 412 : audit [DBG] from='mgr.14182 172.21.15.47:0/1495146391' entity='mgr.smithi047.erpxvz' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-12-06T04:12:34.110 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Dec 06 04:12:33 smithi047 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi047[108212]: audit 2023-12-06T04:12:32.230036+0000 mon.smithi047 (mon.0) 413 : audit [DBG] from='mgr.14182 172.21.15.47:0/1495146391' entity='mgr.smithi047.erpxvz' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-12-06T04:12:34.110 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Dec 06 04:12:33 smithi047 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi047[108212]: audit 2023-12-06T04:12:32.230230+0000 mon.smithi047 (mon.0) 414 : audit [DBG] from='mgr.14182 172.21.15.47:0/1495146391' entity='mgr.smithi047.erpxvz' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-12-06T04:12:34.120 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Dec 06 04:12:33 smithi098 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi098[111615]: cluster 2023-12-06T04:12:30.258507+0000 osd.1 (osd.1) 1 : cluster [DBG] purged_snaps scrub starts 2023-12-06T04:12:34.120 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Dec 06 04:12:33 smithi098 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi098[111615]: cluster 2023-12-06T04:12:30.258577+0000 osd.1 (osd.1) 2 : cluster [DBG] purged_snaps scrub ok 2023-12-06T04:12:34.121 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Dec 06 04:12:33 smithi098 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi098[111615]: cephadm 2023-12-06T04:12:31.344501+0000 mgr.smithi047.erpxvz (mgr.14182) 86 : cephadm [INF] Deploying daemon osd.6 on smithi098 2023-12-06T04:12:34.121 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Dec 06 04:12:33 smithi098 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi098[111615]: audit 2023-12-06T04:12:32.222816+0000 mon.smithi047 (mon.0) 404 : audit [INF] from='osd.3 ' entity='osd.3' cmd='[{"prefix": "osd crush create-or-move", "id": 3, "weight":0.0873, "args": ["host=smithi098", "root=default"]}]': finished 2023-12-06T04:12:34.121 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Dec 06 04:12:33 smithi098 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi098[111615]: cluster 2023-12-06T04:12:32.222884+0000 mon.smithi047 (mon.0) 405 : cluster [INF] osd.1 [v2:172.21.15.47:6802/1711775817,v1:172.21.15.47:6803/1711775817] boot 2023-12-06T04:12:34.121 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Dec 06 04:12:33 smithi098 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi098[111615]: cluster 2023-12-06T04:12:32.222907+0000 mon.smithi047 (mon.0) 406 : cluster [DBG] osdmap e18: 8 total, 2 up, 8 in 2023-12-06T04:12:34.121 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Dec 06 04:12:33 smithi098 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi098[111615]: audit 2023-12-06T04:12:32.223348+0000 mon.smithi047 (mon.0) 407 : audit [DBG] from='mgr.14182 172.21.15.47:0/1495146391' entity='mgr.smithi047.erpxvz' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2023-12-06T04:12:34.121 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Dec 06 04:12:33 smithi098 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi098[111615]: audit 2023-12-06T04:12:32.223601+0000 mon.smithi047 (mon.0) 408 : audit [DBG] from='mgr.14182 172.21.15.47:0/1495146391' entity='mgr.smithi047.erpxvz' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2023-12-06T04:12:34.121 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Dec 06 04:12:33 smithi098 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi098[111615]: audit 2023-12-06T04:12:32.223766+0000 mon.smithi047 (mon.0) 409 : audit [DBG] from='mgr.14182 172.21.15.47:0/1495146391' entity='mgr.smithi047.erpxvz' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-12-06T04:12:34.121 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Dec 06 04:12:33 smithi098 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi098[111615]: audit 2023-12-06T04:12:32.223995+0000 mon.smithi047 (mon.0) 410 : audit [DBG] from='mgr.14182 172.21.15.47:0/1495146391' entity='mgr.smithi047.erpxvz' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2023-12-06T04:12:34.121 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Dec 06 04:12:33 smithi098 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi098[111615]: audit 2023-12-06T04:12:32.229661+0000 mon.smithi047 (mon.0) 411 : audit [DBG] from='mgr.14182 172.21.15.47:0/1495146391' entity='mgr.smithi047.erpxvz' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-12-06T04:12:34.122 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Dec 06 04:12:33 smithi098 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi098[111615]: audit 2023-12-06T04:12:32.229858+0000 mon.smithi047 (mon.0) 412 : audit [DBG] from='mgr.14182 172.21.15.47:0/1495146391' entity='mgr.smithi047.erpxvz' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-12-06T04:12:34.122 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Dec 06 04:12:33 smithi098 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi098[111615]: audit 2023-12-06T04:12:32.230036+0000 mon.smithi047 (mon.0) 413 : audit [DBG] from='mgr.14182 172.21.15.47:0/1495146391' entity='mgr.smithi047.erpxvz' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-12-06T04:12:34.122 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Dec 06 04:12:33 smithi098 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi098[111615]: audit 2023-12-06T04:12:32.230230+0000 mon.smithi047 (mon.0) 414 : audit [DBG] from='mgr.14182 172.21.15.47:0/1495146391' entity='mgr.smithi047.erpxvz' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-12-06T04:12:34.871 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Dec 06 04:12:34 smithi098 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi098[111615]: cluster 2023-12-06T04:12:31.994271+0000 osd.3 (osd.3) 1 : cluster [DBG] purged_snaps scrub starts 2023-12-06T04:12:34.871 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Dec 06 04:12:34 smithi098 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi098[111615]: cluster 2023-12-06T04:12:31.994317+0000 osd.3 (osd.3) 2 : cluster [DBG] purged_snaps scrub ok 2023-12-06T04:12:34.871 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Dec 06 04:12:34 smithi098 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi098[111615]: cluster 2023-12-06T04:12:33.229031+0000 mon.smithi047 (mon.0) 415 : cluster [INF] osd.3 [v2:172.21.15.98:6808/1947774655,v1:172.21.15.98:6809/1947774655] boot 2023-12-06T04:12:34.872 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Dec 06 04:12:34 smithi098 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi098[111615]: cluster 2023-12-06T04:12:33.229111+0000 mon.smithi047 (mon.0) 416 : cluster [DBG] osdmap e19: 8 total, 3 up, 8 in 2023-12-06T04:12:34.872 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Dec 06 04:12:34 smithi098 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi098[111615]: audit 2023-12-06T04:12:33.229612+0000 mon.smithi047 (mon.0) 417 : audit [DBG] from='mgr.14182 172.21.15.47:0/1495146391' entity='mgr.smithi047.erpxvz' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2023-12-06T04:12:34.872 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Dec 06 04:12:34 smithi098 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi098[111615]: audit 2023-12-06T04:12:33.229888+0000 mon.smithi047 (mon.0) 418 : audit [DBG] from='mgr.14182 172.21.15.47:0/1495146391' entity='mgr.smithi047.erpxvz' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-12-06T04:12:34.872 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Dec 06 04:12:34 smithi098 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi098[111615]: audit 2023-12-06T04:12:33.230111+0000 mon.smithi047 (mon.0) 419 : audit [DBG] from='mgr.14182 172.21.15.47:0/1495146391' entity='mgr.smithi047.erpxvz' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2023-12-06T04:12:34.872 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Dec 06 04:12:34 smithi098 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi098[111615]: audit 2023-12-06T04:12:33.230339+0000 mon.smithi047 (mon.0) 420 : audit [DBG] from='mgr.14182 172.21.15.47:0/1495146391' entity='mgr.smithi047.erpxvz' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-12-06T04:12:34.872 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Dec 06 04:12:34 smithi098 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi098[111615]: audit 2023-12-06T04:12:33.230485+0000 mon.smithi047 (mon.0) 421 : audit [DBG] from='mgr.14182 172.21.15.47:0/1495146391' entity='mgr.smithi047.erpxvz' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-12-06T04:12:34.872 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Dec 06 04:12:34 smithi098 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi098[111615]: audit 2023-12-06T04:12:33.230641+0000 mon.smithi047 (mon.0) 422 : audit [DBG] from='mgr.14182 172.21.15.47:0/1495146391' entity='mgr.smithi047.erpxvz' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-12-06T04:12:34.872 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Dec 06 04:12:34 smithi098 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi098[111615]: audit 2023-12-06T04:12:33.230854+0000 mon.smithi047 (mon.0) 423 : audit [INF] from='mgr.14182 172.21.15.47:0/1495146391' entity='mgr.smithi047.erpxvz' cmd=[{"prefix": "osd pool create", "format": "json", "pool": "device_health_metrics", "pg_num": 1, "pg_num_min": 1, "pg_num_max": 32}]: dispatch 2023-12-06T04:12:34.872 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Dec 06 04:12:34 smithi098 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi098[111615]: cluster 2023-12-06T04:12:33.293050+0000 mgr.smithi047.erpxvz (mgr.14182) 87 : cluster [DBG] pgmap v53: 0 pgs: ; 0 B data, 581 MiB used, 178 GiB / 179 GiB avail 2023-12-06T04:12:34.872 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Dec 06 04:12:34 smithi098 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi098[111615]: audit 2023-12-06T04:12:33.718295+0000 mon.smithi098 (mon.1) 16 : audit [INF] from='osd.2 [v2:172.21.15.47:6810/3147594364,v1:172.21.15.47:6811/3147594364]' entity='osd.2' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["2"]}]: dispatch 2023-12-06T04:12:34.872 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Dec 06 04:12:34 smithi098 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi098[111615]: audit 2023-12-06T04:12:33.718584+0000 mon.smithi047 (mon.0) 424 : audit [INF] from='osd.2 ' entity='osd.2' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["2"]}]: dispatch 2023-12-06T04:12:34.872 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Dec 06 04:12:34 smithi098 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi098[111615]: audit 2023-12-06T04:12:34.231019+0000 mon.smithi047 (mon.0) 425 : audit [INF] from='mgr.14182 172.21.15.47:0/1495146391' entity='mgr.smithi047.erpxvz' cmd='[{"prefix": "osd pool create", "format": "json", "pool": "device_health_metrics", "pg_num": 1, "pg_num_min": 1, "pg_num_max": 32}]': finished 2023-12-06T04:12:34.872 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Dec 06 04:12:34 smithi098 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi098[111615]: audit 2023-12-06T04:12:34.231080+0000 mon.smithi047 (mon.0) 426 : audit [INF] from='osd.2 ' entity='osd.2' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["2"]}]': finished 2023-12-06T04:12:34.872 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Dec 06 04:12:34 smithi098 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi098[111615]: cluster 2023-12-06T04:12:34.231130+0000 mon.smithi047 (mon.0) 427 : cluster [DBG] osdmap e20: 8 total, 3 up, 8 in 2023-12-06T04:12:34.872 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Dec 06 04:12:34 smithi098 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi098[111615]: audit 2023-12-06T04:12:34.231291+0000 mon.smithi047 (mon.0) 428 : audit [DBG] from='mgr.14182 172.21.15.47:0/1495146391' entity='mgr.smithi047.erpxvz' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2023-12-06T04:12:34.873 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Dec 06 04:12:34 smithi098 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi098[111615]: audit 2023-12-06T04:12:34.231724+0000 mon.smithi047 (mon.0) 429 : audit [DBG] from='mgr.14182 172.21.15.47:0/1495146391' entity='mgr.smithi047.erpxvz' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2023-12-06T04:12:34.873 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Dec 06 04:12:34 smithi098 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi098[111615]: audit 2023-12-06T04:12:34.231801+0000 mon.smithi098 (mon.1) 17 : audit [INF] from='osd.2 [v2:172.21.15.47:6810/3147594364,v1:172.21.15.47:6811/3147594364]' entity='osd.2' cmd=[{"prefix": "osd crush create-or-move", "id": 2, "weight":0.0873, "args": ["host=smithi047", "root=default"]}]: dispatch 2023-12-06T04:12:34.873 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Dec 06 04:12:34 smithi098 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi098[111615]: audit 2023-12-06T04:12:34.231988+0000 mon.smithi047 (mon.0) 430 : audit [DBG] from='mgr.14182 172.21.15.47:0/1495146391' entity='mgr.smithi047.erpxvz' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-12-06T04:12:34.873 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Dec 06 04:12:34 smithi098 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi098[111615]: audit 2023-12-06T04:12:34.232258+0000 mon.smithi047 (mon.0) 431 : audit [DBG] from='mgr.14182 172.21.15.47:0/1495146391' entity='mgr.smithi047.erpxvz' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-12-06T04:12:34.873 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Dec 06 04:12:34 smithi098 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi098[111615]: audit 2023-12-06T04:12:34.232497+0000 mon.smithi047 (mon.0) 432 : audit [INF] from='osd.2 ' entity='osd.2' cmd=[{"prefix": "osd crush create-or-move", "id": 2, "weight":0.0873, "args": ["host=smithi047", "root=default"]}]: dispatch 2023-12-06T04:12:34.873 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Dec 06 04:12:34 smithi098 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi098[111615]: audit 2023-12-06T04:12:34.232775+0000 mon.smithi047 (mon.0) 433 : audit [DBG] from='mgr.14182 172.21.15.47:0/1495146391' entity='mgr.smithi047.erpxvz' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-12-06T04:12:34.873 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Dec 06 04:12:34 smithi098 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi098[111615]: audit 2023-12-06T04:12:34.233410+0000 mon.smithi047 (mon.0) 434 : audit [INF] from='mgr.14182 172.21.15.47:0/1495146391' entity='mgr.smithi047.erpxvz' cmd=[{"prefix": "osd pool application enable", "format": "json", "pool": "device_health_metrics", "app": "mgr_devicehealth"}]: dispatch 2023-12-06T04:12:34.873 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Dec 06 04:12:34 smithi098 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi098[111615]: audit 2023-12-06T04:12:34.569364+0000 mon.smithi098 (mon.1) 18 : audit [INF] from='osd.5 [v2:172.21.15.98:6816/1422508239,v1:172.21.15.98:6817/1422508239]' entity='osd.5' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["5"]}]: dispatch 2023-12-06T04:12:34.873 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Dec 06 04:12:34 smithi098 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi098[111615]: audit 2023-12-06T04:12:34.569724+0000 mon.smithi047 (mon.0) 435 : audit [INF] from='osd.5 ' entity='osd.5' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["5"]}]: dispatch 2023-12-06T04:12:34.880 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Dec 06 04:12:34 smithi047 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi047[108212]: cluster 2023-12-06T04:12:31.994271+0000 osd.3 (osd.3) 1 : cluster [DBG] purged_snaps scrub starts 2023-12-06T04:12:34.880 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Dec 06 04:12:34 smithi047 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi047[108212]: cluster 2023-12-06T04:12:31.994317+0000 osd.3 (osd.3) 2 : cluster [DBG] purged_snaps scrub ok 2023-12-06T04:12:34.880 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Dec 06 04:12:34 smithi047 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi047[108212]: cluster 2023-12-06T04:12:33.229031+0000 mon.smithi047 (mon.0) 415 : cluster [INF] osd.3 [v2:172.21.15.98:6808/1947774655,v1:172.21.15.98:6809/1947774655] boot 2023-12-06T04:12:34.880 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Dec 06 04:12:34 smithi047 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi047[108212]: cluster 2023-12-06T04:12:33.229111+0000 mon.smithi047 (mon.0) 416 : cluster [DBG] osdmap e19: 8 total, 3 up, 8 in 2023-12-06T04:12:34.880 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Dec 06 04:12:34 smithi047 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi047[108212]: audit 2023-12-06T04:12:33.229612+0000 mon.smithi047 (mon.0) 417 : audit [DBG] from='mgr.14182 172.21.15.47:0/1495146391' entity='mgr.smithi047.erpxvz' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2023-12-06T04:12:34.880 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Dec 06 04:12:34 smithi047 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi047[108212]: audit 2023-12-06T04:12:33.229888+0000 mon.smithi047 (mon.0) 418 : audit [DBG] from='mgr.14182 172.21.15.47:0/1495146391' entity='mgr.smithi047.erpxvz' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-12-06T04:12:34.881 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Dec 06 04:12:34 smithi047 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi047[108212]: audit 2023-12-06T04:12:33.230111+0000 mon.smithi047 (mon.0) 419 : audit [DBG] from='mgr.14182 172.21.15.47:0/1495146391' entity='mgr.smithi047.erpxvz' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2023-12-06T04:12:34.881 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Dec 06 04:12:34 smithi047 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi047[108212]: audit 2023-12-06T04:12:33.230339+0000 mon.smithi047 (mon.0) 420 : audit [DBG] from='mgr.14182 172.21.15.47:0/1495146391' entity='mgr.smithi047.erpxvz' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-12-06T04:12:34.881 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Dec 06 04:12:34 smithi047 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi047[108212]: audit 2023-12-06T04:12:33.230485+0000 mon.smithi047 (mon.0) 421 : audit [DBG] from='mgr.14182 172.21.15.47:0/1495146391' entity='mgr.smithi047.erpxvz' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-12-06T04:12:34.881 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Dec 06 04:12:34 smithi047 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi047[108212]: audit 2023-12-06T04:12:33.230641+0000 mon.smithi047 (mon.0) 422 : audit [DBG] from='mgr.14182 172.21.15.47:0/1495146391' entity='mgr.smithi047.erpxvz' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-12-06T04:12:34.881 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Dec 06 04:12:34 smithi047 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi047[108212]: audit 2023-12-06T04:12:33.230854+0000 mon.smithi047 (mon.0) 423 : audit [INF] from='mgr.14182 172.21.15.47:0/1495146391' entity='mgr.smithi047.erpxvz' cmd=[{"prefix": "osd pool create", "format": "json", "pool": "device_health_metrics", "pg_num": 1, "pg_num_min": 1, "pg_num_max": 32}]: dispatch 2023-12-06T04:12:34.881 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Dec 06 04:12:34 smithi047 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi047[108212]: cluster 2023-12-06T04:12:33.293050+0000 mgr.smithi047.erpxvz (mgr.14182) 87 : cluster [DBG] pgmap v53: 0 pgs: ; 0 B data, 581 MiB used, 178 GiB / 179 GiB avail 2023-12-06T04:12:34.881 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Dec 06 04:12:34 smithi047 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi047[108212]: audit 2023-12-06T04:12:33.718295+0000 mon.smithi098 (mon.1) 16 : audit [INF] from='osd.2 [v2:172.21.15.47:6810/3147594364,v1:172.21.15.47:6811/3147594364]' entity='osd.2' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["2"]}]: dispatch 2023-12-06T04:12:34.881 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Dec 06 04:12:34 smithi047 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi047[108212]: audit 2023-12-06T04:12:33.718584+0000 mon.smithi047 (mon.0) 424 : audit [INF] from='osd.2 ' entity='osd.2' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["2"]}]: dispatch 2023-12-06T04:12:34.881 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Dec 06 04:12:34 smithi047 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi047[108212]: audit 2023-12-06T04:12:34.231019+0000 mon.smithi047 (mon.0) 425 : audit [INF] from='mgr.14182 172.21.15.47:0/1495146391' entity='mgr.smithi047.erpxvz' cmd='[{"prefix": "osd pool create", "format": "json", "pool": "device_health_metrics", "pg_num": 1, "pg_num_min": 1, "pg_num_max": 32}]': finished 2023-12-06T04:12:34.881 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Dec 06 04:12:34 smithi047 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi047[108212]: audit 2023-12-06T04:12:34.231080+0000 mon.smithi047 (mon.0) 426 : audit [INF] from='osd.2 ' entity='osd.2' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["2"]}]': finished 2023-12-06T04:12:34.881 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Dec 06 04:12:34 smithi047 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi047[108212]: cluster 2023-12-06T04:12:34.231130+0000 mon.smithi047 (mon.0) 427 : cluster [DBG] osdmap e20: 8 total, 3 up, 8 in 2023-12-06T04:12:34.881 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Dec 06 04:12:34 smithi047 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi047[108212]: audit 2023-12-06T04:12:34.231291+0000 mon.smithi047 (mon.0) 428 : audit [DBG] from='mgr.14182 172.21.15.47:0/1495146391' entity='mgr.smithi047.erpxvz' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2023-12-06T04:12:34.881 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Dec 06 04:12:34 smithi047 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi047[108212]: audit 2023-12-06T04:12:34.231724+0000 mon.smithi047 (mon.0) 429 : audit [DBG] from='mgr.14182 172.21.15.47:0/1495146391' entity='mgr.smithi047.erpxvz' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2023-12-06T04:12:34.881 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Dec 06 04:12:34 smithi047 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi047[108212]: audit 2023-12-06T04:12:34.231801+0000 mon.smithi098 (mon.1) 17 : audit [INF] from='osd.2 [v2:172.21.15.47:6810/3147594364,v1:172.21.15.47:6811/3147594364]' entity='osd.2' cmd=[{"prefix": "osd crush create-or-move", "id": 2, "weight":0.0873, "args": ["host=smithi047", "root=default"]}]: dispatch 2023-12-06T04:12:34.882 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Dec 06 04:12:34 smithi047 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi047[108212]: audit 2023-12-06T04:12:34.231988+0000 mon.smithi047 (mon.0) 430 : audit [DBG] from='mgr.14182 172.21.15.47:0/1495146391' entity='mgr.smithi047.erpxvz' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-12-06T04:12:34.882 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Dec 06 04:12:34 smithi047 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi047[108212]: audit 2023-12-06T04:12:34.232258+0000 mon.smithi047 (mon.0) 431 : audit [DBG] from='mgr.14182 172.21.15.47:0/1495146391' entity='mgr.smithi047.erpxvz' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-12-06T04:12:34.882 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Dec 06 04:12:34 smithi047 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi047[108212]: audit 2023-12-06T04:12:34.232497+0000 mon.smithi047 (mon.0) 432 : audit [INF] from='osd.2 ' entity='osd.2' cmd=[{"prefix": "osd crush create-or-move", "id": 2, "weight":0.0873, "args": ["host=smithi047", "root=default"]}]: dispatch 2023-12-06T04:12:34.882 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Dec 06 04:12:34 smithi047 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi047[108212]: audit 2023-12-06T04:12:34.232775+0000 mon.smithi047 (mon.0) 433 : audit [DBG] from='mgr.14182 172.21.15.47:0/1495146391' entity='mgr.smithi047.erpxvz' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-12-06T04:12:34.882 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Dec 06 04:12:34 smithi047 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi047[108212]: audit 2023-12-06T04:12:34.233410+0000 mon.smithi047 (mon.0) 434 : audit [INF] from='mgr.14182 172.21.15.47:0/1495146391' entity='mgr.smithi047.erpxvz' cmd=[{"prefix": "osd pool application enable", "format": "json", "pool": "device_health_metrics", "app": "mgr_devicehealth"}]: dispatch 2023-12-06T04:12:34.882 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Dec 06 04:12:34 smithi047 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi047[108212]: audit 2023-12-06T04:12:34.569364+0000 mon.smithi098 (mon.1) 18 : audit [INF] from='osd.5 [v2:172.21.15.98:6816/1422508239,v1:172.21.15.98:6817/1422508239]' entity='osd.5' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["5"]}]: dispatch 2023-12-06T04:12:34.882 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Dec 06 04:12:34 smithi047 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi047[108212]: audit 2023-12-06T04:12:34.569724+0000 mon.smithi047 (mon.0) 435 : audit [INF] from='osd.5 ' entity='osd.5' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["5"]}]: dispatch 2023-12-06T04:12:35.050 INFO:teuthology.orchestra.run.smithi047.stdout: 2023-12-06T04:12:35.439 INFO:teuthology.orchestra.run.smithi047.stdout:{"epoch":20,"num_osds":8,"num_up_osds":3,"osd_up_since":1701835953,"num_in_osds":8,"osd_in_since":1701835934,"num_remapped_pgs":0} 2023-12-06T04:12:36.121 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Dec 06 04:12:36 smithi098 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi098[111615]: audit 2023-12-06T04:12:35.008903+0000 mon.smithi047 (mon.0) 436 : audit [INF] from='mgr.14182 172.21.15.47:0/1495146391' entity='mgr.smithi047.erpxvz' 2023-12-06T04:12:36.121 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Dec 06 04:12:36 smithi098 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi098[111615]: audit 2023-12-06T04:12:35.009689+0000 mon.smithi047 (mon.0) 437 : audit [INF] from='mgr.14182 172.21.15.47:0/1495146391' entity='mgr.smithi047.erpxvz' cmd=[{"prefix": "auth get", "entity": "osd.7"}]: dispatch 2023-12-06T04:12:36.121 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Dec 06 04:12:36 smithi098 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi098[111615]: audit 2023-12-06T04:12:35.010431+0000 mon.smithi047 (mon.0) 438 : audit [DBG] from='mgr.14182 172.21.15.47:0/1495146391' entity='mgr.smithi047.erpxvz' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T04:12:36.121 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Dec 06 04:12:36 smithi098 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi098[111615]: cephadm 2023-12-06T04:12:35.011038+0000 mgr.smithi047.erpxvz (mgr.14182) 88 : cephadm [INF] Deploying daemon osd.7 on smithi047 2023-12-06T04:12:36.122 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Dec 06 04:12:36 smithi098 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi098[111615]: audit 2023-12-06T04:12:35.048773+0000 mon.smithi047 (mon.0) 439 : audit [DBG] from='client.? 172.21.15.47:0/2319091482' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2023-12-06T04:12:36.122 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Dec 06 04:12:36 smithi098 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi098[111615]: audit 2023-12-06T04:12:35.067742+0000 mon.smithi047 (mon.0) 440 : audit [INF] from='mgr.14182 172.21.15.47:0/1495146391' entity='mgr.smithi047.erpxvz' 2023-12-06T04:12:36.122 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Dec 06 04:12:36 smithi098 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi098[111615]: audit 2023-12-06T04:12:35.232923+0000 mon.smithi047 (mon.0) 441 : audit [INF] from='osd.2 ' entity='osd.2' cmd='[{"prefix": "osd crush create-or-move", "id": 2, "weight":0.0873, "args": ["host=smithi047", "root=default"]}]': finished 2023-12-06T04:12:36.122 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Dec 06 04:12:36 smithi098 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi098[111615]: audit 2023-12-06T04:12:35.233024+0000 mon.smithi047 (mon.0) 442 : audit [INF] from='mgr.14182 172.21.15.47:0/1495146391' entity='mgr.smithi047.erpxvz' cmd='[{"prefix": "osd pool application enable", "format": "json", "pool": "device_health_metrics", "app": "mgr_devicehealth"}]': finished 2023-12-06T04:12:36.122 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Dec 06 04:12:36 smithi098 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi098[111615]: audit 2023-12-06T04:12:35.233067+0000 mon.smithi047 (mon.0) 443 : audit [INF] from='osd.5 ' entity='osd.5' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["5"]}]': finished 2023-12-06T04:12:36.122 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Dec 06 04:12:36 smithi098 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi098[111615]: cluster 2023-12-06T04:12:35.233108+0000 mon.smithi047 (mon.0) 444 : cluster [DBG] osdmap e21: 8 total, 3 up, 8 in 2023-12-06T04:12:36.122 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Dec 06 04:12:36 smithi098 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi098[111615]: audit 2023-12-06T04:12:35.233241+0000 mon.smithi047 (mon.0) 445 : audit [DBG] from='mgr.14182 172.21.15.47:0/1495146391' entity='mgr.smithi047.erpxvz' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2023-12-06T04:12:36.123 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Dec 06 04:12:36 smithi098 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi098[111615]: audit 2023-12-06T04:12:35.233643+0000 mon.smithi047 (mon.0) 446 : audit [DBG] from='mgr.14182 172.21.15.47:0/1495146391' entity='mgr.smithi047.erpxvz' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2023-12-06T04:12:36.123 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Dec 06 04:12:36 smithi098 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi098[111615]: audit 2023-12-06T04:12:35.233846+0000 mon.smithi047 (mon.0) 447 : audit [DBG] from='mgr.14182 172.21.15.47:0/1495146391' entity='mgr.smithi047.erpxvz' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-12-06T04:12:36.123 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Dec 06 04:12:36 smithi098 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi098[111615]: audit 2023-12-06T04:12:35.234029+0000 mon.smithi047 (mon.0) 448 : audit [DBG] from='mgr.14182 172.21.15.47:0/1495146391' entity='mgr.smithi047.erpxvz' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-12-06T04:12:36.123 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Dec 06 04:12:36 smithi098 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi098[111615]: audit 2023-12-06T04:12:35.234176+0000 mon.smithi047 (mon.0) 449 : audit [DBG] from='mgr.14182 172.21.15.47:0/1495146391' entity='mgr.smithi047.erpxvz' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-12-06T04:12:36.123 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Dec 06 04:12:36 smithi098 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi098[111615]: audit 2023-12-06T04:12:35.238356+0000 mon.smithi098 (mon.1) 19 : audit [INF] from='osd.5 [v2:172.21.15.98:6816/1422508239,v1:172.21.15.98:6817/1422508239]' entity='osd.5' cmd=[{"prefix": "osd crush create-or-move", "id": 5, "weight":0.0873, "args": ["host=smithi098", "root=default"]}]: dispatch 2023-12-06T04:12:36.123 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Dec 06 04:12:36 smithi098 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi098[111615]: audit 2023-12-06T04:12:35.238666+0000 mon.smithi047 (mon.0) 450 : audit [INF] from='osd.5 ' entity='osd.5' cmd=[{"prefix": "osd crush create-or-move", "id": 5, "weight":0.0873, "args": ["host=smithi098", "root=default"]}]: dispatch 2023-12-06T04:12:36.123 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Dec 06 04:12:36 smithi098 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi098[111615]: audit 2023-12-06T04:12:35.241054+0000 mon.smithi047 (mon.0) 451 : audit [DBG] from='mgr.14182 172.21.15.47:0/1495146391' entity='mgr.smithi047.erpxvz' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2023-12-06T04:12:36.123 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Dec 06 04:12:36 smithi098 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi098[111615]: cluster 2023-12-06T04:12:35.293400+0000 mgr.smithi047.erpxvz (mgr.14182) 89 : cluster [DBG] pgmap v56: 1 pgs: 1 unknown; 0 B data, 871 MiB used, 267 GiB / 268 GiB avail 2023-12-06T04:12:36.349 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Dec 06 04:12:36 smithi047 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi047[108212]: audit 2023-12-06T04:12:35.008903+0000 mon.smithi047 (mon.0) 436 : audit [INF] from='mgr.14182 172.21.15.47:0/1495146391' entity='mgr.smithi047.erpxvz' 2023-12-06T04:12:36.349 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Dec 06 04:12:36 smithi047 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi047[108212]: audit 2023-12-06T04:12:35.009689+0000 mon.smithi047 (mon.0) 437 : audit [INF] from='mgr.14182 172.21.15.47:0/1495146391' entity='mgr.smithi047.erpxvz' cmd=[{"prefix": "auth get", "entity": "osd.7"}]: dispatch 2023-12-06T04:12:36.349 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Dec 06 04:12:36 smithi047 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi047[108212]: audit 2023-12-06T04:12:35.010431+0000 mon.smithi047 (mon.0) 438 : audit [DBG] from='mgr.14182 172.21.15.47:0/1495146391' entity='mgr.smithi047.erpxvz' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T04:12:36.349 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Dec 06 04:12:36 smithi047 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi047[108212]: cephadm 2023-12-06T04:12:35.011038+0000 mgr.smithi047.erpxvz (mgr.14182) 88 : cephadm [INF] Deploying daemon osd.7 on smithi047 2023-12-06T04:12:36.350 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Dec 06 04:12:36 smithi047 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi047[108212]: audit 2023-12-06T04:12:35.048773+0000 mon.smithi047 (mon.0) 439 : audit [DBG] from='client.? 172.21.15.47:0/2319091482' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2023-12-06T04:12:36.350 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Dec 06 04:12:36 smithi047 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi047[108212]: audit 2023-12-06T04:12:35.067742+0000 mon.smithi047 (mon.0) 440 : audit [INF] from='mgr.14182 172.21.15.47:0/1495146391' entity='mgr.smithi047.erpxvz' 2023-12-06T04:12:36.350 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Dec 06 04:12:36 smithi047 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi047[108212]: audit 2023-12-06T04:12:35.232923+0000 mon.smithi047 (mon.0) 441 : audit [INF] from='osd.2 ' entity='osd.2' cmd='[{"prefix": "osd crush create-or-move", "id": 2, "weight":0.0873, "args": ["host=smithi047", "root=default"]}]': finished 2023-12-06T04:12:36.350 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Dec 06 04:12:36 smithi047 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi047[108212]: audit 2023-12-06T04:12:35.233024+0000 mon.smithi047 (mon.0) 442 : audit [INF] from='mgr.14182 172.21.15.47:0/1495146391' entity='mgr.smithi047.erpxvz' cmd='[{"prefix": "osd pool application enable", "format": "json", "pool": "device_health_metrics", "app": "mgr_devicehealth"}]': finished 2023-12-06T04:12:36.350 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Dec 06 04:12:36 smithi047 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi047[108212]: audit 2023-12-06T04:12:35.233067+0000 mon.smithi047 (mon.0) 443 : audit [INF] from='osd.5 ' entity='osd.5' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["5"]}]': finished 2023-12-06T04:12:36.350 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Dec 06 04:12:36 smithi047 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi047[108212]: cluster 2023-12-06T04:12:35.233108+0000 mon.smithi047 (mon.0) 444 : cluster [DBG] osdmap e21: 8 total, 3 up, 8 in 2023-12-06T04:12:36.351 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Dec 06 04:12:36 smithi047 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi047[108212]: audit 2023-12-06T04:12:35.233241+0000 mon.smithi047 (mon.0) 445 : audit [DBG] from='mgr.14182 172.21.15.47:0/1495146391' entity='mgr.smithi047.erpxvz' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2023-12-06T04:12:36.351 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Dec 06 04:12:36 smithi047 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi047[108212]: audit 2023-12-06T04:12:35.233643+0000 mon.smithi047 (mon.0) 446 : audit [DBG] from='mgr.14182 172.21.15.47:0/1495146391' entity='mgr.smithi047.erpxvz' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2023-12-06T04:12:36.351 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Dec 06 04:12:36 smithi047 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi047[108212]: audit 2023-12-06T04:12:35.233846+0000 mon.smithi047 (mon.0) 447 : audit [DBG] from='mgr.14182 172.21.15.47:0/1495146391' entity='mgr.smithi047.erpxvz' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-12-06T04:12:36.351 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Dec 06 04:12:36 smithi047 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi047[108212]: audit 2023-12-06T04:12:35.234029+0000 mon.smithi047 (mon.0) 448 : audit [DBG] from='mgr.14182 172.21.15.47:0/1495146391' entity='mgr.smithi047.erpxvz' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-12-06T04:12:36.351 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Dec 06 04:12:36 smithi047 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi047[108212]: audit 2023-12-06T04:12:35.234176+0000 mon.smithi047 (mon.0) 449 : audit [DBG] from='mgr.14182 172.21.15.47:0/1495146391' entity='mgr.smithi047.erpxvz' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-12-06T04:12:36.352 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Dec 06 04:12:36 smithi047 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi047[108212]: audit 2023-12-06T04:12:35.238356+0000 mon.smithi098 (mon.1) 19 : audit [INF] from='osd.5 [v2:172.21.15.98:6816/1422508239,v1:172.21.15.98:6817/1422508239]' entity='osd.5' cmd=[{"prefix": "osd crush create-or-move", "id": 5, "weight":0.0873, "args": ["host=smithi098", "root=default"]}]: dispatch 2023-12-06T04:12:36.352 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Dec 06 04:12:36 smithi047 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi047[108212]: audit 2023-12-06T04:12:35.238666+0000 mon.smithi047 (mon.0) 450 : audit [INF] from='osd.5 ' entity='osd.5' cmd=[{"prefix": "osd crush create-or-move", "id": 5, "weight":0.0873, "args": ["host=smithi098", "root=default"]}]: dispatch 2023-12-06T04:12:36.352 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Dec 06 04:12:36 smithi047 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi047[108212]: audit 2023-12-06T04:12:35.241054+0000 mon.smithi047 (mon.0) 451 : audit [DBG] from='mgr.14182 172.21.15.47:0/1495146391' entity='mgr.smithi047.erpxvz' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2023-12-06T04:12:36.352 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Dec 06 04:12:36 smithi047 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi047[108212]: cluster 2023-12-06T04:12:35.293400+0000 mgr.smithi047.erpxvz (mgr.14182) 89 : cluster [DBG] pgmap v56: 1 pgs: 1 unknown; 0 B data, 871 MiB used, 267 GiB / 268 GiB avail 2023-12-06T04:12:36.440 DEBUG:teuthology.orchestra.run.smithi047:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:d03fca4f35d43f61b4679936aef7bd2f01cced0b shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 2ecad2ea-93ed-11ee-95a2-87774f69a715 -- ceph osd stat -f json 2023-12-06T04:12:37.380 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Dec 06 04:12:37 smithi047 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi047[108212]: cluster 2023-12-06T04:12:34.581768+0000 osd.2 (osd.2) 1 : cluster [DBG] purged_snaps scrub starts 2023-12-06T04:12:37.380 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Dec 06 04:12:37 smithi047 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi047[108212]: cluster 2023-12-06T04:12:34.581834+0000 osd.2 (osd.2) 2 : cluster [DBG] purged_snaps scrub ok 2023-12-06T04:12:37.380 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Dec 06 04:12:37 smithi047 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi047[108212]: audit 2023-12-06T04:12:36.235544+0000 mon.smithi047 (mon.0) 452 : audit [INF] from='osd.5 ' entity='osd.5' cmd='[{"prefix": "osd crush create-or-move", "id": 5, "weight":0.0873, "args": ["host=smithi098", "root=default"]}]': finished 2023-12-06T04:12:37.380 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Dec 06 04:12:37 smithi047 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi047[108212]: cluster 2023-12-06T04:12:36.235670+0000 mon.smithi047 (mon.0) 453 : cluster [INF] osd.2 [v2:172.21.15.47:6810/3147594364,v1:172.21.15.47:6811/3147594364] boot 2023-12-06T04:12:37.380 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Dec 06 04:12:37 smithi047 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi047[108212]: cluster 2023-12-06T04:12:36.235725+0000 mon.smithi047 (mon.0) 454 : cluster [DBG] osdmap e22: 8 total, 4 up, 8 in 2023-12-06T04:12:37.380 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Dec 06 04:12:37 smithi047 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi047[108212]: audit 2023-12-06T04:12:36.236072+0000 mon.smithi047 (mon.0) 455 : audit [DBG] from='mgr.14182 172.21.15.47:0/1495146391' entity='mgr.smithi047.erpxvz' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2023-12-06T04:12:37.380 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Dec 06 04:12:37 smithi047 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi047[108212]: audit 2023-12-06T04:12:36.236554+0000 mon.smithi047 (mon.0) 456 : audit [DBG] from='mgr.14182 172.21.15.47:0/1495146391' entity='mgr.smithi047.erpxvz' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2023-12-06T04:12:37.380 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Dec 06 04:12:37 smithi047 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi047[108212]: audit 2023-12-06T04:12:36.238835+0000 mon.smithi047 (mon.0) 457 : audit [DBG] from='mgr.14182 172.21.15.47:0/1495146391' entity='mgr.smithi047.erpxvz' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-12-06T04:12:37.380 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Dec 06 04:12:37 smithi047 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi047[108212]: audit 2023-12-06T04:12:36.239005+0000 mon.smithi047 (mon.0) 458 : audit [DBG] from='mgr.14182 172.21.15.47:0/1495146391' entity='mgr.smithi047.erpxvz' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-12-06T04:12:37.380 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Dec 06 04:12:37 smithi047 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi047[108212]: audit 2023-12-06T04:12:36.239159+0000 mon.smithi047 (mon.0) 459 : audit [DBG] from='mgr.14182 172.21.15.47:0/1495146391' entity='mgr.smithi047.erpxvz' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-12-06T04:12:37.380 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Dec 06 04:12:37 smithi047 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi047[108212]: audit 2023-12-06T04:12:37.176154+0000 mon.smithi047 (mon.0) 460 : audit [INF] from='mgr.14182 172.21.15.47:0/1495146391' entity='mgr.smithi047.erpxvz' 2023-12-06T04:12:37.620 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Dec 06 04:12:37 smithi098 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi098[111615]: cluster 2023-12-06T04:12:34.581768+0000 osd.2 (osd.2) 1 : cluster [DBG] purged_snaps scrub starts 2023-12-06T04:12:37.620 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Dec 06 04:12:37 smithi098 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi098[111615]: cluster 2023-12-06T04:12:34.581834+0000 osd.2 (osd.2) 2 : cluster [DBG] purged_snaps scrub ok 2023-12-06T04:12:37.621 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Dec 06 04:12:37 smithi098 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi098[111615]: audit 2023-12-06T04:12:36.235544+0000 mon.smithi047 (mon.0) 452 : audit [INF] from='osd.5 ' entity='osd.5' cmd='[{"prefix": "osd crush create-or-move", "id": 5, "weight":0.0873, "args": ["host=smithi098", "root=default"]}]': finished 2023-12-06T04:12:37.621 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Dec 06 04:12:37 smithi098 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi098[111615]: cluster 2023-12-06T04:12:36.235670+0000 mon.smithi047 (mon.0) 453 : cluster [INF] osd.2 [v2:172.21.15.47:6810/3147594364,v1:172.21.15.47:6811/3147594364] boot 2023-12-06T04:12:37.621 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Dec 06 04:12:37 smithi098 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi098[111615]: cluster 2023-12-06T04:12:36.235725+0000 mon.smithi047 (mon.0) 454 : cluster [DBG] osdmap e22: 8 total, 4 up, 8 in 2023-12-06T04:12:37.621 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Dec 06 04:12:37 smithi098 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi098[111615]: audit 2023-12-06T04:12:36.236072+0000 mon.smithi047 (mon.0) 455 : audit [DBG] from='mgr.14182 172.21.15.47:0/1495146391' entity='mgr.smithi047.erpxvz' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2023-12-06T04:12:37.621 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Dec 06 04:12:37 smithi098 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi098[111615]: audit 2023-12-06T04:12:36.236554+0000 mon.smithi047 (mon.0) 456 : audit [DBG] from='mgr.14182 172.21.15.47:0/1495146391' entity='mgr.smithi047.erpxvz' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2023-12-06T04:12:37.621 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Dec 06 04:12:37 smithi098 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi098[111615]: audit 2023-12-06T04:12:36.238835+0000 mon.smithi047 (mon.0) 457 : audit [DBG] from='mgr.14182 172.21.15.47:0/1495146391' entity='mgr.smithi047.erpxvz' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-12-06T04:12:37.621 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Dec 06 04:12:37 smithi098 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi098[111615]: audit 2023-12-06T04:12:36.239005+0000 mon.smithi047 (mon.0) 458 : audit [DBG] from='mgr.14182 172.21.15.47:0/1495146391' entity='mgr.smithi047.erpxvz' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-12-06T04:12:37.621 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Dec 06 04:12:37 smithi098 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi098[111615]: audit 2023-12-06T04:12:36.239159+0000 mon.smithi047 (mon.0) 459 : audit [DBG] from='mgr.14182 172.21.15.47:0/1495146391' entity='mgr.smithi047.erpxvz' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-12-06T04:12:37.621 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Dec 06 04:12:37 smithi098 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi098[111615]: audit 2023-12-06T04:12:37.176154+0000 mon.smithi047 (mon.0) 460 : audit [INF] from='mgr.14182 172.21.15.47:0/1495146391' entity='mgr.smithi047.erpxvz' 2023-12-06T04:12:38.062 INFO:teuthology.orchestra.run.smithi047.stdout: 2023-12-06T04:12:38.483 INFO:teuthology.orchestra.run.smithi047.stdout:{"epoch":23,"num_osds":8,"num_up_osds":5,"osd_up_since":1701835957,"num_in_osds":8,"osd_in_since":1701835934,"num_remapped_pgs":0} 2023-12-06T04:12:38.618 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Dec 06 04:12:38 smithi047 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi047[108212]: cluster 2023-12-06T04:12:35.549336+0000 osd.5 (osd.5) 1 : cluster [DBG] purged_snaps scrub starts 2023-12-06T04:12:38.619 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Dec 06 04:12:38 smithi047 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi047[108212]: cluster 2023-12-06T04:12:35.549417+0000 osd.5 (osd.5) 2 : cluster [DBG] purged_snaps scrub ok 2023-12-06T04:12:38.619 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Dec 06 04:12:38 smithi047 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi047[108212]: audit 2023-12-06T04:12:37.239258+0000 mon.smithi047 (mon.0) 461 : audit [DBG] from='mgr.14182 172.21.15.47:0/1495146391' entity='mgr.smithi047.erpxvz' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-12-06T04:12:38.619 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Dec 06 04:12:38 smithi047 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi047[108212]: cluster 2023-12-06T04:12:37.242328+0000 mon.smithi047 (mon.0) 462 : cluster [INF] osd.5 [v2:172.21.15.98:6816/1422508239,v1:172.21.15.98:6817/1422508239] boot 2023-12-06T04:12:38.619 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Dec 06 04:12:38 smithi047 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi047[108212]: cluster 2023-12-06T04:12:37.242372+0000 mon.smithi047 (mon.0) 463 : cluster [DBG] osdmap e23: 8 total, 5 up, 8 in 2023-12-06T04:12:38.619 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Dec 06 04:12:38 smithi047 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi047[108212]: audit 2023-12-06T04:12:37.242604+0000 mon.smithi047 (mon.0) 464 : audit [DBG] from='mgr.14182 172.21.15.47:0/1495146391' entity='mgr.smithi047.erpxvz' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2023-12-06T04:12:38.619 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Dec 06 04:12:38 smithi047 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi047[108212]: audit 2023-12-06T04:12:37.242981+0000 mon.smithi047 (mon.0) 465 : audit [DBG] from='mgr.14182 172.21.15.47:0/1495146391' entity='mgr.smithi047.erpxvz' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-12-06T04:12:38.619 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Dec 06 04:12:38 smithi047 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi047[108212]: audit 2023-12-06T04:12:37.243304+0000 mon.smithi047 (mon.0) 466 : audit [DBG] from='mgr.14182 172.21.15.47:0/1495146391' entity='mgr.smithi047.erpxvz' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-12-06T04:12:38.619 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Dec 06 04:12:38 smithi047 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi047[108212]: audit 2023-12-06T04:12:37.243655+0000 mon.smithi047 (mon.0) 467 : audit [DBG] from='mgr.14182 172.21.15.47:0/1495146391' entity='mgr.smithi047.erpxvz' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-12-06T04:12:38.620 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Dec 06 04:12:38 smithi047 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi047[108212]: cluster 2023-12-06T04:12:37.293711+0000 mgr.smithi047.erpxvz (mgr.14182) 90 : cluster [DBG] pgmap v59: 1 pgs: 1 unknown; 0 B data, 1.1 GiB used, 356 GiB / 358 GiB avail 2023-12-06T04:12:38.620 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Dec 06 04:12:38 smithi047 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi047[108212]: audit 2023-12-06T04:12:38.060795+0000 mon.smithi047 (mon.0) 468 : audit [DBG] from='client.? 172.21.15.47:0/3101876575' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2023-12-06T04:12:38.620 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Dec 06 04:12:38 smithi098 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi098[111615]: cluster 2023-12-06T04:12:35.549336+0000 osd.5 (osd.5) 1 : cluster [DBG] purged_snaps scrub starts 2023-12-06T04:12:38.620 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Dec 06 04:12:38 smithi098 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi098[111615]: cluster 2023-12-06T04:12:35.549417+0000 osd.5 (osd.5) 2 : cluster [DBG] purged_snaps scrub ok 2023-12-06T04:12:38.621 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Dec 06 04:12:38 smithi098 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi098[111615]: audit 2023-12-06T04:12:37.239258+0000 mon.smithi047 (mon.0) 461 : audit [DBG] from='mgr.14182 172.21.15.47:0/1495146391' entity='mgr.smithi047.erpxvz' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-12-06T04:12:38.621 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Dec 06 04:12:38 smithi098 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi098[111615]: cluster 2023-12-06T04:12:37.242328+0000 mon.smithi047 (mon.0) 462 : cluster [INF] osd.5 [v2:172.21.15.98:6816/1422508239,v1:172.21.15.98:6817/1422508239] boot 2023-12-06T04:12:38.621 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Dec 06 04:12:38 smithi098 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi098[111615]: cluster 2023-12-06T04:12:37.242372+0000 mon.smithi047 (mon.0) 463 : cluster [DBG] osdmap e23: 8 total, 5 up, 8 in 2023-12-06T04:12:38.621 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Dec 06 04:12:38 smithi098 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi098[111615]: audit 2023-12-06T04:12:37.242604+0000 mon.smithi047 (mon.0) 464 : audit [DBG] from='mgr.14182 172.21.15.47:0/1495146391' entity='mgr.smithi047.erpxvz' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2023-12-06T04:12:38.622 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Dec 06 04:12:38 smithi098 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi098[111615]: audit 2023-12-06T04:12:37.242981+0000 mon.smithi047 (mon.0) 465 : audit [DBG] from='mgr.14182 172.21.15.47:0/1495146391' entity='mgr.smithi047.erpxvz' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-12-06T04:12:38.622 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Dec 06 04:12:38 smithi098 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi098[111615]: audit 2023-12-06T04:12:37.243304+0000 mon.smithi047 (mon.0) 466 : audit [DBG] from='mgr.14182 172.21.15.47:0/1495146391' entity='mgr.smithi047.erpxvz' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-12-06T04:12:38.622 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Dec 06 04:12:38 smithi098 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi098[111615]: audit 2023-12-06T04:12:37.243655+0000 mon.smithi047 (mon.0) 467 : audit [DBG] from='mgr.14182 172.21.15.47:0/1495146391' entity='mgr.smithi047.erpxvz' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-12-06T04:12:38.622 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Dec 06 04:12:38 smithi098 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi098[111615]: cluster 2023-12-06T04:12:37.293711+0000 mgr.smithi047.erpxvz (mgr.14182) 90 : cluster [DBG] pgmap v59: 1 pgs: 1 unknown; 0 B data, 1.1 GiB used, 356 GiB / 358 GiB avail 2023-12-06T04:12:38.622 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Dec 06 04:12:38 smithi098 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi098[111615]: audit 2023-12-06T04:12:38.060795+0000 mon.smithi047 (mon.0) 468 : audit [DBG] from='client.? 172.21.15.47:0/3101876575' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2023-12-06T04:12:39.484 DEBUG:teuthology.orchestra.run.smithi047:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:d03fca4f35d43f61b4679936aef7bd2f01cced0b shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 2ecad2ea-93ed-11ee-95a2-87774f69a715 -- ceph osd stat -f json 2023-12-06T04:12:39.516 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Dec 06 04:12:39 smithi047 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi047[108212]: audit 2023-12-06T04:12:38.236710+0000 mon.smithi047 (mon.0) 469 : audit [INF] from='osd.4 [v2:172.21.15.47:6818/801185019,v1:172.21.15.47:6819/801185019]' entity='osd.4' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["4"]}]: dispatch 2023-12-06T04:12:39.516 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Dec 06 04:12:39 smithi047 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi047[108212]: audit 2023-12-06T04:12:38.249608+0000 mon.smithi047 (mon.0) 470 : audit [INF] from='osd.4 [v2:172.21.15.47:6818/801185019,v1:172.21.15.47:6819/801185019]' entity='osd.4' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["4"]}]': finished 2023-12-06T04:12:39.517 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Dec 06 04:12:39 smithi047 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi047[108212]: cluster 2023-12-06T04:12:38.249690+0000 mon.smithi047 (mon.0) 471 : cluster [DBG] osdmap e24: 8 total, 5 up, 8 in 2023-12-06T04:12:39.517 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Dec 06 04:12:39 smithi047 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi047[108212]: audit 2023-12-06T04:12:38.250031+0000 mon.smithi047 (mon.0) 472 : audit [DBG] from='mgr.14182 172.21.15.47:0/1495146391' entity='mgr.smithi047.erpxvz' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2023-12-06T04:12:39.517 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Dec 06 04:12:39 smithi047 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi047[108212]: audit 2023-12-06T04:12:38.250194+0000 mon.smithi047 (mon.0) 473 : audit [DBG] from='mgr.14182 172.21.15.47:0/1495146391' entity='mgr.smithi047.erpxvz' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-12-06T04:12:39.517 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Dec 06 04:12:39 smithi047 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi047[108212]: audit 2023-12-06T04:12:38.250371+0000 mon.smithi047 (mon.0) 474 : audit [DBG] from='mgr.14182 172.21.15.47:0/1495146391' entity='mgr.smithi047.erpxvz' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-12-06T04:12:39.517 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Dec 06 04:12:39 smithi047 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi047[108212]: audit 2023-12-06T04:12:38.251129+0000 mon.smithi047 (mon.0) 475 : audit [INF] from='osd.4 [v2:172.21.15.47:6818/801185019,v1:172.21.15.47:6819/801185019]' entity='osd.4' cmd=[{"prefix": "osd crush create-or-move", "id": 4, "weight":0.0873, "args": ["host=smithi047", "root=default"]}]: dispatch 2023-12-06T04:12:39.517 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Dec 06 04:12:39 smithi047 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi047[108212]: audit 2023-12-06T04:12:38.253130+0000 mon.smithi098 (mon.1) 20 : audit [INF] from='osd.6 [v2:172.21.15.98:6824/3035606448,v1:172.21.15.98:6825/3035606448]' entity='osd.6' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["6"]}]: dispatch 2023-12-06T04:12:39.517 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Dec 06 04:12:39 smithi047 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi047[108212]: audit 2023-12-06T04:12:38.253499+0000 mon.smithi047 (mon.0) 476 : audit [INF] from='osd.6 ' entity='osd.6' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["6"]}]: dispatch 2023-12-06T04:12:39.620 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Dec 06 04:12:39 smithi098 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi098[111615]: audit 2023-12-06T04:12:38.236710+0000 mon.smithi047 (mon.0) 469 : audit [INF] from='osd.4 [v2:172.21.15.47:6818/801185019,v1:172.21.15.47:6819/801185019]' entity='osd.4' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["4"]}]: dispatch 2023-12-06T04:12:39.620 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Dec 06 04:12:39 smithi098 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi098[111615]: audit 2023-12-06T04:12:38.249608+0000 mon.smithi047 (mon.0) 470 : audit [INF] from='osd.4 [v2:172.21.15.47:6818/801185019,v1:172.21.15.47:6819/801185019]' entity='osd.4' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["4"]}]': finished 2023-12-06T04:12:39.620 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Dec 06 04:12:39 smithi098 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi098[111615]: cluster 2023-12-06T04:12:38.249690+0000 mon.smithi047 (mon.0) 471 : cluster [DBG] osdmap e24: 8 total, 5 up, 8 in 2023-12-06T04:12:39.620 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Dec 06 04:12:39 smithi098 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi098[111615]: audit 2023-12-06T04:12:38.250031+0000 mon.smithi047 (mon.0) 472 : audit [DBG] from='mgr.14182 172.21.15.47:0/1495146391' entity='mgr.smithi047.erpxvz' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2023-12-06T04:12:39.620 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Dec 06 04:12:39 smithi098 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi098[111615]: audit 2023-12-06T04:12:38.250194+0000 mon.smithi047 (mon.0) 473 : audit [DBG] from='mgr.14182 172.21.15.47:0/1495146391' entity='mgr.smithi047.erpxvz' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-12-06T04:12:39.621 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Dec 06 04:12:39 smithi098 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi098[111615]: audit 2023-12-06T04:12:38.250371+0000 mon.smithi047 (mon.0) 474 : audit [DBG] from='mgr.14182 172.21.15.47:0/1495146391' entity='mgr.smithi047.erpxvz' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-12-06T04:12:39.621 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Dec 06 04:12:39 smithi098 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi098[111615]: audit 2023-12-06T04:12:38.251129+0000 mon.smithi047 (mon.0) 475 : audit [INF] from='osd.4 [v2:172.21.15.47:6818/801185019,v1:172.21.15.47:6819/801185019]' entity='osd.4' cmd=[{"prefix": "osd crush create-or-move", "id": 4, "weight":0.0873, "args": ["host=smithi047", "root=default"]}]: dispatch 2023-12-06T04:12:39.621 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Dec 06 04:12:39 smithi098 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi098[111615]: audit 2023-12-06T04:12:38.253130+0000 mon.smithi098 (mon.1) 20 : audit [INF] from='osd.6 [v2:172.21.15.98:6824/3035606448,v1:172.21.15.98:6825/3035606448]' entity='osd.6' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["6"]}]: dispatch 2023-12-06T04:12:39.621 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Dec 06 04:12:39 smithi098 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi098[111615]: audit 2023-12-06T04:12:38.253499+0000 mon.smithi047 (mon.0) 476 : audit [INF] from='osd.6 ' entity='osd.6' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["6"]}]: dispatch 2023-12-06T04:12:40.559 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Dec 06 04:12:40 smithi047 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi047[108212]: audit 2023-12-06T04:12:39.251344+0000 mon.smithi047 (mon.0) 477 : audit [INF] from='osd.4 [v2:172.21.15.47:6818/801185019,v1:172.21.15.47:6819/801185019]' entity='osd.4' cmd='[{"prefix": "osd crush create-or-move", "id": 4, "weight":0.0873, "args": ["host=smithi047", "root=default"]}]': finished 2023-12-06T04:12:40.560 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Dec 06 04:12:40 smithi047 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi047[108212]: audit 2023-12-06T04:12:39.251412+0000 mon.smithi047 (mon.0) 478 : audit [INF] from='osd.6 ' entity='osd.6' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["6"]}]': finished 2023-12-06T04:12:40.560 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Dec 06 04:12:40 smithi047 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi047[108212]: cluster 2023-12-06T04:12:39.251464+0000 mon.smithi047 (mon.0) 479 : cluster [DBG] osdmap e25: 8 total, 5 up, 8 in 2023-12-06T04:12:40.560 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Dec 06 04:12:40 smithi047 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi047[108212]: audit 2023-12-06T04:12:39.251831+0000 mon.smithi047 (mon.0) 480 : audit [DBG] from='mgr.14182 172.21.15.47:0/1495146391' entity='mgr.smithi047.erpxvz' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2023-12-06T04:12:40.560 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Dec 06 04:12:40 smithi047 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi047[108212]: audit 2023-12-06T04:12:39.252105+0000 mon.smithi047 (mon.0) 481 : audit [DBG] from='mgr.14182 172.21.15.47:0/1495146391' entity='mgr.smithi047.erpxvz' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-12-06T04:12:40.560 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Dec 06 04:12:40 smithi047 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi047[108212]: audit 2023-12-06T04:12:39.252840+0000 mon.smithi047 (mon.0) 482 : audit [DBG] from='mgr.14182 172.21.15.47:0/1495146391' entity='mgr.smithi047.erpxvz' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-12-06T04:12:40.560 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Dec 06 04:12:40 smithi047 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi047[108212]: audit 2023-12-06T04:12:39.254287+0000 mon.smithi098 (mon.1) 21 : audit [INF] from='osd.6 [v2:172.21.15.98:6824/3035606448,v1:172.21.15.98:6825/3035606448]' entity='osd.6' cmd=[{"prefix": "osd crush create-or-move", "id": 6, "weight":0.0873, "args": ["host=smithi098", "root=default"]}]: dispatch 2023-12-06T04:12:40.560 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Dec 06 04:12:40 smithi047 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi047[108212]: audit 2023-12-06T04:12:39.254618+0000 mon.smithi047 (mon.0) 483 : audit [INF] from='osd.6 ' entity='osd.6' cmd=[{"prefix": "osd crush create-or-move", "id": 6, "weight":0.0873, "args": ["host=smithi098", "root=default"]}]: dispatch 2023-12-06T04:12:40.560 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Dec 06 04:12:40 smithi047 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi047[108212]: audit 2023-12-06T04:12:39.255639+0000 mon.smithi047 (mon.0) 484 : audit [DBG] from='mgr.14182 172.21.15.47:0/1495146391' entity='mgr.smithi047.erpxvz' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2023-12-06T04:12:40.560 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Dec 06 04:12:40 smithi047 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi047[108212]: cluster 2023-12-06T04:12:39.294070+0000 mgr.smithi047.erpxvz (mgr.14182) 91 : cluster [DBG] pgmap v62: 1 pgs: 1 creating+peering; 0 B data, 1.4 GiB used, 446 GiB / 447 GiB avail 2023-12-06T04:12:40.560 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Dec 06 04:12:40 smithi047 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi047[108212]: audit 2023-12-06T04:12:39.309233+0000 mon.smithi047 (mon.0) 485 : audit [INF] from='mgr.14182 172.21.15.47:0/1495146391' entity='mgr.smithi047.erpxvz' 2023-12-06T04:12:40.620 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Dec 06 04:12:40 smithi098 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi098[111615]: audit 2023-12-06T04:12:39.251344+0000 mon.smithi047 (mon.0) 477 : audit [INF] from='osd.4 [v2:172.21.15.47:6818/801185019,v1:172.21.15.47:6819/801185019]' entity='osd.4' cmd='[{"prefix": "osd crush create-or-move", "id": 4, "weight":0.0873, "args": ["host=smithi047", "root=default"]}]': finished 2023-12-06T04:12:40.620 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Dec 06 04:12:40 smithi098 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi098[111615]: audit 2023-12-06T04:12:39.251412+0000 mon.smithi047 (mon.0) 478 : audit [INF] from='osd.6 ' entity='osd.6' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["6"]}]': finished 2023-12-06T04:12:40.620 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Dec 06 04:12:40 smithi098 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi098[111615]: cluster 2023-12-06T04:12:39.251464+0000 mon.smithi047 (mon.0) 479 : cluster [DBG] osdmap e25: 8 total, 5 up, 8 in 2023-12-06T04:12:40.620 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Dec 06 04:12:40 smithi098 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi098[111615]: audit 2023-12-06T04:12:39.251831+0000 mon.smithi047 (mon.0) 480 : audit [DBG] from='mgr.14182 172.21.15.47:0/1495146391' entity='mgr.smithi047.erpxvz' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2023-12-06T04:12:40.621 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Dec 06 04:12:40 smithi098 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi098[111615]: audit 2023-12-06T04:12:39.252105+0000 mon.smithi047 (mon.0) 481 : audit [DBG] from='mgr.14182 172.21.15.47:0/1495146391' entity='mgr.smithi047.erpxvz' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-12-06T04:12:40.621 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Dec 06 04:12:40 smithi098 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi098[111615]: audit 2023-12-06T04:12:39.252840+0000 mon.smithi047 (mon.0) 482 : audit [DBG] from='mgr.14182 172.21.15.47:0/1495146391' entity='mgr.smithi047.erpxvz' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-12-06T04:12:40.621 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Dec 06 04:12:40 smithi098 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi098[111615]: audit 2023-12-06T04:12:39.254287+0000 mon.smithi098 (mon.1) 21 : audit [INF] from='osd.6 [v2:172.21.15.98:6824/3035606448,v1:172.21.15.98:6825/3035606448]' entity='osd.6' cmd=[{"prefix": "osd crush create-or-move", "id": 6, "weight":0.0873, "args": ["host=smithi098", "root=default"]}]: dispatch 2023-12-06T04:12:40.621 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Dec 06 04:12:40 smithi098 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi098[111615]: audit 2023-12-06T04:12:39.254618+0000 mon.smithi047 (mon.0) 483 : audit [INF] from='osd.6 ' entity='osd.6' cmd=[{"prefix": "osd crush create-or-move", "id": 6, "weight":0.0873, "args": ["host=smithi098", "root=default"]}]: dispatch 2023-12-06T04:12:40.621 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Dec 06 04:12:40 smithi098 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi098[111615]: audit 2023-12-06T04:12:39.255639+0000 mon.smithi047 (mon.0) 484 : audit [DBG] from='mgr.14182 172.21.15.47:0/1495146391' entity='mgr.smithi047.erpxvz' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2023-12-06T04:12:40.621 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Dec 06 04:12:40 smithi098 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi098[111615]: cluster 2023-12-06T04:12:39.294070+0000 mgr.smithi047.erpxvz (mgr.14182) 91 : cluster [DBG] pgmap v62: 1 pgs: 1 creating+peering; 0 B data, 1.4 GiB used, 446 GiB / 447 GiB avail 2023-12-06T04:12:40.621 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Dec 06 04:12:40 smithi098 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi098[111615]: audit 2023-12-06T04:12:39.309233+0000 mon.smithi047 (mon.0) 485 : audit [INF] from='mgr.14182 172.21.15.47:0/1495146391' entity='mgr.smithi047.erpxvz' 2023-12-06T04:12:41.201 INFO:teuthology.orchestra.run.smithi047.stdout: 2023-12-06T04:12:41.541 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Dec 06 04:12:41 smithi047 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi047[108212]: cluster 2023-12-06T04:12:39.190560+0000 osd.4 (osd.4) 1 : cluster [DBG] purged_snaps scrub starts 2023-12-06T04:12:41.541 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Dec 06 04:12:41 smithi047 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi047[108212]: cluster 2023-12-06T04:12:39.190619+0000 osd.4 (osd.4) 2 : cluster [DBG] purged_snaps scrub ok 2023-12-06T04:12:41.541 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Dec 06 04:12:41 smithi047 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi047[108212]: cluster 2023-12-06T04:12:39.283973+0000 osd.6 (osd.6) 1 : cluster [DBG] purged_snaps scrub starts 2023-12-06T04:12:41.542 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Dec 06 04:12:41 smithi047 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi047[108212]: cluster 2023-12-06T04:12:39.284096+0000 osd.6 (osd.6) 2 : cluster [DBG] purged_snaps scrub ok 2023-12-06T04:12:41.542 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Dec 06 04:12:41 smithi047 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi047[108212]: audit 2023-12-06T04:12:40.257833+0000 mon.smithi047 (mon.0) 486 : audit [INF] from='osd.6 ' entity='osd.6' cmd='[{"prefix": "osd crush create-or-move", "id": 6, "weight":0.0873, "args": ["host=smithi098", "root=default"]}]': finished 2023-12-06T04:12:41.542 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Dec 06 04:12:41 smithi047 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi047[108212]: cluster 2023-12-06T04:12:40.257910+0000 mon.smithi047 (mon.0) 487 : cluster [INF] osd.4 [v2:172.21.15.47:6818/801185019,v1:172.21.15.47:6819/801185019] boot 2023-12-06T04:12:41.542 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Dec 06 04:12:41 smithi047 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi047[108212]: cluster 2023-12-06T04:12:40.257937+0000 mon.smithi047 (mon.0) 488 : cluster [DBG] osdmap e26: 8 total, 6 up, 8 in 2023-12-06T04:12:41.542 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Dec 06 04:12:41 smithi047 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi047[108212]: audit 2023-12-06T04:12:40.258561+0000 mon.smithi047 (mon.0) 489 : audit [DBG] from='mgr.14182 172.21.15.47:0/1495146391' entity='mgr.smithi047.erpxvz' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2023-12-06T04:12:41.542 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Dec 06 04:12:41 smithi047 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi047[108212]: audit 2023-12-06T04:12:40.258849+0000 mon.smithi047 (mon.0) 490 : audit [DBG] from='mgr.14182 172.21.15.47:0/1495146391' entity='mgr.smithi047.erpxvz' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-12-06T04:12:41.542 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Dec 06 04:12:41 smithi047 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi047[108212]: audit 2023-12-06T04:12:40.259115+0000 mon.smithi047 (mon.0) 491 : audit [DBG] from='mgr.14182 172.21.15.47:0/1495146391' entity='mgr.smithi047.erpxvz' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-12-06T04:12:41.542 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Dec 06 04:12:41 smithi047 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi047[108212]: audit 2023-12-06T04:12:40.261461+0000 mon.smithi047 (mon.0) 492 : audit [DBG] from='mgr.14182 172.21.15.47:0/1495146391' entity='mgr.smithi047.erpxvz' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-12-06T04:12:41.542 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Dec 06 04:12:41 smithi047 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi047[108212]: audit 2023-12-06T04:12:41.200183+0000 mon.smithi047 (mon.0) 493 : audit [DBG] from='client.? 172.21.15.47:0/1728554341' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2023-12-06T04:12:41.621 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Dec 06 04:12:41 smithi098 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi098[111615]: cluster 2023-12-06T04:12:39.190560+0000 osd.4 (osd.4) 1 : cluster [DBG] purged_snaps scrub starts 2023-12-06T04:12:41.621 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Dec 06 04:12:41 smithi098 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi098[111615]: cluster 2023-12-06T04:12:39.190619+0000 osd.4 (osd.4) 2 : cluster [DBG] purged_snaps scrub ok 2023-12-06T04:12:41.622 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Dec 06 04:12:41 smithi098 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi098[111615]: cluster 2023-12-06T04:12:39.283973+0000 osd.6 (osd.6) 1 : cluster [DBG] purged_snaps scrub starts 2023-12-06T04:12:41.622 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Dec 06 04:12:41 smithi098 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi098[111615]: cluster 2023-12-06T04:12:39.284096+0000 osd.6 (osd.6) 2 : cluster [DBG] purged_snaps scrub ok 2023-12-06T04:12:41.622 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Dec 06 04:12:41 smithi098 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi098[111615]: audit 2023-12-06T04:12:40.257833+0000 mon.smithi047 (mon.0) 486 : audit [INF] from='osd.6 ' entity='osd.6' cmd='[{"prefix": "osd crush create-or-move", "id": 6, "weight":0.0873, "args": ["host=smithi098", "root=default"]}]': finished 2023-12-06T04:12:41.622 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Dec 06 04:12:41 smithi098 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi098[111615]: cluster 2023-12-06T04:12:40.257910+0000 mon.smithi047 (mon.0) 487 : cluster [INF] osd.4 [v2:172.21.15.47:6818/801185019,v1:172.21.15.47:6819/801185019] boot 2023-12-06T04:12:41.622 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Dec 06 04:12:41 smithi098 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi098[111615]: cluster 2023-12-06T04:12:40.257937+0000 mon.smithi047 (mon.0) 488 : cluster [DBG] osdmap e26: 8 total, 6 up, 8 in 2023-12-06T04:12:41.622 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Dec 06 04:12:41 smithi098 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi098[111615]: audit 2023-12-06T04:12:40.258561+0000 mon.smithi047 (mon.0) 489 : audit [DBG] from='mgr.14182 172.21.15.47:0/1495146391' entity='mgr.smithi047.erpxvz' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2023-12-06T04:12:41.622 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Dec 06 04:12:41 smithi098 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi098[111615]: audit 2023-12-06T04:12:40.258849+0000 mon.smithi047 (mon.0) 490 : audit [DBG] from='mgr.14182 172.21.15.47:0/1495146391' entity='mgr.smithi047.erpxvz' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-12-06T04:12:41.622 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Dec 06 04:12:41 smithi098 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi098[111615]: audit 2023-12-06T04:12:40.259115+0000 mon.smithi047 (mon.0) 491 : audit [DBG] from='mgr.14182 172.21.15.47:0/1495146391' entity='mgr.smithi047.erpxvz' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-12-06T04:12:41.622 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Dec 06 04:12:41 smithi098 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi098[111615]: audit 2023-12-06T04:12:40.261461+0000 mon.smithi047 (mon.0) 492 : audit [DBG] from='mgr.14182 172.21.15.47:0/1495146391' entity='mgr.smithi047.erpxvz' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-12-06T04:12:41.622 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Dec 06 04:12:41 smithi098 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi098[111615]: audit 2023-12-06T04:12:41.200183+0000 mon.smithi047 (mon.0) 493 : audit [DBG] from='client.? 172.21.15.47:0/1728554341' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2023-12-06T04:12:41.644 INFO:teuthology.orchestra.run.smithi047.stdout:{"epoch":26,"num_osds":8,"num_up_osds":6,"osd_up_since":1701835960,"num_in_osds":8,"osd_in_since":1701835934,"num_remapped_pgs":0} 2023-12-06T04:12:42.620 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Dec 06 04:12:42 smithi098 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi098[111615]: cluster 2023-12-06T04:12:41.257802+0000 mon.smithi047 (mon.0) 494 : cluster [INF] osd.6 [v2:172.21.15.98:6824/3035606448,v1:172.21.15.98:6825/3035606448] boot 2023-12-06T04:12:42.621 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Dec 06 04:12:42 smithi098 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi098[111615]: cluster 2023-12-06T04:12:41.257840+0000 mon.smithi047 (mon.0) 495 : cluster [DBG] osdmap e27: 8 total, 7 up, 8 in 2023-12-06T04:12:42.621 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Dec 06 04:12:42 smithi098 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi098[111615]: audit 2023-12-06T04:12:41.258166+0000 mon.smithi047 (mon.0) 496 : audit [DBG] from='mgr.14182 172.21.15.47:0/1495146391' entity='mgr.smithi047.erpxvz' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-12-06T04:12:42.621 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Dec 06 04:12:42 smithi098 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi098[111615]: audit 2023-12-06T04:12:41.258432+0000 mon.smithi047 (mon.0) 497 : audit [DBG] from='mgr.14182 172.21.15.47:0/1495146391' entity='mgr.smithi047.erpxvz' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-12-06T04:12:42.621 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Dec 06 04:12:42 smithi098 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi098[111615]: cluster 2023-12-06T04:12:41.294388+0000 mgr.smithi047.erpxvz (mgr.14182) 92 : cluster [DBG] pgmap v65: 1 pgs: 1 creating+peering; 0 B data, 2.0 GiB used, 624 GiB / 626 GiB avail 2023-12-06T04:12:42.621 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Dec 06 04:12:42 smithi098 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi098[111615]: audit 2023-12-06T04:12:41.889031+0000 mon.smithi047 (mon.0) 498 : audit [INF] from='mgr.14182 172.21.15.47:0/1495146391' entity='mgr.smithi047.erpxvz' 2023-12-06T04:12:42.621 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Dec 06 04:12:42 smithi098 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi098[111615]: audit 2023-12-06T04:12:41.891269+0000 mon.smithi047 (mon.0) 499 : audit [DBG] from='mgr.14182 172.21.15.47:0/1495146391' entity='mgr.smithi047.erpxvz' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T04:12:42.629 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Dec 06 04:12:42 smithi047 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi047[108212]: cluster 2023-12-06T04:12:41.257802+0000 mon.smithi047 (mon.0) 494 : cluster [INF] osd.6 [v2:172.21.15.98:6824/3035606448,v1:172.21.15.98:6825/3035606448] boot 2023-12-06T04:12:42.629 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Dec 06 04:12:42 smithi047 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi047[108212]: cluster 2023-12-06T04:12:41.257840+0000 mon.smithi047 (mon.0) 495 : cluster [DBG] osdmap e27: 8 total, 7 up, 8 in 2023-12-06T04:12:42.629 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Dec 06 04:12:42 smithi047 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi047[108212]: audit 2023-12-06T04:12:41.258166+0000 mon.smithi047 (mon.0) 496 : audit [DBG] from='mgr.14182 172.21.15.47:0/1495146391' entity='mgr.smithi047.erpxvz' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-12-06T04:12:42.630 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Dec 06 04:12:42 smithi047 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi047[108212]: audit 2023-12-06T04:12:41.258432+0000 mon.smithi047 (mon.0) 497 : audit [DBG] from='mgr.14182 172.21.15.47:0/1495146391' entity='mgr.smithi047.erpxvz' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-12-06T04:12:42.630 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Dec 06 04:12:42 smithi047 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi047[108212]: cluster 2023-12-06T04:12:41.294388+0000 mgr.smithi047.erpxvz (mgr.14182) 92 : cluster [DBG] pgmap v65: 1 pgs: 1 creating+peering; 0 B data, 2.0 GiB used, 624 GiB / 626 GiB avail 2023-12-06T04:12:42.630 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Dec 06 04:12:42 smithi047 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi047[108212]: audit 2023-12-06T04:12:41.889031+0000 mon.smithi047 (mon.0) 498 : audit [INF] from='mgr.14182 172.21.15.47:0/1495146391' entity='mgr.smithi047.erpxvz' 2023-12-06T04:12:42.630 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Dec 06 04:12:42 smithi047 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi047[108212]: audit 2023-12-06T04:12:41.891269+0000 mon.smithi047 (mon.0) 499 : audit [DBG] from='mgr.14182 172.21.15.47:0/1495146391' entity='mgr.smithi047.erpxvz' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T04:12:42.645 DEBUG:teuthology.orchestra.run.smithi047:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:d03fca4f35d43f61b4679936aef7bd2f01cced0b shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 2ecad2ea-93ed-11ee-95a2-87774f69a715 -- ceph osd stat -f json 2023-12-06T04:12:43.553 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Dec 06 04:12:43 smithi098 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi098[111615]: audit 2023-12-06T04:12:42.512847+0000 mon.smithi047 (mon.0) 500 : audit [INF] from='osd.7 [v2:172.21.15.47:6826/1240034654,v1:172.21.15.47:6827/1240034654]' entity='osd.7' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["7"]}]: dispatch 2023-12-06T04:12:43.554 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Dec 06 04:12:43 smithi098 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi098[111615]: audit 2023-12-06T04:12:42.892032+0000 mon.smithi047 (mon.0) 501 : audit [INF] from='osd.7 [v2:172.21.15.47:6826/1240034654,v1:172.21.15.47:6827/1240034654]' entity='osd.7' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["7"]}]': finished 2023-12-06T04:12:43.554 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Dec 06 04:12:43 smithi098 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi098[111615]: cluster 2023-12-06T04:12:42.892088+0000 mon.smithi047 (mon.0) 502 : cluster [DBG] osdmap e28: 8 total, 7 up, 8 in 2023-12-06T04:12:43.554 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Dec 06 04:12:43 smithi098 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi098[111615]: audit 2023-12-06T04:12:42.892227+0000 mon.smithi047 (mon.0) 503 : audit [DBG] from='mgr.14182 172.21.15.47:0/1495146391' entity='mgr.smithi047.erpxvz' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-12-06T04:12:43.554 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Dec 06 04:12:43 smithi098 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi098[111615]: audit 2023-12-06T04:12:42.892660+0000 mon.smithi047 (mon.0) 504 : audit [INF] from='osd.7 [v2:172.21.15.47:6826/1240034654,v1:172.21.15.47:6827/1240034654]' entity='osd.7' cmd=[{"prefix": "osd crush create-or-move", "id": 7, "weight":0.0873, "args": ["host=smithi047", "root=default"]}]: dispatch 2023-12-06T04:12:43.554 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Dec 06 04:12:43 smithi098 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi098[111615]: audit 2023-12-06T04:12:43.172773+0000 mon.smithi047 (mon.0) 505 : audit [INF] from='mgr.14182 172.21.15.47:0/1495146391' entity='mgr.smithi047.erpxvz' 2023-12-06T04:12:43.630 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Dec 06 04:12:43 smithi047 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi047[108212]: audit 2023-12-06T04:12:42.512847+0000 mon.smithi047 (mon.0) 500 : audit [INF] from='osd.7 [v2:172.21.15.47:6826/1240034654,v1:172.21.15.47:6827/1240034654]' entity='osd.7' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["7"]}]: dispatch 2023-12-06T04:12:43.630 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Dec 06 04:12:43 smithi047 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi047[108212]: audit 2023-12-06T04:12:42.892032+0000 mon.smithi047 (mon.0) 501 : audit [INF] from='osd.7 [v2:172.21.15.47:6826/1240034654,v1:172.21.15.47:6827/1240034654]' entity='osd.7' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["7"]}]': finished 2023-12-06T04:12:43.630 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Dec 06 04:12:43 smithi047 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi047[108212]: cluster 2023-12-06T04:12:42.892088+0000 mon.smithi047 (mon.0) 502 : cluster [DBG] osdmap e28: 8 total, 7 up, 8 in 2023-12-06T04:12:43.630 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Dec 06 04:12:43 smithi047 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi047[108212]: audit 2023-12-06T04:12:42.892227+0000 mon.smithi047 (mon.0) 503 : audit [DBG] from='mgr.14182 172.21.15.47:0/1495146391' entity='mgr.smithi047.erpxvz' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-12-06T04:12:43.630 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Dec 06 04:12:43 smithi047 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi047[108212]: audit 2023-12-06T04:12:42.892660+0000 mon.smithi047 (mon.0) 504 : audit [INF] from='osd.7 [v2:172.21.15.47:6826/1240034654,v1:172.21.15.47:6827/1240034654]' entity='osd.7' cmd=[{"prefix": "osd crush create-or-move", "id": 7, "weight":0.0873, "args": ["host=smithi047", "root=default"]}]: dispatch 2023-12-06T04:12:43.630 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Dec 06 04:12:43 smithi047 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi047[108212]: audit 2023-12-06T04:12:43.172773+0000 mon.smithi047 (mon.0) 505 : audit [INF] from='mgr.14182 172.21.15.47:0/1495146391' entity='mgr.smithi047.erpxvz' 2023-12-06T04:12:44.620 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Dec 06 04:12:44 smithi098 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi098[111615]: cluster 2023-12-06T04:12:43.294766+0000 mgr.smithi047.erpxvz (mgr.14182) 93 : cluster [DBG] pgmap v67: 1 pgs: 1 active+clean; 0 B data, 2.0 GiB used, 624 GiB / 626 GiB avail 2023-12-06T04:12:44.620 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Dec 06 04:12:44 smithi098 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi098[111615]: audit 2023-12-06T04:12:43.893284+0000 mon.smithi047 (mon.0) 506 : audit [INF] from='osd.7 [v2:172.21.15.47:6826/1240034654,v1:172.21.15.47:6827/1240034654]' entity='osd.7' cmd='[{"prefix": "osd crush create-or-move", "id": 7, "weight":0.0873, "args": ["host=smithi047", "root=default"]}]': finished 2023-12-06T04:12:44.621 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Dec 06 04:12:44 smithi098 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi098[111615]: cluster 2023-12-06T04:12:43.893352+0000 mon.smithi047 (mon.0) 507 : cluster [DBG] osdmap e29: 8 total, 7 up, 8 in 2023-12-06T04:12:44.621 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Dec 06 04:12:44 smithi098 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi098[111615]: audit 2023-12-06T04:12:43.893486+0000 mon.smithi047 (mon.0) 508 : audit [DBG] from='mgr.14182 172.21.15.47:0/1495146391' entity='mgr.smithi047.erpxvz' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-12-06T04:12:44.621 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Dec 06 04:12:44 smithi098 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi098[111615]: audit 2023-12-06T04:12:43.897235+0000 mon.smithi047 (mon.0) 509 : audit [DBG] from='mgr.14182 172.21.15.47:0/1495146391' entity='mgr.smithi047.erpxvz' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-12-06T04:12:44.629 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Dec 06 04:12:44 smithi047 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi047[108212]: cluster 2023-12-06T04:12:43.294766+0000 mgr.smithi047.erpxvz (mgr.14182) 93 : cluster [DBG] pgmap v67: 1 pgs: 1 active+clean; 0 B data, 2.0 GiB used, 624 GiB / 626 GiB avail 2023-12-06T04:12:44.629 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Dec 06 04:12:44 smithi047 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi047[108212]: audit 2023-12-06T04:12:43.893284+0000 mon.smithi047 (mon.0) 506 : audit [INF] from='osd.7 [v2:172.21.15.47:6826/1240034654,v1:172.21.15.47:6827/1240034654]' entity='osd.7' cmd='[{"prefix": "osd crush create-or-move", "id": 7, "weight":0.0873, "args": ["host=smithi047", "root=default"]}]': finished 2023-12-06T04:12:44.629 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Dec 06 04:12:44 smithi047 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi047[108212]: cluster 2023-12-06T04:12:43.893352+0000 mon.smithi047 (mon.0) 507 : cluster [DBG] osdmap e29: 8 total, 7 up, 8 in 2023-12-06T04:12:44.629 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Dec 06 04:12:44 smithi047 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi047[108212]: audit 2023-12-06T04:12:43.893486+0000 mon.smithi047 (mon.0) 508 : audit [DBG] from='mgr.14182 172.21.15.47:0/1495146391' entity='mgr.smithi047.erpxvz' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-12-06T04:12:44.629 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Dec 06 04:12:44 smithi047 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi047[108212]: audit 2023-12-06T04:12:43.897235+0000 mon.smithi047 (mon.0) 509 : audit [DBG] from='mgr.14182 172.21.15.47:0/1495146391' entity='mgr.smithi047.erpxvz' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-12-06T04:12:44.789 INFO:teuthology.orchestra.run.smithi047.stdout: 2023-12-06T04:12:45.249 INFO:teuthology.orchestra.run.smithi047.stdout:{"epoch":29,"num_osds":8,"num_up_osds":7,"osd_up_since":1701835961,"num_in_osds":8,"osd_in_since":1701835934,"num_remapped_pgs":0} 2023-12-06T04:12:45.379 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Dec 06 04:12:45 smithi047 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi047[108212]: audit 2023-12-06T04:12:44.788287+0000 mon.smithi047 (mon.0) 510 : audit [DBG] from='client.? 172.21.15.47:0/3778766691' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2023-12-06T04:12:45.379 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Dec 06 04:12:45 smithi047 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi047[108212]: cluster 2023-12-06T04:12:44.894587+0000 mon.smithi047 (mon.0) 511 : cluster [INF] osd.7 [v2:172.21.15.47:6826/1240034654,v1:172.21.15.47:6827/1240034654] boot 2023-12-06T04:12:45.379 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Dec 06 04:12:45 smithi047 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi047[108212]: cluster 2023-12-06T04:12:44.894641+0000 mon.smithi047 (mon.0) 512 : cluster [DBG] osdmap e30: 8 total, 8 up, 8 in 2023-12-06T04:12:45.379 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Dec 06 04:12:45 smithi047 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi047[108212]: audit 2023-12-06T04:12:44.894978+0000 mon.smithi047 (mon.0) 513 : audit [DBG] from='mgr.14182 172.21.15.47:0/1495146391' entity='mgr.smithi047.erpxvz' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-12-06T04:12:45.534 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Dec 06 04:12:45 smithi098 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi098[111615]: audit 2023-12-06T04:12:44.788287+0000 mon.smithi047 (mon.0) 510 : audit [DBG] from='client.? 172.21.15.47:0/3778766691' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2023-12-06T04:12:45.534 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Dec 06 04:12:45 smithi098 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi098[111615]: cluster 2023-12-06T04:12:44.894587+0000 mon.smithi047 (mon.0) 511 : cluster [INF] osd.7 [v2:172.21.15.47:6826/1240034654,v1:172.21.15.47:6827/1240034654] boot 2023-12-06T04:12:45.534 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Dec 06 04:12:45 smithi098 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi098[111615]: cluster 2023-12-06T04:12:44.894641+0000 mon.smithi047 (mon.0) 512 : cluster [DBG] osdmap e30: 8 total, 8 up, 8 in 2023-12-06T04:12:45.534 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Dec 06 04:12:45 smithi098 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi098[111615]: audit 2023-12-06T04:12:44.894978+0000 mon.smithi047 (mon.0) 513 : audit [DBG] from='mgr.14182 172.21.15.47:0/1495146391' entity='mgr.smithi047.erpxvz' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-12-06T04:12:46.253 DEBUG:teuthology.orchestra.run.smithi047:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:d03fca4f35d43f61b4679936aef7bd2f01cced0b shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 2ecad2ea-93ed-11ee-95a2-87774f69a715 -- ceph osd stat -f json 2023-12-06T04:12:46.504 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Dec 06 04:12:46 smithi047 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi047[108212]: cluster 2023-12-06T04:12:43.525665+0000 osd.7 (osd.7) 1 : cluster [DBG] purged_snaps scrub starts 2023-12-06T04:12:46.505 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Dec 06 04:12:46 smithi047 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi047[108212]: cluster 2023-12-06T04:12:43.525735+0000 osd.7 (osd.7) 2 : cluster [DBG] purged_snaps scrub ok 2023-12-06T04:12:46.505 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Dec 06 04:12:46 smithi047 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi047[108212]: cluster 2023-12-06T04:12:45.295064+0000 mgr.smithi047.erpxvz (mgr.14182) 94 : cluster [DBG] pgmap v70: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-06T04:12:46.505 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Dec 06 04:12:46 smithi047 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi047[108212]: audit 2023-12-06T04:12:45.397681+0000 mon.smithi047 (mon.0) 514 : audit [INF] from='mgr.14182 172.21.15.47:0/1495146391' entity='mgr.smithi047.erpxvz' 2023-12-06T04:12:46.505 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Dec 06 04:12:46 smithi047 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi047[108212]: audit 2023-12-06T04:12:45.770026+0000 mon.smithi047 (mon.0) 515 : audit [INF] from='mgr.14182 172.21.15.47:0/1495146391' entity='mgr.smithi047.erpxvz' 2023-12-06T04:12:46.505 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Dec 06 04:12:46 smithi047 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi047[108212]: cluster 2023-12-06T04:12:45.896134+0000 mon.smithi047 (mon.0) 516 : cluster [DBG] osdmap e31: 8 total, 8 up, 8 in 2023-12-06T04:12:46.505 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Dec 06 04:12:46 smithi047 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi047[108212]: audit 2023-12-06T04:12:46.053473+0000 mon.smithi047 (mon.0) 517 : audit [INF] from='mgr.14182 172.21.15.47:0/1495146391' entity='mgr.smithi047.erpxvz' cmd=[{"prefix": "config rm", "who": "osd.0", "name": "osd_memory_target"}]: dispatch 2023-12-06T04:12:46.505 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Dec 06 04:12:46 smithi047 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi047[108212]: audit 2023-12-06T04:12:46.054415+0000 mon.smithi047 (mon.0) 518 : audit [INF] from='mgr.14182 172.21.15.47:0/1495146391' entity='mgr.smithi047.erpxvz' cmd=[{"prefix": "config rm", "who": "osd.3", "name": "osd_memory_target"}]: dispatch 2023-12-06T04:12:46.505 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Dec 06 04:12:46 smithi047 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi047[108212]: audit 2023-12-06T04:12:46.055224+0000 mon.smithi047 (mon.0) 519 : audit [INF] from='mgr.14182 172.21.15.47:0/1495146391' entity='mgr.smithi047.erpxvz' cmd=[{"prefix": "config rm", "who": "osd.5", "name": "osd_memory_target"}]: dispatch 2023-12-06T04:12:46.505 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Dec 06 04:12:46 smithi047 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi047[108212]: audit 2023-12-06T04:12:46.055999+0000 mon.smithi047 (mon.0) 520 : audit [INF] from='mgr.14182 172.21.15.47:0/1495146391' entity='mgr.smithi047.erpxvz' cmd=[{"prefix": "config rm", "who": "osd.6", "name": "osd_memory_target"}]: dispatch 2023-12-06T04:12:46.505 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Dec 06 04:12:46 smithi047 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi047[108212]: audit 2023-12-06T04:12:46.061095+0000 mon.smithi047 (mon.0) 521 : audit [INF] from='mgr.14182 172.21.15.47:0/1495146391' entity='mgr.smithi047.erpxvz' 2023-12-06T04:12:46.621 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Dec 06 04:12:46 smithi098 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi098[111615]: cluster 2023-12-06T04:12:43.525665+0000 osd.7 (osd.7) 1 : cluster [DBG] purged_snaps scrub starts 2023-12-06T04:12:46.621 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Dec 06 04:12:46 smithi098 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi098[111615]: cluster 2023-12-06T04:12:43.525735+0000 osd.7 (osd.7) 2 : cluster [DBG] purged_snaps scrub ok 2023-12-06T04:12:46.621 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Dec 06 04:12:46 smithi098 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi098[111615]: cluster 2023-12-06T04:12:45.295064+0000 mgr.smithi047.erpxvz (mgr.14182) 94 : cluster [DBG] pgmap v70: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-06T04:12:46.621 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Dec 06 04:12:46 smithi098 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi098[111615]: audit 2023-12-06T04:12:45.397681+0000 mon.smithi047 (mon.0) 514 : audit [INF] from='mgr.14182 172.21.15.47:0/1495146391' entity='mgr.smithi047.erpxvz' 2023-12-06T04:12:46.621 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Dec 06 04:12:46 smithi098 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi098[111615]: audit 2023-12-06T04:12:45.770026+0000 mon.smithi047 (mon.0) 515 : audit [INF] from='mgr.14182 172.21.15.47:0/1495146391' entity='mgr.smithi047.erpxvz' 2023-12-06T04:12:46.621 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Dec 06 04:12:46 smithi098 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi098[111615]: cluster 2023-12-06T04:12:45.896134+0000 mon.smithi047 (mon.0) 516 : cluster [DBG] osdmap e31: 8 total, 8 up, 8 in 2023-12-06T04:12:46.621 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Dec 06 04:12:46 smithi098 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi098[111615]: audit 2023-12-06T04:12:46.053473+0000 mon.smithi047 (mon.0) 517 : audit [INF] from='mgr.14182 172.21.15.47:0/1495146391' entity='mgr.smithi047.erpxvz' cmd=[{"prefix": "config rm", "who": "osd.0", "name": "osd_memory_target"}]: dispatch 2023-12-06T04:12:46.621 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Dec 06 04:12:46 smithi098 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi098[111615]: audit 2023-12-06T04:12:46.054415+0000 mon.smithi047 (mon.0) 518 : audit [INF] from='mgr.14182 172.21.15.47:0/1495146391' entity='mgr.smithi047.erpxvz' cmd=[{"prefix": "config rm", "who": "osd.3", "name": "osd_memory_target"}]: dispatch 2023-12-06T04:12:46.622 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Dec 06 04:12:46 smithi098 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi098[111615]: audit 2023-12-06T04:12:46.055224+0000 mon.smithi047 (mon.0) 519 : audit [INF] from='mgr.14182 172.21.15.47:0/1495146391' entity='mgr.smithi047.erpxvz' cmd=[{"prefix": "config rm", "who": "osd.5", "name": "osd_memory_target"}]: dispatch 2023-12-06T04:12:46.622 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Dec 06 04:12:46 smithi098 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi098[111615]: audit 2023-12-06T04:12:46.055999+0000 mon.smithi047 (mon.0) 520 : audit [INF] from='mgr.14182 172.21.15.47:0/1495146391' entity='mgr.smithi047.erpxvz' cmd=[{"prefix": "config rm", "who": "osd.6", "name": "osd_memory_target"}]: dispatch 2023-12-06T04:12:46.622 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Dec 06 04:12:46 smithi098 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi098[111615]: audit 2023-12-06T04:12:46.061095+0000 mon.smithi047 (mon.0) 521 : audit [INF] from='mgr.14182 172.21.15.47:0/1495146391' entity='mgr.smithi047.erpxvz' 2023-12-06T04:12:47.531 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Dec 06 04:12:47 smithi047 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi047[108212]: cephadm 2023-12-06T04:12:45.764156+0000 mgr.smithi047.erpxvz (mgr.14182) 95 : cephadm [INF] Detected new or changed devices on smithi098 2023-12-06T04:12:47.531 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Dec 06 04:12:47 smithi047 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi047[108212]: cephadm 2023-12-06T04:12:46.056660+0000 mgr.smithi047.erpxvz (mgr.14182) 96 : cephadm [INF] Adjusting osd_memory_target on smithi098 to 3992M 2023-12-06T04:12:47.531 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Dec 06 04:12:47 smithi047 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi047[108212]: cluster 2023-12-06T04:12:46.897072+0000 mon.smithi047 (mon.0) 522 : cluster [DBG] osdmap e32: 8 total, 8 up, 8 in 2023-12-06T04:12:47.620 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Dec 06 04:12:47 smithi098 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi098[111615]: cephadm 2023-12-06T04:12:45.764156+0000 mgr.smithi047.erpxvz (mgr.14182) 95 : cephadm [INF] Detected new or changed devices on smithi098 2023-12-06T04:12:47.620 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Dec 06 04:12:47 smithi098 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi098[111615]: cephadm 2023-12-06T04:12:46.056660+0000 mgr.smithi047.erpxvz (mgr.14182) 96 : cephadm [INF] Adjusting osd_memory_target on smithi098 to 3992M 2023-12-06T04:12:47.620 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Dec 06 04:12:47 smithi098 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi098[111615]: cluster 2023-12-06T04:12:46.897072+0000 mon.smithi047 (mon.0) 522 : cluster [DBG] osdmap e32: 8 total, 8 up, 8 in 2023-12-06T04:12:47.917 INFO:teuthology.orchestra.run.smithi047.stdout: 2023-12-06T04:12:48.294 INFO:teuthology.orchestra.run.smithi047.stdout:{"epoch":32,"num_osds":8,"num_up_osds":8,"osd_up_since":1701835964,"num_in_osds":8,"osd_in_since":1701835934,"num_remapped_pgs":0} 2023-12-06T04:12:48.295 INFO:tasks.cephadm:Setting up client nodes... 2023-12-06T04:12:48.295 DEBUG:teuthology.orchestra.run.smithi047:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:d03fca4f35d43f61b4679936aef7bd2f01cced0b shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 2ecad2ea-93ed-11ee-95a2-87774f69a715 -- ceph auth get-or-create client.0 mon 'allow *' osd 'allow *' mds 'allow *' mgr 'allow *' 2023-12-06T04:12:48.379 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Dec 06 04:12:48 smithi047 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi047[108212]: cluster 2023-12-06T04:12:47.295409+0000 mgr.smithi047.erpxvz (mgr.14182) 97 : cluster [DBG] pgmap v73: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-06T04:12:48.379 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Dec 06 04:12:48 smithi047 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi047[108212]: audit 2023-12-06T04:12:47.916419+0000 mon.smithi047 (mon.0) 523 : audit [DBG] from='client.? 172.21.15.47:0/2796701437' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2023-12-06T04:12:48.620 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Dec 06 04:12:48 smithi098 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi098[111615]: cluster 2023-12-06T04:12:47.295409+0000 mgr.smithi047.erpxvz (mgr.14182) 97 : cluster [DBG] pgmap v73: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-06T04:12:48.620 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Dec 06 04:12:48 smithi098 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi098[111615]: audit 2023-12-06T04:12:47.916419+0000 mon.smithi047 (mon.0) 523 : audit [DBG] from='client.? 172.21.15.47:0/2796701437' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2023-12-06T04:12:49.621 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Dec 06 04:12:49 smithi098 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi098[111615]: cephadm 2023-12-06T04:12:48.324248+0000 mgr.smithi047.erpxvz (mgr.14182) 98 : cephadm [INF] Detected new or changed devices on smithi047 2023-12-06T04:12:49.621 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Dec 06 04:12:49 smithi098 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi098[111615]: audit 2023-12-06T04:12:48.330257+0000 mon.smithi047 (mon.0) 524 : audit [INF] from='mgr.14182 172.21.15.47:0/1495146391' entity='mgr.smithi047.erpxvz' 2023-12-06T04:12:49.622 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Dec 06 04:12:49 smithi098 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi098[111615]: audit 2023-12-06T04:12:48.673303+0000 mon.smithi047 (mon.0) 525 : audit [INF] from='mgr.14182 172.21.15.47:0/1495146391' entity='mgr.smithi047.erpxvz' cmd=[{"prefix": "config rm", "who": "osd.1", "name": "osd_memory_target"}]: dispatch 2023-12-06T04:12:49.622 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Dec 06 04:12:49 smithi098 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi098[111615]: audit 2023-12-06T04:12:48.674306+0000 mon.smithi047 (mon.0) 526 : audit [INF] from='mgr.14182 172.21.15.47:0/1495146391' entity='mgr.smithi047.erpxvz' cmd=[{"prefix": "config rm", "who": "osd.2", "name": "osd_memory_target"}]: dispatch 2023-12-06T04:12:49.622 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Dec 06 04:12:49 smithi098 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi098[111615]: audit 2023-12-06T04:12:48.675023+0000 mon.smithi047 (mon.0) 527 : audit [INF] from='mgr.14182 172.21.15.47:0/1495146391' entity='mgr.smithi047.erpxvz' cmd=[{"prefix": "config rm", "who": "osd.4", "name": "osd_memory_target"}]: dispatch 2023-12-06T04:12:49.622 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Dec 06 04:12:49 smithi098 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi098[111615]: audit 2023-12-06T04:12:48.675721+0000 mon.smithi047 (mon.0) 528 : audit [INF] from='mgr.14182 172.21.15.47:0/1495146391' entity='mgr.smithi047.erpxvz' cmd=[{"prefix": "config rm", "who": "osd.7", "name": "osd_memory_target"}]: dispatch 2023-12-06T04:12:49.622 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Dec 06 04:12:49 smithi098 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi098[111615]: cephadm 2023-12-06T04:12:48.676250+0000 mgr.smithi047.erpxvz (mgr.14182) 99 : cephadm [INF] Adjusting osd_memory_target on smithi047 to 3225M 2023-12-06T04:12:49.622 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Dec 06 04:12:49 smithi098 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi098[111615]: audit 2023-12-06T04:12:48.680819+0000 mon.smithi047 (mon.0) 529 : audit [INF] from='mgr.14182 172.21.15.47:0/1495146391' entity='mgr.smithi047.erpxvz' 2023-12-06T04:12:49.622 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Dec 06 04:12:49 smithi098 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi098[111615]: audit 2023-12-06T04:12:48.683261+0000 mon.smithi047 (mon.0) 530 : audit [DBG] from='mgr.14182 172.21.15.47:0/1495146391' entity='mgr.smithi047.erpxvz' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T04:12:49.622 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Dec 06 04:12:49 smithi098 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi098[111615]: audit 2023-12-06T04:12:48.684101+0000 mon.smithi047 (mon.0) 531 : audit [INF] from='mgr.14182 172.21.15.47:0/1495146391' entity='mgr.smithi047.erpxvz' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T04:12:49.623 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Dec 06 04:12:49 smithi098 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi098[111615]: audit 2023-12-06T04:12:48.688743+0000 mon.smithi047 (mon.0) 532 : audit [INF] from='mgr.14182 172.21.15.47:0/1495146391' entity='mgr.smithi047.erpxvz' 2023-12-06T04:12:49.623 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Dec 06 04:12:49 smithi098 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi098[111615]: audit 2023-12-06T04:12:48.692686+0000 mon.smithi047 (mon.0) 533 : audit [DBG] from='mgr.14182 172.21.15.47:0/1495146391' entity='mgr.smithi047.erpxvz' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-12-06T04:12:49.623 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Dec 06 04:12:49 smithi098 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi098[111615]: audit 2023-12-06T04:12:48.695841+0000 mon.smithi047 (mon.0) 534 : audit [INF] from='mgr.14182 172.21.15.47:0/1495146391' entity='mgr.smithi047.erpxvz' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2023-12-06T04:12:49.623 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Dec 06 04:12:49 smithi098 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi098[111615]: audit 2023-12-06T04:12:48.696768+0000 mon.smithi047 (mon.0) 535 : audit [INF] from='mgr.14182 172.21.15.47:0/1495146391' entity='mgr.smithi047.erpxvz' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2023-12-06T04:12:49.623 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Dec 06 04:12:49 smithi098 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi098[111615]: audit 2023-12-06T04:12:48.697182+0000 mon.smithi047 (mon.0) 536 : audit [DBG] from='mgr.14182 172.21.15.47:0/1495146391' entity='mgr.smithi047.erpxvz' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T04:12:49.623 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Dec 06 04:12:49 smithi098 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi098[111615]: audit 2023-12-06T04:12:48.697711+0000 mon.smithi047 (mon.0) 537 : audit [DBG] from='mgr.14182 172.21.15.47:0/1495146391' entity='mgr.smithi047.erpxvz' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T04:12:49.623 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Dec 06 04:12:49 smithi098 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi098[111615]: cluster 2023-12-06T04:12:49.295788+0000 mgr.smithi047.erpxvz (mgr.14182) 100 : cluster [DBG] pgmap v74: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-06T04:12:49.625 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Dec 06 04:12:49 smithi047 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi047[108212]: cephadm 2023-12-06T04:12:48.324248+0000 mgr.smithi047.erpxvz (mgr.14182) 98 : cephadm [INF] Detected new or changed devices on smithi047 2023-12-06T04:12:49.625 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Dec 06 04:12:49 smithi047 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi047[108212]: audit 2023-12-06T04:12:48.330257+0000 mon.smithi047 (mon.0) 524 : audit [INF] from='mgr.14182 172.21.15.47:0/1495146391' entity='mgr.smithi047.erpxvz' 2023-12-06T04:12:49.625 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Dec 06 04:12:49 smithi047 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi047[108212]: audit 2023-12-06T04:12:48.673303+0000 mon.smithi047 (mon.0) 525 : audit [INF] from='mgr.14182 172.21.15.47:0/1495146391' entity='mgr.smithi047.erpxvz' cmd=[{"prefix": "config rm", "who": "osd.1", "name": "osd_memory_target"}]: dispatch 2023-12-06T04:12:49.625 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Dec 06 04:12:49 smithi047 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi047[108212]: audit 2023-12-06T04:12:48.674306+0000 mon.smithi047 (mon.0) 526 : audit [INF] from='mgr.14182 172.21.15.47:0/1495146391' entity='mgr.smithi047.erpxvz' cmd=[{"prefix": "config rm", "who": "osd.2", "name": "osd_memory_target"}]: dispatch 2023-12-06T04:12:49.625 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Dec 06 04:12:49 smithi047 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi047[108212]: audit 2023-12-06T04:12:48.675023+0000 mon.smithi047 (mon.0) 527 : audit [INF] from='mgr.14182 172.21.15.47:0/1495146391' entity='mgr.smithi047.erpxvz' cmd=[{"prefix": "config rm", "who": "osd.4", "name": "osd_memory_target"}]: dispatch 2023-12-06T04:12:49.625 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Dec 06 04:12:49 smithi047 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi047[108212]: audit 2023-12-06T04:12:48.675721+0000 mon.smithi047 (mon.0) 528 : audit [INF] from='mgr.14182 172.21.15.47:0/1495146391' entity='mgr.smithi047.erpxvz' cmd=[{"prefix": "config rm", "who": "osd.7", "name": "osd_memory_target"}]: dispatch 2023-12-06T04:12:49.625 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Dec 06 04:12:49 smithi047 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi047[108212]: cephadm 2023-12-06T04:12:48.676250+0000 mgr.smithi047.erpxvz (mgr.14182) 99 : cephadm [INF] Adjusting osd_memory_target on smithi047 to 3225M 2023-12-06T04:12:49.625 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Dec 06 04:12:49 smithi047 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi047[108212]: audit 2023-12-06T04:12:48.680819+0000 mon.smithi047 (mon.0) 529 : audit [INF] from='mgr.14182 172.21.15.47:0/1495146391' entity='mgr.smithi047.erpxvz' 2023-12-06T04:12:49.626 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Dec 06 04:12:49 smithi047 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi047[108212]: audit 2023-12-06T04:12:48.683261+0000 mon.smithi047 (mon.0) 530 : audit [DBG] from='mgr.14182 172.21.15.47:0/1495146391' entity='mgr.smithi047.erpxvz' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T04:12:49.626 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Dec 06 04:12:49 smithi047 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi047[108212]: audit 2023-12-06T04:12:48.684101+0000 mon.smithi047 (mon.0) 531 : audit [INF] from='mgr.14182 172.21.15.47:0/1495146391' entity='mgr.smithi047.erpxvz' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T04:12:49.626 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Dec 06 04:12:49 smithi047 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi047[108212]: audit 2023-12-06T04:12:48.688743+0000 mon.smithi047 (mon.0) 532 : audit [INF] from='mgr.14182 172.21.15.47:0/1495146391' entity='mgr.smithi047.erpxvz' 2023-12-06T04:12:49.626 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Dec 06 04:12:49 smithi047 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi047[108212]: audit 2023-12-06T04:12:48.692686+0000 mon.smithi047 (mon.0) 533 : audit [DBG] from='mgr.14182 172.21.15.47:0/1495146391' entity='mgr.smithi047.erpxvz' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-12-06T04:12:49.626 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Dec 06 04:12:49 smithi047 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi047[108212]: audit 2023-12-06T04:12:48.695841+0000 mon.smithi047 (mon.0) 534 : audit [INF] from='mgr.14182 172.21.15.47:0/1495146391' entity='mgr.smithi047.erpxvz' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2023-12-06T04:12:49.626 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Dec 06 04:12:49 smithi047 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi047[108212]: audit 2023-12-06T04:12:48.696768+0000 mon.smithi047 (mon.0) 535 : audit [INF] from='mgr.14182 172.21.15.47:0/1495146391' entity='mgr.smithi047.erpxvz' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2023-12-06T04:12:49.627 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Dec 06 04:12:49 smithi047 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi047[108212]: audit 2023-12-06T04:12:48.697182+0000 mon.smithi047 (mon.0) 536 : audit [DBG] from='mgr.14182 172.21.15.47:0/1495146391' entity='mgr.smithi047.erpxvz' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T04:12:49.627 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Dec 06 04:12:49 smithi047 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi047[108212]: audit 2023-12-06T04:12:48.697711+0000 mon.smithi047 (mon.0) 537 : audit [DBG] from='mgr.14182 172.21.15.47:0/1495146391' entity='mgr.smithi047.erpxvz' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T04:12:49.627 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Dec 06 04:12:49 smithi047 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi047[108212]: cluster 2023-12-06T04:12:49.295788+0000 mgr.smithi047.erpxvz (mgr.14182) 100 : cluster [DBG] pgmap v74: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-06T04:12:49.870 INFO:teuthology.orchestra.run.smithi047.stdout:[client.0] 2023-12-06T04:12:49.870 INFO:teuthology.orchestra.run.smithi047.stdout: key = AQDB9G9lflGUMxAAG1Vx0cxsYS/YJKLzgMWnmQ== 2023-12-06T04:12:50.296 DEBUG:teuthology.orchestra.run.smithi047:> set -ex 2023-12-06T04:12:50.296 DEBUG:teuthology.orchestra.run.smithi047:> sudo dd of=/etc/ceph/ceph.client.0.keyring 2023-12-06T04:12:50.296 DEBUG:teuthology.orchestra.run.smithi047:> sudo chmod 0644 /etc/ceph/ceph.client.0.keyring 2023-12-06T04:12:50.350 DEBUG:teuthology.orchestra.run.smithi098:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:d03fca4f35d43f61b4679936aef7bd2f01cced0b shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 2ecad2ea-93ed-11ee-95a2-87774f69a715 -- ceph auth get-or-create client.1 mon 'allow *' osd 'allow *' mds 'allow *' mgr 'allow *' 2023-12-06T04:12:50.948 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Dec 06 04:12:50 smithi098 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi098[111615]: audit 2023-12-06T04:12:49.865193+0000 mon.smithi047 (mon.0) 538 : audit [INF] from='client.? 172.21.15.47:0/1584319137' entity='client.admin' cmd=[{"prefix": "auth get-or-create", "entity": "client.0", "caps": ["mon", "allow *", "osd", "allow *", "mds", "allow *", "mgr", "allow *"]}]: dispatch 2023-12-06T04:12:50.948 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Dec 06 04:12:50 smithi098 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi098[111615]: audit 2023-12-06T04:12:49.869472+0000 mon.smithi047 (mon.0) 539 : audit [INF] from='client.? 172.21.15.47:0/1584319137' entity='client.admin' cmd='[{"prefix": "auth get-or-create", "entity": "client.0", "caps": ["mon", "allow *", "osd", "allow *", "mds", "allow *", "mgr", "allow *"]}]': finished 2023-12-06T04:12:51.130 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Dec 06 04:12:50 smithi047 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi047[108212]: audit 2023-12-06T04:12:49.865193+0000 mon.smithi047 (mon.0) 538 : audit [INF] from='client.? 172.21.15.47:0/1584319137' entity='client.admin' cmd=[{"prefix": "auth get-or-create", "entity": "client.0", "caps": ["mon", "allow *", "osd", "allow *", "mds", "allow *", "mgr", "allow *"]}]: dispatch 2023-12-06T04:12:51.130 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Dec 06 04:12:50 smithi047 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi047[108212]: audit 2023-12-06T04:12:49.869472+0000 mon.smithi047 (mon.0) 539 : audit [INF] from='client.? 172.21.15.47:0/1584319137' entity='client.admin' cmd='[{"prefix": "auth get-or-create", "entity": "client.0", "caps": ["mon", "allow *", "osd", "allow *", "mds", "allow *", "mgr", "allow *"]}]': finished 2023-12-06T04:12:51.879 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Dec 06 04:12:51 smithi047 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi047[108212]: cluster 2023-12-06T04:12:51.296187+0000 mgr.smithi047.erpxvz (mgr.14182) 101 : cluster [DBG] pgmap v75: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-06T04:12:52.120 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Dec 06 04:12:51 smithi098 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi098[111615]: cluster 2023-12-06T04:12:51.296187+0000 mgr.smithi047.erpxvz (mgr.14182) 101 : cluster [DBG] pgmap v75: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-06T04:12:52.321 INFO:teuthology.orchestra.run.smithi098.stdout:[client.1] 2023-12-06T04:12:52.321 INFO:teuthology.orchestra.run.smithi098.stdout: key = AQDE9G9lGA/mEhAApt07GqD+UvXshp7+ZwTWdw== 2023-12-06T04:12:52.733 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Dec 06 04:12:52 smithi098 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi098[111615]: audit 2023-12-06T04:12:52.316036+0000 mon.smithi098 (mon.1) 22 : audit [INF] from='client.? 172.21.15.98:0/1794591076' entity='client.admin' cmd=[{"prefix": "auth get-or-create", "entity": "client.1", "caps": ["mon", "allow *", "osd", "allow *", "mds", "allow *", "mgr", "allow *"]}]: dispatch 2023-12-06T04:12:52.733 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Dec 06 04:12:52 smithi098 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi098[111615]: audit 2023-12-06T04:12:52.316832+0000 mon.smithi047 (mon.0) 540 : 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-12-06T04:12:52.733 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Dec 06 04:12:52 smithi098 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi098[111615]: audit 2023-12-06T04:12:52.320798+0000 mon.smithi047 (mon.0) 541 : 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-12-06T04:12:52.859 DEBUG:teuthology.orchestra.run.smithi098:> set -ex 2023-12-06T04:12:52.859 DEBUG:teuthology.orchestra.run.smithi098:> sudo dd of=/etc/ceph/ceph.client.1.keyring 2023-12-06T04:12:52.859 DEBUG:teuthology.orchestra.run.smithi098:> sudo chmod 0644 /etc/ceph/ceph.client.1.keyring 2023-12-06T04:12:52.900 DEBUG:teuthology.orchestra.run.smithi047:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:d03fca4f35d43f61b4679936aef7bd2f01cced0b shell --fsid 2ecad2ea-93ed-11ee-95a2-87774f69a715 -- ceph osd dump --format=json 2023-12-06T04:12:53.129 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Dec 06 04:12:52 smithi047 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi047[108212]: audit 2023-12-06T04:12:52.316036+0000 mon.smithi098 (mon.1) 22 : audit [INF] from='client.? 172.21.15.98:0/1794591076' entity='client.admin' cmd=[{"prefix": "auth get-or-create", "entity": "client.1", "caps": ["mon", "allow *", "osd", "allow *", "mds", "allow *", "mgr", "allow *"]}]: dispatch 2023-12-06T04:12:53.129 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Dec 06 04:12:52 smithi047 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi047[108212]: audit 2023-12-06T04:12:52.316832+0000 mon.smithi047 (mon.0) 540 : 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-12-06T04:12:53.129 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Dec 06 04:12:52 smithi047 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi047[108212]: audit 2023-12-06T04:12:52.320798+0000 mon.smithi047 (mon.0) 541 : 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-12-06T04:12:53.208 INFO:teuthology.orchestra.run.smithi047.stderr:Inferring config /var/lib/ceph/2ecad2ea-93ed-11ee-95a2-87774f69a715/mon.smithi047/config 2023-12-06T04:12:54.257 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Dec 06 04:12:54 smithi047 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi047[108212]: cluster 2023-12-06T04:12:53.296560+0000 mgr.smithi047.erpxvz (mgr.14182) 102 : cluster [DBG] pgmap v76: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-06T04:12:54.403 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Dec 06 04:12:54 smithi098 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi098[111615]: cluster 2023-12-06T04:12:53.296560+0000 mgr.smithi047.erpxvz (mgr.14182) 102 : cluster [DBG] pgmap v76: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-06T04:12:54.758 INFO:teuthology.orchestra.run.smithi047.stdout: 2023-12-06T04:12:54.758 INFO:teuthology.orchestra.run.smithi047.stdout:{"epoch":32,"fsid":"2ecad2ea-93ed-11ee-95a2-87774f69a715","created":"2023-12-06T04:09:34.443143+0000","modified":"2023-12-06T04:12:46.893526+0000","last_up_change":"2023-12-06T04:12:44.890599+0000","last_in_change":"2023-12-06T04:12:14.991845+0000","flags":"sortbitwise,recovery_deletes,purged_snapdirs,pglog_hardlimit","flags_num":5799936,"flags_set":["pglog_hardlimit","purged_snapdirs","recovery_deletes","sortbitwise"],"crush_version":15,"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-12-06T04:12:33.713203+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":"25","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":"1c5456de-595f-4ddd-afb2-80199133bee0","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":16,"up_thru":30,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.98:6800","nonce":186415782},{"type":"v1","addr":"172.21.15.98:6801","nonce":186415782}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.98:6802","nonce":186415782},{"type":"v1","addr":"172.21.15.98:6803","nonce":186415782}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.98:6806","nonce":186415782},{"type":"v1","addr":"172.21.15.98:6807","nonce":186415782}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.98:6804","nonce":186415782},{"type":"v1","addr":"172.21.15.98:6805","nonce":186415782}]},"public_addr":"172.21.15.98:6801/186415782","cluster_addr":"172.21.15.98:6803/186415782","heartbeat_back_addr":"172.21.15.98:6807/186415782","heartbeat_front_addr":"172.21.15.98:6805/186415782","state":["exists","up"]},{"osd":1,"uuid":"cf391a85-d753-41c8-8106-cd4605e942e8","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":18,"up_thru":23,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.47:6802","nonce":1711775817},{"type":"v1","addr":"172.21.15.47:6803","nonce":1711775817}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.47:6804","nonce":1711775817},{"type":"v1","addr":"172.21.15.47:6805","nonce":1711775817}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.47:6808","nonce":1711775817},{"type":"v1","addr":"172.21.15.47:6809","nonce":1711775817}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.47:6806","nonce":1711775817},{"type":"v1","addr":"172.21.15.47:6807","nonce":1711775817}]},"public_addr":"172.21.15.47:6803/1711775817","cluster_addr":"172.21.15.47:6805/1711775817","heartbeat_back_addr":"172.21.15.47:6809/1711775817","heartbeat_front_addr":"172.21.15.47:6807/1711775817","state":["exists","up"]},{"osd":2,"uuid":"d7ca6d9f-04d0-458d-b020-4d83c4b25e33","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":22,"up_thru":0,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.47:6810","nonce":3147594364},{"type":"v1","addr":"172.21.15.47:6811","nonce":3147594364}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.47:6812","nonce":3147594364},{"type":"v1","addr":"172.21.15.47:6813","nonce":3147594364}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.47:6816","nonce":3147594364},{"type":"v1","addr":"172.21.15.47:6817","nonce":3147594364}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.47:6814","nonce":3147594364},{"type":"v1","addr":"172.21.15.47:6815","nonce":3147594364}]},"public_addr":"172.21.15.47:6811/3147594364","cluster_addr":"172.21.15.47:6813/3147594364","heartbeat_back_addr":"172.21.15.47:6817/3147594364","heartbeat_front_addr":"172.21.15.47:6815/3147594364","state":["exists","up"]},{"osd":3,"uuid":"b2878046-753c-4386-b141-684338dc755a","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":19,"up_thru":0,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.98:6808","nonce":1947774655},{"type":"v1","addr":"172.21.15.98:6809","nonce":1947774655}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.98:6810","nonce":1947774655},{"type":"v1","addr":"172.21.15.98:6811","nonce":1947774655}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.98:6814","nonce":1947774655},{"type":"v1","addr":"172.21.15.98:6815","nonce":1947774655}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.98:6812","nonce":1947774655},{"type":"v1","addr":"172.21.15.98:6813","nonce":1947774655}]},"public_addr":"172.21.15.98:6809/1947774655","cluster_addr":"172.21.15.98:6811/1947774655","heartbeat_back_addr":"172.21.15.98:6815/1947774655","heartbeat_front_addr":"172.21.15.98:6813/1947774655","state":["exists","up"]},{"osd":4,"uuid":"2b6b6d40-9806-4c19-8957-6fea01e88c9b","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":26,"up_thru":0,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.47:6818","nonce":801185019},{"type":"v1","addr":"172.21.15.47:6819","nonce":801185019}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.47:6820","nonce":801185019},{"type":"v1","addr":"172.21.15.47:6821","nonce":801185019}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.47:6824","nonce":801185019},{"type":"v1","addr":"172.21.15.47:6825","nonce":801185019}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.47:6822","nonce":801185019},{"type":"v1","addr":"172.21.15.47:6823","nonce":801185019}]},"public_addr":"172.21.15.47:6819/801185019","cluster_addr":"172.21.15.47:6821/801185019","heartbeat_back_addr":"172.21.15.47:6825/801185019","heartbeat_front_addr":"172.21.15.47:6823/801185019","state":["exists","up"]},{"osd":5,"uuid":"a64240e0-6a37-4305-8bb5-34c3f72ef4f9","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.98:6816","nonce":1422508239},{"type":"v1","addr":"172.21.15.98:6817","nonce":1422508239}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.98:6818","nonce":1422508239},{"type":"v1","addr":"172.21.15.98:6819","nonce":1422508239}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.98:6822","nonce":1422508239},{"type":"v1","addr":"172.21.15.98:6823","nonce":1422508239}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.98:6820","nonce":1422508239},{"type":"v1","addr":"172.21.15.98:6821","nonce":1422508239}]},"public_addr":"172.21.15.98:6817/1422508239","cluster_addr":"172.21.15.98:6819/1422508239","heartbeat_back_addr":"172.21.15.98:6823/1422508239","heartbeat_front_addr":"172.21.15.98:6821/1422508239","state":["exists","up"]},{"osd":6,"uuid":"b1fe032d-0045-4669-b1da-86fe797ee2d5","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.98:6824","nonce":3035606448},{"type":"v1","addr":"172.21.15.98:6825","nonce":3035606448}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.98:6826","nonce":3035606448},{"type":"v1","addr":"172.21.15.98:6827","nonce":3035606448}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.98:6830","nonce":3035606448},{"type":"v1","addr":"172.21.15.98:6831","nonce":3035606448}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.98:6828","nonce":3035606448},{"type":"v1","addr":"172.21.15.98:6829","nonce":3035606448}]},"public_addr":"172.21.15.98:6825/3035606448","cluster_addr":"172.21.15.98:6827/3035606448","heartbeat_back_addr":"172.21.15.98:6831/3035606448","heartbeat_front_addr":"172.21.15.98:6829/3035606448","state":["exists","up"]},{"osd":7,"uuid":"8a69d33b-52d4-4ed0-adbb-c73b0f1dcac1","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":30,"up_thru":31,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.47:6826","nonce":1240034654},{"type":"v1","addr":"172.21.15.47:6827","nonce":1240034654}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.47:6828","nonce":1240034654},{"type":"v1","addr":"172.21.15.47:6829","nonce":1240034654}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.47:6832","nonce":1240034654},{"type":"v1","addr":"172.21.15.47:6833","nonce":1240034654}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.47:6830","nonce":1240034654},{"type":"v1","addr":"172.21.15.47:6831","nonce":1240034654}]},"public_addr":"172.21.15.47:6827/1240034654","cluster_addr":"172.21.15.47:6829/1240034654","heartbeat_back_addr":"172.21.15.47:6833/1240034654","heartbeat_front_addr":"172.21.15.47:6831/1240034654","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-12-06T04:12:28.272837+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-12-06T04:12:30.258581+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-12-06T04:12:34.581837+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-12-06T04:12:31.994319+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-12-06T04:12:39.190622+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-12-06T04:12:35.549422+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-12-06T04:12:39.284099+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-12-06T04:12:43.525738+0000","dead_epoch":0}],"pg_upmap":[],"pg_upmap_items":[],"pg_temp":[],"primary_temp":[],"blocklist":{"172.21.15.47:0/3247473366":"2023-12-07T04:11:03.273720+0000","172.21.15.47:0/2827962973":"2023-12-07T04:11:03.273720+0000","172.21.15.47:6801/4182456582":"2023-12-07T04:11:03.273720+0000","172.21.15.47:6800/4182456582":"2023-12-07T04:11:03.273720+0000","172.21.15.47:0/2698085268":"2023-12-07T04:10:25.190709+0000","172.21.15.47:6800/3725636672":"2023-12-07T04:10:25.190709+0000","172.21.15.47:0/1871539023":"2023-12-07T04:09:56.836545+0000","172.21.15.47:6801/3725636672":"2023-12-07T04:10:25.190709+0000","172.21.15.47:6800/2529025964":"2023-12-07T04:09:56.836545+0000","172.21.15.47:0/1614623056":"2023-12-07T04:10:25.190709+0000","172.21.15.47:6801/2529025964":"2023-12-07T04:09:56.836545+0000","172.21.15.47:0/2948412107":"2023-12-07T04:09:56.836545+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-12-06T04:12:55.199 INFO:tasks.cephadm.ceph_manager.ceph:[{'pool': 1, 'pool_name': 'device_health_metrics', 'create_time': '2023-12-06T04:12:33.713203+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': '25', '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-12-06T04:12:55.199 DEBUG:teuthology.orchestra.run.smithi047:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:d03fca4f35d43f61b4679936aef7bd2f01cced0b shell --fsid 2ecad2ea-93ed-11ee-95a2-87774f69a715 -- ceph osd pool get device_health_metrics pg_num 2023-12-06T04:12:55.330 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Dec 06 04:12:55 smithi047 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi047[108212]: audit 2023-12-06T04:12:54.756551+0000 mon.smithi047 (mon.0) 542 : audit [DBG] from='client.? 172.21.15.47:0/2090538556' entity='client.admin' cmd=[{"prefix": "osd dump", "format": "json"}]: dispatch 2023-12-06T04:12:55.370 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Dec 06 04:12:55 smithi098 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi098[111615]: audit 2023-12-06T04:12:54.756551+0000 mon.smithi047 (mon.0) 542 : audit [DBG] from='client.? 172.21.15.47:0/2090538556' entity='client.admin' cmd=[{"prefix": "osd dump", "format": "json"}]: dispatch 2023-12-06T04:12:55.524 INFO:teuthology.orchestra.run.smithi047.stderr:Inferring config /var/lib/ceph/2ecad2ea-93ed-11ee-95a2-87774f69a715/mon.smithi047/config 2023-12-06T04:12:56.373 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Dec 06 04:12:56 smithi047 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi047[108212]: cluster 2023-12-06T04:12:55.296960+0000 mgr.smithi047.erpxvz (mgr.14182) 103 : cluster [DBG] pgmap v77: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-06T04:12:56.373 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Dec 06 04:12:56 smithi047 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi047[108212]: audit 2023-12-06T04:12:55.576272+0000 mon.smithi047 (mon.0) 543 : audit [INF] from='mgr.14182 172.21.15.47:0/1495146391' entity='mgr.smithi047.erpxvz' 2023-12-06T04:12:56.620 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Dec 06 04:12:56 smithi098 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi098[111615]: cluster 2023-12-06T04:12:55.296960+0000 mgr.smithi047.erpxvz (mgr.14182) 103 : cluster [DBG] pgmap v77: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-06T04:12:56.620 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Dec 06 04:12:56 smithi098 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi098[111615]: audit 2023-12-06T04:12:55.576272+0000 mon.smithi047 (mon.0) 543 : audit [INF] from='mgr.14182 172.21.15.47:0/1495146391' entity='mgr.smithi047.erpxvz' 2023-12-06T04:12:56.873 INFO:teuthology.orchestra.run.smithi047.stdout:pg_num: 1 2023-12-06T04:12:57.256 INFO:tasks.ceph:Waiting until ceph daemons up and pgs clean... 2023-12-06T04:12:57.256 INFO:tasks.cephadm.ceph_manager.ceph:waiting for mgr available 2023-12-06T04:12:57.257 DEBUG:teuthology.orchestra.run.smithi047:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:d03fca4f35d43f61b4679936aef7bd2f01cced0b shell --fsid 2ecad2ea-93ed-11ee-95a2-87774f69a715 -- ceph mgr dump --format=json 2023-12-06T04:12:57.558 INFO:teuthology.orchestra.run.smithi047.stderr:Inferring config /var/lib/ceph/2ecad2ea-93ed-11ee-95a2-87774f69a715/mon.smithi047/config 2023-12-06T04:12:58.019 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Dec 06 04:12:57 smithi047 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi047[108212]: audit 2023-12-06T04:12:56.641643+0000 mon.smithi047 (mon.0) 544 : audit [INF] from='mgr.14182 172.21.15.47:0/1495146391' entity='mgr.smithi047.erpxvz' 2023-12-06T04:12:58.019 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Dec 06 04:12:57 smithi047 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi047[108212]: audit 2023-12-06T04:12:56.872433+0000 mon.smithi047 (mon.0) 545 : audit [DBG] from='client.? 172.21.15.47:0/3590428483' entity='client.admin' cmd=[{"prefix": "osd pool get", "pool": "device_health_metrics", "var": "pg_num"}]: dispatch 2023-12-06T04:12:58.019 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Dec 06 04:12:57 smithi047 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi047[108212]: cluster 2023-12-06T04:12:57.297323+0000 mgr.smithi047.erpxvz (mgr.14182) 104 : cluster [DBG] pgmap v78: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-06T04:12:58.120 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Dec 06 04:12:57 smithi098 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi098[111615]: audit 2023-12-06T04:12:56.641643+0000 mon.smithi047 (mon.0) 544 : audit [INF] from='mgr.14182 172.21.15.47:0/1495146391' entity='mgr.smithi047.erpxvz' 2023-12-06T04:12:58.120 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Dec 06 04:12:57 smithi098 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi098[111615]: audit 2023-12-06T04:12:56.872433+0000 mon.smithi047 (mon.0) 545 : audit [DBG] from='client.? 172.21.15.47:0/3590428483' entity='client.admin' cmd=[{"prefix": "osd pool get", "pool": "device_health_metrics", "var": "pg_num"}]: dispatch 2023-12-06T04:12:58.121 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Dec 06 04:12:57 smithi098 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi098[111615]: cluster 2023-12-06T04:12:57.297323+0000 mgr.smithi047.erpxvz (mgr.14182) 104 : cluster [DBG] pgmap v78: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-06T04:12:58.784 INFO:teuthology.orchestra.run.smithi047.stdout: 2023-12-06T04:12:59.159 INFO:teuthology.orchestra.run.smithi047.stdout:{"epoch":18,"active_gid":14182,"active_name":"smithi047.erpxvz","active_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.47:6800","nonce":2521001838},{"type":"v1","addr":"172.21.15.47:6801","nonce":2521001838}]},"active_addr":"172.21.15.47:6801/2521001838","active_change":"2023-12-06T04:11:03.273841+0000","active_mgr_features":4540138314316775423,"available":true,"standbys":[{"gid":14202,"name":"smithi098.oprotl","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.47:8443/","prometheus":"http://172.21.15.47: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.47:0","nonce":1018499196}]},{"name":"volumes","addrvec":[{"type":"v2","addr":"172.21.15.47:0","nonce":3649132867}]}]} 2023-12-06T04:12:59.165 INFO:tasks.cephadm.ceph_manager.ceph:mgr available! 2023-12-06T04:12:59.165 INFO:tasks.cephadm.ceph_manager.ceph:waiting for all up 2023-12-06T04:12:59.165 DEBUG:teuthology.orchestra.run.smithi047:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:d03fca4f35d43f61b4679936aef7bd2f01cced0b shell --fsid 2ecad2ea-93ed-11ee-95a2-87774f69a715 -- ceph osd dump --format=json 2023-12-06T04:12:59.380 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Dec 06 04:12:59 smithi047 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi047[108212]: audit 2023-12-06T04:12:58.779171+0000 mon.smithi047 (mon.0) 546 : audit [DBG] from='client.? 172.21.15.47:0/4072381871' entity='client.admin' cmd=[{"prefix": "mgr dump", "format": "json"}]: dispatch 2023-12-06T04:12:59.468 INFO:teuthology.orchestra.run.smithi047.stderr:Inferring config /var/lib/ceph/2ecad2ea-93ed-11ee-95a2-87774f69a715/mon.smithi047/config 2023-12-06T04:12:59.620 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Dec 06 04:12:59 smithi098 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi098[111615]: audit 2023-12-06T04:12:58.779171+0000 mon.smithi047 (mon.0) 546 : audit [DBG] from='client.? 172.21.15.47:0/4072381871' entity='client.admin' cmd=[{"prefix": "mgr dump", "format": "json"}]: dispatch 2023-12-06T04:13:00.288 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Dec 06 04:13:00 smithi047 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi047[108212]: cluster 2023-12-06T04:12:59.297634+0000 mgr.smithi047.erpxvz (mgr.14182) 105 : cluster [DBG] pgmap v79: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-06T04:13:00.620 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Dec 06 04:13:00 smithi098 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi098[111615]: cluster 2023-12-06T04:12:59.297634+0000 mgr.smithi047.erpxvz (mgr.14182) 105 : cluster [DBG] pgmap v79: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-06T04:13:00.672 INFO:teuthology.orchestra.run.smithi047.stdout: 2023-12-06T04:13:00.672 INFO:teuthology.orchestra.run.smithi047.stdout:{"epoch":32,"fsid":"2ecad2ea-93ed-11ee-95a2-87774f69a715","created":"2023-12-06T04:09:34.443143+0000","modified":"2023-12-06T04:12:46.893526+0000","last_up_change":"2023-12-06T04:12:44.890599+0000","last_in_change":"2023-12-06T04:12:14.991845+0000","flags":"sortbitwise,recovery_deletes,purged_snapdirs,pglog_hardlimit","flags_num":5799936,"flags_set":["pglog_hardlimit","purged_snapdirs","recovery_deletes","sortbitwise"],"crush_version":15,"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-12-06T04:12:33.713203+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":"25","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":"1c5456de-595f-4ddd-afb2-80199133bee0","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":16,"up_thru":30,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.98:6800","nonce":186415782},{"type":"v1","addr":"172.21.15.98:6801","nonce":186415782}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.98:6802","nonce":186415782},{"type":"v1","addr":"172.21.15.98:6803","nonce":186415782}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.98:6806","nonce":186415782},{"type":"v1","addr":"172.21.15.98:6807","nonce":186415782}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.98:6804","nonce":186415782},{"type":"v1","addr":"172.21.15.98:6805","nonce":186415782}]},"public_addr":"172.21.15.98:6801/186415782","cluster_addr":"172.21.15.98:6803/186415782","heartbeat_back_addr":"172.21.15.98:6807/186415782","heartbeat_front_addr":"172.21.15.98:6805/186415782","state":["exists","up"]},{"osd":1,"uuid":"cf391a85-d753-41c8-8106-cd4605e942e8","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":18,"up_thru":23,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.47:6802","nonce":1711775817},{"type":"v1","addr":"172.21.15.47:6803","nonce":1711775817}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.47:6804","nonce":1711775817},{"type":"v1","addr":"172.21.15.47:6805","nonce":1711775817}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.47:6808","nonce":1711775817},{"type":"v1","addr":"172.21.15.47:6809","nonce":1711775817}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.47:6806","nonce":1711775817},{"type":"v1","addr":"172.21.15.47:6807","nonce":1711775817}]},"public_addr":"172.21.15.47:6803/1711775817","cluster_addr":"172.21.15.47:6805/1711775817","heartbeat_back_addr":"172.21.15.47:6809/1711775817","heartbeat_front_addr":"172.21.15.47:6807/1711775817","state":["exists","up"]},{"osd":2,"uuid":"d7ca6d9f-04d0-458d-b020-4d83c4b25e33","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":22,"up_thru":0,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.47:6810","nonce":3147594364},{"type":"v1","addr":"172.21.15.47:6811","nonce":3147594364}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.47:6812","nonce":3147594364},{"type":"v1","addr":"172.21.15.47:6813","nonce":3147594364}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.47:6816","nonce":3147594364},{"type":"v1","addr":"172.21.15.47:6817","nonce":3147594364}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.47:6814","nonce":3147594364},{"type":"v1","addr":"172.21.15.47:6815","nonce":3147594364}]},"public_addr":"172.21.15.47:6811/3147594364","cluster_addr":"172.21.15.47:6813/3147594364","heartbeat_back_addr":"172.21.15.47:6817/3147594364","heartbeat_front_addr":"172.21.15.47:6815/3147594364","state":["exists","up"]},{"osd":3,"uuid":"b2878046-753c-4386-b141-684338dc755a","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":19,"up_thru":0,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.98:6808","nonce":1947774655},{"type":"v1","addr":"172.21.15.98:6809","nonce":1947774655}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.98:6810","nonce":1947774655},{"type":"v1","addr":"172.21.15.98:6811","nonce":1947774655}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.98:6814","nonce":1947774655},{"type":"v1","addr":"172.21.15.98:6815","nonce":1947774655}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.98:6812","nonce":1947774655},{"type":"v1","addr":"172.21.15.98:6813","nonce":1947774655}]},"public_addr":"172.21.15.98:6809/1947774655","cluster_addr":"172.21.15.98:6811/1947774655","heartbeat_back_addr":"172.21.15.98:6815/1947774655","heartbeat_front_addr":"172.21.15.98:6813/1947774655","state":["exists","up"]},{"osd":4,"uuid":"2b6b6d40-9806-4c19-8957-6fea01e88c9b","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":26,"up_thru":0,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.47:6818","nonce":801185019},{"type":"v1","addr":"172.21.15.47:6819","nonce":801185019}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.47:6820","nonce":801185019},{"type":"v1","addr":"172.21.15.47:6821","nonce":801185019}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.47:6824","nonce":801185019},{"type":"v1","addr":"172.21.15.47:6825","nonce":801185019}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.47:6822","nonce":801185019},{"type":"v1","addr":"172.21.15.47:6823","nonce":801185019}]},"public_addr":"172.21.15.47:6819/801185019","cluster_addr":"172.21.15.47:6821/801185019","heartbeat_back_addr":"172.21.15.47:6825/801185019","heartbeat_front_addr":"172.21.15.47:6823/801185019","state":["exists","up"]},{"osd":5,"uuid":"a64240e0-6a37-4305-8bb5-34c3f72ef4f9","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.98:6816","nonce":1422508239},{"type":"v1","addr":"172.21.15.98:6817","nonce":1422508239}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.98:6818","nonce":1422508239},{"type":"v1","addr":"172.21.15.98:6819","nonce":1422508239}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.98:6822","nonce":1422508239},{"type":"v1","addr":"172.21.15.98:6823","nonce":1422508239}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.98:6820","nonce":1422508239},{"type":"v1","addr":"172.21.15.98:6821","nonce":1422508239}]},"public_addr":"172.21.15.98:6817/1422508239","cluster_addr":"172.21.15.98:6819/1422508239","heartbeat_back_addr":"172.21.15.98:6823/1422508239","heartbeat_front_addr":"172.21.15.98:6821/1422508239","state":["exists","up"]},{"osd":6,"uuid":"b1fe032d-0045-4669-b1da-86fe797ee2d5","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.98:6824","nonce":3035606448},{"type":"v1","addr":"172.21.15.98:6825","nonce":3035606448}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.98:6826","nonce":3035606448},{"type":"v1","addr":"172.21.15.98:6827","nonce":3035606448}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.98:6830","nonce":3035606448},{"type":"v1","addr":"172.21.15.98:6831","nonce":3035606448}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.98:6828","nonce":3035606448},{"type":"v1","addr":"172.21.15.98:6829","nonce":3035606448}]},"public_addr":"172.21.15.98:6825/3035606448","cluster_addr":"172.21.15.98:6827/3035606448","heartbeat_back_addr":"172.21.15.98:6831/3035606448","heartbeat_front_addr":"172.21.15.98:6829/3035606448","state":["exists","up"]},{"osd":7,"uuid":"8a69d33b-52d4-4ed0-adbb-c73b0f1dcac1","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":30,"up_thru":31,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.47:6826","nonce":1240034654},{"type":"v1","addr":"172.21.15.47:6827","nonce":1240034654}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.47:6828","nonce":1240034654},{"type":"v1","addr":"172.21.15.47:6829","nonce":1240034654}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.47:6832","nonce":1240034654},{"type":"v1","addr":"172.21.15.47:6833","nonce":1240034654}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.47:6830","nonce":1240034654},{"type":"v1","addr":"172.21.15.47:6831","nonce":1240034654}]},"public_addr":"172.21.15.47:6827/1240034654","cluster_addr":"172.21.15.47:6829/1240034654","heartbeat_back_addr":"172.21.15.47:6833/1240034654","heartbeat_front_addr":"172.21.15.47:6831/1240034654","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-12-06T04:12:28.272837+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-12-06T04:12:30.258581+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-12-06T04:12:34.581837+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-12-06T04:12:31.994319+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-12-06T04:12:39.190622+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-12-06T04:12:35.549422+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-12-06T04:12:39.284099+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-12-06T04:12:43.525738+0000","dead_epoch":0}],"pg_upmap":[],"pg_upmap_items":[],"pg_temp":[],"primary_temp":[],"blocklist":{"172.21.15.47:0/3247473366":"2023-12-07T04:11:03.273720+0000","172.21.15.47:0/2827962973":"2023-12-07T04:11:03.273720+0000","172.21.15.47:6801/4182456582":"2023-12-07T04:11:03.273720+0000","172.21.15.47:6800/4182456582":"2023-12-07T04:11:03.273720+0000","172.21.15.47:0/2698085268":"2023-12-07T04:10:25.190709+0000","172.21.15.47:6800/3725636672":"2023-12-07T04:10:25.190709+0000","172.21.15.47:0/1871539023":"2023-12-07T04:09:56.836545+0000","172.21.15.47:6801/3725636672":"2023-12-07T04:10:25.190709+0000","172.21.15.47:6800/2529025964":"2023-12-07T04:09:56.836545+0000","172.21.15.47:0/1614623056":"2023-12-07T04:10:25.190709+0000","172.21.15.47:6801/2529025964":"2023-12-07T04:09:56.836545+0000","172.21.15.47:0/2948412107":"2023-12-07T04:09:56.836545+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-12-06T04:13:01.057 INFO:tasks.cephadm.ceph_manager.ceph:all up! 2023-12-06T04:13:01.057 DEBUG:teuthology.orchestra.run.smithi047:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:d03fca4f35d43f61b4679936aef7bd2f01cced0b shell --fsid 2ecad2ea-93ed-11ee-95a2-87774f69a715 -- ceph osd dump --format=json 2023-12-06T04:13:01.358 INFO:teuthology.orchestra.run.smithi047.stderr:Inferring config /var/lib/ceph/2ecad2ea-93ed-11ee-95a2-87774f69a715/mon.smithi047/config 2023-12-06T04:13:01.379 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Dec 06 04:13:01 smithi047 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi047[108212]: audit 2023-12-06T04:13:00.670864+0000 mon.smithi047 (mon.0) 547 : audit [DBG] from='client.? 172.21.15.47:0/3758445586' entity='client.admin' cmd=[{"prefix": "osd dump", "format": "json"}]: dispatch 2023-12-06T04:13:01.620 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Dec 06 04:13:01 smithi098 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi098[111615]: audit 2023-12-06T04:13:00.670864+0000 mon.smithi047 (mon.0) 547 : audit [DBG] from='client.? 172.21.15.47:0/3758445586' entity='client.admin' cmd=[{"prefix": "osd dump", "format": "json"}]: dispatch 2023-12-06T04:13:02.562 INFO:teuthology.orchestra.run.smithi047.stdout: 2023-12-06T04:13:02.562 INFO:teuthology.orchestra.run.smithi047.stdout:{"epoch":32,"fsid":"2ecad2ea-93ed-11ee-95a2-87774f69a715","created":"2023-12-06T04:09:34.443143+0000","modified":"2023-12-06T04:12:46.893526+0000","last_up_change":"2023-12-06T04:12:44.890599+0000","last_in_change":"2023-12-06T04:12:14.991845+0000","flags":"sortbitwise,recovery_deletes,purged_snapdirs,pglog_hardlimit","flags_num":5799936,"flags_set":["pglog_hardlimit","purged_snapdirs","recovery_deletes","sortbitwise"],"crush_version":15,"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-12-06T04:12:33.713203+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":"25","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":"1c5456de-595f-4ddd-afb2-80199133bee0","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":16,"up_thru":30,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.98:6800","nonce":186415782},{"type":"v1","addr":"172.21.15.98:6801","nonce":186415782}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.98:6802","nonce":186415782},{"type":"v1","addr":"172.21.15.98:6803","nonce":186415782}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.98:6806","nonce":186415782},{"type":"v1","addr":"172.21.15.98:6807","nonce":186415782}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.98:6804","nonce":186415782},{"type":"v1","addr":"172.21.15.98:6805","nonce":186415782}]},"public_addr":"172.21.15.98:6801/186415782","cluster_addr":"172.21.15.98:6803/186415782","heartbeat_back_addr":"172.21.15.98:6807/186415782","heartbeat_front_addr":"172.21.15.98:6805/186415782","state":["exists","up"]},{"osd":1,"uuid":"cf391a85-d753-41c8-8106-cd4605e942e8","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":18,"up_thru":23,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.47:6802","nonce":1711775817},{"type":"v1","addr":"172.21.15.47:6803","nonce":1711775817}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.47:6804","nonce":1711775817},{"type":"v1","addr":"172.21.15.47:6805","nonce":1711775817}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.47:6808","nonce":1711775817},{"type":"v1","addr":"172.21.15.47:6809","nonce":1711775817}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.47:6806","nonce":1711775817},{"type":"v1","addr":"172.21.15.47:6807","nonce":1711775817}]},"public_addr":"172.21.15.47:6803/1711775817","cluster_addr":"172.21.15.47:6805/1711775817","heartbeat_back_addr":"172.21.15.47:6809/1711775817","heartbeat_front_addr":"172.21.15.47:6807/1711775817","state":["exists","up"]},{"osd":2,"uuid":"d7ca6d9f-04d0-458d-b020-4d83c4b25e33","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":22,"up_thru":0,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.47:6810","nonce":3147594364},{"type":"v1","addr":"172.21.15.47:6811","nonce":3147594364}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.47:6812","nonce":3147594364},{"type":"v1","addr":"172.21.15.47:6813","nonce":3147594364}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.47:6816","nonce":3147594364},{"type":"v1","addr":"172.21.15.47:6817","nonce":3147594364}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.47:6814","nonce":3147594364},{"type":"v1","addr":"172.21.15.47:6815","nonce":3147594364}]},"public_addr":"172.21.15.47:6811/3147594364","cluster_addr":"172.21.15.47:6813/3147594364","heartbeat_back_addr":"172.21.15.47:6817/3147594364","heartbeat_front_addr":"172.21.15.47:6815/3147594364","state":["exists","up"]},{"osd":3,"uuid":"b2878046-753c-4386-b141-684338dc755a","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":19,"up_thru":0,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.98:6808","nonce":1947774655},{"type":"v1","addr":"172.21.15.98:6809","nonce":1947774655}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.98:6810","nonce":1947774655},{"type":"v1","addr":"172.21.15.98:6811","nonce":1947774655}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.98:6814","nonce":1947774655},{"type":"v1","addr":"172.21.15.98:6815","nonce":1947774655}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.98:6812","nonce":1947774655},{"type":"v1","addr":"172.21.15.98:6813","nonce":1947774655}]},"public_addr":"172.21.15.98:6809/1947774655","cluster_addr":"172.21.15.98:6811/1947774655","heartbeat_back_addr":"172.21.15.98:6815/1947774655","heartbeat_front_addr":"172.21.15.98:6813/1947774655","state":["exists","up"]},{"osd":4,"uuid":"2b6b6d40-9806-4c19-8957-6fea01e88c9b","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":26,"up_thru":0,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.47:6818","nonce":801185019},{"type":"v1","addr":"172.21.15.47:6819","nonce":801185019}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.47:6820","nonce":801185019},{"type":"v1","addr":"172.21.15.47:6821","nonce":801185019}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.47:6824","nonce":801185019},{"type":"v1","addr":"172.21.15.47:6825","nonce":801185019}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.47:6822","nonce":801185019},{"type":"v1","addr":"172.21.15.47:6823","nonce":801185019}]},"public_addr":"172.21.15.47:6819/801185019","cluster_addr":"172.21.15.47:6821/801185019","heartbeat_back_addr":"172.21.15.47:6825/801185019","heartbeat_front_addr":"172.21.15.47:6823/801185019","state":["exists","up"]},{"osd":5,"uuid":"a64240e0-6a37-4305-8bb5-34c3f72ef4f9","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.98:6816","nonce":1422508239},{"type":"v1","addr":"172.21.15.98:6817","nonce":1422508239}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.98:6818","nonce":1422508239},{"type":"v1","addr":"172.21.15.98:6819","nonce":1422508239}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.98:6822","nonce":1422508239},{"type":"v1","addr":"172.21.15.98:6823","nonce":1422508239}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.98:6820","nonce":1422508239},{"type":"v1","addr":"172.21.15.98:6821","nonce":1422508239}]},"public_addr":"172.21.15.98:6817/1422508239","cluster_addr":"172.21.15.98:6819/1422508239","heartbeat_back_addr":"172.21.15.98:6823/1422508239","heartbeat_front_addr":"172.21.15.98:6821/1422508239","state":["exists","up"]},{"osd":6,"uuid":"b1fe032d-0045-4669-b1da-86fe797ee2d5","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.98:6824","nonce":3035606448},{"type":"v1","addr":"172.21.15.98:6825","nonce":3035606448}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.98:6826","nonce":3035606448},{"type":"v1","addr":"172.21.15.98:6827","nonce":3035606448}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.98:6830","nonce":3035606448},{"type":"v1","addr":"172.21.15.98:6831","nonce":3035606448}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.98:6828","nonce":3035606448},{"type":"v1","addr":"172.21.15.98:6829","nonce":3035606448}]},"public_addr":"172.21.15.98:6825/3035606448","cluster_addr":"172.21.15.98:6827/3035606448","heartbeat_back_addr":"172.21.15.98:6831/3035606448","heartbeat_front_addr":"172.21.15.98:6829/3035606448","state":["exists","up"]},{"osd":7,"uuid":"8a69d33b-52d4-4ed0-adbb-c73b0f1dcac1","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":30,"up_thru":31,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.47:6826","nonce":1240034654},{"type":"v1","addr":"172.21.15.47:6827","nonce":1240034654}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.47:6828","nonce":1240034654},{"type":"v1","addr":"172.21.15.47:6829","nonce":1240034654}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.47:6832","nonce":1240034654},{"type":"v1","addr":"172.21.15.47:6833","nonce":1240034654}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.47:6830","nonce":1240034654},{"type":"v1","addr":"172.21.15.47:6831","nonce":1240034654}]},"public_addr":"172.21.15.47:6827/1240034654","cluster_addr":"172.21.15.47:6829/1240034654","heartbeat_back_addr":"172.21.15.47:6833/1240034654","heartbeat_front_addr":"172.21.15.47:6831/1240034654","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-12-06T04:12:28.272837+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-12-06T04:12:30.258581+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-12-06T04:12:34.581837+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-12-06T04:12:31.994319+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-12-06T04:12:39.190622+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-12-06T04:12:35.549422+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-12-06T04:12:39.284099+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-12-06T04:12:43.525738+0000","dead_epoch":0}],"pg_upmap":[],"pg_upmap_items":[],"pg_temp":[],"primary_temp":[],"blocklist":{"172.21.15.47:0/3247473366":"2023-12-07T04:11:03.273720+0000","172.21.15.47:0/2827962973":"2023-12-07T04:11:03.273720+0000","172.21.15.47:6801/4182456582":"2023-12-07T04:11:03.273720+0000","172.21.15.47:6800/4182456582":"2023-12-07T04:11:03.273720+0000","172.21.15.47:0/2698085268":"2023-12-07T04:10:25.190709+0000","172.21.15.47:6800/3725636672":"2023-12-07T04:10:25.190709+0000","172.21.15.47:0/1871539023":"2023-12-07T04:09:56.836545+0000","172.21.15.47:6801/3725636672":"2023-12-07T04:10:25.190709+0000","172.21.15.47:6800/2529025964":"2023-12-07T04:09:56.836545+0000","172.21.15.47:0/1614623056":"2023-12-07T04:10:25.190709+0000","172.21.15.47:6801/2529025964":"2023-12-07T04:09:56.836545+0000","172.21.15.47:0/2948412107":"2023-12-07T04:09:56.836545+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-12-06T04:13:02.587 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Dec 06 04:13:02 smithi047 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi047[108212]: cluster 2023-12-06T04:13:01.297926+0000 mgr.smithi047.erpxvz (mgr.14182) 106 : cluster [DBG] pgmap v80: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-06T04:13:02.620 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Dec 06 04:13:02 smithi098 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi098[111615]: cluster 2023-12-06T04:13:01.297926+0000 mgr.smithi047.erpxvz (mgr.14182) 106 : cluster [DBG] pgmap v80: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-06T04:13:02.956 DEBUG:teuthology.orchestra.run.smithi047:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:d03fca4f35d43f61b4679936aef7bd2f01cced0b shell --fsid 2ecad2ea-93ed-11ee-95a2-87774f69a715 -- ceph tell osd.0 flush_pg_stats 2023-12-06T04:13:03.256 INFO:teuthology.orchestra.run.smithi047.stderr:Inferring config /var/lib/ceph/2ecad2ea-93ed-11ee-95a2-87774f69a715/mon.smithi047/config 2023-12-06T04:13:03.420 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Dec 06 04:13:03 smithi047 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi047[108212]: audit 2023-12-06T04:13:02.560855+0000 mon.smithi047 (mon.0) 548 : audit [DBG] from='client.? 172.21.15.47:0/3561216502' entity='client.admin' cmd=[{"prefix": "osd dump", "format": "json"}]: dispatch 2023-12-06T04:13:03.620 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Dec 06 04:13:03 smithi098 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi098[111615]: audit 2023-12-06T04:13:02.560855+0000 mon.smithi047 (mon.0) 548 : audit [DBG] from='client.? 172.21.15.47:0/3561216502' entity='client.admin' cmd=[{"prefix": "osd dump", "format": "json"}]: dispatch 2023-12-06T04:13:04.379 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Dec 06 04:13:04 smithi047 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi047[108212]: cluster 2023-12-06T04:13:03.298237+0000 mgr.smithi047.erpxvz (mgr.14182) 107 : cluster [DBG] pgmap v81: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-06T04:13:04.620 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Dec 06 04:13:04 smithi098 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi098[111615]: cluster 2023-12-06T04:13:03.298237+0000 mgr.smithi047.erpxvz (mgr.14182) 107 : cluster [DBG] pgmap v81: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-06T04:13:04.687 INFO:teuthology.orchestra.run.smithi047.stdout:68719476746 2023-12-06T04:13:04.687 DEBUG:teuthology.orchestra.run.smithi047:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:d03fca4f35d43f61b4679936aef7bd2f01cced0b shell --fsid 2ecad2ea-93ed-11ee-95a2-87774f69a715 -- ceph tell osd.1 flush_pg_stats 2023-12-06T04:13:04.984 INFO:teuthology.orchestra.run.smithi047.stderr:Inferring config /var/lib/ceph/2ecad2ea-93ed-11ee-95a2-87774f69a715/mon.smithi047/config 2023-12-06T04:13:05.620 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Dec 06 04:13:05 smithi098 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi098[111615]: cluster 2023-12-06T04:13:05.298618+0000 mgr.smithi047.erpxvz (mgr.14182) 108 : cluster [DBG] pgmap v82: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-06T04:13:05.629 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Dec 06 04:13:05 smithi047 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi047[108212]: cluster 2023-12-06T04:13:05.298618+0000 mgr.smithi047.erpxvz (mgr.14182) 108 : cluster [DBG] pgmap v82: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-06T04:13:06.397 INFO:teuthology.orchestra.run.smithi047.stdout:77309411337 2023-12-06T04:13:06.398 DEBUG:teuthology.orchestra.run.smithi047:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:d03fca4f35d43f61b4679936aef7bd2f01cced0b shell --fsid 2ecad2ea-93ed-11ee-95a2-87774f69a715 -- ceph tell osd.2 flush_pg_stats 2023-12-06T04:13:06.700 INFO:teuthology.orchestra.run.smithi047.stderr:Inferring config /var/lib/ceph/2ecad2ea-93ed-11ee-95a2-87774f69a715/mon.smithi047/config 2023-12-06T04:13:07.504 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Dec 06 04:13:07 smithi047 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi047[108212]: cluster 2023-12-06T04:13:07.298966+0000 mgr.smithi047.erpxvz (mgr.14182) 109 : cluster [DBG] pgmap v83: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-06T04:13:07.620 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Dec 06 04:13:07 smithi098 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi098[111615]: cluster 2023-12-06T04:13:07.298966+0000 mgr.smithi047.erpxvz (mgr.14182) 109 : cluster [DBG] pgmap v83: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-06T04:13:08.156 INFO:teuthology.orchestra.run.smithi047.stdout:94489280521 2023-12-06T04:13:08.156 DEBUG:teuthology.orchestra.run.smithi047:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:d03fca4f35d43f61b4679936aef7bd2f01cced0b shell --fsid 2ecad2ea-93ed-11ee-95a2-87774f69a715 -- ceph tell osd.3 flush_pg_stats 2023-12-06T04:13:08.465 INFO:teuthology.orchestra.run.smithi047.stderr:Inferring config /var/lib/ceph/2ecad2ea-93ed-11ee-95a2-87774f69a715/mon.smithi047/config 2023-12-06T04:13:09.499 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Dec 06 04:13:09 smithi047 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi047[108212]: cluster 2023-12-06T04:13:09.299320+0000 mgr.smithi047.erpxvz (mgr.14182) 110 : cluster [DBG] pgmap v84: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-06T04:13:09.620 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Dec 06 04:13:09 smithi098 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi098[111615]: cluster 2023-12-06T04:13:09.299320+0000 mgr.smithi047.erpxvz (mgr.14182) 110 : cluster [DBG] pgmap v84: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-06T04:13:09.889 INFO:teuthology.orchestra.run.smithi047.stdout:81604378634 2023-12-06T04:13:09.890 DEBUG:teuthology.orchestra.run.smithi047:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:d03fca4f35d43f61b4679936aef7bd2f01cced0b shell --fsid 2ecad2ea-93ed-11ee-95a2-87774f69a715 -- ceph tell osd.4 flush_pg_stats 2023-12-06T04:13:10.197 INFO:teuthology.orchestra.run.smithi047.stderr:Inferring config /var/lib/ceph/2ecad2ea-93ed-11ee-95a2-87774f69a715/mon.smithi047/config 2023-12-06T04:13:11.620 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Dec 06 04:13:11 smithi098 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi098[111615]: cluster 2023-12-06T04:13:11.299731+0000 mgr.smithi047.erpxvz (mgr.14182) 111 : cluster [DBG] pgmap v85: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-06T04:13:11.629 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Dec 06 04:13:11 smithi047 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi047[108212]: cluster 2023-12-06T04:13:11.299731+0000 mgr.smithi047.erpxvz (mgr.14182) 111 : cluster [DBG] pgmap v85: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-06T04:13:11.688 INFO:teuthology.orchestra.run.smithi047.stdout:111669149705 2023-12-06T04:13:11.688 DEBUG:teuthology.orchestra.run.smithi047:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:d03fca4f35d43f61b4679936aef7bd2f01cced0b shell --fsid 2ecad2ea-93ed-11ee-95a2-87774f69a715 -- ceph tell osd.5 flush_pg_stats 2023-12-06T04:13:11.990 INFO:teuthology.orchestra.run.smithi047.stderr:Inferring config /var/lib/ceph/2ecad2ea-93ed-11ee-95a2-87774f69a715/mon.smithi047/config 2023-12-06T04:13:13.403 INFO:teuthology.orchestra.run.smithi047.stdout:98784247818 2023-12-06T04:13:13.404 DEBUG:teuthology.orchestra.run.smithi047:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:d03fca4f35d43f61b4679936aef7bd2f01cced0b shell --fsid 2ecad2ea-93ed-11ee-95a2-87774f69a715 -- ceph tell osd.6 flush_pg_stats 2023-12-06T04:13:13.705 INFO:teuthology.orchestra.run.smithi047.stderr:Inferring config /var/lib/ceph/2ecad2ea-93ed-11ee-95a2-87774f69a715/mon.smithi047/config 2023-12-06T04:13:14.471 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Dec 06 04:13:14 smithi047 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi047[108212]: cluster 2023-12-06T04:13:13.300206+0000 mgr.smithi047.erpxvz (mgr.14182) 112 : cluster [DBG] pgmap v86: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-06T04:13:14.620 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Dec 06 04:13:14 smithi098 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi098[111615]: cluster 2023-12-06T04:13:13.300206+0000 mgr.smithi047.erpxvz (mgr.14182) 112 : cluster [DBG] pgmap v86: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-06T04:13:15.238 INFO:teuthology.orchestra.run.smithi047.stdout:115964117001 2023-12-06T04:13:15.239 DEBUG:teuthology.orchestra.run.smithi047:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:d03fca4f35d43f61b4679936aef7bd2f01cced0b shell --fsid 2ecad2ea-93ed-11ee-95a2-87774f69a715 -- ceph tell osd.7 flush_pg_stats 2023-12-06T04:13:15.543 INFO:teuthology.orchestra.run.smithi047.stderr:Inferring config /var/lib/ceph/2ecad2ea-93ed-11ee-95a2-87774f69a715/mon.smithi047/config 2023-12-06T04:13:15.620 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Dec 06 04:13:15 smithi098 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi098[111615]: cluster 2023-12-06T04:13:15.300576+0000 mgr.smithi047.erpxvz (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-12-06T04:13:15.629 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Dec 06 04:13:15 smithi047 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi047[108212]: cluster 2023-12-06T04:13:15.300576+0000 mgr.smithi047.erpxvz (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-12-06T04:13:16.915 INFO:teuthology.orchestra.run.smithi047.stdout:128849018888 2023-12-06T04:13:16.915 DEBUG:teuthology.orchestra.run.smithi047:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:d03fca4f35d43f61b4679936aef7bd2f01cced0b shell --fsid 2ecad2ea-93ed-11ee-95a2-87774f69a715 -- ceph osd last-stat-seq osd.0 2023-12-06T04:13:17.213 INFO:teuthology.orchestra.run.smithi047.stderr:Inferring config /var/lib/ceph/2ecad2ea-93ed-11ee-95a2-87774f69a715/mon.smithi047/config 2023-12-06T04:13:17.625 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Dec 06 04:13:17 smithi098 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi098[111615]: cluster 2023-12-06T04:13:17.300994+0000 mgr.smithi047.erpxvz (mgr.14182) 114 : cluster [DBG] pgmap v88: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-06T04:13:17.629 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Dec 06 04:13:17 smithi047 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi047[108212]: cluster 2023-12-06T04:13:17.300994+0000 mgr.smithi047.erpxvz (mgr.14182) 114 : cluster [DBG] pgmap v88: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-06T04:13:18.410 INFO:teuthology.orchestra.run.smithi047.stdout:68719476749 2023-12-06T04:13:18.804 INFO:tasks.cephadm.ceph_manager.ceph:need seq 68719476746 got 68719476749 for osd.0 2023-12-06T04:13:18.804 DEBUG:teuthology.orchestra.run.smithi047:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:d03fca4f35d43f61b4679936aef7bd2f01cced0b shell --fsid 2ecad2ea-93ed-11ee-95a2-87774f69a715 -- ceph osd last-stat-seq osd.1 2023-12-06T04:13:19.107 INFO:teuthology.orchestra.run.smithi047.stderr:Inferring config /var/lib/ceph/2ecad2ea-93ed-11ee-95a2-87774f69a715/mon.smithi047/config 2023-12-06T04:13:19.411 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Dec 06 04:13:19 smithi047 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi047[108212]: audit 2023-12-06T04:13:18.409127+0000 mon.smithi047 (mon.0) 549 : audit [DBG] from='client.? 172.21.15.47:0/929354627' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 0}]: dispatch 2023-12-06T04:13:19.620 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Dec 06 04:13:19 smithi098 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi098[111615]: audit 2023-12-06T04:13:18.409127+0000 mon.smithi047 (mon.0) 549 : audit [DBG] from='client.? 172.21.15.47:0/929354627' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 0}]: dispatch 2023-12-06T04:13:20.312 INFO:teuthology.orchestra.run.smithi047.stdout:77309411340 2023-12-06T04:13:20.491 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Dec 06 04:13:20 smithi047 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi047[108212]: cluster 2023-12-06T04:13:19.301304+0000 mgr.smithi047.erpxvz (mgr.14182) 115 : cluster [DBG] pgmap v89: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-06T04:13:20.620 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Dec 06 04:13:20 smithi098 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi098[111615]: cluster 2023-12-06T04:13:19.301304+0000 mgr.smithi047.erpxvz (mgr.14182) 115 : cluster [DBG] pgmap v89: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-06T04:13:20.712 INFO:tasks.cephadm.ceph_manager.ceph:need seq 77309411337 got 77309411340 for osd.1 2023-12-06T04:13:20.713 DEBUG:teuthology.orchestra.run.smithi047:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:d03fca4f35d43f61b4679936aef7bd2f01cced0b shell --fsid 2ecad2ea-93ed-11ee-95a2-87774f69a715 -- ceph osd last-stat-seq osd.2 2023-12-06T04:13:21.018 INFO:teuthology.orchestra.run.smithi047.stderr:Inferring config /var/lib/ceph/2ecad2ea-93ed-11ee-95a2-87774f69a715/mon.smithi047/config 2023-12-06T04:13:21.524 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Dec 06 04:13:21 smithi047 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi047[108212]: audit 2023-12-06T04:13:20.311941+0000 mon.smithi047 (mon.0) 550 : audit [DBG] from='client.? 172.21.15.47:0/505305340' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 1}]: dispatch 2023-12-06T04:13:21.622 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Dec 06 04:13:21 smithi098 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi098[111615]: audit 2023-12-06T04:13:20.311941+0000 mon.smithi047 (mon.0) 550 : audit [DBG] from='client.? 172.21.15.47:0/505305340' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 1}]: dispatch 2023-12-06T04:13:22.245 INFO:teuthology.orchestra.run.smithi047.stdout:94489280524 2023-12-06T04:13:22.415 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Dec 06 04:13:22 smithi047 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi047[108212]: cluster 2023-12-06T04:13:21.301650+0000 mgr.smithi047.erpxvz (mgr.14182) 116 : cluster [DBG] pgmap v90: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-06T04:13:22.620 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Dec 06 04:13:22 smithi098 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi098[111615]: cluster 2023-12-06T04:13:21.301650+0000 mgr.smithi047.erpxvz (mgr.14182) 116 : cluster [DBG] pgmap v90: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-06T04:13:22.638 INFO:tasks.cephadm.ceph_manager.ceph:need seq 94489280521 got 94489280524 for osd.2 2023-12-06T04:13:22.641 DEBUG:teuthology.orchestra.run.smithi047:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:d03fca4f35d43f61b4679936aef7bd2f01cced0b shell --fsid 2ecad2ea-93ed-11ee-95a2-87774f69a715 -- ceph osd last-stat-seq osd.3 2023-12-06T04:13:22.941 INFO:teuthology.orchestra.run.smithi047.stderr:Inferring config /var/lib/ceph/2ecad2ea-93ed-11ee-95a2-87774f69a715/mon.smithi047/config 2023-12-06T04:13:23.380 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Dec 06 04:13:23 smithi047 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi047[108212]: audit 2023-12-06T04:13:22.244349+0000 mon.smithi047 (mon.0) 551 : audit [DBG] from='client.? 172.21.15.47:0/1454686057' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 2}]: dispatch 2023-12-06T04:13:23.620 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Dec 06 04:13:23 smithi098 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi098[111615]: audit 2023-12-06T04:13:22.244349+0000 mon.smithi047 (mon.0) 551 : audit [DBG] from='client.? 172.21.15.47:0/1454686057' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 2}]: dispatch 2023-12-06T04:13:24.196 INFO:teuthology.orchestra.run.smithi047.stdout:81604378636 2023-12-06T04:13:24.502 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Dec 06 04:13:24 smithi047 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi047[108212]: cluster 2023-12-06T04:13:23.302018+0000 mgr.smithi047.erpxvz (mgr.14182) 117 : cluster [DBG] pgmap v91: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-06T04:13:24.528 INFO:tasks.cephadm.ceph_manager.ceph:need seq 81604378634 got 81604378636 for osd.3 2023-12-06T04:13:24.528 DEBUG:teuthology.orchestra.run.smithi047:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:d03fca4f35d43f61b4679936aef7bd2f01cced0b shell --fsid 2ecad2ea-93ed-11ee-95a2-87774f69a715 -- ceph osd last-stat-seq osd.4 2023-12-06T04:13:24.621 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Dec 06 04:13:24 smithi098 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi098[111615]: cluster 2023-12-06T04:13:23.302018+0000 mgr.smithi047.erpxvz (mgr.14182) 117 : cluster [DBG] pgmap v91: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-06T04:13:24.827 INFO:teuthology.orchestra.run.smithi047.stderr:Inferring config /var/lib/ceph/2ecad2ea-93ed-11ee-95a2-87774f69a715/mon.smithi047/config 2023-12-06T04:13:25.299 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Dec 06 04:13:25 smithi047 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi047[108212]: audit 2023-12-06T04:13:24.195076+0000 mon.smithi047 (mon.0) 552 : audit [DBG] from='client.? 172.21.15.47:0/3702874822' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 3}]: dispatch 2023-12-06T04:13:25.620 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Dec 06 04:13:25 smithi098 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi098[111615]: audit 2023-12-06T04:13:24.195076+0000 mon.smithi047 (mon.0) 552 : audit [DBG] from='client.? 172.21.15.47:0/3702874822' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 3}]: dispatch 2023-12-06T04:13:26.001 INFO:teuthology.orchestra.run.smithi047.stdout:111669149707 2023-12-06T04:13:26.294 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Dec 06 04:13:26 smithi047 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi047[108212]: cluster 2023-12-06T04:13:25.302418+0000 mgr.smithi047.erpxvz (mgr.14182) 118 : cluster [DBG] pgmap v92: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-06T04:13:26.294 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Dec 06 04:13:26 smithi047 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi047[108212]: audit 2023-12-06T04:13:26.000303+0000 mon.smithi047 (mon.0) 553 : audit [DBG] from='client.? 172.21.15.47:0/3380323531' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 4}]: dispatch 2023-12-06T04:13:26.395 INFO:tasks.cephadm.ceph_manager.ceph:need seq 111669149705 got 111669149707 for osd.4 2023-12-06T04:13:26.395 DEBUG:teuthology.orchestra.run.smithi047:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:d03fca4f35d43f61b4679936aef7bd2f01cced0b shell --fsid 2ecad2ea-93ed-11ee-95a2-87774f69a715 -- ceph osd last-stat-seq osd.5 2023-12-06T04:13:26.621 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Dec 06 04:13:26 smithi098 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi098[111615]: cluster 2023-12-06T04:13:25.302418+0000 mgr.smithi047.erpxvz (mgr.14182) 118 : cluster [DBG] pgmap v92: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-06T04:13:26.621 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Dec 06 04:13:26 smithi098 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi098[111615]: audit 2023-12-06T04:13:26.000303+0000 mon.smithi047 (mon.0) 553 : audit [DBG] from='client.? 172.21.15.47:0/3380323531' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 4}]: dispatch 2023-12-06T04:13:26.695 INFO:teuthology.orchestra.run.smithi047.stderr:Inferring config /var/lib/ceph/2ecad2ea-93ed-11ee-95a2-87774f69a715/mon.smithi047/config 2023-12-06T04:13:27.501 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Dec 06 04:13:27 smithi047 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi047[108212]: cluster 2023-12-06T04:13:27.302880+0000 mgr.smithi047.erpxvz (mgr.14182) 119 : cluster [DBG] pgmap v93: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-06T04:13:27.620 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Dec 06 04:13:27 smithi098 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi098[111615]: cluster 2023-12-06T04:13:27.302880+0000 mgr.smithi047.erpxvz (mgr.14182) 119 : cluster [DBG] pgmap v93: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-06T04:13:27.874 INFO:teuthology.orchestra.run.smithi047.stdout:98784247821 2023-12-06T04:13:28.302 INFO:tasks.cephadm.ceph_manager.ceph:need seq 98784247818 got 98784247821 for osd.5 2023-12-06T04:13:28.302 DEBUG:teuthology.orchestra.run.smithi047:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:d03fca4f35d43f61b4679936aef7bd2f01cced0b shell --fsid 2ecad2ea-93ed-11ee-95a2-87774f69a715 -- ceph osd last-stat-seq osd.6 2023-12-06T04:13:28.606 INFO:teuthology.orchestra.run.smithi047.stderr:Inferring config /var/lib/ceph/2ecad2ea-93ed-11ee-95a2-87774f69a715/mon.smithi047/config 2023-12-06T04:13:28.629 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Dec 06 04:13:28 smithi047 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi047[108212]: audit 2023-12-06T04:13:27.873492+0000 mon.smithi047 (mon.0) 554 : audit [DBG] from='client.? 172.21.15.47:0/2764481245' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 5}]: dispatch 2023-12-06T04:13:28.870 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Dec 06 04:13:28 smithi098 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi098[111615]: audit 2023-12-06T04:13:27.873492+0000 mon.smithi047 (mon.0) 554 : audit [DBG] from='client.? 172.21.15.47:0/2764481245' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 5}]: dispatch 2023-12-06T04:13:29.629 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Dec 06 04:13:29 smithi047 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi047[108212]: cluster 2023-12-06T04:13:29.303309+0000 mgr.smithi047.erpxvz (mgr.14182) 120 : cluster [DBG] pgmap v94: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-06T04:13:29.803 INFO:teuthology.orchestra.run.smithi047.stdout:115964117004 2023-12-06T04:13:29.870 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Dec 06 04:13:29 smithi098 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi098[111615]: cluster 2023-12-06T04:13:29.303309+0000 mgr.smithi047.erpxvz (mgr.14182) 120 : cluster [DBG] pgmap v94: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-06T04:13:30.187 INFO:tasks.cephadm.ceph_manager.ceph:need seq 115964117001 got 115964117004 for osd.6 2023-12-06T04:13:30.187 DEBUG:teuthology.orchestra.run.smithi047:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:d03fca4f35d43f61b4679936aef7bd2f01cced0b shell --fsid 2ecad2ea-93ed-11ee-95a2-87774f69a715 -- ceph osd last-stat-seq osd.7 2023-12-06T04:13:30.492 INFO:teuthology.orchestra.run.smithi047.stderr:Inferring config /var/lib/ceph/2ecad2ea-93ed-11ee-95a2-87774f69a715/mon.smithi047/config 2023-12-06T04:13:30.629 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Dec 06 04:13:30 smithi047 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi047[108212]: audit 2023-12-06T04:13:29.802843+0000 mon.smithi047 (mon.0) 555 : audit [DBG] from='client.? 172.21.15.47:0/1561812618' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 6}]: dispatch 2023-12-06T04:13:30.870 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Dec 06 04:13:30 smithi098 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi098[111615]: audit 2023-12-06T04:13:29.802843+0000 mon.smithi047 (mon.0) 555 : audit [DBG] from='client.? 172.21.15.47:0/1561812618' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 6}]: dispatch 2023-12-06T04:13:31.629 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Dec 06 04:13:31 smithi047 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi047[108212]: cluster 2023-12-06T04:13:31.303817+0000 mgr.smithi047.erpxvz (mgr.14182) 121 : cluster [DBG] pgmap v95: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-06T04:13:31.697 INFO:teuthology.orchestra.run.smithi047.stdout:128849018891 2023-12-06T04:13:31.870 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Dec 06 04:13:31 smithi098 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi098[111615]: cluster 2023-12-06T04:13:31.303817+0000 mgr.smithi047.erpxvz (mgr.14182) 121 : cluster [DBG] pgmap v95: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-06T04:13:32.094 INFO:tasks.cephadm.ceph_manager.ceph:need seq 128849018888 got 128849018891 for osd.7 2023-12-06T04:13:32.094 INFO:tasks.cephadm.ceph_manager.ceph:waiting for clean 2023-12-06T04:13:32.094 DEBUG:teuthology.orchestra.run.smithi047:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:d03fca4f35d43f61b4679936aef7bd2f01cced0b shell --fsid 2ecad2ea-93ed-11ee-95a2-87774f69a715 -- ceph pg dump --format=json 2023-12-06T04:13:32.396 INFO:teuthology.orchestra.run.smithi047.stderr:Inferring config /var/lib/ceph/2ecad2ea-93ed-11ee-95a2-87774f69a715/mon.smithi047/config 2023-12-06T04:13:32.698 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Dec 06 04:13:32 smithi047 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi047[108212]: audit 2023-12-06T04:13:31.697264+0000 mon.smithi047 (mon.0) 556 : audit [DBG] from='client.? 172.21.15.47:0/1588533228' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 7}]: dispatch 2023-12-06T04:13:32.870 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Dec 06 04:13:32 smithi098 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi098[111615]: audit 2023-12-06T04:13:31.697264+0000 mon.smithi047 (mon.0) 556 : audit [DBG] from='client.? 172.21.15.47:0/1588533228' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 7}]: dispatch 2023-12-06T04:13:33.602 INFO:teuthology.orchestra.run.smithi047.stdout: 2023-12-06T04:13:33.604 INFO:teuthology.orchestra.run.smithi047.stderr:dumped all 2023-12-06T04:13:34.001 INFO:teuthology.orchestra.run.smithi047.stdout:{"pg_ready":true,"pg_map":{"version":96,"stamp":"2023-12-06T04:13:33.303999+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":2379224,"kb_used_data":2456,"kb_used_omap":0,"kb_used_meta":2376704,"kb_avail":747549224,"statfs":{"total":767926730752,"available":765490405376,"internally_reserved":0,"allocated":2514944,"data_stored":974554,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":2433744896},"hb_peers":[],"snap_trim_queue_len":0,"num_snap_trimming":0,"num_shards_repaired":0,"op_queue_age_hist":{"histogram":[],"upper_bound":1},"perf_stat":{"commit_latency_ms":0,"apply_latency_ms":0,"commit_latency_ns":0,"apply_latency_ns":0},"alerts":[],"network_ping_times":[]},"pg_stats_delta":{"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":0,"num_large_omap_objects":0,"num_objects_manifest":0,"num_omap_bytes":0,"num_omap_keys":0,"num_objects_repaired":0},"store_stats":{"total":0,"available":0,"internally_reserved":0,"allocated":0,"data_stored":0,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":0},"log_size":0,"ondisk_log_size":0,"up":0,"acting":0,"num_store_stats":0,"stamp_delta":"0.000000"},"pg_stats":[{"pgid":"1.0","version":"0'0","reported_seq":10,"reported_epoch":32,"state":"active+clean","last_fresh":"2023-12-06T04:12:47.407972+0000","last_change":"2023-12-06T04:12:47.407972+0000","last_active":"2023-12-06T04:12:47.407972+0000","last_peered":"2023-12-06T04:12:47.407972+0000","last_clean":"2023-12-06T04:12:47.407972+0000","last_became_active":"2023-12-06T04:12:47.407479+0000","last_became_peered":"2023-12-06T04:12:47.407479+0000","last_unstale":"2023-12-06T04:12:47.407972+0000","last_undegraded":"2023-12-06T04:12:47.407972+0000","last_fullsized":"2023-12-06T04:12:47.407972+0000","mapping_epoch":31,"log_start":"0'0","ondisk_log_start":"0'0","created":20,"last_epoch_clean":32,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2023-12-06T04:12:34.225798+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2023-12-06T04:12:34.225798+0000","last_clean_scrub_stamp":"2023-12-06T04:12:34.225798+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,2],"acting":[7,0,2],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":7,"acting_primary":7,"purged_snaps":[]}],"pool_stats":[{"poolid":1,"num_pg":1,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":0,"num_large_omap_objects":0,"num_objects_manifest":0,"num_omap_bytes":0,"num_omap_keys":0,"num_objects_repaired":0},"store_stats":{"total":0,"available":0,"internally_reserved":0,"allocated":0,"data_stored":0,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":0},"log_size":0,"ondisk_log_size":0,"up":3,"acting":3,"num_store_stats":4}],"osd_stats":[{"osd":7,"up_from":30,"seq":128849018891,"num_pgs":1,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":1,"kb":93741056,"kb_used":297404,"kb_used_data":308,"kb_used_omap":0,"kb_used_meta":297088,"kb_avail":93443652,"statfs":{"total":95990841344,"available":95686299648,"internally_reserved":0,"allocated":315392,"data_stored":121898,"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.48799999999999999}]},{"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.498}]},{"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.39900000000000002}]},{"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.60399999999999998}]},{"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.56799999999999995}]},{"osd":6,"last update":"Thu Jan 1 00:00:00 1970","interfaces":[{"interface":"back","average":{"1min":0,"5min":0,"15min":0},"min":{"1min":0,"5min":0,"15min":0},"max":{"1min":0,"5min":0,"15min":0},"last":0.70999999999999996}]}]},{"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":297404,"kb_used_data":308,"kb_used_omap":0,"kb_used_meta":297088,"kb_avail":93443652,"statfs":{"total":95990841344,"available":95686299648,"internally_reserved":0,"allocated":315392,"data_stored":121898,"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.501}]},{"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.47699999999999998}]},{"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.55400000000000005}]},{"osd":3,"last update":"Thu Jan 1 00:00:00 1970","interfaces":[{"interface":"back","average":{"1min":0,"5min":0,"15min":0},"min":{"1min":0,"5min":0,"15min":0},"max":{"1min":0,"5min":0,"15min":0},"last":0.40200000000000002}]},{"osd":4,"last update":"Thu Jan 1 00:00:00 1970","interfaces":[{"interface":"back","average":{"1min":0,"5min":0,"15min":0},"min":{"1min":0,"5min":0,"15min":0},"max":{"1min":0,"5min":0,"15min":0},"last":0.54300000000000004}]},{"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.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.60699999999999998}]}]},{"osd":1,"up_from":18,"seq":77309411343,"num_pgs":0,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":0,"kb":93741056,"kb_used":297400,"kb_used_data":304,"kb_used_omap":0,"kb_used_meta":297088,"kb_avail":93443656,"statfs":{"total":95990841344,"available":95686303744,"internally_reserved":0,"allocated":311296,"data_stored":121583,"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.47099999999999997}]},{"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.35699999999999998}]},{"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.48699999999999999}]},{"osd":4,"last update":"Thu Jan 1 00:00:00 1970","interfaces":[{"interface":"back","average":{"1min":0,"5min":0,"15min":0},"min":{"1min":0,"5min":0,"15min":0},"max":{"1min":0,"5min":0,"15min":0},"last":0.39300000000000002}]},{"osd":5,"last update":"Thu Jan 1 00:00:00 1970","interfaces":[{"interface":"back","average":{"1min":0,"5min":0,"15min":0},"min":{"1min":0,"5min":0,"15min":0},"max":{"1min":0,"5min":0,"15min":0},"last":0.5}]},{"osd":6,"last update":"Thu Jan 1 00:00:00 1970","interfaces":[{"interface":"back","average":{"1min":0,"5min":0,"15min":0},"min":{"1min":0,"5min":0,"15min":0},"max":{"1min":0,"5min":0,"15min":0},"last":0.60399999999999998}]},{"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.46600000000000003}]}]},{"osd":0,"up_from":16,"seq":68719476752,"num_pgs":1,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":1,"kb":93741056,"kb_used":297404,"kb_used_data":308,"kb_used_omap":0,"kb_used_meta":297088,"kb_avail":93443652,"statfs":{"total":95990841344,"available":95686299648,"internally_reserved":0,"allocated":315392,"data_stored":121898,"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.68500000000000005}]},{"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.74099999999999999}]},{"osd":3,"last update":"Thu Jan 1 00:00:00 1970","interfaces":[{"interface":"back","average":{"1min":0,"5min":0,"15min":0},"min":{"1min":0,"5min":0,"15min":0},"max":{"1min":0,"5min":0,"15min":0},"last":0.53000000000000003}]},{"osd":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.70799999999999996}]},{"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.54900000000000004}]},{"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.59999999999999998}]},{"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.63}]}]},{"osd":3,"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":297404,"kb_used_data":308,"kb_used_omap":0,"kb_used_meta":297088,"kb_avail":93443652,"statfs":{"total":95990841344,"available":95686299648,"internally_reserved":0,"allocated":315392,"data_stored":121898,"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.30599999999999999}]},{"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.69499999999999995}]},{"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.76700000000000002}]},{"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.60699999999999998}]},{"osd":5,"last update":"Thu Jan 1 00:00:00 1970","interfaces":[{"interface":"back","average":{"1min":0,"5min":0,"15min":0},"min":{"1min":0,"5min":0,"15min":0},"max":{"1min":0,"5min":0,"15min":0},"last":0.40699999999999997}]},{"osd":6,"last update":"Thu Jan 1 00:00:00 1970","interfaces":[{"interface":"back","average":{"1min":0,"5min":0,"15min":0},"min":{"1min":0,"5min":0,"15min":0},"max":{"1min":0,"5min":0,"15min":0},"last":0.41799999999999998}]},{"osd":7,"last update":"Thu Jan 1 00:00:00 1970","interfaces":[{"interface":"back","average":{"1min":0,"5min":0,"15min":0},"min":{"1min":0,"5min":0,"15min":0},"max":{"1min":0,"5min":0,"15min":0},"last":0.77900000000000003}]}]},{"osd":2,"up_from":22,"seq":94489280526,"num_pgs":1,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":1,"kb":93741056,"kb_used":297400,"kb_used_data":304,"kb_used_omap":0,"kb_used_meta":297088,"kb_avail":93443656,"statfs":{"total":95990841344,"available":95686303744,"internally_reserved":0,"allocated":311296,"data_stored":121583,"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.499}]},{"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.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.58399999999999996}]},{"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.47199999999999998}]},{"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.55100000000000005}]},{"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.63100000000000001}]},{"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.60099999999999998}]}]},{"osd":5,"up_from":23,"seq":98784247823,"num_pgs":0,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":0,"kb":93741056,"kb_used":297404,"kb_used_data":308,"kb_used_omap":0,"kb_used_meta":297088,"kb_avail":93443652,"statfs":{"total":95990841344,"available":95686299648,"internally_reserved":0,"allocated":315392,"data_stored":121898,"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.437}]},{"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.753}]},{"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.67500000000000004}]},{"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.46300000000000002}]},{"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.57199999999999995}]},{"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.52100000000000002}]},{"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.70599999999999996}]}]},{"osd":4,"up_from":26,"seq":111669149709,"num_pgs":0,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":0,"kb":93741056,"kb_used":297404,"kb_used_data":308,"kb_used_omap":0,"kb_used_meta":297088,"kb_avail":93443652,"statfs":{"total":95990841344,"available":95686299648,"internally_reserved":0,"allocated":315392,"data_stored":121898,"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.71599999999999997}]},{"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.84099999999999997}]},{"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.66500000000000004}]},{"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.94299999999999995}]},{"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.88300000000000001}]},{"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.99099999999999999}]},{"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":1.0069999999999999}]}]}],"pool_statfs":[{"poolid":1,"osd":0,"total":0,"available":0,"internally_reserved":0,"allocated":0,"data_stored":0,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":0},{"poolid":1,"osd":1,"total":0,"available":0,"internally_reserved":0,"allocated":0,"data_stored":0,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":0},{"poolid":1,"osd":2,"total":0,"available":0,"internally_reserved":0,"allocated":0,"data_stored":0,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":0},{"poolid":1,"osd":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-12-06T04:13:34.003 DEBUG:teuthology.orchestra.run.smithi047:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:d03fca4f35d43f61b4679936aef7bd2f01cced0b shell --fsid 2ecad2ea-93ed-11ee-95a2-87774f69a715 -- ceph pg dump --format=json 2023-12-06T04:13:34.302 INFO:teuthology.orchestra.run.smithi047.stderr:Inferring config /var/lib/ceph/2ecad2ea-93ed-11ee-95a2-87774f69a715/mon.smithi047/config 2023-12-06T04:13:34.379 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Dec 06 04:13:34 smithi047 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi047[108212]: cluster 2023-12-06T04:13:33.304173+0000 mgr.smithi047.erpxvz (mgr.14182) 122 : cluster [DBG] pgmap v96: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-06T04:13:34.620 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Dec 06 04:13:34 smithi098 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi098[111615]: cluster 2023-12-06T04:13:33.304173+0000 mgr.smithi047.erpxvz (mgr.14182) 122 : cluster [DBG] pgmap v96: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-06T04:13:35.554 INFO:teuthology.orchestra.run.smithi047.stdout: 2023-12-06T04:13:35.556 INFO:teuthology.orchestra.run.smithi047.stderr:dumped all 2023-12-06T04:13:35.577 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Dec 06 04:13:35 smithi047 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi047[108212]: audit 2023-12-06T04:13:33.600117+0000 mgr.smithi047.erpxvz (mgr.14182) 123 : audit [DBG] from='client.14496 -' entity='client.admin' cmd=[{"prefix": "pg dump", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-06T04:13:35.620 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Dec 06 04:13:35 smithi098 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi098[111615]: audit 2023-12-06T04:13:33.600117+0000 mgr.smithi047.erpxvz (mgr.14182) 123 : audit [DBG] from='client.14496 -' entity='client.admin' cmd=[{"prefix": "pg dump", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-06T04:13:35.942 INFO:teuthology.orchestra.run.smithi047.stdout:{"pg_ready":true,"pg_map":{"version":97,"stamp":"2023-12-06T04:13:35.304370+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":2379224,"kb_used_data":2456,"kb_used_omap":0,"kb_used_meta":2376704,"kb_avail":747549224,"statfs":{"total":767926730752,"available":765490405376,"internally_reserved":0,"allocated":2514944,"data_stored":974554,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":2433744896},"hb_peers":[],"snap_trim_queue_len":0,"num_snap_trimming":0,"num_shards_repaired":0,"op_queue_age_hist":{"histogram":[],"upper_bound":1},"perf_stat":{"commit_latency_ms":0,"apply_latency_ms":0,"commit_latency_ns":0,"apply_latency_ns":0},"alerts":[],"network_ping_times":[]},"pg_stats_delta":{"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":0,"num_large_omap_objects":0,"num_objects_manifest":0,"num_omap_bytes":0,"num_omap_keys":0,"num_objects_repaired":0},"store_stats":{"total":0,"available":0,"internally_reserved":0,"allocated":0,"data_stored":0,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":0},"log_size":0,"ondisk_log_size":0,"up":0,"acting":0,"num_store_stats":0,"stamp_delta":"0.000000"},"pg_stats":[{"pgid":"1.0","version":"0'0","reported_seq":10,"reported_epoch":32,"state":"active+clean","last_fresh":"2023-12-06T04:12:47.407972+0000","last_change":"2023-12-06T04:12:47.407972+0000","last_active":"2023-12-06T04:12:47.407972+0000","last_peered":"2023-12-06T04:12:47.407972+0000","last_clean":"2023-12-06T04:12:47.407972+0000","last_became_active":"2023-12-06T04:12:47.407479+0000","last_became_peered":"2023-12-06T04:12:47.407479+0000","last_unstale":"2023-12-06T04:12:47.407972+0000","last_undegraded":"2023-12-06T04:12:47.407972+0000","last_fullsized":"2023-12-06T04:12:47.407972+0000","mapping_epoch":31,"log_start":"0'0","ondisk_log_start":"0'0","created":20,"last_epoch_clean":32,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2023-12-06T04:12:34.225798+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2023-12-06T04:12:34.225798+0000","last_clean_scrub_stamp":"2023-12-06T04:12:34.225798+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,2],"acting":[7,0,2],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":7,"acting_primary":7,"purged_snaps":[]}],"pool_stats":[{"poolid":1,"num_pg":1,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":0,"num_large_omap_objects":0,"num_objects_manifest":0,"num_omap_bytes":0,"num_omap_keys":0,"num_objects_repaired":0},"store_stats":{"total":0,"available":0,"internally_reserved":0,"allocated":0,"data_stored":0,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":0},"log_size":0,"ondisk_log_size":0,"up":3,"acting":3,"num_store_stats":4}],"osd_stats":[{"osd":7,"up_from":30,"seq":128849018892,"num_pgs":1,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":1,"kb":93741056,"kb_used":297404,"kb_used_data":308,"kb_used_omap":0,"kb_used_meta":297088,"kb_avail":93443652,"statfs":{"total":95990841344,"available":95686299648,"internally_reserved":0,"allocated":315392,"data_stored":121898,"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.66000000000000003}]},{"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.70299999999999996}]},{"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.56699999999999995}]},{"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.66800000000000004}]},{"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.63600000000000001}]},{"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.81699999999999995}]},{"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.76700000000000002}]}]},{"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":297404,"kb_used_data":308,"kb_used_omap":0,"kb_used_meta":297088,"kb_avail":93443652,"statfs":{"total":95990841344,"available":95686299648,"internally_reserved":0,"allocated":315392,"data_stored":121898,"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.501}]},{"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.47699999999999998}]},{"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.55400000000000005}]},{"osd":3,"last update":"Thu Jan 1 00:00:00 1970","interfaces":[{"interface":"back","average":{"1min":0,"5min":0,"15min":0},"min":{"1min":0,"5min":0,"15min":0},"max":{"1min":0,"5min":0,"15min":0},"last":0.40200000000000002}]},{"osd":4,"last update":"Thu Jan 1 00:00:00 1970","interfaces":[{"interface":"back","average":{"1min":0,"5min":0,"15min":0},"min":{"1min":0,"5min":0,"15min":0},"max":{"1min":0,"5min":0,"15min":0},"last":0.54300000000000004}]},{"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.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.60699999999999998}]}]},{"osd":1,"up_from":18,"seq":77309411343,"num_pgs":0,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":0,"kb":93741056,"kb_used":297400,"kb_used_data":304,"kb_used_omap":0,"kb_used_meta":297088,"kb_avail":93443656,"statfs":{"total":95990841344,"available":95686303744,"internally_reserved":0,"allocated":311296,"data_stored":121583,"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.47099999999999997}]},{"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.35699999999999998}]},{"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.48699999999999999}]},{"osd":4,"last update":"Thu Jan 1 00:00:00 1970","interfaces":[{"interface":"back","average":{"1min":0,"5min":0,"15min":0},"min":{"1min":0,"5min":0,"15min":0},"max":{"1min":0,"5min":0,"15min":0},"last":0.39300000000000002}]},{"osd":5,"last update":"Thu Jan 1 00:00:00 1970","interfaces":[{"interface":"back","average":{"1min":0,"5min":0,"15min":0},"min":{"1min":0,"5min":0,"15min":0},"max":{"1min":0,"5min":0,"15min":0},"last":0.5}]},{"osd":6,"last update":"Thu Jan 1 00:00:00 1970","interfaces":[{"interface":"back","average":{"1min":0,"5min":0,"15min":0},"min":{"1min":0,"5min":0,"15min":0},"max":{"1min":0,"5min":0,"15min":0},"last":0.60399999999999998}]},{"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.46600000000000003}]}]},{"osd":0,"up_from":16,"seq":68719476752,"num_pgs":1,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":1,"kb":93741056,"kb_used":297404,"kb_used_data":308,"kb_used_omap":0,"kb_used_meta":297088,"kb_avail":93443652,"statfs":{"total":95990841344,"available":95686299648,"internally_reserved":0,"allocated":315392,"data_stored":121898,"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.68500000000000005}]},{"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.74099999999999999}]},{"osd":3,"last update":"Thu Jan 1 00:00:00 1970","interfaces":[{"interface":"back","average":{"1min":0,"5min":0,"15min":0},"min":{"1min":0,"5min":0,"15min":0},"max":{"1min":0,"5min":0,"15min":0},"last":0.53000000000000003}]},{"osd":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.70799999999999996}]},{"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.54900000000000004}]},{"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.59999999999999998}]},{"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.63}]}]},{"osd":3,"up_from":19,"seq":81604378639,"num_pgs":0,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":0,"kb":93741056,"kb_used":297404,"kb_used_data":308,"kb_used_omap":0,"kb_used_meta":297088,"kb_avail":93443652,"statfs":{"total":95990841344,"available":95686299648,"internally_reserved":0,"allocated":315392,"data_stored":121898,"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.30599999999999999}]},{"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.69499999999999995}]},{"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.76700000000000002}]},{"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.60699999999999998}]},{"osd":5,"last update":"Thu Jan 1 00:00:00 1970","interfaces":[{"interface":"back","average":{"1min":0,"5min":0,"15min":0},"min":{"1min":0,"5min":0,"15min":0},"max":{"1min":0,"5min":0,"15min":0},"last":0.40699999999999997}]},{"osd":6,"last update":"Thu Jan 1 00:00:00 1970","interfaces":[{"interface":"back","average":{"1min":0,"5min":0,"15min":0},"min":{"1min":0,"5min":0,"15min":0},"max":{"1min":0,"5min":0,"15min":0},"last":0.41799999999999998}]},{"osd":7,"last update":"Thu Jan 1 00:00:00 1970","interfaces":[{"interface":"back","average":{"1min":0,"5min":0,"15min":0},"min":{"1min":0,"5min":0,"15min":0},"max":{"1min":0,"5min":0,"15min":0},"last":0.77900000000000003}]}]},{"osd":2,"up_from":22,"seq":94489280526,"num_pgs":1,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":1,"kb":93741056,"kb_used":297400,"kb_used_data":304,"kb_used_omap":0,"kb_used_meta":297088,"kb_avail":93443656,"statfs":{"total":95990841344,"available":95686303744,"internally_reserved":0,"allocated":311296,"data_stored":121583,"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.499}]},{"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.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.58399999999999996}]},{"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.47199999999999998}]},{"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.55100000000000005}]},{"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.63100000000000001}]},{"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.60099999999999998}]}]},{"osd":5,"up_from":23,"seq":98784247823,"num_pgs":0,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":0,"kb":93741056,"kb_used":297404,"kb_used_data":308,"kb_used_omap":0,"kb_used_meta":297088,"kb_avail":93443652,"statfs":{"total":95990841344,"available":95686299648,"internally_reserved":0,"allocated":315392,"data_stored":121898,"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.437}]},{"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.753}]},{"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.67500000000000004}]},{"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.46300000000000002}]},{"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.57199999999999995}]},{"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.52100000000000002}]},{"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.70599999999999996}]}]},{"osd":4,"up_from":26,"seq":111669149709,"num_pgs":0,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":0,"kb":93741056,"kb_used":297404,"kb_used_data":308,"kb_used_omap":0,"kb_used_meta":297088,"kb_avail":93443652,"statfs":{"total":95990841344,"available":95686299648,"internally_reserved":0,"allocated":315392,"data_stored":121898,"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.71599999999999997}]},{"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.84099999999999997}]},{"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.66500000000000004}]},{"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.94299999999999995}]},{"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.88300000000000001}]},{"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.99099999999999999}]},{"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":1.0069999999999999}]}]}],"pool_statfs":[{"poolid":1,"osd":0,"total":0,"available":0,"internally_reserved":0,"allocated":0,"data_stored":0,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":0},{"poolid":1,"osd":1,"total":0,"available":0,"internally_reserved":0,"allocated":0,"data_stored":0,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":0},{"poolid":1,"osd":2,"total":0,"available":0,"internally_reserved":0,"allocated":0,"data_stored":0,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":0},{"poolid":1,"osd":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-12-06T04:13:35.943 INFO:tasks.cephadm.ceph_manager.ceph:clean! 2023-12-06T04:13:35.943 INFO:tasks.ceph:Waiting until ceph cluster ceph is healthy... 2023-12-06T04:13:35.943 INFO:tasks.cephadm.ceph_manager.ceph:wait_until_healthy 2023-12-06T04:13:35.943 DEBUG:teuthology.orchestra.run.smithi047:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:d03fca4f35d43f61b4679936aef7bd2f01cced0b shell --fsid 2ecad2ea-93ed-11ee-95a2-87774f69a715 -- ceph health --format=json 2023-12-06T04:13:36.243 INFO:teuthology.orchestra.run.smithi047.stderr:Inferring config /var/lib/ceph/2ecad2ea-93ed-11ee-95a2-87774f69a715/mon.smithi047/config 2023-12-06T04:13:36.416 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Dec 06 04:13:36 smithi047 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi047[108212]: cluster 2023-12-06T04:13:35.304596+0000 mgr.smithi047.erpxvz (mgr.14182) 124 : cluster [DBG] pgmap v97: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-06T04:13:36.620 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Dec 06 04:13:36 smithi098 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi098[111615]: cluster 2023-12-06T04:13:35.304596+0000 mgr.smithi047.erpxvz (mgr.14182) 124 : cluster [DBG] pgmap v97: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-06T04:13:37.379 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Dec 06 04:13:37 smithi047 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi047[108212]: audit 2023-12-06T04:13:35.552134+0000 mgr.smithi047.erpxvz (mgr.14182) 125 : audit [DBG] from='client.14500 -' entity='client.admin' cmd=[{"prefix": "pg dump", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-06T04:13:37.551 INFO:teuthology.orchestra.run.smithi047.stdout: 2023-12-06T04:13:37.622 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Dec 06 04:13:37 smithi098 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi098[111615]: audit 2023-12-06T04:13:35.552134+0000 mgr.smithi047.erpxvz (mgr.14182) 125 : audit [DBG] from='client.14500 -' entity='client.admin' cmd=[{"prefix": "pg dump", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-06T04:13:37.947 INFO:teuthology.orchestra.run.smithi047.stdout:{"status":"HEALTH_OK","checks":{},"mutes":[]} 2023-12-06T04:13:37.947 INFO:tasks.cephadm.ceph_manager.ceph:wait_until_healthy done 2023-12-06T04:13:37.947 INFO:tasks.cephadm:Setup complete, yielding 2023-12-06T04:13:37.948 INFO:teuthology.run_tasks:Running task cephadm.shell... 2023-12-06T04:13:37.957 INFO:tasks.cephadm:Running commands on role host.a host ubuntu@smithi047.front.sepia.ceph.com 2023-12-06T04:13:37.958 DEBUG:teuthology.orchestra.run.smithi047:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:d03fca4f35d43f61b4679936aef7bd2f01cced0b shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 2ecad2ea-93ed-11ee-95a2-87774f69a715 -- bash -c 'ceph orch status' 2023-12-06T04:13:38.493 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Dec 06 04:13:38 smithi047 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi047[108212]: cluster 2023-12-06T04:13:37.304934+0000 mgr.smithi047.erpxvz (mgr.14182) 126 : cluster [DBG] pgmap v98: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-06T04:13:38.493 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Dec 06 04:13:38 smithi047 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi047[108212]: audit 2023-12-06T04:13:37.551402+0000 mon.smithi047 (mon.0) 557 : audit [DBG] from='client.? 172.21.15.47:0/1561012631' entity='client.admin' cmd=[{"prefix": "health", "format": "json"}]: dispatch 2023-12-06T04:13:38.621 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Dec 06 04:13:38 smithi098 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi098[111615]: cluster 2023-12-06T04:13:37.304934+0000 mgr.smithi047.erpxvz (mgr.14182) 126 : cluster [DBG] pgmap v98: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-06T04:13:38.621 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Dec 06 04:13:38 smithi098 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi098[111615]: audit 2023-12-06T04:13:37.551402+0000 mon.smithi047 (mon.0) 557 : audit [DBG] from='client.? 172.21.15.47:0/1561012631' entity='client.admin' cmd=[{"prefix": "health", "format": "json"}]: dispatch 2023-12-06T04:13:39.408 INFO:teuthology.orchestra.run.smithi047.stdout:Backend: cephadm 2023-12-06T04:13:39.408 INFO:teuthology.orchestra.run.smithi047.stdout:Available: Yes 2023-12-06T04:13:39.408 INFO:teuthology.orchestra.run.smithi047.stdout:Paused: No 2023-12-06T04:13:39.629 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Dec 06 04:13:39 smithi047 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi047[108212]: cluster 2023-12-06T04:13:39.305284+0000 mgr.smithi047.erpxvz (mgr.14182) 127 : cluster [DBG] pgmap v99: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-06T04:13:39.810 DEBUG:teuthology.orchestra.run.smithi047:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:d03fca4f35d43f61b4679936aef7bd2f01cced0b shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 2ecad2ea-93ed-11ee-95a2-87774f69a715 -- bash -c 'ceph orch ps' 2023-12-06T04:13:39.870 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Dec 06 04:13:39 smithi098 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi098[111615]: cluster 2023-12-06T04:13:39.305284+0000 mgr.smithi047.erpxvz (mgr.14182) 127 : cluster [DBG] pgmap v99: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-06T04:13:40.547 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Dec 06 04:13:40 smithi047 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi047[108212]: audit 2023-12-06T04:13:39.407516+0000 mgr.smithi047.erpxvz (mgr.14182) 128 : audit [DBG] from='client.14508 -' entity='client.admin' cmd=[{"prefix": "orch status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-06T04:13:40.870 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Dec 06 04:13:40 smithi098 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi098[111615]: audit 2023-12-06T04:13:39.407516+0000 mgr.smithi047.erpxvz (mgr.14182) 128 : audit [DBG] from='client.14508 -' entity='client.admin' cmd=[{"prefix": "orch status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-06T04:13:41.256 INFO:teuthology.orchestra.run.smithi047.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2023-12-06T04:13:41.256 INFO:teuthology.orchestra.run.smithi047.stdout:alertmanager.smithi047 smithi047 *:9093,9094 running (114s) 55s ago 3m 16.2M - 0.23.0 ba2b418f427c 106386d1fb09 2023-12-06T04:13:41.256 INFO:teuthology.orchestra.run.smithi047.stdout:crash.smithi047 smithi047 running (2m) 55s ago 2m 7285k - 16.2.14-335-gd03fca4f f9c9e8cc8fe8 377e2d66fdf7 2023-12-06T04:13:41.256 INFO:teuthology.orchestra.run.smithi047.stdout:crash.smithi098 smithi098 running (2m) 58s ago 2m 7444k - 16.2.14-335-gd03fca4f f9c9e8cc8fe8 5b7e67ad8c61 2023-12-06T04:13:41.256 INFO:teuthology.orchestra.run.smithi047.stdout:grafana.smithi047 smithi047 *:3000 running (110s) 55s ago 2m 47.7M - 8.3.5 dad864ee21e9 65e63c51a871 2023-12-06T04:13:41.256 INFO:teuthology.orchestra.run.smithi047.stdout:mgr.smithi047.erpxvz smithi047 *:9283 running (4m) 55s ago 4m 444M - 16.2.14-335-gd03fca4f f9c9e8cc8fe8 e08456f9a2e6 2023-12-06T04:13:41.256 INFO:teuthology.orchestra.run.smithi047.stdout:mgr.smithi098.oprotl smithi098 *:8443,9283 running (2m) 58s ago 2m 394M - 16.2.14-335-gd03fca4f f9c9e8cc8fe8 e1d1afcb4607 2023-12-06T04:13:41.256 INFO:teuthology.orchestra.run.smithi047.stdout:mon.smithi047 smithi047 running (4m) 55s ago 4m 69.4M 2048M 16.2.14-335-gd03fca4f f9c9e8cc8fe8 12ab9d903c47 2023-12-06T04:13:41.256 INFO:teuthology.orchestra.run.smithi047.stdout:mon.smithi098 smithi098 running (2m) 58s ago 2m 63.3M 2048M 16.2.14-335-gd03fca4f f9c9e8cc8fe8 a649aba29bd1 2023-12-06T04:13:41.256 INFO:teuthology.orchestra.run.smithi047.stdout:node-exporter.smithi047 smithi047 *:9100 running (2m) 55s ago 2m 21.2M - 1.3.1 1dbe0e931976 798ebeac617f 2023-12-06T04:13:41.256 INFO:teuthology.orchestra.run.smithi047.stdout:node-exporter.smithi098 smithi098 *:9100 running (2m) 58s ago 2m 19.9M - 1.3.1 1dbe0e931976 8a5ce6365fee 2023-12-06T04:13:41.257 INFO:teuthology.orchestra.run.smithi047.stdout:osd.0 smithi098 running (77s) 58s ago 77s 29.9M 3992M 16.2.14-335-gd03fca4f f9c9e8cc8fe8 7b90801b835a 2023-12-06T04:13:41.257 INFO:teuthology.orchestra.run.smithi047.stdout:osd.1 smithi047 running (75s) 55s ago 75s 30.5M 3225M 16.2.14-335-gd03fca4f f9c9e8cc8fe8 dae1a8e41414 2023-12-06T04:13:41.257 INFO:teuthology.orchestra.run.smithi047.stdout:osd.2 smithi047 running (71s) 55s ago 70s 30.2M 3225M 16.2.14-335-gd03fca4f f9c9e8cc8fe8 dcc5da3b7673 2023-12-06T04:13:41.257 INFO:teuthology.orchestra.run.smithi047.stdout:osd.3 smithi098 running (73s) 58s ago 73s 29.7M 3992M 16.2.14-335-gd03fca4f f9c9e8cc8fe8 354eb316554e 2023-12-06T04:13:41.257 INFO:teuthology.orchestra.run.smithi047.stdout:osd.4 smithi047 running (66s) 55s ago 66s 28.7M 3225M 16.2.14-335-gd03fca4f f9c9e8cc8fe8 9827986837e6 2023-12-06T04:13:41.257 INFO:teuthology.orchestra.run.smithi047.stdout:osd.5 smithi098 running (70s) 58s ago 69s 28.5M 3992M 16.2.14-335-gd03fca4f f9c9e8cc8fe8 c84f2fa8c771 2023-12-06T04:13:41.257 INFO:teuthology.orchestra.run.smithi047.stdout:osd.6 smithi098 running (66s) 58s ago 66s 30.4M 3992M 16.2.14-335-gd03fca4f f9c9e8cc8fe8 80ccd7de37b8 2023-12-06T04:13:41.257 INFO:teuthology.orchestra.run.smithi047.stdout:osd.7 smithi047 running (62s) 55s ago 61s 15.7M 3225M 16.2.14-335-gd03fca4f f9c9e8cc8fe8 aa877ef82b58 2023-12-06T04:13:41.257 INFO:teuthology.orchestra.run.smithi047.stdout:prometheus.smithi047 smithi047 *:9095 running (107s) 55s ago 2m 43.2M - 2.33.4 514e6a882f6e 9e6022cd0049 2023-12-06T04:13:41.629 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Dec 06 04:13:41 smithi047 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi047[108212]: audit 2023-12-06T04:13:41.246094+0000 mgr.smithi047.erpxvz (mgr.14182) 129 : audit [DBG] from='client.14512 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2023-12-06T04:13:41.629 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Dec 06 04:13:41 smithi047 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi047[108212]: cluster 2023-12-06T04:13:41.305749+0000 mgr.smithi047.erpxvz (mgr.14182) 130 : cluster [DBG] pgmap v100: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-06T04:13:41.684 DEBUG:teuthology.orchestra.run.smithi047:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:d03fca4f35d43f61b4679936aef7bd2f01cced0b shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 2ecad2ea-93ed-11ee-95a2-87774f69a715 -- bash -c 'ceph orch ls' 2023-12-06T04:13:41.872 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Dec 06 04:13:41 smithi098 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi098[111615]: audit 2023-12-06T04:13:41.246094+0000 mgr.smithi047.erpxvz (mgr.14182) 129 : audit [DBG] from='client.14512 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2023-12-06T04:13:41.875 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Dec 06 04:13:41 smithi098 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi098[111615]: cluster 2023-12-06T04:13:41.305749+0000 mgr.smithi047.erpxvz (mgr.14182) 130 : cluster [DBG] pgmap v100: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-06T04:13:43.121 INFO:teuthology.orchestra.run.smithi047.stdout:NAME PORTS RUNNING REFRESHED AGE PLACEMENT 2023-12-06T04:13:43.121 INFO:teuthology.orchestra.run.smithi047.stdout:alertmanager ?:9093,9094 1/1 57s ago 3m count:1 2023-12-06T04:13:43.121 INFO:teuthology.orchestra.run.smithi047.stdout:crash 2/2 59s ago 3m * 2023-12-06T04:13:43.121 INFO:teuthology.orchestra.run.smithi047.stdout:grafana ?:3000 1/1 57s ago 3m count:1 2023-12-06T04:13:43.121 INFO:teuthology.orchestra.run.smithi047.stdout:mgr 2/2 59s ago 3m count:2 2023-12-06T04:13:43.121 INFO:teuthology.orchestra.run.smithi047.stdout:mon 2/2 59s ago 2m smithi047:172.21.15.47=smithi047;smithi098:172.21.15.98=smithi098;count:2 2023-12-06T04:13:43.121 INFO:teuthology.orchestra.run.smithi047.stdout:node-exporter ?:9100 2/2 59s ago 3m * 2023-12-06T04:13:43.121 INFO:teuthology.orchestra.run.smithi047.stdout:osd.all-available-devices 8 59s ago 119s * 2023-12-06T04:13:43.121 INFO:teuthology.orchestra.run.smithi047.stdout:prometheus ?:9095 1/1 57s ago 3m count:1 2023-12-06T04:13:43.510 DEBUG:teuthology.orchestra.run.smithi047:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:d03fca4f35d43f61b4679936aef7bd2f01cced0b shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 2ecad2ea-93ed-11ee-95a2-87774f69a715 -- bash -c 'ceph orch host ls' 2023-12-06T04:13:44.582 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Dec 06 04:13:44 smithi047 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi047[108212]: audit 2023-12-06T04:13:43.116009+0000 mgr.smithi047.erpxvz (mgr.14182) 131 : audit [DBG] from='client.14516 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""]}]: dispatch 2023-12-06T04:13:44.582 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Dec 06 04:13:44 smithi047 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi047[108212]: cluster 2023-12-06T04:13:43.306112+0000 mgr.smithi047.erpxvz (mgr.14182) 132 : cluster [DBG] pgmap v101: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-06T04:13:44.620 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Dec 06 04:13:44 smithi098 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi098[111615]: audit 2023-12-06T04:13:43.116009+0000 mgr.smithi047.erpxvz (mgr.14182) 131 : audit [DBG] from='client.14516 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""]}]: dispatch 2023-12-06T04:13:44.620 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Dec 06 04:13:44 smithi098 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi098[111615]: cluster 2023-12-06T04:13:43.306112+0000 mgr.smithi047.erpxvz (mgr.14182) 132 : cluster [DBG] pgmap v101: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-06T04:13:45.010 INFO:teuthology.orchestra.run.smithi047.stdout:HOST ADDR LABELS STATUS 2023-12-06T04:13:45.010 INFO:teuthology.orchestra.run.smithi047.stdout:smithi047 172.21.15.47 2023-12-06T04:13:45.010 INFO:teuthology.orchestra.run.smithi047.stdout:smithi098 172.21.15.98 2023-12-06T04:13:45.011 INFO:teuthology.orchestra.run.smithi047.stdout:2 hosts in cluster 2023-12-06T04:13:45.407 DEBUG:teuthology.orchestra.run.smithi047:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:d03fca4f35d43f61b4679936aef7bd2f01cced0b shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 2ecad2ea-93ed-11ee-95a2-87774f69a715 -- bash -c 'ceph orch device ls' 2023-12-06T04:13:45.629 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Dec 06 04:13:45 smithi047 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi047[108212]: audit 2023-12-06T04:13:45.009372+0000 mgr.smithi047.erpxvz (mgr.14182) 133 : audit [DBG] from='client.14520 -' entity='client.admin' cmd=[{"prefix": "orch host ls", "target": ["mon-mgr", ""]}]: dispatch 2023-12-06T04:13:45.629 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Dec 06 04:13:45 smithi047 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi047[108212]: cluster 2023-12-06T04:13:45.306543+0000 mgr.smithi047.erpxvz (mgr.14182) 134 : cluster [DBG] pgmap v102: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-06T04:13:45.870 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Dec 06 04:13:45 smithi098 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi098[111615]: audit 2023-12-06T04:13:45.009372+0000 mgr.smithi047.erpxvz (mgr.14182) 133 : audit [DBG] from='client.14520 -' entity='client.admin' cmd=[{"prefix": "orch host ls", "target": ["mon-mgr", ""]}]: dispatch 2023-12-06T04:13:45.870 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Dec 06 04:13:45 smithi098 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi098[111615]: cluster 2023-12-06T04:13:45.306543+0000 mgr.smithi047.erpxvz (mgr.14182) 134 : cluster [DBG] pgmap v102: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-06T04:13:46.896 INFO:teuthology.orchestra.run.smithi047.stdout:HOST PATH TYPE DEVICE ID SIZE AVAILABLE REFRESHED REJECT REASONS 2023-12-06T04:13:46.896 INFO:teuthology.orchestra.run.smithi047.stdout:smithi047 /dev/nvme0n1 ssd INTEL SSDPED1D480GA_PHMB75130022480DGN 447G 58s ago LVM detected, locked 2023-12-06T04:13:46.896 INFO:teuthology.orchestra.run.smithi047.stdout:smithi047 /dev/nvme1n1 ssd Linux_91fb3d16d9e256f2f4c9 89.4G 58s ago Insufficient space (<10 extents) on vgs, LVM detected, locked 2023-12-06T04:13:46.896 INFO:teuthology.orchestra.run.smithi047.stdout:smithi047 /dev/nvme2n1 ssd Linux_133f33b92613816ba7e8 89.4G 58s ago Insufficient space (<10 extents) on vgs, LVM detected, locked 2023-12-06T04:13:46.896 INFO:teuthology.orchestra.run.smithi047.stdout:smithi047 /dev/nvme3n1 ssd Linux_8136f94745bbda7b54bc 89.4G 58s ago Insufficient space (<10 extents) on vgs, LVM detected, locked 2023-12-06T04:13:46.896 INFO:teuthology.orchestra.run.smithi047.stdout:smithi047 /dev/nvme4n1 ssd Linux_28ba42bdd6ce8820a835 89.4G 58s ago Insufficient space (<10 extents) on vgs, LVM detected, locked 2023-12-06T04:13:46.896 INFO:teuthology.orchestra.run.smithi047.stdout:smithi098 /dev/nvme0n1 ssd INTEL SSDPEDMD400G4_PHFT6204010H400BGN 372G 61s ago LVM detected, locked 2023-12-06T04:13:46.896 INFO:teuthology.orchestra.run.smithi047.stdout:smithi098 /dev/nvme1n1 ssd Linux_b45ae0aaef0f43c78740 89.4G 61s ago Insufficient space (<10 extents) on vgs, LVM detected, locked 2023-12-06T04:13:46.896 INFO:teuthology.orchestra.run.smithi047.stdout:smithi098 /dev/nvme2n1 ssd Linux_26621b0d03bd6b752f88 89.4G 61s ago Insufficient space (<10 extents) on vgs, LVM detected, locked 2023-12-06T04:13:46.896 INFO:teuthology.orchestra.run.smithi047.stdout:smithi098 /dev/nvme3n1 ssd Linux_f9e7c926c23d86508d52 89.4G 61s ago Insufficient space (<10 extents) on vgs, LVM detected, locked 2023-12-06T04:13:46.896 INFO:teuthology.orchestra.run.smithi047.stdout:smithi098 /dev/nvme4n1 ssd Linux_d4d9955a255b2c511d1d 89.4G 61s ago Insufficient space (<10 extents) on vgs, LVM detected, locked 2023-12-06T04:13:47.275 INFO:teuthology.run_tasks:Running task vip... 2023-12-06T04:13:47.284 INFO:tasks.vip:Allocating static IPs for each host... 2023-12-06T04:13:47.285 INFO:tasks.vip:peername 172.21.15.47 2023-12-06T04:13:47.288 INFO:tasks.vip:172.21.15.47 in 172.21.0.0/20, pos 3886 2023-12-06T04:13:47.292 INFO:tasks.vip:smithi047.front.sepia.ceph.com static 10.0.15.47, vnet 10.0.0.0/16 2023-12-06T04:13:47.292 INFO:tasks.vip:VIPs are {map(str, vips)} 2023-12-06T04:13:47.293 DEBUG:teuthology.orchestra.run.smithi047:> sudo ip route ls 2023-12-06T04:13:47.329 INFO:teuthology.orchestra.run.smithi047.stdout:default via 172.21.15.254 dev ens1f0 proto dhcp src 172.21.15.47 metric 100 2023-12-06T04:13:47.330 INFO:teuthology.orchestra.run.smithi047.stdout:172.21.0.0/20 dev ens1f0 proto kernel scope link src 172.21.15.47 metric 100 2023-12-06T04:13:47.331 INFO:tasks.vip:Configuring 10.0.15.47 on smithi047.front.sepia.ceph.com iface ens1f0... 2023-12-06T04:13:47.331 DEBUG:teuthology.orchestra.run.smithi047:> sudo ip addr add 10.0.15.47/16 dev ens1f0 2023-12-06T04:13:47.407 INFO:tasks.vip:peername 172.21.15.98 2023-12-06T04:13:47.412 INFO:tasks.vip:172.21.15.98 in 172.21.0.0/20, pos 3937 2023-12-06T04:13:47.417 INFO:tasks.vip:smithi098.front.sepia.ceph.com static 10.0.15.98, vnet 10.0.0.0/16 2023-12-06T04:13:47.417 DEBUG:teuthology.orchestra.run.smithi098:> sudo ip route ls 2023-12-06T04:13:47.456 INFO:teuthology.orchestra.run.smithi098.stdout:default via 172.21.15.254 dev enp3s0f1 proto dhcp src 172.21.15.98 metric 100 2023-12-06T04:13:47.456 INFO:teuthology.orchestra.run.smithi098.stdout:172.21.0.0/20 dev enp3s0f1 proto kernel scope link src 172.21.15.98 metric 100 2023-12-06T04:13:47.457 INFO:tasks.vip:Configuring 10.0.15.98 on smithi098.front.sepia.ceph.com iface enp3s0f1... 2023-12-06T04:13:47.458 DEBUG:teuthology.orchestra.run.smithi098:> sudo ip addr add 10.0.15.98/16 dev enp3s0f1 2023-12-06T04:13:47.530 INFO:teuthology.run_tasks:Running task cephadm.shell... 2023-12-06T04:13:47.542 INFO:tasks.cephadm:Running commands on role host.a host ubuntu@smithi047.front.sepia.ceph.com 2023-12-06T04:13:47.542 DEBUG:teuthology.orchestra.run.smithi047:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:d03fca4f35d43f61b4679936aef7bd2f01cced0b shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 2ecad2ea-93ed-11ee-95a2-87774f69a715 -- bash -c 'ceph orch device ls --refresh' 2023-12-06T04:13:47.573 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Dec 06 04:13:47 smithi047 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi047[108212]: audit 2023-12-06T04:13:46.892910+0000 mgr.smithi047.erpxvz (mgr.14182) 135 : audit [DBG] from='client.14524 -' entity='client.admin' cmd=[{"prefix": "orch device ls", "target": ["mon-mgr", ""]}]: dispatch 2023-12-06T04:13:47.574 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Dec 06 04:13:47 smithi047 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi047[108212]: cluster 2023-12-06T04:13:47.306934+0000 mgr.smithi047.erpxvz (mgr.14182) 136 : cluster [DBG] pgmap v103: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-06T04:13:47.870 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Dec 06 04:13:47 smithi098 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi098[111615]: audit 2023-12-06T04:13:46.892910+0000 mgr.smithi047.erpxvz (mgr.14182) 135 : audit [DBG] from='client.14524 -' entity='client.admin' cmd=[{"prefix": "orch device ls", "target": ["mon-mgr", ""]}]: dispatch 2023-12-06T04:13:47.870 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Dec 06 04:13:47 smithi098 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi098[111615]: cluster 2023-12-06T04:13:47.306934+0000 mgr.smithi047.erpxvz (mgr.14182) 136 : cluster [DBG] pgmap v103: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-06T04:13:48.970 INFO:teuthology.orchestra.run.smithi047.stdout:HOST PATH TYPE DEVICE ID SIZE AVAILABLE REFRESHED REJECT REASONS 2023-12-06T04:13:48.970 INFO:teuthology.orchestra.run.smithi047.stdout:smithi047 /dev/nvme0n1 ssd INTEL SSDPED1D480GA_PHMB75130022480DGN 447G 60s ago LVM detected, locked 2023-12-06T04:13:48.970 INFO:teuthology.orchestra.run.smithi047.stdout:smithi047 /dev/nvme1n1 ssd Linux_91fb3d16d9e256f2f4c9 89.4G 60s ago Insufficient space (<10 extents) on vgs, LVM detected, locked 2023-12-06T04:13:48.970 INFO:teuthology.orchestra.run.smithi047.stdout:smithi047 /dev/nvme2n1 ssd Linux_133f33b92613816ba7e8 89.4G 60s ago Insufficient space (<10 extents) on vgs, LVM detected, locked 2023-12-06T04:13:48.970 INFO:teuthology.orchestra.run.smithi047.stdout:smithi047 /dev/nvme3n1 ssd Linux_8136f94745bbda7b54bc 89.4G 60s ago Insufficient space (<10 extents) on vgs, LVM detected, locked 2023-12-06T04:13:48.970 INFO:teuthology.orchestra.run.smithi047.stdout:smithi047 /dev/nvme4n1 ssd Linux_28ba42bdd6ce8820a835 89.4G 60s ago Insufficient space (<10 extents) on vgs, LVM detected, locked 2023-12-06T04:13:48.970 INFO:teuthology.orchestra.run.smithi047.stdout:smithi098 /dev/nvme0n1 ssd INTEL SSDPEDMD400G4_PHFT6204010H400BGN 372G 63s ago LVM detected, locked 2023-12-06T04:13:48.970 INFO:teuthology.orchestra.run.smithi047.stdout:smithi098 /dev/nvme1n1 ssd Linux_b45ae0aaef0f43c78740 89.4G 63s ago Insufficient space (<10 extents) on vgs, LVM detected, locked 2023-12-06T04:13:48.970 INFO:teuthology.orchestra.run.smithi047.stdout:smithi098 /dev/nvme2n1 ssd Linux_26621b0d03bd6b752f88 89.4G 63s ago Insufficient space (<10 extents) on vgs, LVM detected, locked 2023-12-06T04:13:48.971 INFO:teuthology.orchestra.run.smithi047.stdout:smithi098 /dev/nvme3n1 ssd Linux_f9e7c926c23d86508d52 89.4G 63s ago Insufficient space (<10 extents) on vgs, LVM detected, locked 2023-12-06T04:13:48.971 INFO:teuthology.orchestra.run.smithi047.stdout:smithi098 /dev/nvme4n1 ssd Linux_d4d9955a255b2c511d1d 89.4G 63s ago Insufficient space (<10 extents) on vgs, LVM detected, locked 2023-12-06T04:13:49.358 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Dec 06 04:13:49 smithi047 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi047[108212]: audit 2023-12-06T04:13:48.970307+0000 mon.smithi047 (mon.0) 558 : audit [DBG] from='mgr.14182 172.21.15.47:0/1495146391' entity='mgr.smithi047.erpxvz' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T04:13:49.360 INFO:teuthology.run_tasks:Running task vip.exec... 2023-12-06T04:13:49.371 INFO:tasks.vip:Running commands on role host.a host ubuntu@smithi047.front.sepia.ceph.com 2023-12-06T04:13:49.371 DEBUG:teuthology.orchestra.run.smithi047:> sudo TESTDIR=/home/ubuntu/cephtest bash -ex -c 'systemctl stop nfs-server' 2023-12-06T04:13:49.438 INFO:teuthology.orchestra.run.smithi047.stderr:+ systemctl stop nfs-server 2023-12-06T04:13:49.447 INFO:tasks.vip:Running commands on role host.b host ubuntu@smithi098.front.sepia.ceph.com 2023-12-06T04:13:49.447 DEBUG:teuthology.orchestra.run.smithi098:> sudo TESTDIR=/home/ubuntu/cephtest bash -ex -c 'systemctl stop nfs-server' 2023-12-06T04:13:49.473 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Dec 06 04:13:49 smithi098 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi098[111615]: audit 2023-12-06T04:13:48.970307+0000 mon.smithi047 (mon.0) 558 : audit [DBG] from='mgr.14182 172.21.15.47:0/1495146391' entity='mgr.smithi047.erpxvz' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T04:13:49.475 INFO:teuthology.orchestra.run.smithi098.stderr:+ systemctl stop nfs-server 2023-12-06T04:13:49.482 INFO:teuthology.run_tasks:Running task cephadm.shell... 2023-12-06T04:13:49.494 INFO:tasks.cephadm:Running commands on role host.a host ubuntu@smithi047.front.sepia.ceph.com 2023-12-06T04:13:49.494 DEBUG:teuthology.orchestra.run.smithi047:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:d03fca4f35d43f61b4679936aef7bd2f01cced0b shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 2ecad2ea-93ed-11ee-95a2-87774f69a715 -- bash -c 'ceph fs volume create foofs' 2023-12-06T04:13:50.370 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Dec 06 04:13:50 smithi098 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi098[111615]: audit 2023-12-06T04:13:48.966925+0000 mgr.smithi047.erpxvz (mgr.14182) 137 : audit [DBG] from='client.14528 -' entity='client.admin' cmd=[{"prefix": "orch device ls", "refresh": true, "target": ["mon-mgr", ""]}]: dispatch 2023-12-06T04:13:50.370 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Dec 06 04:13:50 smithi098 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi098[111615]: cluster 2023-12-06T04:13:49.307296+0000 mgr.smithi047.erpxvz (mgr.14182) 138 : cluster [DBG] pgmap v104: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-06T04:13:50.379 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Dec 06 04:13:50 smithi047 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi047[108212]: audit 2023-12-06T04:13:48.966925+0000 mgr.smithi047.erpxvz (mgr.14182) 137 : audit [DBG] from='client.14528 -' entity='client.admin' cmd=[{"prefix": "orch device ls", "refresh": true, "target": ["mon-mgr", ""]}]: dispatch 2023-12-06T04:13:50.380 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Dec 06 04:13:50 smithi047 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi047[108212]: cluster 2023-12-06T04:13:49.307296+0000 mgr.smithi047.erpxvz (mgr.14182) 138 : cluster [DBG] pgmap v104: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-06T04:13:51.879 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Dec 06 04:13:51 smithi047 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi047[108212]: audit 2023-12-06T04:13:50.273209+0000 mon.smithi047 (mon.0) 559 : audit [INF] from='mgr.14182 172.21.15.47:0/1495146391' entity='mgr.smithi047.erpxvz' 2023-12-06T04:13:52.120 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Dec 06 04:13:51 smithi098 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi098[111615]: audit 2023-12-06T04:13:50.273209+0000 mon.smithi047 (mon.0) 559 : audit [INF] from='mgr.14182 172.21.15.47:0/1495146391' entity='mgr.smithi047.erpxvz' 2023-12-06T04:13:52.870 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Dec 06 04:13:52 smithi098 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi098[111615]: audit 2023-12-06T04:13:51.179879+0000 mgr.smithi047.erpxvz (mgr.14182) 139 : audit [DBG] from='client.14532 -' entity='client.admin' cmd=[{"prefix": "fs volume create", "name": "foofs", "target": ["mon-mgr", ""]}]: dispatch 2023-12-06T04:13:52.870 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Dec 06 04:13:52 smithi098 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi098[111615]: audit 2023-12-06T04:13:51.180437+0000 mon.smithi047 (mon.0) 560 : audit [INF] from='mgr.14182 172.21.15.47:0/1495146391' entity='mgr.smithi047.erpxvz' cmd=[{"prefix": "osd pool create", "pool": "cephfs.foofs.meta"}]: dispatch 2023-12-06T04:13:52.870 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Dec 06 04:13:52 smithi098 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi098[111615]: cluster 2023-12-06T04:13:51.307627+0000 mgr.smithi047.erpxvz (mgr.14182) 140 : cluster [DBG] pgmap v105: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-06T04:13:52.871 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Dec 06 04:13:52 smithi098 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi098[111615]: audit 2023-12-06T04:13:51.691229+0000 mon.smithi047 (mon.0) 561 : audit [INF] from='mgr.14182 172.21.15.47:0/1495146391' entity='mgr.smithi047.erpxvz' cmd='[{"prefix": "osd pool create", "pool": "cephfs.foofs.meta"}]': finished 2023-12-06T04:13:52.871 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Dec 06 04:13:52 smithi098 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi098[111615]: cluster 2023-12-06T04:13:51.691307+0000 mon.smithi047 (mon.0) 562 : cluster [DBG] osdmap e33: 8 total, 8 up, 8 in 2023-12-06T04:13:52.871 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Dec 06 04:13:52 smithi098 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi098[111615]: audit 2023-12-06T04:13:51.693734+0000 mon.smithi047 (mon.0) 563 : audit [INF] from='mgr.14182 172.21.15.47:0/1495146391' entity='mgr.smithi047.erpxvz' cmd=[{"bulk": true, "prefix": "osd pool create", "pool": "cephfs.foofs.data"}]: dispatch 2023-12-06T04:13:52.871 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Dec 06 04:13:52 smithi098 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi098[111615]: audit 2023-12-06T04:13:52.283536+0000 mon.smithi047 (mon.0) 564 : audit [INF] from='mgr.14182 172.21.15.47:0/1495146391' entity='mgr.smithi047.erpxvz' 2023-12-06T04:13:53.024 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Dec 06 04:13:52 smithi047 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi047[108212]: audit 2023-12-06T04:13:51.179879+0000 mgr.smithi047.erpxvz (mgr.14182) 139 : audit [DBG] from='client.14532 -' entity='client.admin' cmd=[{"prefix": "fs volume create", "name": "foofs", "target": ["mon-mgr", ""]}]: dispatch 2023-12-06T04:13:53.024 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Dec 06 04:13:52 smithi047 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi047[108212]: audit 2023-12-06T04:13:51.180437+0000 mon.smithi047 (mon.0) 560 : audit [INF] from='mgr.14182 172.21.15.47:0/1495146391' entity='mgr.smithi047.erpxvz' cmd=[{"prefix": "osd pool create", "pool": "cephfs.foofs.meta"}]: dispatch 2023-12-06T04:13:53.024 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Dec 06 04:13:52 smithi047 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi047[108212]: cluster 2023-12-06T04:13:51.307627+0000 mgr.smithi047.erpxvz (mgr.14182) 140 : cluster [DBG] pgmap v105: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-06T04:13:53.024 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Dec 06 04:13:52 smithi047 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi047[108212]: audit 2023-12-06T04:13:51.691229+0000 mon.smithi047 (mon.0) 561 : audit [INF] from='mgr.14182 172.21.15.47:0/1495146391' entity='mgr.smithi047.erpxvz' cmd='[{"prefix": "osd pool create", "pool": "cephfs.foofs.meta"}]': finished 2023-12-06T04:13:53.024 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Dec 06 04:13:52 smithi047 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi047[108212]: cluster 2023-12-06T04:13:51.691307+0000 mon.smithi047 (mon.0) 562 : cluster [DBG] osdmap e33: 8 total, 8 up, 8 in 2023-12-06T04:13:53.024 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Dec 06 04:13:52 smithi047 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi047[108212]: audit 2023-12-06T04:13:51.693734+0000 mon.smithi047 (mon.0) 563 : audit [INF] from='mgr.14182 172.21.15.47:0/1495146391' entity='mgr.smithi047.erpxvz' cmd=[{"bulk": true, "prefix": "osd pool create", "pool": "cephfs.foofs.data"}]: dispatch 2023-12-06T04:13:53.024 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Dec 06 04:13:52 smithi047 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi047[108212]: audit 2023-12-06T04:13:52.283536+0000 mon.smithi047 (mon.0) 564 : audit [INF] from='mgr.14182 172.21.15.47:0/1495146391' entity='mgr.smithi047.erpxvz' 2023-12-06T04:13:53.025 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Dec 06 04:13:52 smithi047 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi047[108212]: debug 2023-12-06T04:13:52.701+0000 7f8b3e32d700 -1 log_channel(cluster) log [ERR] : Health check failed: 1 filesystem is offline (MDS_ALL_DOWN) 2023-12-06T04:13:53.255 DEBUG:teuthology.orchestra.run.smithi047:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:d03fca4f35d43f61b4679936aef7bd2f01cced0b shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 2ecad2ea-93ed-11ee-95a2-87774f69a715 -- bash -c 'ceph nfs cluster create foo --ingress --virtual-ip 10.0.31.47/16 --port 2999' 2023-12-06T04:13:53.880 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Dec 06 04:13:53 smithi047 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi047[108212]: audit 2023-12-06T04:13:52.693508+0000 mon.smithi047 (mon.0) 565 : audit [INF] from='mgr.14182 172.21.15.47:0/1495146391' entity='mgr.smithi047.erpxvz' cmd='[{"bulk": true, "prefix": "osd pool create", "pool": "cephfs.foofs.data"}]': finished 2023-12-06T04:13:53.880 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Dec 06 04:13:53 smithi047 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi047[108212]: cluster 2023-12-06T04:13:52.693727+0000 mon.smithi047 (mon.0) 566 : cluster [DBG] osdmap e34: 8 total, 8 up, 8 in 2023-12-06T04:13:53.880 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Dec 06 04:13:53 smithi047 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi047[108212]: audit 2023-12-06T04:13:52.702668+0000 mon.smithi047 (mon.0) 567 : audit [INF] from='mgr.14182 172.21.15.47:0/1495146391' entity='mgr.smithi047.erpxvz' cmd=[{"prefix": "fs new", "fs_name": "foofs", "metadata": "cephfs.foofs.meta", "data": "cephfs.foofs.data"}]: dispatch 2023-12-06T04:13:53.880 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Dec 06 04:13:53 smithi047 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi047[108212]: cluster 2023-12-06T04:13:52.703592+0000 mon.smithi047 (mon.0) 568 : cluster [ERR] Health check failed: 1 filesystem is offline (MDS_ALL_DOWN) 2023-12-06T04:13:53.880 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Dec 06 04:13:53 smithi047 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi047[108212]: cluster 2023-12-06T04:13:52.703627+0000 mon.smithi047 (mon.0) 569 : cluster [WRN] Health check failed: 1 filesystem is online with fewer MDS than max_mds (MDS_UP_LESS_THAN_MAX) 2023-12-06T04:13:53.880 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Dec 06 04:13:53 smithi047 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi047[108212]: cluster 2023-12-06T04:13:52.713624+0000 mon.smithi047 (mon.0) 570 : cluster [DBG] osdmap e35: 8 total, 8 up, 8 in 2023-12-06T04:13:53.880 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Dec 06 04:13:53 smithi047 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi047[108212]: audit 2023-12-06T04:13:52.714264+0000 mon.smithi047 (mon.0) 571 : audit [INF] from='mgr.14182 172.21.15.47:0/1495146391' entity='mgr.smithi047.erpxvz' cmd='[{"prefix": "fs new", "fs_name": "foofs", "metadata": "cephfs.foofs.meta", "data": "cephfs.foofs.data"}]': finished 2023-12-06T04:13:53.880 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Dec 06 04:13:53 smithi047 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi047[108212]: cluster 2023-12-06T04:13:52.714360+0000 mon.smithi047 (mon.0) 572 : cluster [DBG] fsmap foofs:0 2023-12-06T04:13:53.881 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Dec 06 04:13:53 smithi047 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi047[108212]: cephadm 2023-12-06T04:13:52.721268+0000 mgr.smithi047.erpxvz (mgr.14182) 141 : cephadm [INF] Saving service mds.foofs spec with placement count:2 2023-12-06T04:13:53.881 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Dec 06 04:13:53 smithi047 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi047[108212]: audit 2023-12-06T04:13:52.726662+0000 mon.smithi047 (mon.0) 573 : audit [INF] from='mgr.14182 172.21.15.47:0/1495146391' entity='mgr.smithi047.erpxvz' 2023-12-06T04:13:53.881 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Dec 06 04:13:53 smithi047 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi047[108212]: audit 2023-12-06T04:13:52.795094+0000 mon.smithi047 (mon.0) 574 : audit [INF] from='mgr.14182 172.21.15.47:0/1495146391' entity='mgr.smithi047.erpxvz' 2023-12-06T04:13:53.881 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Dec 06 04:13:53 smithi047 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi047[108212]: cluster 2023-12-06T04:13:53.307971+0000 mgr.smithi047.erpxvz (mgr.14182) 142 : cluster [DBG] pgmap v109: 65 pgs: 54 unknown, 11 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-06T04:13:54.120 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Dec 06 04:13:53 smithi098 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi098[111615]: audit 2023-12-06T04:13:52.693508+0000 mon.smithi047 (mon.0) 565 : audit [INF] from='mgr.14182 172.21.15.47:0/1495146391' entity='mgr.smithi047.erpxvz' cmd='[{"bulk": true, "prefix": "osd pool create", "pool": "cephfs.foofs.data"}]': finished 2023-12-06T04:13:54.120 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Dec 06 04:13:53 smithi098 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi098[111615]: cluster 2023-12-06T04:13:52.693727+0000 mon.smithi047 (mon.0) 566 : cluster [DBG] osdmap e34: 8 total, 8 up, 8 in 2023-12-06T04:13:54.120 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Dec 06 04:13:53 smithi098 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi098[111615]: audit 2023-12-06T04:13:52.702668+0000 mon.smithi047 (mon.0) 567 : audit [INF] from='mgr.14182 172.21.15.47:0/1495146391' entity='mgr.smithi047.erpxvz' cmd=[{"prefix": "fs new", "fs_name": "foofs", "metadata": "cephfs.foofs.meta", "data": "cephfs.foofs.data"}]: dispatch 2023-12-06T04:13:54.120 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Dec 06 04:13:53 smithi098 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi098[111615]: cluster 2023-12-06T04:13:52.703592+0000 mon.smithi047 (mon.0) 568 : cluster [ERR] Health check failed: 1 filesystem is offline (MDS_ALL_DOWN) 2023-12-06T04:13:54.120 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Dec 06 04:13:53 smithi098 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi098[111615]: cluster 2023-12-06T04:13:52.703627+0000 mon.smithi047 (mon.0) 569 : cluster [WRN] Health check failed: 1 filesystem is online with fewer MDS than max_mds (MDS_UP_LESS_THAN_MAX) 2023-12-06T04:13:54.121 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Dec 06 04:13:53 smithi098 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi098[111615]: cluster 2023-12-06T04:13:52.713624+0000 mon.smithi047 (mon.0) 570 : cluster [DBG] osdmap e35: 8 total, 8 up, 8 in 2023-12-06T04:13:54.121 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Dec 06 04:13:53 smithi098 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi098[111615]: audit 2023-12-06T04:13:52.714264+0000 mon.smithi047 (mon.0) 571 : audit [INF] from='mgr.14182 172.21.15.47:0/1495146391' entity='mgr.smithi047.erpxvz' cmd='[{"prefix": "fs new", "fs_name": "foofs", "metadata": "cephfs.foofs.meta", "data": "cephfs.foofs.data"}]': finished 2023-12-06T04:13:54.121 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Dec 06 04:13:53 smithi098 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi098[111615]: cluster 2023-12-06T04:13:52.714360+0000 mon.smithi047 (mon.0) 572 : cluster [DBG] fsmap foofs:0 2023-12-06T04:13:54.121 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Dec 06 04:13:53 smithi098 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi098[111615]: cephadm 2023-12-06T04:13:52.721268+0000 mgr.smithi047.erpxvz (mgr.14182) 141 : cephadm [INF] Saving service mds.foofs spec with placement count:2 2023-12-06T04:13:54.121 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Dec 06 04:13:53 smithi098 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi098[111615]: audit 2023-12-06T04:13:52.726662+0000 mon.smithi047 (mon.0) 573 : audit [INF] from='mgr.14182 172.21.15.47:0/1495146391' entity='mgr.smithi047.erpxvz' 2023-12-06T04:13:54.121 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Dec 06 04:13:53 smithi098 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi098[111615]: audit 2023-12-06T04:13:52.795094+0000 mon.smithi047 (mon.0) 574 : audit [INF] from='mgr.14182 172.21.15.47:0/1495146391' entity='mgr.smithi047.erpxvz' 2023-12-06T04:13:54.121 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Dec 06 04:13:53 smithi098 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi098[111615]: cluster 2023-12-06T04:13:53.307971+0000 mgr.smithi047.erpxvz (mgr.14182) 142 : cluster [DBG] pgmap v109: 65 pgs: 54 unknown, 11 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-06T04:13:55.029 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Dec 06 04:13:54 smithi047 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi047[108212]: cluster 2023-12-06T04:13:53.713564+0000 mon.smithi047 (mon.0) 575 : cluster [DBG] osdmap e36: 8 total, 8 up, 8 in 2023-12-06T04:13:55.120 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Dec 06 04:13:54 smithi098 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi098[111615]: cluster 2023-12-06T04:13:53.713564+0000 mon.smithi047 (mon.0) 575 : cluster [DBG] osdmap e36: 8 total, 8 up, 8 in 2023-12-06T04:13:56.120 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Dec 06 04:13:55 smithi098 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi098[111615]: audit 2023-12-06T04:13:54.821941+0000 mgr.smithi047.erpxvz (mgr.14182) 143 : audit [DBG] from='client.14536 -' entity='client.admin' cmd=[{"prefix": "nfs cluster create", "cluster_id": "foo", "ingress": true, "virtual_ip": "10.0.31.47/16", "port": 2999, "target": ["mon-mgr", ""]}]: dispatch 2023-12-06T04:13:56.121 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Dec 06 04:13:55 smithi098 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi098[111615]: audit 2023-12-06T04:13:54.823830+0000 mon.smithi047 (mon.0) 576 : audit [INF] from='mgr.14182 172.21.15.47:0/1495146391' entity='mgr.smithi047.erpxvz' cmd=[{"prefix": "osd pool create", "pool": ".nfs"}]: dispatch 2023-12-06T04:13:56.121 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Dec 06 04:13:55 smithi098 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi098[111615]: audit 2023-12-06T04:13:55.289982+0000 mon.smithi047 (mon.0) 577 : audit [INF] from='mgr.14182 172.21.15.47:0/1495146391' entity='mgr.smithi047.erpxvz' cmd='[{"prefix": "osd pool create", "pool": ".nfs"}]': finished 2023-12-06T04:13:56.121 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Dec 06 04:13:55 smithi098 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi098[111615]: cluster 2023-12-06T04:13:55.290031+0000 mon.smithi047 (mon.0) 578 : cluster [DBG] osdmap e37: 8 total, 8 up, 8 in 2023-12-06T04:13:56.121 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Dec 06 04:13:55 smithi098 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi098[111615]: audit 2023-12-06T04:13:55.292588+0000 mon.smithi047 (mon.0) 579 : audit [INF] from='mgr.14182 172.21.15.47:0/1495146391' entity='mgr.smithi047.erpxvz' cmd=[{"prefix": "osd pool application enable", "pool": ".nfs", "app": "nfs"}]: dispatch 2023-12-06T04:13:56.121 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Dec 06 04:13:55 smithi098 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi098[111615]: cluster 2023-12-06T04:13:55.308324+0000 mgr.smithi047.erpxvz (mgr.14182) 144 : cluster [DBG] pgmap v112: 97 pgs: 63 unknown, 34 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-06T04:13:56.121 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Dec 06 04:13:55 smithi098 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi098[111615]: audit 2023-12-06T04:13:55.478261+0000 mon.smithi047 (mon.0) 580 : audit [INF] from='mgr.14182 172.21.15.47:0/1495146391' entity='mgr.smithi047.erpxvz' 2023-12-06T04:13:56.129 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Dec 06 04:13:55 smithi047 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi047[108212]: audit 2023-12-06T04:13:54.821941+0000 mgr.smithi047.erpxvz (mgr.14182) 143 : audit [DBG] from='client.14536 -' entity='client.admin' cmd=[{"prefix": "nfs cluster create", "cluster_id": "foo", "ingress": true, "virtual_ip": "10.0.31.47/16", "port": 2999, "target": ["mon-mgr", ""]}]: dispatch 2023-12-06T04:13:56.129 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Dec 06 04:13:55 smithi047 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi047[108212]: audit 2023-12-06T04:13:54.823830+0000 mon.smithi047 (mon.0) 576 : audit [INF] from='mgr.14182 172.21.15.47:0/1495146391' entity='mgr.smithi047.erpxvz' cmd=[{"prefix": "osd pool create", "pool": ".nfs"}]: dispatch 2023-12-06T04:13:56.129 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Dec 06 04:13:55 smithi047 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi047[108212]: audit 2023-12-06T04:13:55.289982+0000 mon.smithi047 (mon.0) 577 : audit [INF] from='mgr.14182 172.21.15.47:0/1495146391' entity='mgr.smithi047.erpxvz' cmd='[{"prefix": "osd pool create", "pool": ".nfs"}]': finished 2023-12-06T04:13:56.129 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Dec 06 04:13:55 smithi047 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi047[108212]: cluster 2023-12-06T04:13:55.290031+0000 mon.smithi047 (mon.0) 578 : cluster [DBG] osdmap e37: 8 total, 8 up, 8 in 2023-12-06T04:13:56.129 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Dec 06 04:13:55 smithi047 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi047[108212]: audit 2023-12-06T04:13:55.292588+0000 mon.smithi047 (mon.0) 579 : audit [INF] from='mgr.14182 172.21.15.47:0/1495146391' entity='mgr.smithi047.erpxvz' cmd=[{"prefix": "osd pool application enable", "pool": ".nfs", "app": "nfs"}]: dispatch 2023-12-06T04:13:56.130 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Dec 06 04:13:55 smithi047 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi047[108212]: cluster 2023-12-06T04:13:55.308324+0000 mgr.smithi047.erpxvz (mgr.14182) 144 : cluster [DBG] pgmap v112: 97 pgs: 63 unknown, 34 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-06T04:13:56.130 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Dec 06 04:13:55 smithi047 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi047[108212]: audit 2023-12-06T04:13:55.478261+0000 mon.smithi047 (mon.0) 580 : audit [INF] from='mgr.14182 172.21.15.47:0/1495146391' entity='mgr.smithi047.erpxvz' 2023-12-06T04:13:56.335 INFO:teuthology.orchestra.run.smithi047.stdout:NFS Cluster Created Successfully 2023-12-06T04:13:56.709 DEBUG:teuthology.orchestra.run.smithi047:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:d03fca4f35d43f61b4679936aef7bd2f01cced0b shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 2ecad2ea-93ed-11ee-95a2-87774f69a715 -- bash -c 'ceph nfs export create cephfs --fsname foofs --cluster-id foo --pseudo-path /fake' 2023-12-06T04:13:56.849 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Dec 06 04:13:56 smithi098 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi098[111615]: audit 2023-12-06T04:13:55.796726+0000 mon.smithi047 (mon.0) 581 : audit [DBG] from='mgr.14182 172.21.15.47:0/1495146391' entity='mgr.smithi047.erpxvz' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T04:13:56.849 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Dec 06 04:13:56 smithi098 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi098[111615]: audit 2023-12-06T04:13:55.797539+0000 mon.smithi047 (mon.0) 582 : audit [INF] from='mgr.14182 172.21.15.47:0/1495146391' entity='mgr.smithi047.erpxvz' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T04:13:56.850 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Dec 06 04:13:56 smithi098 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi098[111615]: audit 2023-12-06T04:13:55.802181+0000 mon.smithi047 (mon.0) 583 : audit [INF] from='mgr.14182 172.21.15.47:0/1495146391' entity='mgr.smithi047.erpxvz' 2023-12-06T04:13:56.850 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Dec 06 04:13:56 smithi098 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi098[111615]: audit 2023-12-06T04:13:55.805981+0000 mon.smithi047 (mon.0) 584 : audit [DBG] from='mgr.14182 172.21.15.47:0/1495146391' entity='mgr.smithi047.erpxvz' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-12-06T04:13:56.850 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Dec 06 04:13:56 smithi098 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi098[111615]: audit 2023-12-06T04:13:55.813607+0000 mon.smithi047 (mon.0) 585 : audit [INF] from='mgr.14182 172.21.15.47:0/1495146391' entity='mgr.smithi047.erpxvz' 2023-12-06T04:13:56.850 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Dec 06 04:13:56 smithi098 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi098[111615]: audit 2023-12-06T04:13:55.814435+0000 mon.smithi047 (mon.0) 586 : audit [INF] from='mgr.14182 172.21.15.47:0/1495146391' entity='mgr.smithi047.erpxvz' cmd=[{"prefix": "auth get-or-create", "entity": "mds.foofs.smithi098.vlypwm", "caps": ["mon", "profile mds", "osd", "allow rw tag cephfs *=*", "mds", "allow"]}]: dispatch 2023-12-06T04:13:56.850 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Dec 06 04:13:56 smithi098 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi098[111615]: audit 2023-12-06T04:13:55.817127+0000 mon.smithi047 (mon.0) 587 : audit [INF] from='mgr.14182 172.21.15.47:0/1495146391' entity='mgr.smithi047.erpxvz' cmd='[{"prefix": "auth get-or-create", "entity": "mds.foofs.smithi098.vlypwm", "caps": ["mon", "profile mds", "osd", "allow rw tag cephfs *=*", "mds", "allow"]}]': finished 2023-12-06T04:13:56.850 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Dec 06 04:13:56 smithi098 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi098[111615]: audit 2023-12-06T04:13:55.817778+0000 mon.smithi047 (mon.0) 588 : audit [DBG] from='mgr.14182 172.21.15.47:0/1495146391' entity='mgr.smithi047.erpxvz' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T04:13:56.850 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Dec 06 04:13:56 smithi098 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi098[111615]: cephadm 2023-12-06T04:13:55.818397+0000 mgr.smithi047.erpxvz (mgr.14182) 145 : cephadm [INF] Deploying daemon mds.foofs.smithi098.vlypwm on smithi098 2023-12-06T04:13:56.850 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Dec 06 04:13:56 smithi098 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi098[111615]: audit 2023-12-06T04:13:56.295608+0000 mon.smithi047 (mon.0) 589 : audit [INF] from='mgr.14182 172.21.15.47:0/1495146391' entity='mgr.smithi047.erpxvz' cmd='[{"prefix": "osd pool application enable", "pool": ".nfs", "app": "nfs"}]': finished 2023-12-06T04:13:56.850 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Dec 06 04:13:56 smithi098 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi098[111615]: cluster 2023-12-06T04:13:56.295803+0000 mon.smithi047 (mon.0) 590 : cluster [DBG] osdmap e38: 8 total, 8 up, 8 in 2023-12-06T04:13:56.850 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Dec 06 04:13:56 smithi098 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi098[111615]: audit 2023-12-06T04:13:56.329364+0000 mon.smithi047 (mon.0) 591 : audit [INF] from='mgr.14182 172.21.15.47:0/1495146391' entity='mgr.smithi047.erpxvz' 2023-12-06T04:13:56.851 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Dec 06 04:13:56 smithi098 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi098[111615]: audit 2023-12-06T04:13:56.333639+0000 mon.smithi047 (mon.0) 592 : audit [INF] from='mgr.14182 172.21.15.47:0/1495146391' entity='mgr.smithi047.erpxvz' 2023-12-06T04:13:57.060 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Dec 06 04:13:56 smithi047 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi047[108212]: audit 2023-12-06T04:13:55.796726+0000 mon.smithi047 (mon.0) 581 : audit [DBG] from='mgr.14182 172.21.15.47:0/1495146391' entity='mgr.smithi047.erpxvz' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T04:13:57.061 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Dec 06 04:13:56 smithi047 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi047[108212]: audit 2023-12-06T04:13:55.797539+0000 mon.smithi047 (mon.0) 582 : audit [INF] from='mgr.14182 172.21.15.47:0/1495146391' entity='mgr.smithi047.erpxvz' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T04:13:57.061 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Dec 06 04:13:56 smithi047 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi047[108212]: audit 2023-12-06T04:13:55.802181+0000 mon.smithi047 (mon.0) 583 : audit [INF] from='mgr.14182 172.21.15.47:0/1495146391' entity='mgr.smithi047.erpxvz' 2023-12-06T04:13:57.061 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Dec 06 04:13:56 smithi047 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi047[108212]: audit 2023-12-06T04:13:55.805981+0000 mon.smithi047 (mon.0) 584 : audit [DBG] from='mgr.14182 172.21.15.47:0/1495146391' entity='mgr.smithi047.erpxvz' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-12-06T04:13:57.061 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Dec 06 04:13:56 smithi047 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi047[108212]: audit 2023-12-06T04:13:55.813607+0000 mon.smithi047 (mon.0) 585 : audit [INF] from='mgr.14182 172.21.15.47:0/1495146391' entity='mgr.smithi047.erpxvz' 2023-12-06T04:13:57.061 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Dec 06 04:13:56 smithi047 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi047[108212]: audit 2023-12-06T04:13:55.814435+0000 mon.smithi047 (mon.0) 586 : audit [INF] from='mgr.14182 172.21.15.47:0/1495146391' entity='mgr.smithi047.erpxvz' cmd=[{"prefix": "auth get-or-create", "entity": "mds.foofs.smithi098.vlypwm", "caps": ["mon", "profile mds", "osd", "allow rw tag cephfs *=*", "mds", "allow"]}]: dispatch 2023-12-06T04:13:57.061 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Dec 06 04:13:56 smithi047 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi047[108212]: audit 2023-12-06T04:13:55.817127+0000 mon.smithi047 (mon.0) 587 : audit [INF] from='mgr.14182 172.21.15.47:0/1495146391' entity='mgr.smithi047.erpxvz' cmd='[{"prefix": "auth get-or-create", "entity": "mds.foofs.smithi098.vlypwm", "caps": ["mon", "profile mds", "osd", "allow rw tag cephfs *=*", "mds", "allow"]}]': finished 2023-12-06T04:13:57.061 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Dec 06 04:13:56 smithi047 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi047[108212]: audit 2023-12-06T04:13:55.817778+0000 mon.smithi047 (mon.0) 588 : audit [DBG] from='mgr.14182 172.21.15.47:0/1495146391' entity='mgr.smithi047.erpxvz' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T04:13:57.061 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Dec 06 04:13:56 smithi047 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi047[108212]: cephadm 2023-12-06T04:13:55.818397+0000 mgr.smithi047.erpxvz (mgr.14182) 145 : cephadm [INF] Deploying daemon mds.foofs.smithi098.vlypwm on smithi098 2023-12-06T04:13:57.061 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Dec 06 04:13:56 smithi047 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi047[108212]: audit 2023-12-06T04:13:56.295608+0000 mon.smithi047 (mon.0) 589 : audit [INF] from='mgr.14182 172.21.15.47:0/1495146391' entity='mgr.smithi047.erpxvz' cmd='[{"prefix": "osd pool application enable", "pool": ".nfs", "app": "nfs"}]': finished 2023-12-06T04:13:57.061 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Dec 06 04:13:56 smithi047 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi047[108212]: cluster 2023-12-06T04:13:56.295803+0000 mon.smithi047 (mon.0) 590 : cluster [DBG] osdmap e38: 8 total, 8 up, 8 in 2023-12-06T04:13:57.061 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Dec 06 04:13:56 smithi047 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi047[108212]: audit 2023-12-06T04:13:56.329364+0000 mon.smithi047 (mon.0) 591 : audit [INF] from='mgr.14182 172.21.15.47:0/1495146391' entity='mgr.smithi047.erpxvz' 2023-12-06T04:13:57.061 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Dec 06 04:13:56 smithi047 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi047[108212]: audit 2023-12-06T04:13:56.333639+0000 mon.smithi047 (mon.0) 592 : audit [INF] from='mgr.14182 172.21.15.47:0/1495146391' entity='mgr.smithi047.erpxvz' 2023-12-06T04:13:58.571 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Dec 06 04:13:58 smithi047 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi047[108212]: cephadm 2023-12-06T04:13:56.325784+0000 mgr.smithi047.erpxvz (mgr.14182) 146 : cephadm [INF] Saving service nfs.foo spec with placement count:1 2023-12-06T04:13:58.571 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Dec 06 04:13:58 smithi047 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi047[108212]: cephadm 2023-12-06T04:13:56.330802+0000 mgr.smithi047.erpxvz (mgr.14182) 147 : cephadm [INF] Saving service ingress.nfs.foo spec with placement count:2 2023-12-06T04:13:58.571 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Dec 06 04:13:58 smithi047 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi047[108212]: cluster 2023-12-06T04:13:57.298172+0000 mon.smithi047 (mon.0) 593 : cluster [DBG] osdmap e39: 8 total, 8 up, 8 in 2023-12-06T04:13:58.571 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Dec 06 04:13:58 smithi047 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi047[108212]: cluster 2023-12-06T04:13:57.308850+0000 mgr.smithi047.erpxvz (mgr.14182) 148 : cluster [DBG] pgmap v115: 97 pgs: 18 creating+peering, 65 active+clean, 14 unknown; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-06T04:13:58.571 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Dec 06 04:13:58 smithi047 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi047[108212]: audit 2023-12-06T04:13:57.414317+0000 mon.smithi047 (mon.0) 594 : audit [INF] from='mgr.14182 172.21.15.47:0/1495146391' entity='mgr.smithi047.erpxvz' 2023-12-06T04:13:58.571 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Dec 06 04:13:58 smithi047 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi047[108212]: audit 2023-12-06T04:13:57.415665+0000 mon.smithi047 (mon.0) 595 : audit [INF] from='mgr.14182 172.21.15.47:0/1495146391' entity='mgr.smithi047.erpxvz' cmd=[{"prefix": "auth get-or-create", "entity": "mds.foofs.smithi047.jyfwov", "caps": ["mon", "profile mds", "osd", "allow rw tag cephfs *=*", "mds", "allow"]}]: dispatch 2023-12-06T04:13:58.571 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Dec 06 04:13:58 smithi047 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi047[108212]: audit 2023-12-06T04:13:57.419075+0000 mon.smithi047 (mon.0) 596 : audit [INF] from='mgr.14182 172.21.15.47:0/1495146391' entity='mgr.smithi047.erpxvz' cmd='[{"prefix": "auth get-or-create", "entity": "mds.foofs.smithi047.jyfwov", "caps": ["mon", "profile mds", "osd", "allow rw tag cephfs *=*", "mds", "allow"]}]': finished 2023-12-06T04:13:58.572 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Dec 06 04:13:58 smithi047 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi047[108212]: audit 2023-12-06T04:13:57.419906+0000 mon.smithi047 (mon.0) 597 : audit [DBG] from='mgr.14182 172.21.15.47:0/1495146391' entity='mgr.smithi047.erpxvz' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T04:13:58.572 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Dec 06 04:13:58 smithi047 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi047[108212]: cluster 2023-12-06T04:13:58.150277+0000 mon.smithi047 (mon.0) 598 : cluster [INF] daemon mds.foofs.smithi098.vlypwm assigned to filesystem foofs as rank 0 (now has 1 ranks) 2023-12-06T04:13:58.572 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Dec 06 04:13:58 smithi047 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi047[108212]: cluster 2023-12-06T04:13:58.150405+0000 mon.smithi047 (mon.0) 599 : cluster [INF] Health check cleared: MDS_ALL_DOWN (was: 1 filesystem is offline) 2023-12-06T04:13:58.572 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Dec 06 04:13:58 smithi047 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi047[108212]: cluster 2023-12-06T04:13:58.150436+0000 mon.smithi047 (mon.0) 600 : cluster [INF] Health check cleared: MDS_UP_LESS_THAN_MAX (was: 1 filesystem is online with fewer MDS than max_mds) 2023-12-06T04:13:58.572 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Dec 06 04:13:58 smithi047 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi047[108212]: cluster 2023-12-06T04:13:58.150456+0000 mon.smithi047 (mon.0) 601 : cluster [INF] Cluster is now healthy 2023-12-06T04:13:58.572 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Dec 06 04:13:58 smithi047 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi047[108212]: cluster 2023-12-06T04:13:58.154416+0000 mon.smithi047 (mon.0) 602 : cluster [DBG] mds.? [v2:172.21.15.98:6832/390702826,v1:172.21.15.98:6833/390702826] up:boot 2023-12-06T04:13:58.572 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Dec 06 04:13:58 smithi047 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi047[108212]: cluster 2023-12-06T04:13:58.154483+0000 mon.smithi047 (mon.0) 603 : cluster [DBG] fsmap foofs:1 {0=foofs.smithi098.vlypwm=up:creating} 2023-12-06T04:13:58.572 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Dec 06 04:13:58 smithi047 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi047[108212]: audit 2023-12-06T04:13:58.154775+0000 mon.smithi047 (mon.0) 604 : audit [DBG] from='mgr.14182 172.21.15.47:0/1495146391' entity='mgr.smithi047.erpxvz' cmd=[{"prefix": "mds metadata", "who": "foofs.smithi098.vlypwm"}]: dispatch 2023-12-06T04:13:58.572 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Dec 06 04:13:58 smithi047 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi047[108212]: cluster 2023-12-06T04:13:58.170377+0000 mon.smithi047 (mon.0) 605 : cluster [INF] daemon mds.foofs.smithi098.vlypwm is now active in filesystem foofs as rank 0 2023-12-06T04:13:58.620 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Dec 06 04:13:58 smithi098 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi098[111615]: cephadm 2023-12-06T04:13:56.325784+0000 mgr.smithi047.erpxvz (mgr.14182) 146 : cephadm [INF] Saving service nfs.foo spec with placement count:1 2023-12-06T04:13:58.621 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Dec 06 04:13:58 smithi098 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi098[111615]: cephadm 2023-12-06T04:13:56.330802+0000 mgr.smithi047.erpxvz (mgr.14182) 147 : cephadm [INF] Saving service ingress.nfs.foo spec with placement count:2 2023-12-06T04:13:58.621 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Dec 06 04:13:58 smithi098 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi098[111615]: cluster 2023-12-06T04:13:57.298172+0000 mon.smithi047 (mon.0) 593 : cluster [DBG] osdmap e39: 8 total, 8 up, 8 in 2023-12-06T04:13:58.621 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Dec 06 04:13:58 smithi098 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi098[111615]: cluster 2023-12-06T04:13:57.308850+0000 mgr.smithi047.erpxvz (mgr.14182) 148 : cluster [DBG] pgmap v115: 97 pgs: 18 creating+peering, 65 active+clean, 14 unknown; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-06T04:13:58.621 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Dec 06 04:13:58 smithi098 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi098[111615]: audit 2023-12-06T04:13:57.414317+0000 mon.smithi047 (mon.0) 594 : audit [INF] from='mgr.14182 172.21.15.47:0/1495146391' entity='mgr.smithi047.erpxvz' 2023-12-06T04:13:58.621 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Dec 06 04:13:58 smithi098 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi098[111615]: audit 2023-12-06T04:13:57.415665+0000 mon.smithi047 (mon.0) 595 : audit [INF] from='mgr.14182 172.21.15.47:0/1495146391' entity='mgr.smithi047.erpxvz' cmd=[{"prefix": "auth get-or-create", "entity": "mds.foofs.smithi047.jyfwov", "caps": ["mon", "profile mds", "osd", "allow rw tag cephfs *=*", "mds", "allow"]}]: dispatch 2023-12-06T04:13:58.621 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Dec 06 04:13:58 smithi098 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi098[111615]: audit 2023-12-06T04:13:57.419075+0000 mon.smithi047 (mon.0) 596 : audit [INF] from='mgr.14182 172.21.15.47:0/1495146391' entity='mgr.smithi047.erpxvz' cmd='[{"prefix": "auth get-or-create", "entity": "mds.foofs.smithi047.jyfwov", "caps": ["mon", "profile mds", "osd", "allow rw tag cephfs *=*", "mds", "allow"]}]': finished 2023-12-06T04:13:58.621 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Dec 06 04:13:58 smithi098 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi098[111615]: audit 2023-12-06T04:13:57.419906+0000 mon.smithi047 (mon.0) 597 : audit [DBG] from='mgr.14182 172.21.15.47:0/1495146391' entity='mgr.smithi047.erpxvz' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T04:13:58.621 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Dec 06 04:13:58 smithi098 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi098[111615]: cluster 2023-12-06T04:13:58.150277+0000 mon.smithi047 (mon.0) 598 : cluster [INF] daemon mds.foofs.smithi098.vlypwm assigned to filesystem foofs as rank 0 (now has 1 ranks) 2023-12-06T04:13:58.621 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Dec 06 04:13:58 smithi098 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi098[111615]: cluster 2023-12-06T04:13:58.150405+0000 mon.smithi047 (mon.0) 599 : cluster [INF] Health check cleared: MDS_ALL_DOWN (was: 1 filesystem is offline) 2023-12-06T04:13:58.621 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Dec 06 04:13:58 smithi098 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi098[111615]: cluster 2023-12-06T04:13:58.150436+0000 mon.smithi047 (mon.0) 600 : cluster [INF] Health check cleared: MDS_UP_LESS_THAN_MAX (was: 1 filesystem is online with fewer MDS than max_mds) 2023-12-06T04:13:58.621 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Dec 06 04:13:58 smithi098 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi098[111615]: cluster 2023-12-06T04:13:58.150456+0000 mon.smithi047 (mon.0) 601 : cluster [INF] Cluster is now healthy 2023-12-06T04:13:58.621 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Dec 06 04:13:58 smithi098 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi098[111615]: cluster 2023-12-06T04:13:58.154416+0000 mon.smithi047 (mon.0) 602 : cluster [DBG] mds.? [v2:172.21.15.98:6832/390702826,v1:172.21.15.98:6833/390702826] up:boot 2023-12-06T04:13:58.621 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Dec 06 04:13:58 smithi098 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi098[111615]: cluster 2023-12-06T04:13:58.154483+0000 mon.smithi047 (mon.0) 603 : cluster [DBG] fsmap foofs:1 {0=foofs.smithi098.vlypwm=up:creating} 2023-12-06T04:13:58.621 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Dec 06 04:13:58 smithi098 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi098[111615]: audit 2023-12-06T04:13:58.154775+0000 mon.smithi047 (mon.0) 604 : audit [DBG] from='mgr.14182 172.21.15.47:0/1495146391' entity='mgr.smithi047.erpxvz' cmd=[{"prefix": "mds metadata", "who": "foofs.smithi098.vlypwm"}]: dispatch 2023-12-06T04:13:58.622 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Dec 06 04:13:58 smithi098 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi098[111615]: cluster 2023-12-06T04:13:58.170377+0000 mon.smithi047 (mon.0) 605 : cluster [INF] daemon mds.foofs.smithi098.vlypwm is now active in filesystem foofs as rank 0 2023-12-06T04:13:59.173 INFO:teuthology.orchestra.run.smithi047.stdout:{ 2023-12-06T04:13:59.174 INFO:teuthology.orchestra.run.smithi047.stdout: "bind": "/fake", 2023-12-06T04:13:59.174 INFO:teuthology.orchestra.run.smithi047.stdout: "fs": "foofs", 2023-12-06T04:13:59.174 INFO:teuthology.orchestra.run.smithi047.stdout: "path": "/", 2023-12-06T04:13:59.174 INFO:teuthology.orchestra.run.smithi047.stdout: "cluster": "foo", 2023-12-06T04:13:59.174 INFO:teuthology.orchestra.run.smithi047.stdout: "mode": "RW" 2023-12-06T04:13:59.174 INFO:teuthology.orchestra.run.smithi047.stdout:} 2023-12-06T04:13:59.461 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Dec 06 04:13:59 smithi047 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi047[108212]: cephadm 2023-12-06T04:13:57.420638+0000 mgr.smithi047.erpxvz (mgr.14182) 149 : cephadm [INF] Deploying daemon mds.foofs.smithi047.jyfwov on smithi047 2023-12-06T04:13:59.462 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Dec 06 04:13:59 smithi047 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi047[108212]: audit 2023-12-06T04:13:58.157806+0000 mgr.smithi047.erpxvz (mgr.14182) 150 : audit [DBG] from='client.14546 -' entity='client.admin' cmd=[{"prefix": "nfs export create cephfs", "fsname": "foofs", "cluster_id": "foo", "pseudo_path": "/fake", "target": ["mon-mgr", ""]}]: dispatch 2023-12-06T04:13:59.462 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Dec 06 04:13:59 smithi047 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi047[108212]: cluster 2023-12-06T04:13:58.427066+0000 mon.smithi047 (mon.0) 606 : cluster [DBG] mgrmap e19: smithi047.erpxvz(active, since 2m), standbys: smithi098.oprotl 2023-12-06T04:13:59.462 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Dec 06 04:13:59 smithi047 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi047[108212]: cluster 2023-12-06T04:13:59.159607+0000 mon.smithi047 (mon.0) 607 : cluster [DBG] mds.? [v2:172.21.15.98:6832/390702826,v1:172.21.15.98:6833/390702826] up:active 2023-12-06T04:13:59.462 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Dec 06 04:13:59 smithi047 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi047[108212]: cluster 2023-12-06T04:13:59.159676+0000 mon.smithi047 (mon.0) 608 : cluster [DBG] fsmap foofs:1 {0=foofs.smithi098.vlypwm=up:active} 2023-12-06T04:13:59.462 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Dec 06 04:13:59 smithi047 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi047[108212]: audit 2023-12-06T04:13:59.162000+0000 mon.smithi047 (mon.0) 609 : audit [INF] from='mgr.14182 172.21.15.47:0/1495146391' entity='mgr.smithi047.erpxvz' 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-12-06T04:13:59.462 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Dec 06 04:13:59 smithi047 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi047[108212]: audit 2023-12-06T04:13:59.165741+0000 mon.smithi047 (mon.0) 610 : audit [INF] from='mgr.14182 172.21.15.47:0/1495146391' entity='mgr.smithi047.erpxvz' 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-12-06T04:13:59.596 INFO:teuthology.run_tasks:Running task cephadm.wait_for_service... 2023-12-06T04:13:59.608 INFO:tasks.cephadm:Waiting for ceph service nfs.foo to start (timeout 300)... 2023-12-06T04:13:59.608 DEBUG:teuthology.orchestra.run.smithi047:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:d03fca4f35d43f61b4679936aef7bd2f01cced0b shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 2ecad2ea-93ed-11ee-95a2-87774f69a715 -- ceph orch ls -f json 2023-12-06T04:13:59.621 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Dec 06 04:13:59 smithi098 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi098[111615]: cephadm 2023-12-06T04:13:57.420638+0000 mgr.smithi047.erpxvz (mgr.14182) 149 : cephadm [INF] Deploying daemon mds.foofs.smithi047.jyfwov on smithi047 2023-12-06T04:13:59.621 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Dec 06 04:13:59 smithi098 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi098[111615]: audit 2023-12-06T04:13:58.157806+0000 mgr.smithi047.erpxvz (mgr.14182) 150 : audit [DBG] from='client.14546 -' entity='client.admin' cmd=[{"prefix": "nfs export create cephfs", "fsname": "foofs", "cluster_id": "foo", "pseudo_path": "/fake", "target": ["mon-mgr", ""]}]: dispatch 2023-12-06T04:13:59.621 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Dec 06 04:13:59 smithi098 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi098[111615]: cluster 2023-12-06T04:13:58.427066+0000 mon.smithi047 (mon.0) 606 : cluster [DBG] mgrmap e19: smithi047.erpxvz(active, since 2m), standbys: smithi098.oprotl 2023-12-06T04:13:59.621 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Dec 06 04:13:59 smithi098 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi098[111615]: cluster 2023-12-06T04:13:59.159607+0000 mon.smithi047 (mon.0) 607 : cluster [DBG] mds.? [v2:172.21.15.98:6832/390702826,v1:172.21.15.98:6833/390702826] up:active 2023-12-06T04:13:59.621 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Dec 06 04:13:59 smithi098 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi098[111615]: cluster 2023-12-06T04:13:59.159676+0000 mon.smithi047 (mon.0) 608 : cluster [DBG] fsmap foofs:1 {0=foofs.smithi098.vlypwm=up:active} 2023-12-06T04:13:59.621 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Dec 06 04:13:59 smithi098 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi098[111615]: audit 2023-12-06T04:13:59.162000+0000 mon.smithi047 (mon.0) 609 : audit [INF] from='mgr.14182 172.21.15.47:0/1495146391' entity='mgr.smithi047.erpxvz' 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-12-06T04:13:59.621 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Dec 06 04:13:59 smithi098 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi098[111615]: audit 2023-12-06T04:13:59.165741+0000 mon.smithi047 (mon.0) 610 : audit [INF] from='mgr.14182 172.21.15.47:0/1495146391' entity='mgr.smithi047.erpxvz' 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-12-06T04:14:00.607 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Dec 06 04:14:00 smithi047 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi047[108212]: cluster 2023-12-06T04:13:59.309290+0000 mgr.smithi047.erpxvz (mgr.14182) 151 : cluster [DBG] pgmap v116: 97 pgs: 18 creating+peering, 77 active+clean, 2 unknown; 104 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-06T04:14:00.607 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Dec 06 04:14:00 smithi047 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi047[108212]: audit 2023-12-06T04:13:59.396910+0000 mon.smithi047 (mon.0) 611 : audit [INF] from='mgr.14182 172.21.15.47:0/1495146391' entity='mgr.smithi047.erpxvz' 2023-12-06T04:14:00.607 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Dec 06 04:14:00 smithi047 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi047[108212]: audit 2023-12-06T04:13:59.398370+0000 mon.smithi047 (mon.0) 612 : audit [DBG] from='mgr.14182 172.21.15.47:0/1495146391' entity='mgr.smithi047.erpxvz' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T04:14:00.620 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Dec 06 04:14:00 smithi098 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi098[111615]: cluster 2023-12-06T04:13:59.309290+0000 mgr.smithi047.erpxvz (mgr.14182) 151 : cluster [DBG] pgmap v116: 97 pgs: 18 creating+peering, 77 active+clean, 2 unknown; 104 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-06T04:14:00.620 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Dec 06 04:14:00 smithi098 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi098[111615]: audit 2023-12-06T04:13:59.396910+0000 mon.smithi047 (mon.0) 611 : audit [INF] from='mgr.14182 172.21.15.47:0/1495146391' entity='mgr.smithi047.erpxvz' 2023-12-06T04:14:00.620 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Dec 06 04:14:00 smithi098 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi098[111615]: audit 2023-12-06T04:13:59.398370+0000 mon.smithi047 (mon.0) 612 : audit [DBG] from='mgr.14182 172.21.15.47:0/1495146391' entity='mgr.smithi047.erpxvz' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T04:14:01.193 INFO:teuthology.orchestra.run.smithi047.stdout: 2023-12-06T04:14:01.193 INFO:teuthology.orchestra.run.smithi047.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-06T04:10:15.517593Z", "last_refresh": "2023-12-06T04:13:52.276814Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-06T04:10:10.954835Z", "last_refresh": "2023-12-06T04:13:52.276889Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-06T04:10:13.544463Z", "last_refresh": "2023-12-06T04:13:52.276961Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-06T04:13:56.333839Z service:ingress.nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.47/16"}, "status": {"created": "2023-12-06T04:13:56.330826Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.47/16"}}, {"events": ["2023-12-06T04:13:52.727160Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-06T04:13:52.721318Z", "last_refresh": "2023-12-06T04:14:00.890623Z", "running": 1, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-06T04:10:09.956661Z", "last_refresh": "2023-12-06T04:13:52.276727Z", "running": 2, "size": 2}}, {"events": ["2023-12-06T04:11:13.238878Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi047:172.21.15.47=smithi047", "smithi098:172.21.15.98=smithi098"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-06T04:11:13.235526Z", "last_refresh": "2023-12-06T04:13:52.276558Z", "running": 2, "size": 2}}, {"events": ["2023-12-06T04:13:56.329598Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-12-06T04:13:56.325813Z", "ports": [12999], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-06T04:10:14.589128Z", "last_refresh": "2023-12-06T04:13:52.277031Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-06T04:11:43.239438Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-06T04:11:43.235053Z", "last_refresh": "2023-12-06T04:13:52.277169Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-06T04:10:12.030635Z", "last_refresh": "2023-12-06T04:13:52.277100Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-06T04:14:01.477 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Dec 06 04:14:01 smithi047 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi047[108212]: cluster 2023-12-06T04:14:00.308606+0000 mon.smithi047 (mon.0) 613 : cluster [DBG] mds.? [v2:172.21.15.47:6834/3197676250,v1:172.21.15.47:6835/3197676250] up:boot 2023-12-06T04:14:01.478 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Dec 06 04:14:01 smithi047 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi047[108212]: cluster 2023-12-06T04:14:00.308952+0000 mon.smithi047 (mon.0) 614 : cluster [DBG] fsmap foofs:1 {0=foofs.smithi098.vlypwm=up:active} 1 up:standby 2023-12-06T04:14:01.478 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Dec 06 04:14:01 smithi047 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi047[108212]: audit 2023-12-06T04:14:00.309287+0000 mon.smithi047 (mon.0) 615 : audit [DBG] from='mgr.14182 172.21.15.47:0/1495146391' entity='mgr.smithi047.erpxvz' cmd=[{"prefix": "mds metadata", "who": "foofs.smithi047.jyfwov"}]: dispatch 2023-12-06T04:14:01.478 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Dec 06 04:14:01 smithi047 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi047[108212]: cluster 2023-12-06T04:14:00.312690+0000 mon.smithi047 (mon.0) 616 : cluster [DBG] fsmap foofs:1 {0=foofs.smithi098.vlypwm=up:active} 1 up:standby 2023-12-06T04:14:01.478 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Dec 06 04:14:01 smithi047 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi047[108212]: cluster 2023-12-06T04:14:00.403637+0000 mon.smithi047 (mon.0) 617 : cluster [DBG] mgrmap e20: smithi047.erpxvz(active, since 2m), standbys: smithi098.oprotl 2023-12-06T04:14:01.478 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Dec 06 04:14:01 smithi047 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi047[108212]: audit 2023-12-06T04:14:00.898356+0000 mon.smithi047 (mon.0) 618 : audit [INF] from='mgr.14182 172.21.15.47:0/1495146391' entity='mgr.smithi047.erpxvz' 2023-12-06T04:14:01.620 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Dec 06 04:14:01 smithi098 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi098[111615]: cluster 2023-12-06T04:14:00.308606+0000 mon.smithi047 (mon.0) 613 : cluster [DBG] mds.? [v2:172.21.15.47:6834/3197676250,v1:172.21.15.47:6835/3197676250] up:boot 2023-12-06T04:14:01.620 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Dec 06 04:14:01 smithi098 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi098[111615]: cluster 2023-12-06T04:14:00.308952+0000 mon.smithi047 (mon.0) 614 : cluster [DBG] fsmap foofs:1 {0=foofs.smithi098.vlypwm=up:active} 1 up:standby 2023-12-06T04:14:01.620 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Dec 06 04:14:01 smithi098 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi098[111615]: audit 2023-12-06T04:14:00.309287+0000 mon.smithi047 (mon.0) 615 : audit [DBG] from='mgr.14182 172.21.15.47:0/1495146391' entity='mgr.smithi047.erpxvz' cmd=[{"prefix": "mds metadata", "who": "foofs.smithi047.jyfwov"}]: dispatch 2023-12-06T04:14:01.620 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Dec 06 04:14:01 smithi098 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi098[111615]: cluster 2023-12-06T04:14:00.312690+0000 mon.smithi047 (mon.0) 616 : cluster [DBG] fsmap foofs:1 {0=foofs.smithi098.vlypwm=up:active} 1 up:standby 2023-12-06T04:14:01.621 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Dec 06 04:14:01 smithi098 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi098[111615]: cluster 2023-12-06T04:14:00.403637+0000 mon.smithi047 (mon.0) 617 : cluster [DBG] mgrmap e20: smithi047.erpxvz(active, since 2m), standbys: smithi098.oprotl 2023-12-06T04:14:01.621 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Dec 06 04:14:01 smithi098 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi098[111615]: audit 2023-12-06T04:14:00.898356+0000 mon.smithi047 (mon.0) 618 : audit [INF] from='mgr.14182 172.21.15.47:0/1495146391' entity='mgr.smithi047.erpxvz' 2023-12-06T04:14:01.825 INFO:tasks.cephadm:nfs.foo has 0/1 2023-12-06T04:14:02.608 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Dec 06 04:14:02 smithi047 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi047[108212]: audit 2023-12-06T04:14:01.187511+0000 mgr.smithi047.erpxvz (mgr.14182) 152 : audit [DBG] from='client.14558 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-06T04:14:02.608 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Dec 06 04:14:02 smithi047 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi047[108212]: cluster 2023-12-06T04:14:01.309786+0000 mgr.smithi047.erpxvz (mgr.14182) 153 : cluster [DBG] pgmap v117: 97 pgs: 97 active+clean; 3.1 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 7.0 KiB/s wr, 16 op/s 2023-12-06T04:14:02.620 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Dec 06 04:14:02 smithi098 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi098[111615]: audit 2023-12-06T04:14:01.187511+0000 mgr.smithi047.erpxvz (mgr.14182) 152 : audit [DBG] from='client.14558 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-06T04:14:02.620 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Dec 06 04:14:02 smithi098 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi098[111615]: cluster 2023-12-06T04:14:01.309786+0000 mgr.smithi047.erpxvz (mgr.14182) 153 : cluster [DBG] pgmap v117: 97 pgs: 97 active+clean; 3.1 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 7.0 KiB/s wr, 16 op/s 2023-12-06T04:14:02.829 DEBUG:teuthology.orchestra.run.smithi047:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:d03fca4f35d43f61b4679936aef7bd2f01cced0b shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 2ecad2ea-93ed-11ee-95a2-87774f69a715 -- ceph orch ls -f json 2023-12-06T04:14:04.371 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Dec 06 04:14:04 smithi098 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi098[111615]: audit 2023-12-06T04:14:03.081021+0000 mon.smithi047 (mon.0) 619 : audit [INF] from='mgr.14182 172.21.15.47:0/1495146391' entity='mgr.smithi047.erpxvz' 2023-12-06T04:14:04.371 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Dec 06 04:14:04 smithi098 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi098[111615]: audit 2023-12-06T04:14:03.082156+0000 mon.smithi047 (mon.0) 620 : audit [DBG] from='mgr.14182 172.21.15.47:0/1495146391' entity='mgr.smithi047.erpxvz' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T04:14:04.371 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Dec 06 04:14:04 smithi098 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi098[111615]: audit 2023-12-06T04:14:03.082974+0000 mon.smithi047 (mon.0) 621 : audit [INF] from='mgr.14182 172.21.15.47:0/1495146391' entity='mgr.smithi047.erpxvz' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T04:14:04.371 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Dec 06 04:14:04 smithi098 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi098[111615]: audit 2023-12-06T04:14:03.087993+0000 mon.smithi047 (mon.0) 622 : audit [INF] from='mgr.14182 172.21.15.47:0/1495146391' entity='mgr.smithi047.erpxvz' 2023-12-06T04:14:04.371 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Dec 06 04:14:04 smithi098 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi098[111615]: audit 2023-12-06T04:14:03.093199+0000 mon.smithi047 (mon.0) 623 : audit [DBG] from='mgr.14182 172.21.15.47:0/1495146391' entity='mgr.smithi047.erpxvz' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-12-06T04:14:04.371 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Dec 06 04:14:04 smithi098 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi098[111615]: audit 2023-12-06T04:14:03.102882+0000 mon.smithi047 (mon.0) 624 : audit [INF] from='mgr.14182 172.21.15.47:0/1495146391' entity='mgr.smithi047.erpxvz' 2023-12-06T04:14:04.371 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Dec 06 04:14:04 smithi098 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi098[111615]: cephadm 2023-12-06T04:14:03.127930+0000 mgr.smithi047.erpxvz (mgr.14182) 154 : cephadm [INF] Creating key for client.nfs.foo.0.0.smithi047.sltbwg 2023-12-06T04:14:04.371 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Dec 06 04:14:04 smithi098 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi098[111615]: audit 2023-12-06T04:14:03.128282+0000 mon.smithi047 (mon.0) 625 : audit [INF] from='mgr.14182 172.21.15.47:0/1495146391' entity='mgr.smithi047.erpxvz' cmd=[{"prefix": "auth get-or-create", "entity": "client.nfs.foo.0.0.smithi047.sltbwg", "caps": ["mon", "allow r", "osd", "allow rw pool=.nfs namespace=foo"]}]: dispatch 2023-12-06T04:14:04.371 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Dec 06 04:14:04 smithi098 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi098[111615]: audit 2023-12-06T04:14:03.131735+0000 mon.smithi047 (mon.0) 626 : audit [INF] from='mgr.14182 172.21.15.47:0/1495146391' entity='mgr.smithi047.erpxvz' cmd='[{"prefix": "auth get-or-create", "entity": "client.nfs.foo.0.0.smithi047.sltbwg", "caps": ["mon", "allow r", "osd", "allow rw pool=.nfs namespace=foo"]}]': finished 2023-12-06T04:14:04.371 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Dec 06 04:14:04 smithi098 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi098[111615]: cephadm 2023-12-06T04:14:03.132361+0000 mgr.smithi047.erpxvz (mgr.14182) 155 : cephadm [INF] Ensuring nfs.foo.0 is in the ganesha grace table 2023-12-06T04:14:04.372 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Dec 06 04:14:04 smithi098 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi098[111615]: audit 2023-12-06T04:14:03.132618+0000 mon.smithi047 (mon.0) 627 : audit [INF] from='mgr.14182 172.21.15.47:0/1495146391' entity='mgr.smithi047.erpxvz' cmd=[{"prefix": "auth get-or-create", "entity": "client.mgr.nfs.grace.nfs.foo", "caps": ["mon", "allow r", "osd", "allow rwx pool .nfs"]}]: dispatch 2023-12-06T04:14:04.372 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Dec 06 04:14:04 smithi098 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi098[111615]: audit 2023-12-06T04:14:03.136542+0000 mon.smithi047 (mon.0) 628 : audit [INF] from='mgr.14182 172.21.15.47:0/1495146391' entity='mgr.smithi047.erpxvz' cmd='[{"prefix": "auth get-or-create", "entity": "client.mgr.nfs.grace.nfs.foo", "caps": ["mon", "allow r", "osd", "allow rwx pool .nfs"]}]': finished 2023-12-06T04:14:04.372 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Dec 06 04:14:04 smithi098 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi098[111615]: audit 2023-12-06T04:14:03.138268+0000 mon.smithi047 (mon.0) 629 : audit [DBG] from='mgr.14182 172.21.15.47:0/1495146391' entity='mgr.smithi047.erpxvz' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T04:14:04.372 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Dec 06 04:14:04 smithi098 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi098[111615]: audit 2023-12-06T04:14:03.181738+0000 mon.smithi047 (mon.0) 630 : audit [INF] from='mgr.14182 172.21.15.47:0/1495146391' entity='mgr.smithi047.erpxvz' cmd=[{"prefix": "auth rm", "entity": "client.mgr.nfs.grace.nfs.foo"}]: dispatch 2023-12-06T04:14:04.372 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Dec 06 04:14:04 smithi098 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi098[111615]: audit 2023-12-06T04:14:03.185507+0000 mon.smithi047 (mon.0) 631 : audit [INF] from='mgr.14182 172.21.15.47:0/1495146391' entity='mgr.smithi047.erpxvz' cmd='[{"prefix": "auth rm", "entity": "client.mgr.nfs.grace.nfs.foo"}]': finished 2023-12-06T04:14:04.372 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Dec 06 04:14:04 smithi098 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi098[111615]: cephadm 2023-12-06T04:14:03.234849+0000 mgr.smithi047.erpxvz (mgr.14182) 156 : cephadm [INF] Rados config object exists: conf-nfs.foo 2023-12-06T04:14:04.372 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Dec 06 04:14:04 smithi098 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi098[111615]: cephadm 2023-12-06T04:14:03.234986+0000 mgr.smithi047.erpxvz (mgr.14182) 157 : cephadm [INF] Creating key for client.nfs.foo.0.0.smithi047.sltbwg-rgw 2023-12-06T04:14:04.372 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Dec 06 04:14:04 smithi098 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi098[111615]: audit 2023-12-06T04:14:03.235430+0000 mon.smithi047 (mon.0) 632 : audit [INF] from='mgr.14182 172.21.15.47:0/1495146391' entity='mgr.smithi047.erpxvz' cmd=[{"prefix": "auth get-or-create", "entity": "client.nfs.foo.0.0.smithi047.sltbwg-rgw", "caps": ["mon", "allow r", "osd", "allow rwx tag rgw *=*"]}]: dispatch 2023-12-06T04:14:04.372 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Dec 06 04:14:04 smithi098 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi098[111615]: audit 2023-12-06T04:14:03.238825+0000 mon.smithi047 (mon.0) 633 : audit [INF] from='mgr.14182 172.21.15.47:0/1495146391' entity='mgr.smithi047.erpxvz' cmd='[{"prefix": "auth get-or-create", "entity": "client.nfs.foo.0.0.smithi047.sltbwg-rgw", "caps": ["mon", "allow r", "osd", "allow rwx tag rgw *=*"]}]': finished 2023-12-06T04:14:04.372 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Dec 06 04:14:04 smithi098 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi098[111615]: audit 2023-12-06T04:14:03.242827+0000 mon.smithi047 (mon.0) 634 : audit [DBG] from='mgr.14182 172.21.15.47:0/1495146391' entity='mgr.smithi047.erpxvz' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T04:14:04.372 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Dec 06 04:14:04 smithi098 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi098[111615]: cephadm 2023-12-06T04:14:03.243969+0000 mgr.smithi047.erpxvz (mgr.14182) 158 : cephadm [INF] Deploying daemon nfs.foo.0.0.smithi047.sltbwg on smithi047 2023-12-06T04:14:04.372 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Dec 06 04:14:04 smithi098 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi098[111615]: audit 2023-12-06T04:14:03.301950+0000 mon.smithi047 (mon.0) 635 : audit [INF] from='mgr.14182 172.21.15.47:0/1495146391' entity='mgr.smithi047.erpxvz' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "2.1d", "id": [7, 3]}]: dispatch 2023-12-06T04:14:04.372 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Dec 06 04:14:04 smithi098 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi098[111615]: audit 2023-12-06T04:14:03.302165+0000 mon.smithi047 (mon.0) 636 : audit [INF] from='mgr.14182 172.21.15.47:0/1495146391' entity='mgr.smithi047.erpxvz' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "2.1f", "id": [7, 1]}]: dispatch 2023-12-06T04:14:04.372 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Dec 06 04:14:04 smithi098 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi098[111615]: audit 2023-12-06T04:14:03.302325+0000 mon.smithi047 (mon.0) 637 : audit [INF] from='mgr.14182 172.21.15.47:0/1495146391' entity='mgr.smithi047.erpxvz' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "3.10", "id": [7, 0]}]: dispatch 2023-12-06T04:14:04.373 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Dec 06 04:14:04 smithi098 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi098[111615]: audit 2023-12-06T04:14:03.302487+0000 mon.smithi047 (mon.0) 638 : audit [INF] from='mgr.14182 172.21.15.47:0/1495146391' entity='mgr.smithi047.erpxvz' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "3.11", "id": [7, 5]}]: dispatch 2023-12-06T04:14:04.373 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Dec 06 04:14:04 smithi098 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi098[111615]: audit 2023-12-06T04:14:03.302652+0000 mon.smithi047 (mon.0) 639 : audit [INF] from='mgr.14182 172.21.15.47:0/1495146391' entity='mgr.smithi047.erpxvz' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.2", "id": [4, 2]}]: dispatch 2023-12-06T04:14:04.373 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Dec 06 04:14:04 smithi098 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi098[111615]: audit 2023-12-06T04:14:03.302823+0000 mon.smithi047 (mon.0) 640 : audit [INF] from='mgr.14182 172.21.15.47:0/1495146391' entity='mgr.smithi047.erpxvz' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.6", "id": [5, 2]}]: dispatch 2023-12-06T04:14:04.373 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Dec 06 04:14:04 smithi098 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi098[111615]: cluster 2023-12-06T04:14:03.310235+0000 mgr.smithi047.erpxvz (mgr.14182) 159 : cluster [DBG] pgmap v118: 97 pgs: 97 active+clean; 3.1 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 3.5 KiB/s wr, 8 op/s 2023-12-06T04:14:04.373 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Dec 06 04:14:04 smithi098 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi098[111615]: audit 2023-12-06T04:14:03.493678+0000 mon.smithi047 (mon.0) 641 : audit [INF] from='mgr.14182 172.21.15.47:0/1495146391' entity='mgr.smithi047.erpxvz' 2023-12-06T04:14:04.381 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Dec 06 04:14:04 smithi047 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi047[108212]: audit 2023-12-06T04:14:03.081021+0000 mon.smithi047 (mon.0) 619 : audit [INF] from='mgr.14182 172.21.15.47:0/1495146391' entity='mgr.smithi047.erpxvz' 2023-12-06T04:14:04.381 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Dec 06 04:14:04 smithi047 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi047[108212]: audit 2023-12-06T04:14:03.082156+0000 mon.smithi047 (mon.0) 620 : audit [DBG] from='mgr.14182 172.21.15.47:0/1495146391' entity='mgr.smithi047.erpxvz' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T04:14:04.381 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Dec 06 04:14:04 smithi047 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi047[108212]: audit 2023-12-06T04:14:03.082974+0000 mon.smithi047 (mon.0) 621 : audit [INF] from='mgr.14182 172.21.15.47:0/1495146391' entity='mgr.smithi047.erpxvz' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T04:14:04.382 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Dec 06 04:14:04 smithi047 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi047[108212]: audit 2023-12-06T04:14:03.087993+0000 mon.smithi047 (mon.0) 622 : audit [INF] from='mgr.14182 172.21.15.47:0/1495146391' entity='mgr.smithi047.erpxvz' 2023-12-06T04:14:04.382 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Dec 06 04:14:04 smithi047 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi047[108212]: audit 2023-12-06T04:14:03.093199+0000 mon.smithi047 (mon.0) 623 : audit [DBG] from='mgr.14182 172.21.15.47:0/1495146391' entity='mgr.smithi047.erpxvz' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-12-06T04:14:04.382 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Dec 06 04:14:04 smithi047 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi047[108212]: audit 2023-12-06T04:14:03.102882+0000 mon.smithi047 (mon.0) 624 : audit [INF] from='mgr.14182 172.21.15.47:0/1495146391' entity='mgr.smithi047.erpxvz' 2023-12-06T04:14:04.382 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Dec 06 04:14:04 smithi047 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi047[108212]: cephadm 2023-12-06T04:14:03.127930+0000 mgr.smithi047.erpxvz (mgr.14182) 154 : cephadm [INF] Creating key for client.nfs.foo.0.0.smithi047.sltbwg 2023-12-06T04:14:04.382 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Dec 06 04:14:04 smithi047 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi047[108212]: audit 2023-12-06T04:14:03.128282+0000 mon.smithi047 (mon.0) 625 : audit [INF] from='mgr.14182 172.21.15.47:0/1495146391' entity='mgr.smithi047.erpxvz' cmd=[{"prefix": "auth get-or-create", "entity": "client.nfs.foo.0.0.smithi047.sltbwg", "caps": ["mon", "allow r", "osd", "allow rw pool=.nfs namespace=foo"]}]: dispatch 2023-12-06T04:14:04.382 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Dec 06 04:14:04 smithi047 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi047[108212]: audit 2023-12-06T04:14:03.131735+0000 mon.smithi047 (mon.0) 626 : audit [INF] from='mgr.14182 172.21.15.47:0/1495146391' entity='mgr.smithi047.erpxvz' cmd='[{"prefix": "auth get-or-create", "entity": "client.nfs.foo.0.0.smithi047.sltbwg", "caps": ["mon", "allow r", "osd", "allow rw pool=.nfs namespace=foo"]}]': finished 2023-12-06T04:14:04.382 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Dec 06 04:14:04 smithi047 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi047[108212]: cephadm 2023-12-06T04:14:03.132361+0000 mgr.smithi047.erpxvz (mgr.14182) 155 : cephadm [INF] Ensuring nfs.foo.0 is in the ganesha grace table 2023-12-06T04:14:04.383 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Dec 06 04:14:04 smithi047 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi047[108212]: audit 2023-12-06T04:14:03.132618+0000 mon.smithi047 (mon.0) 627 : audit [INF] from='mgr.14182 172.21.15.47:0/1495146391' entity='mgr.smithi047.erpxvz' cmd=[{"prefix": "auth get-or-create", "entity": "client.mgr.nfs.grace.nfs.foo", "caps": ["mon", "allow r", "osd", "allow rwx pool .nfs"]}]: dispatch 2023-12-06T04:14:04.383 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Dec 06 04:14:04 smithi047 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi047[108212]: audit 2023-12-06T04:14:03.136542+0000 mon.smithi047 (mon.0) 628 : audit [INF] from='mgr.14182 172.21.15.47:0/1495146391' entity='mgr.smithi047.erpxvz' cmd='[{"prefix": "auth get-or-create", "entity": "client.mgr.nfs.grace.nfs.foo", "caps": ["mon", "allow r", "osd", "allow rwx pool .nfs"]}]': finished 2023-12-06T04:14:04.383 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Dec 06 04:14:04 smithi047 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi047[108212]: audit 2023-12-06T04:14:03.138268+0000 mon.smithi047 (mon.0) 629 : audit [DBG] from='mgr.14182 172.21.15.47:0/1495146391' entity='mgr.smithi047.erpxvz' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T04:14:04.383 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Dec 06 04:14:04 smithi047 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi047[108212]: audit 2023-12-06T04:14:03.181738+0000 mon.smithi047 (mon.0) 630 : audit [INF] from='mgr.14182 172.21.15.47:0/1495146391' entity='mgr.smithi047.erpxvz' cmd=[{"prefix": "auth rm", "entity": "client.mgr.nfs.grace.nfs.foo"}]: dispatch 2023-12-06T04:14:04.383 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Dec 06 04:14:04 smithi047 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi047[108212]: audit 2023-12-06T04:14:03.185507+0000 mon.smithi047 (mon.0) 631 : audit [INF] from='mgr.14182 172.21.15.47:0/1495146391' entity='mgr.smithi047.erpxvz' cmd='[{"prefix": "auth rm", "entity": "client.mgr.nfs.grace.nfs.foo"}]': finished 2023-12-06T04:14:04.383 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Dec 06 04:14:04 smithi047 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi047[108212]: cephadm 2023-12-06T04:14:03.234849+0000 mgr.smithi047.erpxvz (mgr.14182) 156 : cephadm [INF] Rados config object exists: conf-nfs.foo 2023-12-06T04:14:04.383 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Dec 06 04:14:04 smithi047 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi047[108212]: cephadm 2023-12-06T04:14:03.234986+0000 mgr.smithi047.erpxvz (mgr.14182) 157 : cephadm [INF] Creating key for client.nfs.foo.0.0.smithi047.sltbwg-rgw 2023-12-06T04:14:04.383 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Dec 06 04:14:04 smithi047 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi047[108212]: audit 2023-12-06T04:14:03.235430+0000 mon.smithi047 (mon.0) 632 : audit [INF] from='mgr.14182 172.21.15.47:0/1495146391' entity='mgr.smithi047.erpxvz' cmd=[{"prefix": "auth get-or-create", "entity": "client.nfs.foo.0.0.smithi047.sltbwg-rgw", "caps": ["mon", "allow r", "osd", "allow rwx tag rgw *=*"]}]: dispatch 2023-12-06T04:14:04.384 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Dec 06 04:14:04 smithi047 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi047[108212]: audit 2023-12-06T04:14:03.238825+0000 mon.smithi047 (mon.0) 633 : audit [INF] from='mgr.14182 172.21.15.47:0/1495146391' entity='mgr.smithi047.erpxvz' cmd='[{"prefix": "auth get-or-create", "entity": "client.nfs.foo.0.0.smithi047.sltbwg-rgw", "caps": ["mon", "allow r", "osd", "allow rwx tag rgw *=*"]}]': finished 2023-12-06T04:14:04.384 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Dec 06 04:14:04 smithi047 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi047[108212]: audit 2023-12-06T04:14:03.242827+0000 mon.smithi047 (mon.0) 634 : audit [DBG] from='mgr.14182 172.21.15.47:0/1495146391' entity='mgr.smithi047.erpxvz' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T04:14:04.384 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Dec 06 04:14:04 smithi047 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi047[108212]: cephadm 2023-12-06T04:14:03.243969+0000 mgr.smithi047.erpxvz (mgr.14182) 158 : cephadm [INF] Deploying daemon nfs.foo.0.0.smithi047.sltbwg on smithi047 2023-12-06T04:14:04.384 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Dec 06 04:14:04 smithi047 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi047[108212]: audit 2023-12-06T04:14:03.301950+0000 mon.smithi047 (mon.0) 635 : audit [INF] from='mgr.14182 172.21.15.47:0/1495146391' entity='mgr.smithi047.erpxvz' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "2.1d", "id": [7, 3]}]: dispatch 2023-12-06T04:14:04.384 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Dec 06 04:14:04 smithi047 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi047[108212]: audit 2023-12-06T04:14:03.302165+0000 mon.smithi047 (mon.0) 636 : audit [INF] from='mgr.14182 172.21.15.47:0/1495146391' entity='mgr.smithi047.erpxvz' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "2.1f", "id": [7, 1]}]: dispatch 2023-12-06T04:14:04.384 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Dec 06 04:14:04 smithi047 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi047[108212]: audit 2023-12-06T04:14:03.302325+0000 mon.smithi047 (mon.0) 637 : audit [INF] from='mgr.14182 172.21.15.47:0/1495146391' entity='mgr.smithi047.erpxvz' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "3.10", "id": [7, 0]}]: dispatch 2023-12-06T04:14:04.384 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Dec 06 04:14:04 smithi047 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi047[108212]: audit 2023-12-06T04:14:03.302487+0000 mon.smithi047 (mon.0) 638 : audit [INF] from='mgr.14182 172.21.15.47:0/1495146391' entity='mgr.smithi047.erpxvz' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "3.11", "id": [7, 5]}]: dispatch 2023-12-06T04:14:04.384 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Dec 06 04:14:04 smithi047 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi047[108212]: audit 2023-12-06T04:14:03.302652+0000 mon.smithi047 (mon.0) 639 : audit [INF] from='mgr.14182 172.21.15.47:0/1495146391' entity='mgr.smithi047.erpxvz' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.2", "id": [4, 2]}]: dispatch 2023-12-06T04:14:04.384 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Dec 06 04:14:04 smithi047 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi047[108212]: audit 2023-12-06T04:14:03.302823+0000 mon.smithi047 (mon.0) 640 : audit [INF] from='mgr.14182 172.21.15.47:0/1495146391' entity='mgr.smithi047.erpxvz' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.6", "id": [5, 2]}]: dispatch 2023-12-06T04:14:04.384 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Dec 06 04:14:04 smithi047 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi047[108212]: cluster 2023-12-06T04:14:03.310235+0000 mgr.smithi047.erpxvz (mgr.14182) 159 : cluster [DBG] pgmap v118: 97 pgs: 97 active+clean; 3.1 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 3.5 KiB/s wr, 8 op/s 2023-12-06T04:14:04.384 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Dec 06 04:14:04 smithi047 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi047[108212]: audit 2023-12-06T04:14:03.493678+0000 mon.smithi047 (mon.0) 641 : audit [INF] from='mgr.14182 172.21.15.47:0/1495146391' entity='mgr.smithi047.erpxvz' 2023-12-06T04:14:04.654 INFO:teuthology.orchestra.run.smithi047.stdout: 2023-12-06T04:14:04.657 INFO:teuthology.orchestra.run.smithi047.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-06T04:10:15.517593Z", "last_refresh": "2023-12-06T04:14:03.072571Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-06T04:10:10.954835Z", "last_refresh": "2023-12-06T04:14:00.889834Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-06T04:10:13.544463Z", "last_refresh": "2023-12-06T04:14:03.072868Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-06T04:13:56.333839Z service:ingress.nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.47/16"}, "status": {"created": "2023-12-06T04:13:56.330826Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.47/16"}}, {"events": ["2023-12-06T04:13:52.727160Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-06T04:13:52.721318Z", "last_refresh": "2023-12-06T04:14:00.890623Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-06T04:10:09.956661Z", "last_refresh": "2023-12-06T04:14:00.890026Z", "running": 2, "size": 2}}, {"events": ["2023-12-06T04:11:13.238878Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi047:172.21.15.47=smithi047", "smithi098:172.21.15.98=smithi098"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-06T04:11:13.235526Z", "last_refresh": "2023-12-06T04:14:00.890116Z", "running": 2, "size": 2}}, {"events": ["2023-12-06T04:13:56.329598Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-12-06T04:13:56.325813Z", "ports": [12999], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-06T04:10:14.589128Z", "last_refresh": "2023-12-06T04:14:00.890197Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-06T04:11:43.239438Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-06T04:11:43.235053Z", "last_refresh": "2023-12-06T04:14:00.890274Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-06T04:10:12.030635Z", "last_refresh": "2023-12-06T04:14:03.073149Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-06T04:14:05.078 INFO:tasks.cephadm:nfs.foo has 0/1 2023-12-06T04:14:05.372 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Dec 06 04:14:05 smithi047 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi047[108212]: audit 2023-12-06T04:14:04.244513+0000 mon.smithi047 (mon.0) 642 : audit [INF] from='mgr.14182 172.21.15.47:0/1495146391' entity='mgr.smithi047.erpxvz' cmd='[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "2.1d", "id": [7, 3]}]': finished 2023-12-06T04:14:05.373 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Dec 06 04:14:05 smithi047 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi047[108212]: audit 2023-12-06T04:14:04.244640+0000 mon.smithi047 (mon.0) 643 : audit [INF] from='mgr.14182 172.21.15.47:0/1495146391' entity='mgr.smithi047.erpxvz' cmd='[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "2.1f", "id": [7, 1]}]': finished 2023-12-06T04:14:05.373 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Dec 06 04:14:05 smithi047 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi047[108212]: audit 2023-12-06T04:14:04.244734+0000 mon.smithi047 (mon.0) 644 : audit [INF] from='mgr.14182 172.21.15.47:0/1495146391' entity='mgr.smithi047.erpxvz' cmd='[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "3.10", "id": [7, 0]}]': finished 2023-12-06T04:14:05.373 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Dec 06 04:14:05 smithi047 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi047[108212]: audit 2023-12-06T04:14:04.244839+0000 mon.smithi047 (mon.0) 645 : audit [INF] from='mgr.14182 172.21.15.47:0/1495146391' entity='mgr.smithi047.erpxvz' cmd='[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "3.11", "id": [7, 5]}]': finished 2023-12-06T04:14:05.373 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Dec 06 04:14:05 smithi047 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi047[108212]: audit 2023-12-06T04:14:04.244938+0000 mon.smithi047 (mon.0) 646 : audit [INF] from='mgr.14182 172.21.15.47:0/1495146391' entity='mgr.smithi047.erpxvz' cmd='[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.2", "id": [4, 2]}]': finished 2023-12-06T04:14:05.373 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Dec 06 04:14:05 smithi047 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi047[108212]: audit 2023-12-06T04:14:04.245040+0000 mon.smithi047 (mon.0) 647 : audit [INF] from='mgr.14182 172.21.15.47:0/1495146391' entity='mgr.smithi047.erpxvz' cmd='[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.6", "id": [5, 2]}]': finished 2023-12-06T04:14:05.373 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Dec 06 04:14:05 smithi047 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi047[108212]: cluster 2023-12-06T04:14:04.245134+0000 mon.smithi047 (mon.0) 648 : cluster [DBG] osdmap e40: 8 total, 8 up, 8 in 2023-12-06T04:14:05.620 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Dec 06 04:14:05 smithi098 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi098[111615]: audit 2023-12-06T04:14:04.244513+0000 mon.smithi047 (mon.0) 642 : audit [INF] from='mgr.14182 172.21.15.47:0/1495146391' entity='mgr.smithi047.erpxvz' cmd='[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "2.1d", "id": [7, 3]}]': finished 2023-12-06T04:14:05.620 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Dec 06 04:14:05 smithi098 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi098[111615]: audit 2023-12-06T04:14:04.244640+0000 mon.smithi047 (mon.0) 643 : audit [INF] from='mgr.14182 172.21.15.47:0/1495146391' entity='mgr.smithi047.erpxvz' cmd='[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "2.1f", "id": [7, 1]}]': finished 2023-12-06T04:14:05.620 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Dec 06 04:14:05 smithi098 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi098[111615]: audit 2023-12-06T04:14:04.244734+0000 mon.smithi047 (mon.0) 644 : audit [INF] from='mgr.14182 172.21.15.47:0/1495146391' entity='mgr.smithi047.erpxvz' cmd='[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "3.10", "id": [7, 0]}]': finished 2023-12-06T04:14:05.620 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Dec 06 04:14:05 smithi098 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi098[111615]: audit 2023-12-06T04:14:04.244839+0000 mon.smithi047 (mon.0) 645 : audit [INF] from='mgr.14182 172.21.15.47:0/1495146391' entity='mgr.smithi047.erpxvz' cmd='[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "3.11", "id": [7, 5]}]': finished 2023-12-06T04:14:05.620 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Dec 06 04:14:05 smithi098 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi098[111615]: audit 2023-12-06T04:14:04.244938+0000 mon.smithi047 (mon.0) 646 : audit [INF] from='mgr.14182 172.21.15.47:0/1495146391' entity='mgr.smithi047.erpxvz' cmd='[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.2", "id": [4, 2]}]': finished 2023-12-06T04:14:05.621 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Dec 06 04:14:05 smithi098 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi098[111615]: audit 2023-12-06T04:14:04.245040+0000 mon.smithi047 (mon.0) 647 : audit [INF] from='mgr.14182 172.21.15.47:0/1495146391' entity='mgr.smithi047.erpxvz' cmd='[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.6", "id": [5, 2]}]': finished 2023-12-06T04:14:05.621 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Dec 06 04:14:05 smithi098 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi098[111615]: cluster 2023-12-06T04:14:04.245134+0000 mon.smithi047 (mon.0) 648 : cluster [DBG] osdmap e40: 8 total, 8 up, 8 in 2023-12-06T04:14:06.079 DEBUG:teuthology.orchestra.run.smithi047:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:d03fca4f35d43f61b4679936aef7bd2f01cced0b shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 2ecad2ea-93ed-11ee-95a2-87774f69a715 -- ceph orch ls -f json 2023-12-06T04:14:06.379 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Dec 06 04:14:06 smithi047 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi047[108212]: audit 2023-12-06T04:14:04.646301+0000 mgr.smithi047.erpxvz (mgr.14182) 160 : audit [DBG] from='client.14572 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-06T04:14:06.379 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Dec 06 04:14:06 smithi047 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi047[108212]: cluster 2023-12-06T04:14:05.250557+0000 mon.smithi047 (mon.0) 649 : cluster [DBG] osdmap e41: 8 total, 8 up, 8 in 2023-12-06T04:14:06.379 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Dec 06 04:14:06 smithi047 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi047[108212]: cluster 2023-12-06T04:14:05.310603+0000 mgr.smithi047.erpxvz (mgr.14182) 161 : cluster [DBG] pgmap v121: 97 pgs: 97 active+clean; 3.1 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 2.3 KiB/s wr, 5 op/s 2023-12-06T04:14:06.379 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Dec 06 04:14:06 smithi047 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi047[108212]: audit 2023-12-06T04:14:05.466190+0000 mon.smithi047 (mon.0) 650 : audit [INF] from='mgr.14182 172.21.15.47:0/1495146391' entity='mgr.smithi047.erpxvz' 2023-12-06T04:14:06.379 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Dec 06 04:14:06 smithi047 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi047[108212]: audit 2023-12-06T04:14:05.471428+0000 mon.smithi047 (mon.0) 651 : audit [INF] from='mgr.14182 172.21.15.47:0/1495146391' entity='mgr.smithi047.erpxvz' 2023-12-06T04:14:06.620 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Dec 06 04:14:06 smithi098 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi098[111615]: audit 2023-12-06T04:14:04.646301+0000 mgr.smithi047.erpxvz (mgr.14182) 160 : audit [DBG] from='client.14572 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-06T04:14:06.620 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Dec 06 04:14:06 smithi098 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi098[111615]: cluster 2023-12-06T04:14:05.250557+0000 mon.smithi047 (mon.0) 649 : cluster [DBG] osdmap e41: 8 total, 8 up, 8 in 2023-12-06T04:14:06.620 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Dec 06 04:14:06 smithi098 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi098[111615]: cluster 2023-12-06T04:14:05.310603+0000 mgr.smithi047.erpxvz (mgr.14182) 161 : cluster [DBG] pgmap v121: 97 pgs: 97 active+clean; 3.1 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 2.3 KiB/s wr, 5 op/s 2023-12-06T04:14:06.621 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Dec 06 04:14:06 smithi098 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi098[111615]: audit 2023-12-06T04:14:05.466190+0000 mon.smithi047 (mon.0) 650 : audit [INF] from='mgr.14182 172.21.15.47:0/1495146391' entity='mgr.smithi047.erpxvz' 2023-12-06T04:14:06.621 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Dec 06 04:14:06 smithi098 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi098[111615]: audit 2023-12-06T04:14:05.471428+0000 mon.smithi047 (mon.0) 651 : audit [INF] from='mgr.14182 172.21.15.47:0/1495146391' entity='mgr.smithi047.erpxvz' 2023-12-06T04:14:07.620 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Dec 06 04:14:07 smithi098 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi098[111615]: cephadm 2023-12-06T04:14:05.479277+0000 mgr.smithi047.erpxvz (mgr.14182) 162 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi098.mygyec on smithi098 2023-12-06T04:14:07.627 INFO:teuthology.orchestra.run.smithi047.stdout: 2023-12-06T04:14:07.627 INFO:teuthology.orchestra.run.smithi047.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-06T04:10:15.517593Z", "last_refresh": "2023-12-06T04:14:03.072571Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-06T04:10:10.954835Z", "last_refresh": "2023-12-06T04:14:00.889834Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-06T04:10:13.544463Z", "last_refresh": "2023-12-06T04:14:03.072868Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-06T04:13:56.333839Z service:ingress.nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.47/16"}, "status": {"created": "2023-12-06T04:13:56.330826Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.47/16"}}, {"events": ["2023-12-06T04:13:52.727160Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-06T04:13:52.721318Z", "last_refresh": "2023-12-06T04:14:00.890623Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-06T04:10:09.956661Z", "last_refresh": "2023-12-06T04:14:00.890026Z", "running": 2, "size": 2}}, {"events": ["2023-12-06T04:11:13.238878Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi047:172.21.15.47=smithi047", "smithi098:172.21.15.98=smithi098"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-06T04:11:13.235526Z", "last_refresh": "2023-12-06T04:14:00.890116Z", "running": 2, "size": 2}}, {"events": ["2023-12-06T04:13:56.329598Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-12-06T04:13:56.325813Z", "ports": [12999], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-06T04:10:14.589128Z", "last_refresh": "2023-12-06T04:14:00.890197Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-06T04:11:43.239438Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-06T04:11:43.235053Z", "last_refresh": "2023-12-06T04:14:00.890274Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-06T04:10:12.030635Z", "last_refresh": "2023-12-06T04:14:03.073149Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-06T04:14:07.629 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Dec 06 04:14:07 smithi047 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi047[108212]: cephadm 2023-12-06T04:14:05.479277+0000 mgr.smithi047.erpxvz (mgr.14182) 162 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi098.mygyec on smithi098 2023-12-06T04:14:08.012 INFO:tasks.cephadm:nfs.foo has 0/1 2023-12-06T04:14:08.621 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Dec 06 04:14:08 smithi098 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi098[111615]: cluster 2023-12-06T04:14:07.311303+0000 mgr.smithi047.erpxvz (mgr.14182) 163 : cluster [DBG] pgmap v122: 97 pgs: 97 active+clean; 3.1 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 1.4 KiB/s rd, 2.7 KiB/s wr, 6 op/s; 69 B/s, 0 objects/s recovering 2023-12-06T04:14:08.630 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Dec 06 04:14:08 smithi047 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi047[108212]: cluster 2023-12-06T04:14:07.311303+0000 mgr.smithi047.erpxvz (mgr.14182) 163 : cluster [DBG] pgmap v122: 97 pgs: 97 active+clean; 3.1 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 1.4 KiB/s rd, 2.7 KiB/s wr, 6 op/s; 69 B/s, 0 objects/s recovering 2023-12-06T04:14:09.013 DEBUG:teuthology.orchestra.run.smithi047:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:d03fca4f35d43f61b4679936aef7bd2f01cced0b shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 2ecad2ea-93ed-11ee-95a2-87774f69a715 -- ceph orch ls -f json 2023-12-06T04:14:09.367 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Dec 06 04:14:09 smithi047 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi047[108212]: audit 2023-12-06T04:14:07.622069+0000 mgr.smithi047.erpxvz (mgr.14182) 164 : audit [DBG] from='client.14584 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-06T04:14:09.367 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Dec 06 04:14:09 smithi047 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi047[108212]: audit 2023-12-06T04:14:08.502274+0000 mon.smithi047 (mon.0) 652 : audit [INF] from='mgr.14182 172.21.15.47:0/1495146391' entity='mgr.smithi047.erpxvz' 2023-12-06T04:14:09.620 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Dec 06 04:14:09 smithi098 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi098[111615]: audit 2023-12-06T04:14:07.622069+0000 mgr.smithi047.erpxvz (mgr.14182) 164 : audit [DBG] from='client.14584 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-06T04:14:09.620 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Dec 06 04:14:09 smithi098 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi098[111615]: audit 2023-12-06T04:14:08.502274+0000 mon.smithi047 (mon.0) 652 : audit [INF] from='mgr.14182 172.21.15.47:0/1495146391' entity='mgr.smithi047.erpxvz' 2023-12-06T04:14:10.379 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Dec 06 04:14:10 smithi047 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi047[108212]: cluster 2023-12-06T04:14:09.311847+0000 mgr.smithi047.erpxvz (mgr.14182) 165 : cluster [DBG] pgmap v123: 97 pgs: 97 active+clean; 3.1 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 1.5 KiB/s rd, 1023 B/s wr, 2 op/s; 69 B/s, 0 objects/s recovering 2023-12-06T04:14:10.498 INFO:teuthology.orchestra.run.smithi047.stdout: 2023-12-06T04:14:10.498 INFO:teuthology.orchestra.run.smithi047.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-06T04:10:15.517593Z", "last_refresh": "2023-12-06T04:14:03.072571Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-06T04:10:10.954835Z", "last_refresh": "2023-12-06T04:14:00.889834Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-06T04:10:13.544463Z", "last_refresh": "2023-12-06T04:14:03.072868Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-06T04:13:56.333839Z service:ingress.nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.47/16"}, "status": {"created": "2023-12-06T04:13:56.330826Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.47/16"}}, {"events": ["2023-12-06T04:13:52.727160Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-06T04:13:52.721318Z", "last_refresh": "2023-12-06T04:14:00.890623Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-06T04:10:09.956661Z", "last_refresh": "2023-12-06T04:14:00.890026Z", "running": 2, "size": 2}}, {"events": ["2023-12-06T04:11:13.238878Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi047:172.21.15.47=smithi047", "smithi098:172.21.15.98=smithi098"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-06T04:11:13.235526Z", "last_refresh": "2023-12-06T04:14:00.890116Z", "running": 2, "size": 2}}, {"events": ["2023-12-06T04:13:56.329598Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-12-06T04:13:56.325813Z", "ports": [12999], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-06T04:10:14.589128Z", "last_refresh": "2023-12-06T04:14:00.890197Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-06T04:11:43.239438Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-06T04:11:43.235053Z", "last_refresh": "2023-12-06T04:14:00.890274Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-06T04:10:12.030635Z", "last_refresh": "2023-12-06T04:14:03.073149Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-06T04:14:10.622 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Dec 06 04:14:10 smithi098 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi098[111615]: cluster 2023-12-06T04:14:09.311847+0000 mgr.smithi047.erpxvz (mgr.14182) 165 : cluster [DBG] pgmap v123: 97 pgs: 97 active+clean; 3.1 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 1.5 KiB/s rd, 1023 B/s wr, 2 op/s; 69 B/s, 0 objects/s recovering 2023-12-06T04:14:10.888 INFO:tasks.cephadm:nfs.foo has 0/1 2023-12-06T04:14:11.630 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Dec 06 04:14:11 smithi047 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi047[108212]: audit 2023-12-06T04:14:10.493652+0000 mgr.smithi047.erpxvz (mgr.14182) 166 : audit [DBG] from='client.14592 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-06T04:14:11.630 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Dec 06 04:14:11 smithi047 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi047[108212]: cluster 2023-12-06T04:14:11.312618+0000 mgr.smithi047.erpxvz (mgr.14182) 167 : cluster [DBG] pgmap v124: 97 pgs: 97 active+clean; 3.8 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 1.7 KiB/s rd, 1.4 KiB/s wr, 3 op/s; 69 B/s, 0 objects/s recovering 2023-12-06T04:14:11.870 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Dec 06 04:14:11 smithi098 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi098[111615]: audit 2023-12-06T04:14:10.493652+0000 mgr.smithi047.erpxvz (mgr.14182) 166 : audit [DBG] from='client.14592 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-06T04:14:11.870 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Dec 06 04:14:11 smithi098 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi098[111615]: cluster 2023-12-06T04:14:11.312618+0000 mgr.smithi047.erpxvz (mgr.14182) 167 : cluster [DBG] pgmap v124: 97 pgs: 97 active+clean; 3.8 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 1.7 KiB/s rd, 1.4 KiB/s wr, 3 op/s; 69 B/s, 0 objects/s recovering 2023-12-06T04:14:11.889 DEBUG:teuthology.orchestra.run.smithi047:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:d03fca4f35d43f61b4679936aef7bd2f01cced0b shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 2ecad2ea-93ed-11ee-95a2-87774f69a715 -- ceph orch ls -f json 2023-12-06T04:14:13.377 INFO:teuthology.orchestra.run.smithi047.stdout: 2023-12-06T04:14:13.377 INFO:teuthology.orchestra.run.smithi047.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-06T04:10:15.517593Z", "last_refresh": "2023-12-06T04:14:03.072571Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-06T04:10:10.954835Z", "last_refresh": "2023-12-06T04:14:00.889834Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-06T04:10:13.544463Z", "last_refresh": "2023-12-06T04:14:03.072868Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-06T04:13:56.333839Z service:ingress.nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.47/16"}, "status": {"created": "2023-12-06T04:13:56.330826Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.47/16"}}, {"events": ["2023-12-06T04:13:52.727160Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-06T04:13:52.721318Z", "last_refresh": "2023-12-06T04:14:00.890623Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-06T04:10:09.956661Z", "last_refresh": "2023-12-06T04:14:00.890026Z", "running": 2, "size": 2}}, {"events": ["2023-12-06T04:11:13.238878Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi047:172.21.15.47=smithi047", "smithi098:172.21.15.98=smithi098"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-06T04:11:13.235526Z", "last_refresh": "2023-12-06T04:14:00.890116Z", "running": 2, "size": 2}}, {"events": ["2023-12-06T04:13:56.329598Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-12-06T04:13:56.325813Z", "ports": [12999], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-06T04:10:14.589128Z", "last_refresh": "2023-12-06T04:14:00.890197Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-06T04:11:43.239438Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-06T04:11:43.235053Z", "last_refresh": "2023-12-06T04:14:00.890274Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-06T04:10:12.030635Z", "last_refresh": "2023-12-06T04:14:03.073149Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-06T04:14:13.779 INFO:tasks.cephadm:nfs.foo has 0/1 2023-12-06T04:14:14.620 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Dec 06 04:14:14 smithi098 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi098[111615]: cluster 2023-12-06T04:14:13.312988+0000 mgr.smithi047.erpxvz (mgr.14182) 168 : cluster [DBG] pgmap v125: 97 pgs: 97 active+clean; 3.8 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 1.4 KiB/s rd, 1.2 KiB/s wr, 2 op/s; 61 B/s, 0 objects/s recovering 2023-12-06T04:14:14.629 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Dec 06 04:14:14 smithi047 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi047[108212]: cluster 2023-12-06T04:14:13.312988+0000 mgr.smithi047.erpxvz (mgr.14182) 168 : cluster [DBG] pgmap v125: 97 pgs: 97 active+clean; 3.8 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 1.4 KiB/s rd, 1.2 KiB/s wr, 2 op/s; 61 B/s, 0 objects/s recovering 2023-12-06T04:14:14.781 DEBUG:teuthology.orchestra.run.smithi047:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:d03fca4f35d43f61b4679936aef7bd2f01cced0b shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 2ecad2ea-93ed-11ee-95a2-87774f69a715 -- ceph orch ls -f json 2023-12-06T04:14:15.492 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Dec 06 04:14:15 smithi047 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi047[108212]: audit 2023-12-06T04:14:13.372248+0000 mgr.smithi047.erpxvz (mgr.14182) 169 : audit [DBG] from='client.14596 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-06T04:14:15.620 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Dec 06 04:14:15 smithi098 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi098[111615]: audit 2023-12-06T04:14:13.372248+0000 mgr.smithi047.erpxvz (mgr.14182) 169 : audit [DBG] from='client.14596 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-06T04:14:16.240 INFO:teuthology.orchestra.run.smithi047.stdout: 2023-12-06T04:14:16.240 INFO:teuthology.orchestra.run.smithi047.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-06T04:10:15.517593Z", "last_refresh": "2023-12-06T04:14:03.072571Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-06T04:10:10.954835Z", "last_refresh": "2023-12-06T04:14:00.889834Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-06T04:10:13.544463Z", "last_refresh": "2023-12-06T04:14:03.072868Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-06T04:13:56.333839Z service:ingress.nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.47/16"}, "status": {"created": "2023-12-06T04:13:56.330826Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.47/16"}}, {"events": ["2023-12-06T04:13:52.727160Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-06T04:13:52.721318Z", "last_refresh": "2023-12-06T04:14:00.890623Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-06T04:10:09.956661Z", "last_refresh": "2023-12-06T04:14:00.890026Z", "running": 2, "size": 2}}, {"events": ["2023-12-06T04:11:13.238878Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi047:172.21.15.47=smithi047", "smithi098:172.21.15.98=smithi098"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-06T04:11:13.235526Z", "last_refresh": "2023-12-06T04:14:00.890116Z", "running": 2, "size": 2}}, {"events": ["2023-12-06T04:13:56.329598Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-12-06T04:13:56.325813Z", "ports": [12999], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-06T04:10:14.589128Z", "last_refresh": "2023-12-06T04:14:00.890197Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-06T04:11:43.239438Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-06T04:11:43.235053Z", "last_refresh": "2023-12-06T04:14:00.890274Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-06T04:10:12.030635Z", "last_refresh": "2023-12-06T04:14:03.073149Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-06T04:14:16.542 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Dec 06 04:14:16 smithi047 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi047[108212]: cluster 2023-12-06T04:14:15.313510+0000 mgr.smithi047.erpxvz (mgr.14182) 170 : cluster [DBG] pgmap v126: 97 pgs: 97 active+clean; 3.8 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 1.3 KiB/s rd, 1.1 KiB/s wr, 2 op/s; 55 B/s, 0 objects/s recovering 2023-12-06T04:14:16.620 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Dec 06 04:14:16 smithi098 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi098[111615]: cluster 2023-12-06T04:14:15.313510+0000 mgr.smithi047.erpxvz (mgr.14182) 170 : cluster [DBG] pgmap v126: 97 pgs: 97 active+clean; 3.8 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 1.3 KiB/s rd, 1.1 KiB/s wr, 2 op/s; 55 B/s, 0 objects/s recovering 2023-12-06T04:14:16.756 INFO:tasks.cephadm:nfs.foo has 0/1 2023-12-06T04:14:17.620 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Dec 06 04:14:17 smithi098 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi098[111615]: audit 2023-12-06T04:14:16.235000+0000 mgr.smithi047.erpxvz (mgr.14182) 171 : audit [DBG] from='client.14600 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-06T04:14:17.629 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Dec 06 04:14:17 smithi047 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi047[108212]: audit 2023-12-06T04:14:16.235000+0000 mgr.smithi047.erpxvz (mgr.14182) 171 : audit [DBG] from='client.14600 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-06T04:14:17.757 DEBUG:teuthology.orchestra.run.smithi047:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:d03fca4f35d43f61b4679936aef7bd2f01cced0b shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 2ecad2ea-93ed-11ee-95a2-87774f69a715 -- ceph orch ls -f json 2023-12-06T04:14:18.380 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Dec 06 04:14:18 smithi047 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi047[108212]: cluster 2023-12-06T04:14:17.314240+0000 mgr.smithi047.erpxvz (mgr.14182) 172 : cluster [DBG] pgmap v127: 97 pgs: 97 active+clean; 3.8 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 1.1 KiB/s rd, 938 B/s wr, 2 op/s; 46 B/s, 0 objects/s recovering 2023-12-06T04:14:18.620 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Dec 06 04:14:18 smithi098 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi098[111615]: cluster 2023-12-06T04:14:17.314240+0000 mgr.smithi047.erpxvz (mgr.14182) 172 : cluster [DBG] pgmap v127: 97 pgs: 97 active+clean; 3.8 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 1.1 KiB/s rd, 938 B/s wr, 2 op/s; 46 B/s, 0 objects/s recovering 2023-12-06T04:14:19.132 INFO:teuthology.orchestra.run.smithi047.stdout: 2023-12-06T04:14:19.132 INFO:teuthology.orchestra.run.smithi047.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-06T04:10:15.517593Z", "last_refresh": "2023-12-06T04:14:03.072571Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-06T04:10:10.954835Z", "last_refresh": "2023-12-06T04:14:00.889834Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-06T04:10:13.544463Z", "last_refresh": "2023-12-06T04:14:03.072868Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-06T04:13:56.333839Z service:ingress.nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.47/16"}, "status": {"created": "2023-12-06T04:13:56.330826Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.47/16"}}, {"events": ["2023-12-06T04:13:52.727160Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-06T04:13:52.721318Z", "last_refresh": "2023-12-06T04:14:00.890623Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-06T04:10:09.956661Z", "last_refresh": "2023-12-06T04:14:00.890026Z", "running": 2, "size": 2}}, {"events": ["2023-12-06T04:11:13.238878Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi047:172.21.15.47=smithi047", "smithi098:172.21.15.98=smithi098"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-06T04:11:13.235526Z", "last_refresh": "2023-12-06T04:14:00.890116Z", "running": 2, "size": 2}}, {"events": ["2023-12-06T04:13:56.329598Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-12-06T04:13:56.325813Z", "ports": [12999], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-06T04:10:14.589128Z", "last_refresh": "2023-12-06T04:14:00.890197Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-06T04:11:43.239438Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-06T04:11:43.235053Z", "last_refresh": "2023-12-06T04:14:00.890274Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-06T04:10:12.030635Z", "last_refresh": "2023-12-06T04:14:03.073149Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-06T04:14:19.471 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Dec 06 04:14:19 smithi047 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi047[108212]: audit 2023-12-06T04:14:19.127274+0000 mgr.smithi047.erpxvz (mgr.14182) 173 : audit [DBG] from='client.14604 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-06T04:14:19.471 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Dec 06 04:14:19 smithi047 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi047[108212]: cluster 2023-12-06T04:14:19.314788+0000 mgr.smithi047.erpxvz (mgr.14182) 174 : cluster [DBG] pgmap v128: 97 pgs: 97 active+clean; 3.8 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 255 B/s rd, 255 B/s wr, 0 op/s; 0 B/s, 0 objects/s recovering 2023-12-06T04:14:19.570 INFO:tasks.cephadm:nfs.foo has 0/1 2023-12-06T04:14:19.870 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Dec 06 04:14:19 smithi098 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi098[111615]: audit 2023-12-06T04:14:19.127274+0000 mgr.smithi047.erpxvz (mgr.14182) 173 : audit [DBG] from='client.14604 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-06T04:14:19.870 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Dec 06 04:14:19 smithi098 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi098[111615]: cluster 2023-12-06T04:14:19.314788+0000 mgr.smithi047.erpxvz (mgr.14182) 174 : cluster [DBG] pgmap v128: 97 pgs: 97 active+clean; 3.8 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 255 B/s rd, 255 B/s wr, 0 op/s; 0 B/s, 0 objects/s recovering 2023-12-06T04:14:20.571 DEBUG:teuthology.orchestra.run.smithi047:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:d03fca4f35d43f61b4679936aef7bd2f01cced0b shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 2ecad2ea-93ed-11ee-95a2-87774f69a715 -- ceph orch ls -f json 2023-12-06T04:14:21.628 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Dec 06 04:14:21 smithi047 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi047[108212]: cluster 2023-12-06T04:14:21.315378+0000 mgr.smithi047.erpxvz (mgr.14182) 175 : cluster [DBG] pgmap v129: 97 pgs: 97 active+clean; 3.8 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 255 B/s rd, 255 B/s wr, 0 op/s 2023-12-06T04:14:21.870 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Dec 06 04:14:21 smithi098 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi098[111615]: cluster 2023-12-06T04:14:21.315378+0000 mgr.smithi047.erpxvz (mgr.14182) 175 : cluster [DBG] pgmap v129: 97 pgs: 97 active+clean; 3.8 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 255 B/s rd, 255 B/s wr, 0 op/s 2023-12-06T04:14:22.026 INFO:teuthology.orchestra.run.smithi047.stdout: 2023-12-06T04:14:22.027 INFO:teuthology.orchestra.run.smithi047.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-06T04:10:15.517593Z", "last_refresh": "2023-12-06T04:14:03.072571Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-06T04:10:10.954835Z", "last_refresh": "2023-12-06T04:14:00.889834Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-06T04:10:13.544463Z", "last_refresh": "2023-12-06T04:14:03.072868Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-06T04:13:56.333839Z service:ingress.nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.47/16"}, "status": {"created": "2023-12-06T04:13:56.330826Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.47/16"}}, {"events": ["2023-12-06T04:13:52.727160Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-06T04:13:52.721318Z", "last_refresh": "2023-12-06T04:14:00.890623Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-06T04:10:09.956661Z", "last_refresh": "2023-12-06T04:14:00.890026Z", "running": 2, "size": 2}}, {"events": ["2023-12-06T04:11:13.238878Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi047:172.21.15.47=smithi047", "smithi098:172.21.15.98=smithi098"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-06T04:11:13.235526Z", "last_refresh": "2023-12-06T04:14:00.890116Z", "running": 2, "size": 2}}, {"events": ["2023-12-06T04:13:56.329598Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-12-06T04:13:56.325813Z", "ports": [12999], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-06T04:10:14.589128Z", "last_refresh": "2023-12-06T04:14:00.890197Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-06T04:11:43.239438Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-06T04:11:43.235053Z", "last_refresh": "2023-12-06T04:14:00.890274Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-06T04:10:12.030635Z", "last_refresh": "2023-12-06T04:14:03.073149Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-06T04:14:22.436 INFO:tasks.cephadm:nfs.foo has 0/1 2023-12-06T04:14:22.629 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Dec 06 04:14:22 smithi047 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi047[108212]: audit 2023-12-06T04:14:22.021902+0000 mgr.smithi047.erpxvz (mgr.14182) 176 : audit [DBG] from='client.14608 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-06T04:14:22.870 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Dec 06 04:14:22 smithi098 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi098[111615]: audit 2023-12-06T04:14:22.021902+0000 mgr.smithi047.erpxvz (mgr.14182) 176 : audit [DBG] from='client.14608 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-06T04:14:23.437 DEBUG:teuthology.orchestra.run.smithi047:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:d03fca4f35d43f61b4679936aef7bd2f01cced0b shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 2ecad2ea-93ed-11ee-95a2-87774f69a715 -- ceph orch ls -f json 2023-12-06T04:14:24.518 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Dec 06 04:14:24 smithi047 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi047[108212]: cluster 2023-12-06T04:14:23.315870+0000 mgr.smithi047.erpxvz (mgr.14182) 177 : 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-12-06T04:14:24.620 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Dec 06 04:14:24 smithi098 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi098[111615]: cluster 2023-12-06T04:14:23.315870+0000 mgr.smithi047.erpxvz (mgr.14182) 177 : 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-12-06T04:14:24.947 INFO:teuthology.orchestra.run.smithi047.stdout: 2023-12-06T04:14:24.948 INFO:teuthology.orchestra.run.smithi047.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-06T04:10:15.517593Z", "last_refresh": "2023-12-06T04:14:03.072571Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-06T04:10:10.954835Z", "last_refresh": "2023-12-06T04:14:00.889834Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-06T04:10:13.544463Z", "last_refresh": "2023-12-06T04:14:03.072868Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-06T04:13:56.333839Z service:ingress.nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.47/16"}, "status": {"created": "2023-12-06T04:13:56.330826Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.47/16"}}, {"events": ["2023-12-06T04:13:52.727160Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-06T04:13:52.721318Z", "last_refresh": "2023-12-06T04:14:00.890623Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-06T04:10:09.956661Z", "last_refresh": "2023-12-06T04:14:00.890026Z", "running": 2, "size": 2}}, {"events": ["2023-12-06T04:11:13.238878Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi047:172.21.15.47=smithi047", "smithi098:172.21.15.98=smithi098"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-06T04:11:13.235526Z", "last_refresh": "2023-12-06T04:14:00.890116Z", "running": 2, "size": 2}}, {"events": ["2023-12-06T04:13:56.329598Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-12-06T04:13:56.325813Z", "ports": [12999], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-06T04:10:14.589128Z", "last_refresh": "2023-12-06T04:14:00.890197Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-06T04:11:43.239438Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-06T04:11:43.235053Z", "last_refresh": "2023-12-06T04:14:00.890274Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-06T04:10:12.030635Z", "last_refresh": "2023-12-06T04:14:03.073149Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-06T04:14:25.286 INFO:tasks.cephadm:nfs.foo has 0/1 2023-12-06T04:14:25.629 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Dec 06 04:14:25 smithi047 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi047[108212]: audit 2023-12-06T04:14:24.940725+0000 mgr.smithi047.erpxvz (mgr.14182) 178 : audit [DBG] from='client.14612 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-06T04:14:25.629 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Dec 06 04:14:25 smithi047 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi047[108212]: cluster 2023-12-06T04:14:25.316390+0000 mgr.smithi047.erpxvz (mgr.14182) 179 : cluster [DBG] pgmap v131: 97 pgs: 97 active+clean; 3.8 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-06T04:14:25.870 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Dec 06 04:14:25 smithi098 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi098[111615]: audit 2023-12-06T04:14:24.940725+0000 mgr.smithi047.erpxvz (mgr.14182) 178 : audit [DBG] from='client.14612 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-06T04:14:25.870 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Dec 06 04:14:25 smithi098 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi098[111615]: cluster 2023-12-06T04:14:25.316390+0000 mgr.smithi047.erpxvz (mgr.14182) 179 : cluster [DBG] pgmap v131: 97 pgs: 97 active+clean; 3.8 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-06T04:14:26.287 DEBUG:teuthology.orchestra.run.smithi047:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:d03fca4f35d43f61b4679936aef7bd2f01cced0b shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 2ecad2ea-93ed-11ee-95a2-87774f69a715 -- ceph orch ls -f json 2023-12-06T04:14:27.629 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Dec 06 04:14:27 smithi047 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi047[108212]: cluster 2023-12-06T04:14:27.316965+0000 mgr.smithi047.erpxvz (mgr.14182) 180 : 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-12-06T04:14:27.730 INFO:teuthology.orchestra.run.smithi047.stdout: 2023-12-06T04:14:27.730 INFO:teuthology.orchestra.run.smithi047.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-06T04:10:15.517593Z", "last_refresh": "2023-12-06T04:14:03.072571Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-06T04:10:10.954835Z", "last_refresh": "2023-12-06T04:14:00.889834Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-06T04:10:13.544463Z", "last_refresh": "2023-12-06T04:14:03.072868Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-06T04:13:56.333839Z service:ingress.nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.47/16"}, "status": {"created": "2023-12-06T04:13:56.330826Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.47/16"}}, {"events": ["2023-12-06T04:13:52.727160Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-06T04:13:52.721318Z", "last_refresh": "2023-12-06T04:14:00.890623Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-06T04:10:09.956661Z", "last_refresh": "2023-12-06T04:14:00.890026Z", "running": 2, "size": 2}}, {"events": ["2023-12-06T04:11:13.238878Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi047:172.21.15.47=smithi047", "smithi098:172.21.15.98=smithi098"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-06T04:11:13.235526Z", "last_refresh": "2023-12-06T04:14:00.890116Z", "running": 2, "size": 2}}, {"events": ["2023-12-06T04:13:56.329598Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-12-06T04:13:56.325813Z", "ports": [12999], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-06T04:10:14.589128Z", "last_refresh": "2023-12-06T04:14:00.890197Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-06T04:11:43.239438Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-06T04:11:43.235053Z", "last_refresh": "2023-12-06T04:14:00.890274Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-06T04:10:12.030635Z", "last_refresh": "2023-12-06T04:14:03.073149Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-06T04:14:27.870 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Dec 06 04:14:27 smithi098 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi098[111615]: cluster 2023-12-06T04:14:27.316965+0000 mgr.smithi047.erpxvz (mgr.14182) 180 : 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-12-06T04:14:28.129 INFO:tasks.cephadm:nfs.foo has 0/1 2023-12-06T04:14:29.130 DEBUG:teuthology.orchestra.run.smithi047:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:d03fca4f35d43f61b4679936aef7bd2f01cced0b shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 2ecad2ea-93ed-11ee-95a2-87774f69a715 -- ceph orch ls -f json 2023-12-06T04:14:29.480 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Dec 06 04:14:29 smithi047 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi047[108212]: audit 2023-12-06T04:14:27.725768+0000 mgr.smithi047.erpxvz (mgr.14182) 181 : audit [DBG] from='client.14616 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-06T04:14:29.620 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Dec 06 04:14:29 smithi098 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi098[111615]: audit 2023-12-06T04:14:27.725768+0000 mgr.smithi047.erpxvz (mgr.14182) 181 : audit [DBG] from='client.14616 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-06T04:14:30.589 INFO:teuthology.orchestra.run.smithi047.stdout: 2023-12-06T04:14:30.589 INFO:teuthology.orchestra.run.smithi047.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-06T04:10:15.517593Z", "last_refresh": "2023-12-06T04:14:03.072571Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-06T04:10:10.954835Z", "last_refresh": "2023-12-06T04:14:00.889834Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-06T04:10:13.544463Z", "last_refresh": "2023-12-06T04:14:03.072868Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-06T04:13:56.333839Z service:ingress.nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.47/16"}, "status": {"created": "2023-12-06T04:13:56.330826Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.47/16"}}, {"events": ["2023-12-06T04:13:52.727160Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-06T04:13:52.721318Z", "last_refresh": "2023-12-06T04:14:00.890623Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-06T04:10:09.956661Z", "last_refresh": "2023-12-06T04:14:00.890026Z", "running": 2, "size": 2}}, {"events": ["2023-12-06T04:11:13.238878Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi047:172.21.15.47=smithi047", "smithi098:172.21.15.98=smithi098"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-06T04:11:13.235526Z", "last_refresh": "2023-12-06T04:14:00.890116Z", "running": 2, "size": 2}}, {"events": ["2023-12-06T04:13:56.329598Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-12-06T04:13:56.325813Z", "ports": [12999], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-06T04:10:14.589128Z", "last_refresh": "2023-12-06T04:14:00.890197Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-06T04:11:43.239438Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-06T04:11:43.235053Z", "last_refresh": "2023-12-06T04:14:00.890274Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-06T04:10:12.030635Z", "last_refresh": "2023-12-06T04:14:03.073149Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-06T04:14:30.620 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Dec 06 04:14:30 smithi098 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi098[111615]: cluster 2023-12-06T04:14:29.317418+0000 mgr.smithi047.erpxvz (mgr.14182) 182 : 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-12-06T04:14:30.624 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Dec 06 04:14:30 smithi047 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi047[108212]: cluster 2023-12-06T04:14:29.317418+0000 mgr.smithi047.erpxvz (mgr.14182) 182 : 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-12-06T04:14:30.977 INFO:tasks.cephadm:nfs.foo has 0/1 2023-12-06T04:14:31.629 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Dec 06 04:14:31 smithi047 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi047[108212]: audit 2023-12-06T04:14:30.584246+0000 mgr.smithi047.erpxvz (mgr.14182) 183 : audit [DBG] from='client.14620 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-06T04:14:31.629 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Dec 06 04:14:31 smithi047 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi047[108212]: cluster 2023-12-06T04:14:31.318218+0000 mgr.smithi047.erpxvz (mgr.14182) 184 : cluster [DBG] pgmap v134: 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-12-06T04:14:31.870 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Dec 06 04:14:31 smithi098 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi098[111615]: audit 2023-12-06T04:14:30.584246+0000 mgr.smithi047.erpxvz (mgr.14182) 183 : audit [DBG] from='client.14620 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-06T04:14:31.870 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Dec 06 04:14:31 smithi098 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi098[111615]: cluster 2023-12-06T04:14:31.318218+0000 mgr.smithi047.erpxvz (mgr.14182) 184 : cluster [DBG] pgmap v134: 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-12-06T04:14:31.978 DEBUG:teuthology.orchestra.run.smithi047:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:d03fca4f35d43f61b4679936aef7bd2f01cced0b shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 2ecad2ea-93ed-11ee-95a2-87774f69a715 -- ceph orch ls -f json 2023-12-06T04:14:33.406 INFO:teuthology.orchestra.run.smithi047.stdout: 2023-12-06T04:14:33.407 INFO:teuthology.orchestra.run.smithi047.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-06T04:10:15.517593Z", "last_refresh": "2023-12-06T04:14:03.072571Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-06T04:10:10.954835Z", "last_refresh": "2023-12-06T04:14:00.889834Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-06T04:10:13.544463Z", "last_refresh": "2023-12-06T04:14:03.072868Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-06T04:13:56.333839Z service:ingress.nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.47/16"}, "status": {"created": "2023-12-06T04:13:56.330826Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.47/16"}}, {"events": ["2023-12-06T04:13:52.727160Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-06T04:13:52.721318Z", "last_refresh": "2023-12-06T04:14:00.890623Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-06T04:10:09.956661Z", "last_refresh": "2023-12-06T04:14:00.890026Z", "running": 2, "size": 2}}, {"events": ["2023-12-06T04:11:13.238878Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi047:172.21.15.47=smithi047", "smithi098:172.21.15.98=smithi098"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-06T04:11:13.235526Z", "last_refresh": "2023-12-06T04:14:00.890116Z", "running": 2, "size": 2}}, {"events": ["2023-12-06T04:13:56.329598Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-12-06T04:13:56.325813Z", "ports": [12999], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-06T04:10:14.589128Z", "last_refresh": "2023-12-06T04:14:00.890197Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-06T04:11:43.239438Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-06T04:11:43.235053Z", "last_refresh": "2023-12-06T04:14:00.890274Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-06T04:10:12.030635Z", "last_refresh": "2023-12-06T04:14:03.073149Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-06T04:14:33.794 INFO:tasks.cephadm:nfs.foo has 0/1 2023-12-06T04:14:34.620 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Dec 06 04:14:34 smithi098 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi098[111615]: cluster 2023-12-06T04:14:33.318702+0000 mgr.smithi047.erpxvz (mgr.14182) 185 : 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-12-06T04:14:34.629 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Dec 06 04:14:34 smithi047 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi047[108212]: cluster 2023-12-06T04:14:33.318702+0000 mgr.smithi047.erpxvz (mgr.14182) 185 : 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-12-06T04:14:34.794 DEBUG:teuthology.orchestra.run.smithi047:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:d03fca4f35d43f61b4679936aef7bd2f01cced0b shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 2ecad2ea-93ed-11ee-95a2-87774f69a715 -- ceph orch ls -f json 2023-12-06T04:14:35.548 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Dec 06 04:14:35 smithi047 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi047[108212]: audit 2023-12-06T04:14:33.401956+0000 mgr.smithi047.erpxvz (mgr.14182) 186 : audit [DBG] from='client.14624 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-06T04:14:35.620 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Dec 06 04:14:35 smithi098 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi098[111615]: audit 2023-12-06T04:14:33.401956+0000 mgr.smithi047.erpxvz (mgr.14182) 186 : audit [DBG] from='client.14624 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-06T04:14:36.258 INFO:teuthology.orchestra.run.smithi047.stdout: 2023-12-06T04:14:36.258 INFO:teuthology.orchestra.run.smithi047.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-06T04:10:15.517593Z", "last_refresh": "2023-12-06T04:14:03.072571Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-06T04:10:10.954835Z", "last_refresh": "2023-12-06T04:14:00.889834Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-06T04:10:13.544463Z", "last_refresh": "2023-12-06T04:14:03.072868Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-06T04:13:56.333839Z service:ingress.nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.47/16"}, "status": {"created": "2023-12-06T04:13:56.330826Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.47/16"}}, {"events": ["2023-12-06T04:13:52.727160Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-06T04:13:52.721318Z", "last_refresh": "2023-12-06T04:14:00.890623Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-06T04:10:09.956661Z", "last_refresh": "2023-12-06T04:14:00.890026Z", "running": 2, "size": 2}}, {"events": ["2023-12-06T04:11:13.238878Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi047:172.21.15.47=smithi047", "smithi098:172.21.15.98=smithi098"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-06T04:11:13.235526Z", "last_refresh": "2023-12-06T04:14:00.890116Z", "running": 2, "size": 2}}, {"events": ["2023-12-06T04:13:56.329598Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-12-06T04:13:56.325813Z", "ports": [12999], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-06T04:10:14.589128Z", "last_refresh": "2023-12-06T04:14:00.890197Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-06T04:11:43.239438Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-06T04:11:43.235053Z", "last_refresh": "2023-12-06T04:14:00.890274Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-06T04:10:12.030635Z", "last_refresh": "2023-12-06T04:14:03.073149Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-06T04:14:36.430 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Dec 06 04:14:36 smithi047 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi047[108212]: cluster 2023-12-06T04:14:35.319148+0000 mgr.smithi047.erpxvz (mgr.14182) 187 : cluster [DBG] pgmap v136: 97 pgs: 97 active+clean; 3.8 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-06T04:14:36.620 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Dec 06 04:14:36 smithi098 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi098[111615]: cluster 2023-12-06T04:14:35.319148+0000 mgr.smithi047.erpxvz (mgr.14182) 187 : cluster [DBG] pgmap v136: 97 pgs: 97 active+clean; 3.8 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-06T04:14:36.643 INFO:tasks.cephadm:nfs.foo has 0/1 2023-12-06T04:14:37.620 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Dec 06 04:14:37 smithi098 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi098[111615]: audit 2023-12-06T04:14:36.253332+0000 mgr.smithi047.erpxvz (mgr.14182) 188 : audit [DBG] from='client.14628 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-06T04:14:37.629 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Dec 06 04:14:37 smithi047 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi047[108212]: audit 2023-12-06T04:14:36.253332+0000 mgr.smithi047.erpxvz (mgr.14182) 188 : audit [DBG] from='client.14628 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-06T04:14:37.644 DEBUG:teuthology.orchestra.run.smithi047:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:d03fca4f35d43f61b4679936aef7bd2f01cced0b shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 2ecad2ea-93ed-11ee-95a2-87774f69a715 -- ceph orch ls -f json 2023-12-06T04:14:38.322 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Dec 06 04:14:38 smithi047 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi047[108212]: cluster 2023-12-06T04:14:37.319877+0000 mgr.smithi047.erpxvz (mgr.14182) 189 : 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-12-06T04:14:38.620 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Dec 06 04:14:38 smithi098 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi098[111615]: cluster 2023-12-06T04:14:37.319877+0000 mgr.smithi047.erpxvz (mgr.14182) 189 : 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-12-06T04:14:39.090 INFO:teuthology.orchestra.run.smithi047.stdout: 2023-12-06T04:14:39.090 INFO:teuthology.orchestra.run.smithi047.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-06T04:10:15.517593Z", "last_refresh": "2023-12-06T04:14:03.072571Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-06T04:10:10.954835Z", "last_refresh": "2023-12-06T04:14:00.889834Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-06T04:10:13.544463Z", "last_refresh": "2023-12-06T04:14:03.072868Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-06T04:13:56.333839Z service:ingress.nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.47/16"}, "status": {"created": "2023-12-06T04:13:56.330826Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.47/16"}}, {"events": ["2023-12-06T04:13:52.727160Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-06T04:13:52.721318Z", "last_refresh": "2023-12-06T04:14:00.890623Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-06T04:10:09.956661Z", "last_refresh": "2023-12-06T04:14:00.890026Z", "running": 2, "size": 2}}, {"events": ["2023-12-06T04:11:13.238878Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi047:172.21.15.47=smithi047", "smithi098:172.21.15.98=smithi098"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-06T04:11:13.235526Z", "last_refresh": "2023-12-06T04:14:00.890116Z", "running": 2, "size": 2}}, {"events": ["2023-12-06T04:13:56.329598Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-12-06T04:13:56.325813Z", "ports": [12999], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-06T04:10:14.589128Z", "last_refresh": "2023-12-06T04:14:00.890197Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-06T04:11:43.239438Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-06T04:11:43.235053Z", "last_refresh": "2023-12-06T04:14:00.890274Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-06T04:10:12.030635Z", "last_refresh": "2023-12-06T04:14:03.073149Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-06T04:14:39.500 INFO:tasks.cephadm:nfs.foo has 0/1 2023-12-06T04:14:39.870 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Dec 06 04:14:39 smithi098 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi098[111615]: audit 2023-12-06T04:14:39.085201+0000 mgr.smithi047.erpxvz (mgr.14182) 190 : audit [DBG] from='client.14632 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-06T04:14:39.870 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Dec 06 04:14:39 smithi098 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi098[111615]: cluster 2023-12-06T04:14:39.320456+0000 mgr.smithi047.erpxvz (mgr.14182) 191 : 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-12-06T04:14:39.879 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Dec 06 04:14:39 smithi047 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi047[108212]: audit 2023-12-06T04:14:39.085201+0000 mgr.smithi047.erpxvz (mgr.14182) 190 : audit [DBG] from='client.14632 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-06T04:14:39.879 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Dec 06 04:14:39 smithi047 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi047[108212]: cluster 2023-12-06T04:14:39.320456+0000 mgr.smithi047.erpxvz (mgr.14182) 191 : 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-12-06T04:14:40.502 DEBUG:teuthology.orchestra.run.smithi047:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:d03fca4f35d43f61b4679936aef7bd2f01cced0b shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 2ecad2ea-93ed-11ee-95a2-87774f69a715 -- ceph orch ls -f json 2023-12-06T04:14:41.550 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Dec 06 04:14:41 smithi047 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi047[108212]: cluster 2023-12-06T04:14:41.321263+0000 mgr.smithi047.erpxvz (mgr.14182) 192 : cluster [DBG] pgmap v139: 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-12-06T04:14:41.870 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Dec 06 04:14:41 smithi098 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi098[111615]: cluster 2023-12-06T04:14:41.321263+0000 mgr.smithi047.erpxvz (mgr.14182) 192 : cluster [DBG] pgmap v139: 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-12-06T04:14:41.989 INFO:teuthology.orchestra.run.smithi047.stdout: 2023-12-06T04:14:41.990 INFO:teuthology.orchestra.run.smithi047.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-06T04:10:15.517593Z", "last_refresh": "2023-12-06T04:14:03.072571Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-06T04:10:10.954835Z", "last_refresh": "2023-12-06T04:14:00.889834Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-06T04:10:13.544463Z", "last_refresh": "2023-12-06T04:14:03.072868Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-06T04:13:56.333839Z service:ingress.nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.47/16"}, "status": {"created": "2023-12-06T04:13:56.330826Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.47/16"}}, {"events": ["2023-12-06T04:13:52.727160Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-06T04:13:52.721318Z", "last_refresh": "2023-12-06T04:14:00.890623Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-06T04:10:09.956661Z", "last_refresh": "2023-12-06T04:14:00.890026Z", "running": 2, "size": 2}}, {"events": ["2023-12-06T04:11:13.238878Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi047:172.21.15.47=smithi047", "smithi098:172.21.15.98=smithi098"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-06T04:11:13.235526Z", "last_refresh": "2023-12-06T04:14:00.890116Z", "running": 2, "size": 2}}, {"events": ["2023-12-06T04:13:56.329598Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-12-06T04:13:56.325813Z", "ports": [12999], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-06T04:10:14.589128Z", "last_refresh": "2023-12-06T04:14:00.890197Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-06T04:11:43.239438Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-06T04:11:43.235053Z", "last_refresh": "2023-12-06T04:14:00.890274Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-06T04:10:12.030635Z", "last_refresh": "2023-12-06T04:14:03.073149Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-06T04:14:42.403 INFO:tasks.cephadm:nfs.foo has 0/1 2023-12-06T04:14:42.629 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Dec 06 04:14:42 smithi047 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi047[108212]: audit 2023-12-06T04:14:41.983536+0000 mgr.smithi047.erpxvz (mgr.14182) 193 : audit [DBG] from='client.14636 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-06T04:14:42.870 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Dec 06 04:14:42 smithi098 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi098[111615]: audit 2023-12-06T04:14:41.983536+0000 mgr.smithi047.erpxvz (mgr.14182) 193 : audit [DBG] from='client.14636 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-06T04:14:43.404 DEBUG:teuthology.orchestra.run.smithi047:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:d03fca4f35d43f61b4679936aef7bd2f01cced0b shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 2ecad2ea-93ed-11ee-95a2-87774f69a715 -- ceph orch ls -f json 2023-12-06T04:14:44.475 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Dec 06 04:14:44 smithi047 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi047[108212]: cluster 2023-12-06T04:14:43.321873+0000 mgr.smithi047.erpxvz (mgr.14182) 194 : 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-12-06T04:14:44.620 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Dec 06 04:14:44 smithi098 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi098[111615]: cluster 2023-12-06T04:14:43.321873+0000 mgr.smithi047.erpxvz (mgr.14182) 194 : 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-12-06T04:14:44.947 INFO:teuthology.orchestra.run.smithi047.stdout: 2023-12-06T04:14:44.948 INFO:teuthology.orchestra.run.smithi047.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-06T04:10:15.517593Z", "last_refresh": "2023-12-06T04:14:03.072571Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-06T04:10:10.954835Z", "last_refresh": "2023-12-06T04:14:00.889834Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-06T04:10:13.544463Z", "last_refresh": "2023-12-06T04:14:03.072868Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-06T04:13:56.333839Z service:ingress.nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.47/16"}, "status": {"created": "2023-12-06T04:13:56.330826Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.47/16"}}, {"events": ["2023-12-06T04:13:52.727160Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-06T04:13:52.721318Z", "last_refresh": "2023-12-06T04:14:00.890623Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-06T04:10:09.956661Z", "last_refresh": "2023-12-06T04:14:00.890026Z", "running": 2, "size": 2}}, {"events": ["2023-12-06T04:11:13.238878Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi047:172.21.15.47=smithi047", "smithi098:172.21.15.98=smithi098"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-06T04:11:13.235526Z", "last_refresh": "2023-12-06T04:14:00.890116Z", "running": 2, "size": 2}}, {"events": ["2023-12-06T04:13:56.329598Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-12-06T04:13:56.325813Z", "ports": [12999], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-06T04:10:14.589128Z", "last_refresh": "2023-12-06T04:14:00.890197Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-06T04:11:43.239438Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-06T04:11:43.235053Z", "last_refresh": "2023-12-06T04:14:00.890274Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-06T04:10:12.030635Z", "last_refresh": "2023-12-06T04:14:03.073149Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-06T04:14:45.334 INFO:tasks.cephadm:nfs.foo has 0/1 2023-12-06T04:14:45.629 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Dec 06 04:14:45 smithi047 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi047[108212]: audit 2023-12-06T04:14:44.942811+0000 mgr.smithi047.erpxvz (mgr.14182) 195 : audit [DBG] from='client.14640 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-06T04:14:45.629 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Dec 06 04:14:45 smithi047 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi047[108212]: cluster 2023-12-06T04:14:45.322360+0000 mgr.smithi047.erpxvz (mgr.14182) 196 : cluster [DBG] pgmap v141: 97 pgs: 97 active+clean; 3.8 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-06T04:14:45.870 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Dec 06 04:14:45 smithi098 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi098[111615]: audit 2023-12-06T04:14:44.942811+0000 mgr.smithi047.erpxvz (mgr.14182) 195 : audit [DBG] from='client.14640 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-06T04:14:45.873 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Dec 06 04:14:45 smithi098 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi098[111615]: cluster 2023-12-06T04:14:45.322360+0000 mgr.smithi047.erpxvz (mgr.14182) 196 : cluster [DBG] pgmap v141: 97 pgs: 97 active+clean; 3.8 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-06T04:14:46.335 DEBUG:teuthology.orchestra.run.smithi047:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:d03fca4f35d43f61b4679936aef7bd2f01cced0b shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 2ecad2ea-93ed-11ee-95a2-87774f69a715 -- ceph orch ls -f json 2023-12-06T04:14:47.514 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Dec 06 04:14:47 smithi047 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi047[108212]: cluster 2023-12-06T04:14:47.323101+0000 mgr.smithi047.erpxvz (mgr.14182) 197 : 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-12-06T04:14:47.870 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Dec 06 04:14:47 smithi098 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi098[111615]: cluster 2023-12-06T04:14:47.323101+0000 mgr.smithi047.erpxvz (mgr.14182) 197 : 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-12-06T04:14:47.924 INFO:teuthology.orchestra.run.smithi047.stdout: 2023-12-06T04:14:47.924 INFO:teuthology.orchestra.run.smithi047.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-06T04:10:15.517593Z", "last_refresh": "2023-12-06T04:14:03.072571Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-06T04:10:10.954835Z", "last_refresh": "2023-12-06T04:14:00.889834Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-06T04:10:13.544463Z", "last_refresh": "2023-12-06T04:14:03.072868Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-06T04:13:56.333839Z service:ingress.nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.47/16"}, "status": {"created": "2023-12-06T04:13:56.330826Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.47/16"}}, {"events": ["2023-12-06T04:13:52.727160Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-06T04:13:52.721318Z", "last_refresh": "2023-12-06T04:14:00.890623Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-06T04:10:09.956661Z", "last_refresh": "2023-12-06T04:14:00.890026Z", "running": 2, "size": 2}}, {"events": ["2023-12-06T04:11:13.238878Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi047:172.21.15.47=smithi047", "smithi098:172.21.15.98=smithi098"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-06T04:11:13.235526Z", "last_refresh": "2023-12-06T04:14:00.890116Z", "running": 2, "size": 2}}, {"events": ["2023-12-06T04:13:56.329598Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-12-06T04:13:56.325813Z", "ports": [12999], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-06T04:10:14.589128Z", "last_refresh": "2023-12-06T04:14:00.890197Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-06T04:11:43.239438Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-06T04:11:43.235053Z", "last_refresh": "2023-12-06T04:14:00.890274Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-06T04:10:12.030635Z", "last_refresh": "2023-12-06T04:14:03.073149Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-06T04:14:48.311 INFO:tasks.cephadm:nfs.foo has 0/1 2023-12-06T04:14:49.312 DEBUG:teuthology.orchestra.run.smithi047:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:d03fca4f35d43f61b4679936aef7bd2f01cced0b shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 2ecad2ea-93ed-11ee-95a2-87774f69a715 -- ceph orch ls -f json 2023-12-06T04:14:49.620 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Dec 06 04:14:49 smithi098 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi098[111615]: audit 2023-12-06T04:14:47.918935+0000 mgr.smithi047.erpxvz (mgr.14182) 198 : audit [DBG] from='client.14644 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-06T04:14:49.629 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Dec 06 04:14:49 smithi047 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi047[108212]: audit 2023-12-06T04:14:47.918935+0000 mgr.smithi047.erpxvz (mgr.14182) 198 : audit [DBG] from='client.14644 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-06T04:14:50.339 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Dec 06 04:14:50 smithi047 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi047[108212]: cluster 2023-12-06T04:14:49.323572+0000 mgr.smithi047.erpxvz (mgr.14182) 199 : 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-12-06T04:14:50.620 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Dec 06 04:14:50 smithi098 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi098[111615]: cluster 2023-12-06T04:14:49.323572+0000 mgr.smithi047.erpxvz (mgr.14182) 199 : 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-12-06T04:14:50.734 INFO:teuthology.orchestra.run.smithi047.stdout: 2023-12-06T04:14:50.734 INFO:teuthology.orchestra.run.smithi047.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-06T04:10:15.517593Z", "last_refresh": "2023-12-06T04:14:03.072571Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-06T04:10:10.954835Z", "last_refresh": "2023-12-06T04:14:00.889834Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-06T04:10:13.544463Z", "last_refresh": "2023-12-06T04:14:03.072868Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-06T04:13:56.333839Z service:ingress.nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.47/16"}, "status": {"created": "2023-12-06T04:13:56.330826Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.47/16"}}, {"events": ["2023-12-06T04:13:52.727160Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-06T04:13:52.721318Z", "last_refresh": "2023-12-06T04:14:00.890623Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-06T04:10:09.956661Z", "last_refresh": "2023-12-06T04:14:00.890026Z", "running": 2, "size": 2}}, {"events": ["2023-12-06T04:11:13.238878Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi047:172.21.15.47=smithi047", "smithi098:172.21.15.98=smithi098"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-06T04:11:13.235526Z", "last_refresh": "2023-12-06T04:14:00.890116Z", "running": 2, "size": 2}}, {"events": ["2023-12-06T04:13:56.329598Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-12-06T04:13:56.325813Z", "ports": [12999], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-06T04:10:14.589128Z", "last_refresh": "2023-12-06T04:14:00.890197Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-06T04:11:43.239438Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-06T04:11:43.235053Z", "last_refresh": "2023-12-06T04:14:00.890274Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-06T04:10:12.030635Z", "last_refresh": "2023-12-06T04:14:03.073149Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-06T04:14:51.125 INFO:tasks.cephadm:nfs.foo has 0/1 2023-12-06T04:14:51.870 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Dec 06 04:14:51 smithi098 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi098[111615]: audit 2023-12-06T04:14:50.730165+0000 mgr.smithi047.erpxvz (mgr.14182) 200 : audit [DBG] from='client.14648 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-06T04:14:51.870 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Dec 06 04:14:51 smithi098 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi098[111615]: cluster 2023-12-06T04:14:51.324333+0000 mgr.smithi047.erpxvz (mgr.14182) 201 : cluster [DBG] pgmap v144: 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-12-06T04:14:51.879 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Dec 06 04:14:51 smithi047 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi047[108212]: audit 2023-12-06T04:14:50.730165+0000 mgr.smithi047.erpxvz (mgr.14182) 200 : audit [DBG] from='client.14648 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-06T04:14:51.879 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Dec 06 04:14:51 smithi047 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi047[108212]: cluster 2023-12-06T04:14:51.324333+0000 mgr.smithi047.erpxvz (mgr.14182) 201 : cluster [DBG] pgmap v144: 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-12-06T04:14:52.126 DEBUG:teuthology.orchestra.run.smithi047:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:d03fca4f35d43f61b4679936aef7bd2f01cced0b shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 2ecad2ea-93ed-11ee-95a2-87774f69a715 -- ceph orch ls -f json 2023-12-06T04:14:53.579 INFO:teuthology.orchestra.run.smithi047.stdout: 2023-12-06T04:14:53.579 INFO:teuthology.orchestra.run.smithi047.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-06T04:10:15.517593Z", "last_refresh": "2023-12-06T04:14:03.072571Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-06T04:10:10.954835Z", "last_refresh": "2023-12-06T04:14:00.889834Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-06T04:10:13.544463Z", "last_refresh": "2023-12-06T04:14:03.072868Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-06T04:13:56.333839Z service:ingress.nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.47/16"}, "status": {"created": "2023-12-06T04:13:56.330826Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.47/16"}}, {"events": ["2023-12-06T04:13:52.727160Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-06T04:13:52.721318Z", "last_refresh": "2023-12-06T04:14:00.890623Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-06T04:10:09.956661Z", "last_refresh": "2023-12-06T04:14:00.890026Z", "running": 2, "size": 2}}, {"events": ["2023-12-06T04:11:13.238878Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi047:172.21.15.47=smithi047", "smithi098:172.21.15.98=smithi098"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-06T04:11:13.235526Z", "last_refresh": "2023-12-06T04:14:00.890116Z", "running": 2, "size": 2}}, {"events": ["2023-12-06T04:13:56.329598Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-12-06T04:13:56.325813Z", "ports": [12999], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-06T04:10:14.589128Z", "last_refresh": "2023-12-06T04:14:00.890197Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-06T04:11:43.239438Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-06T04:11:43.235053Z", "last_refresh": "2023-12-06T04:14:00.890274Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-06T04:10:12.030635Z", "last_refresh": "2023-12-06T04:14:03.073149Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-06T04:14:53.974 INFO:tasks.cephadm:nfs.foo has 0/1 2023-12-06T04:14:54.620 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Dec 06 04:14:54 smithi098 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi098[111615]: cluster 2023-12-06T04:14:53.324762+0000 mgr.smithi047.erpxvz (mgr.14182) 202 : 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-12-06T04:14:54.629 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Dec 06 04:14:54 smithi047 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi047[108212]: cluster 2023-12-06T04:14:53.324762+0000 mgr.smithi047.erpxvz (mgr.14182) 202 : 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-12-06T04:14:54.975 DEBUG:teuthology.orchestra.run.smithi047:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:d03fca4f35d43f61b4679936aef7bd2f01cced0b shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 2ecad2ea-93ed-11ee-95a2-87774f69a715 -- ceph orch ls -f json 2023-12-06T04:14:55.334 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Dec 06 04:14:55 smithi047 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi047[108212]: audit 2023-12-06T04:14:53.574055+0000 mgr.smithi047.erpxvz (mgr.14182) 203 : audit [DBG] from='client.14652 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-06T04:14:55.620 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Dec 06 04:14:55 smithi098 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi098[111615]: audit 2023-12-06T04:14:53.574055+0000 mgr.smithi047.erpxvz (mgr.14182) 203 : audit [DBG] from='client.14652 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-06T04:14:56.379 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Dec 06 04:14:56 smithi047 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi047[108212]: cluster 2023-12-06T04:14:55.325188+0000 mgr.smithi047.erpxvz (mgr.14182) 204 : cluster [DBG] pgmap v146: 97 pgs: 97 active+clean; 3.8 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-06T04:14:56.433 INFO:teuthology.orchestra.run.smithi047.stdout: 2023-12-06T04:14:56.433 INFO:teuthology.orchestra.run.smithi047.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-06T04:10:15.517593Z", "last_refresh": "2023-12-06T04:14:03.072571Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-06T04:10:10.954835Z", "last_refresh": "2023-12-06T04:14:00.889834Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-06T04:10:13.544463Z", "last_refresh": "2023-12-06T04:14:03.072868Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-06T04:13:56.333839Z service:ingress.nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.47/16"}, "status": {"created": "2023-12-06T04:13:56.330826Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.47/16"}}, {"events": ["2023-12-06T04:13:52.727160Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-06T04:13:52.721318Z", "last_refresh": "2023-12-06T04:14:00.890623Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-06T04:10:09.956661Z", "last_refresh": "2023-12-06T04:14:00.890026Z", "running": 2, "size": 2}}, {"events": ["2023-12-06T04:11:13.238878Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi047:172.21.15.47=smithi047", "smithi098:172.21.15.98=smithi098"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-06T04:11:13.235526Z", "last_refresh": "2023-12-06T04:14:00.890116Z", "running": 2, "size": 2}}, {"events": ["2023-12-06T04:13:56.329598Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-12-06T04:13:56.325813Z", "ports": [12999], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-06T04:10:14.589128Z", "last_refresh": "2023-12-06T04:14:00.890197Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-06T04:11:43.239438Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-06T04:11:43.235053Z", "last_refresh": "2023-12-06T04:14:00.890274Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-06T04:10:12.030635Z", "last_refresh": "2023-12-06T04:14:03.073149Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-06T04:14:56.620 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Dec 06 04:14:56 smithi098 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi098[111615]: cluster 2023-12-06T04:14:55.325188+0000 mgr.smithi047.erpxvz (mgr.14182) 204 : cluster [DBG] pgmap v146: 97 pgs: 97 active+clean; 3.8 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-06T04:14:56.823 INFO:tasks.cephadm:nfs.foo has 0/1 2023-12-06T04:14:57.825 DEBUG:teuthology.orchestra.run.smithi047:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:d03fca4f35d43f61b4679936aef7bd2f01cced0b shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 2ecad2ea-93ed-11ee-95a2-87774f69a715 -- ceph orch ls -f json 2023-12-06T04:14:57.861 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Dec 06 04:14:57 smithi047 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi047[108212]: audit 2023-12-06T04:14:56.428810+0000 mgr.smithi047.erpxvz (mgr.14182) 205 : audit [DBG] from='client.14656 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-06T04:14:57.861 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Dec 06 04:14:57 smithi047 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi047[108212]: cluster 2023-12-06T04:14:57.325837+0000 mgr.smithi047.erpxvz (mgr.14182) 206 : 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-12-06T04:14:57.870 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Dec 06 04:14:57 smithi098 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi098[111615]: audit 2023-12-06T04:14:56.428810+0000 mgr.smithi047.erpxvz (mgr.14182) 205 : audit [DBG] from='client.14656 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-06T04:14:57.870 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Dec 06 04:14:57 smithi098 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi098[111615]: cluster 2023-12-06T04:14:57.325837+0000 mgr.smithi047.erpxvz (mgr.14182) 206 : 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-12-06T04:14:59.276 INFO:teuthology.orchestra.run.smithi047.stdout: 2023-12-06T04:14:59.276 INFO:teuthology.orchestra.run.smithi047.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-06T04:10:15.517593Z", "last_refresh": "2023-12-06T04:14:03.072571Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-06T04:10:10.954835Z", "last_refresh": "2023-12-06T04:14:00.889834Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-06T04:10:13.544463Z", "last_refresh": "2023-12-06T04:14:03.072868Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-06T04:13:56.333839Z service:ingress.nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.47/16"}, "status": {"created": "2023-12-06T04:13:56.330826Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.47/16"}}, {"events": ["2023-12-06T04:13:52.727160Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-06T04:13:52.721318Z", "last_refresh": "2023-12-06T04:14:00.890623Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-06T04:10:09.956661Z", "last_refresh": "2023-12-06T04:14:00.890026Z", "running": 2, "size": 2}}, {"events": ["2023-12-06T04:11:13.238878Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi047:172.21.15.47=smithi047", "smithi098:172.21.15.98=smithi098"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-06T04:11:13.235526Z", "last_refresh": "2023-12-06T04:14:00.890116Z", "running": 2, "size": 2}}, {"events": ["2023-12-06T04:13:56.329598Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-12-06T04:13:56.325813Z", "ports": [12999], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-06T04:10:14.589128Z", "last_refresh": "2023-12-06T04:14:00.890197Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-06T04:11:43.239438Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-06T04:11:43.235053Z", "last_refresh": "2023-12-06T04:14:00.890274Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-06T04:10:12.030635Z", "last_refresh": "2023-12-06T04:14:03.073149Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-06T04:14:59.598 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Dec 06 04:14:59 smithi047 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi047[108212]: audit 2023-12-06T04:14:59.271551+0000 mgr.smithi047.erpxvz (mgr.14182) 207 : audit [DBG] from='client.14660 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-06T04:14:59.598 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Dec 06 04:14:59 smithi047 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi047[108212]: cluster 2023-12-06T04:14:59.326265+0000 mgr.smithi047.erpxvz (mgr.14182) 208 : 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-12-06T04:14:59.657 INFO:tasks.cephadm:nfs.foo has 0/1 2023-12-06T04:14:59.870 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Dec 06 04:14:59 smithi098 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi098[111615]: audit 2023-12-06T04:14:59.271551+0000 mgr.smithi047.erpxvz (mgr.14182) 207 : audit [DBG] from='client.14660 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-06T04:14:59.870 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Dec 06 04:14:59 smithi098 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi098[111615]: cluster 2023-12-06T04:14:59.326265+0000 mgr.smithi047.erpxvz (mgr.14182) 208 : 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-12-06T04:15:00.657 DEBUG:teuthology.orchestra.run.smithi047:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:d03fca4f35d43f61b4679936aef7bd2f01cced0b shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 2ecad2ea-93ed-11ee-95a2-87774f69a715 -- ceph orch ls -f json 2023-12-06T04:15:01.748 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Dec 06 04:15:01 smithi047 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi047[108212]: cluster 2023-12-06T04:15:01.327024+0000 mgr.smithi047.erpxvz (mgr.14182) 209 : cluster [DBG] pgmap v149: 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-12-06T04:15:01.870 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Dec 06 04:15:01 smithi098 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi098[111615]: cluster 2023-12-06T04:15:01.327024+0000 mgr.smithi047.erpxvz (mgr.14182) 209 : cluster [DBG] pgmap v149: 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-12-06T04:15:02.153 INFO:teuthology.orchestra.run.smithi047.stdout: 2023-12-06T04:15:02.153 INFO:teuthology.orchestra.run.smithi047.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-06T04:10:15.517593Z", "last_refresh": "2023-12-06T04:14:03.072571Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-06T04:10:10.954835Z", "last_refresh": "2023-12-06T04:14:00.889834Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-06T04:10:13.544463Z", "last_refresh": "2023-12-06T04:14:03.072868Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-06T04:13:56.333839Z service:ingress.nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.47/16"}, "status": {"created": "2023-12-06T04:13:56.330826Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.47/16"}}, {"events": ["2023-12-06T04:13:52.727160Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-06T04:13:52.721318Z", "last_refresh": "2023-12-06T04:14:00.890623Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-06T04:10:09.956661Z", "last_refresh": "2023-12-06T04:14:00.890026Z", "running": 2, "size": 2}}, {"events": ["2023-12-06T04:11:13.238878Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi047:172.21.15.47=smithi047", "smithi098:172.21.15.98=smithi098"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-06T04:11:13.235526Z", "last_refresh": "2023-12-06T04:14:00.890116Z", "running": 2, "size": 2}}, {"events": ["2023-12-06T04:13:56.329598Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-12-06T04:13:56.325813Z", "ports": [12999], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-06T04:10:14.589128Z", "last_refresh": "2023-12-06T04:14:00.890197Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-06T04:11:43.239438Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-06T04:11:43.235053Z", "last_refresh": "2023-12-06T04:14:00.890274Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-06T04:10:12.030635Z", "last_refresh": "2023-12-06T04:14:03.073149Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-06T04:15:02.456 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Dec 06 04:15:02 smithi047 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi047[108212]: audit 2023-12-06T04:15:02.147892+0000 mgr.smithi047.erpxvz (mgr.14182) 210 : audit [DBG] from='client.14664 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-06T04:15:02.531 INFO:tasks.cephadm:nfs.foo has 0/1 2023-12-06T04:15:02.870 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Dec 06 04:15:02 smithi098 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi098[111615]: audit 2023-12-06T04:15:02.147892+0000 mgr.smithi047.erpxvz (mgr.14182) 210 : audit [DBG] from='client.14664 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-06T04:15:03.532 DEBUG:teuthology.orchestra.run.smithi047:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:d03fca4f35d43f61b4679936aef7bd2f01cced0b shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 2ecad2ea-93ed-11ee-95a2-87774f69a715 -- ceph orch ls -f json 2023-12-06T04:15:04.599 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Dec 06 04:15:04 smithi047 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi047[108212]: cluster 2023-12-06T04:15:03.327609+0000 mgr.smithi047.erpxvz (mgr.14182) 211 : 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-12-06T04:15:04.621 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Dec 06 04:15:04 smithi098 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi098[111615]: cluster 2023-12-06T04:15:03.327609+0000 mgr.smithi047.erpxvz (mgr.14182) 211 : 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-12-06T04:15:05.013 INFO:teuthology.orchestra.run.smithi047.stdout: 2023-12-06T04:15:05.014 INFO:teuthology.orchestra.run.smithi047.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-06T04:10:15.517593Z", "last_refresh": "2023-12-06T04:14:03.072571Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-06T04:10:10.954835Z", "last_refresh": "2023-12-06T04:14:00.889834Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-06T04:10:13.544463Z", "last_refresh": "2023-12-06T04:14:03.072868Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-06T04:13:56.333839Z service:ingress.nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.47/16"}, "status": {"created": "2023-12-06T04:13:56.330826Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.47/16"}}, {"events": ["2023-12-06T04:13:52.727160Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-06T04:13:52.721318Z", "last_refresh": "2023-12-06T04:14:00.890623Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-06T04:10:09.956661Z", "last_refresh": "2023-12-06T04:14:00.890026Z", "running": 2, "size": 2}}, {"events": ["2023-12-06T04:11:13.238878Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi047:172.21.15.47=smithi047", "smithi098:172.21.15.98=smithi098"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-06T04:11:13.235526Z", "last_refresh": "2023-12-06T04:14:00.890116Z", "running": 2, "size": 2}}, {"events": ["2023-12-06T04:13:56.329598Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-12-06T04:13:56.325813Z", "ports": [12999], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-06T04:10:14.589128Z", "last_refresh": "2023-12-06T04:14:00.890197Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-06T04:11:43.239438Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-06T04:11:43.235053Z", "last_refresh": "2023-12-06T04:14:00.890274Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-06T04:10:12.030635Z", "last_refresh": "2023-12-06T04:14:03.073149Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-06T04:15:05.400 INFO:tasks.cephadm:nfs.foo has 0/1 2023-12-06T04:15:05.629 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Dec 06 04:15:05 smithi047 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi047[108212]: audit 2023-12-06T04:15:05.009247+0000 mgr.smithi047.erpxvz (mgr.14182) 212 : audit [DBG] from='client.14668 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-06T04:15:05.629 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Dec 06 04:15:05 smithi047 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi047[108212]: cluster 2023-12-06T04:15:05.328089+0000 mgr.smithi047.erpxvz (mgr.14182) 213 : cluster [DBG] pgmap v151: 97 pgs: 97 active+clean; 3.8 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-06T04:15:05.870 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Dec 06 04:15:05 smithi098 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi098[111615]: audit 2023-12-06T04:15:05.009247+0000 mgr.smithi047.erpxvz (mgr.14182) 212 : audit [DBG] from='client.14668 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-06T04:15:05.870 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Dec 06 04:15:05 smithi098 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi098[111615]: cluster 2023-12-06T04:15:05.328089+0000 mgr.smithi047.erpxvz (mgr.14182) 213 : cluster [DBG] pgmap v151: 97 pgs: 97 active+clean; 3.8 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-06T04:15:06.402 DEBUG:teuthology.orchestra.run.smithi047:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:d03fca4f35d43f61b4679936aef7bd2f01cced0b shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 2ecad2ea-93ed-11ee-95a2-87774f69a715 -- ceph orch ls -f json 2023-12-06T04:15:07.488 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Dec 06 04:15:07 smithi047 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi047[108212]: cluster 2023-12-06T04:15:07.328730+0000 mgr.smithi047.erpxvz (mgr.14182) 214 : cluster [DBG] pgmap v152: 97 pgs: 97 active+clean; 3.8 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-06T04:15:07.870 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Dec 06 04:15:07 smithi098 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi098[111615]: cluster 2023-12-06T04:15:07.328730+0000 mgr.smithi047.erpxvz (mgr.14182) 214 : cluster [DBG] pgmap v152: 97 pgs: 97 active+clean; 3.8 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-06T04:15:07.896 INFO:teuthology.orchestra.run.smithi047.stdout: 2023-12-06T04:15:07.896 INFO:teuthology.orchestra.run.smithi047.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-06T04:10:15.517593Z", "last_refresh": "2023-12-06T04:14:03.072571Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-06T04:10:10.954835Z", "last_refresh": "2023-12-06T04:14:00.889834Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-06T04:10:13.544463Z", "last_refresh": "2023-12-06T04:14:03.072868Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-06T04:13:56.333839Z service:ingress.nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.47/16"}, "status": {"created": "2023-12-06T04:13:56.330826Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.47/16"}}, {"events": ["2023-12-06T04:13:52.727160Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-06T04:13:52.721318Z", "last_refresh": "2023-12-06T04:14:00.890623Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-06T04:10:09.956661Z", "last_refresh": "2023-12-06T04:14:00.890026Z", "running": 2, "size": 2}}, {"events": ["2023-12-06T04:11:13.238878Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi047:172.21.15.47=smithi047", "smithi098:172.21.15.98=smithi098"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-06T04:11:13.235526Z", "last_refresh": "2023-12-06T04:14:00.890116Z", "running": 2, "size": 2}}, {"events": ["2023-12-06T04:13:56.329598Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-12-06T04:13:56.325813Z", "ports": [12999], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-06T04:10:14.589128Z", "last_refresh": "2023-12-06T04:14:00.890197Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-06T04:11:43.239438Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-06T04:11:43.235053Z", "last_refresh": "2023-12-06T04:14:00.890274Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-06T04:10:12.030635Z", "last_refresh": "2023-12-06T04:14:03.073149Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-06T04:15:08.288 INFO:tasks.cephadm:nfs.foo has 0/1 2023-12-06T04:15:09.289 DEBUG:teuthology.orchestra.run.smithi047:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:d03fca4f35d43f61b4679936aef7bd2f01cced0b shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 2ecad2ea-93ed-11ee-95a2-87774f69a715 -- ceph orch ls -f json 2023-12-06T04:15:09.621 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Dec 06 04:15:09 smithi098 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi098[111615]: audit 2023-12-06T04:15:07.891822+0000 mgr.smithi047.erpxvz (mgr.14182) 215 : audit [DBG] from='client.14672 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-06T04:15:09.630 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Dec 06 04:15:09 smithi047 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi047[108212]: audit 2023-12-06T04:15:07.891822+0000 mgr.smithi047.erpxvz (mgr.14182) 215 : audit [DBG] from='client.14672 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-06T04:15:10.323 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Dec 06 04:15:10 smithi047 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi047[108212]: cluster 2023-12-06T04:15:09.329182+0000 mgr.smithi047.erpxvz (mgr.14182) 216 : cluster [DBG] pgmap v153: 97 pgs: 97 active+clean; 3.8 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-06T04:15:10.620 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Dec 06 04:15:10 smithi098 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi098[111615]: cluster 2023-12-06T04:15:09.329182+0000 mgr.smithi047.erpxvz (mgr.14182) 216 : cluster [DBG] pgmap v153: 97 pgs: 97 active+clean; 3.8 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-06T04:15:10.735 INFO:teuthology.orchestra.run.smithi047.stdout: 2023-12-06T04:15:10.735 INFO:teuthology.orchestra.run.smithi047.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-06T04:10:15.517593Z", "last_refresh": "2023-12-06T04:14:03.072571Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-06T04:10:10.954835Z", "last_refresh": "2023-12-06T04:14:00.889834Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-06T04:10:13.544463Z", "last_refresh": "2023-12-06T04:14:03.072868Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-06T04:13:56.333839Z service:ingress.nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.47/16"}, "status": {"created": "2023-12-06T04:13:56.330826Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.47/16"}}, {"events": ["2023-12-06T04:13:52.727160Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-06T04:13:52.721318Z", "last_refresh": "2023-12-06T04:14:00.890623Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-06T04:10:09.956661Z", "last_refresh": "2023-12-06T04:14:00.890026Z", "running": 2, "size": 2}}, {"events": ["2023-12-06T04:11:13.238878Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi047:172.21.15.47=smithi047", "smithi098:172.21.15.98=smithi098"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-06T04:11:13.235526Z", "last_refresh": "2023-12-06T04:14:00.890116Z", "running": 2, "size": 2}}, {"events": ["2023-12-06T04:13:56.329598Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-12-06T04:13:56.325813Z", "ports": [12999], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-06T04:10:14.589128Z", "last_refresh": "2023-12-06T04:14:00.890197Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-06T04:11:43.239438Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-06T04:11:43.235053Z", "last_refresh": "2023-12-06T04:14:00.890274Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-06T04:10:12.030635Z", "last_refresh": "2023-12-06T04:14:03.073149Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-06T04:15:11.131 INFO:tasks.cephadm:nfs.foo has 0/1 2023-12-06T04:15:11.870 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Dec 06 04:15:11 smithi098 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi098[111615]: audit 2023-12-06T04:15:10.730822+0000 mgr.smithi047.erpxvz (mgr.14182) 217 : audit [DBG] from='client.14676 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-06T04:15:11.870 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Dec 06 04:15:11 smithi098 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi098[111615]: cluster 2023-12-06T04:15:11.330072+0000 mgr.smithi047.erpxvz (mgr.14182) 218 : cluster [DBG] pgmap v154: 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-12-06T04:15:11.879 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Dec 06 04:15:11 smithi047 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi047[108212]: audit 2023-12-06T04:15:10.730822+0000 mgr.smithi047.erpxvz (mgr.14182) 217 : audit [DBG] from='client.14676 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-06T04:15:11.879 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Dec 06 04:15:11 smithi047 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi047[108212]: cluster 2023-12-06T04:15:11.330072+0000 mgr.smithi047.erpxvz (mgr.14182) 218 : cluster [DBG] pgmap v154: 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-12-06T04:15:12.132 DEBUG:teuthology.orchestra.run.smithi047:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:d03fca4f35d43f61b4679936aef7bd2f01cced0b shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 2ecad2ea-93ed-11ee-95a2-87774f69a715 -- ceph orch ls -f json 2023-12-06T04:15:13.578 INFO:teuthology.orchestra.run.smithi047.stdout: 2023-12-06T04:15:13.578 INFO:teuthology.orchestra.run.smithi047.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-06T04:10:15.517593Z", "last_refresh": "2023-12-06T04:14:03.072571Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-06T04:10:10.954835Z", "last_refresh": "2023-12-06T04:14:00.889834Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-06T04:10:13.544463Z", "last_refresh": "2023-12-06T04:14:03.072868Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-06T04:13:56.333839Z service:ingress.nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.47/16"}, "status": {"created": "2023-12-06T04:13:56.330826Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.47/16"}}, {"events": ["2023-12-06T04:13:52.727160Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-06T04:13:52.721318Z", "last_refresh": "2023-12-06T04:14:00.890623Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-06T04:10:09.956661Z", "last_refresh": "2023-12-06T04:14:00.890026Z", "running": 2, "size": 2}}, {"events": ["2023-12-06T04:11:13.238878Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi047:172.21.15.47=smithi047", "smithi098:172.21.15.98=smithi098"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-06T04:11:13.235526Z", "last_refresh": "2023-12-06T04:14:00.890116Z", "running": 2, "size": 2}}, {"events": ["2023-12-06T04:13:56.329598Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-12-06T04:13:56.325813Z", "ports": [12999], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-06T04:10:14.589128Z", "last_refresh": "2023-12-06T04:14:00.890197Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-06T04:11:43.239438Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-06T04:11:43.235053Z", "last_refresh": "2023-12-06T04:14:00.890274Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-06T04:10:12.030635Z", "last_refresh": "2023-12-06T04:14:03.073149Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-06T04:15:13.981 INFO:tasks.cephadm:nfs.foo has 0/1 2023-12-06T04:15:14.379 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Dec 06 04:15:14 smithi047 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi047[108212]: cluster 2023-12-06T04:15:13.330490+0000 mgr.smithi047.erpxvz (mgr.14182) 219 : cluster [DBG] pgmap v155: 97 pgs: 97 active+clean; 3.8 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-06T04:15:14.623 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Dec 06 04:15:14 smithi098 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi098[111615]: cluster 2023-12-06T04:15:13.330490+0000 mgr.smithi047.erpxvz (mgr.14182) 219 : cluster [DBG] pgmap v155: 97 pgs: 97 active+clean; 3.8 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-06T04:15:14.982 DEBUG:teuthology.orchestra.run.smithi047:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:d03fca4f35d43f61b4679936aef7bd2f01cced0b shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 2ecad2ea-93ed-11ee-95a2-87774f69a715 -- ceph orch ls -f json 2023-12-06T04:15:15.335 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Dec 06 04:15:15 smithi047 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi047[108212]: audit 2023-12-06T04:15:13.573207+0000 mgr.smithi047.erpxvz (mgr.14182) 220 : audit [DBG] from='client.14680 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-06T04:15:15.620 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Dec 06 04:15:15 smithi098 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi098[111615]: audit 2023-12-06T04:15:13.573207+0000 mgr.smithi047.erpxvz (mgr.14182) 220 : audit [DBG] from='client.14680 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-06T04:15:16.380 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Dec 06 04:15:16 smithi047 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi047[108212]: cluster 2023-12-06T04:15:15.331056+0000 mgr.smithi047.erpxvz (mgr.14182) 221 : cluster [DBG] pgmap v156: 97 pgs: 97 active+clean; 3.8 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-06T04:15:16.398 INFO:teuthology.orchestra.run.smithi047.stdout: 2023-12-06T04:15:16.398 INFO:teuthology.orchestra.run.smithi047.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-06T04:10:15.517593Z", "last_refresh": "2023-12-06T04:14:03.072571Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-06T04:10:10.954835Z", "last_refresh": "2023-12-06T04:14:00.889834Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-06T04:10:13.544463Z", "last_refresh": "2023-12-06T04:14:03.072868Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-06T04:13:56.333839Z service:ingress.nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.47/16"}, "status": {"created": "2023-12-06T04:13:56.330826Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.47/16"}}, {"events": ["2023-12-06T04:13:52.727160Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-06T04:13:52.721318Z", "last_refresh": "2023-12-06T04:14:00.890623Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-06T04:10:09.956661Z", "last_refresh": "2023-12-06T04:14:00.890026Z", "running": 2, "size": 2}}, {"events": ["2023-12-06T04:11:13.238878Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi047:172.21.15.47=smithi047", "smithi098:172.21.15.98=smithi098"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-06T04:11:13.235526Z", "last_refresh": "2023-12-06T04:14:00.890116Z", "running": 2, "size": 2}}, {"events": ["2023-12-06T04:13:56.329598Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-12-06T04:13:56.325813Z", "ports": [12999], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-06T04:10:14.589128Z", "last_refresh": "2023-12-06T04:14:00.890197Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-06T04:11:43.239438Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-06T04:11:43.235053Z", "last_refresh": "2023-12-06T04:14:00.890274Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-06T04:10:12.030635Z", "last_refresh": "2023-12-06T04:14:03.073149Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-06T04:15:16.620 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Dec 06 04:15:16 smithi098 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi098[111615]: cluster 2023-12-06T04:15:15.331056+0000 mgr.smithi047.erpxvz (mgr.14182) 221 : cluster [DBG] pgmap v156: 97 pgs: 97 active+clean; 3.8 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-06T04:15:16.788 INFO:tasks.cephadm:nfs.foo has 0/1 2023-12-06T04:15:17.789 DEBUG:teuthology.orchestra.run.smithi047:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:d03fca4f35d43f61b4679936aef7bd2f01cced0b shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 2ecad2ea-93ed-11ee-95a2-87774f69a715 -- ceph orch ls -f json 2023-12-06T04:15:17.825 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Dec 06 04:15:17 smithi047 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi047[108212]: audit 2023-12-06T04:15:16.394078+0000 mgr.smithi047.erpxvz (mgr.14182) 222 : audit [DBG] from='client.14684 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-06T04:15:17.825 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Dec 06 04:15:17 smithi047 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi047[108212]: cluster 2023-12-06T04:15:17.331661+0000 mgr.smithi047.erpxvz (mgr.14182) 223 : cluster [DBG] pgmap v157: 97 pgs: 97 active+clean; 3.8 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-06T04:15:17.870 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Dec 06 04:15:17 smithi098 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi098[111615]: audit 2023-12-06T04:15:16.394078+0000 mgr.smithi047.erpxvz (mgr.14182) 222 : audit [DBG] from='client.14684 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-06T04:15:17.870 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Dec 06 04:15:17 smithi098 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi098[111615]: cluster 2023-12-06T04:15:17.331661+0000 mgr.smithi047.erpxvz (mgr.14182) 223 : cluster [DBG] pgmap v157: 97 pgs: 97 active+clean; 3.8 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-06T04:15:19.274 INFO:teuthology.orchestra.run.smithi047.stdout: 2023-12-06T04:15:19.274 INFO:teuthology.orchestra.run.smithi047.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-06T04:10:15.517593Z", "last_refresh": "2023-12-06T04:14:03.072571Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-06T04:10:10.954835Z", "last_refresh": "2023-12-06T04:14:00.889834Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-06T04:10:13.544463Z", "last_refresh": "2023-12-06T04:14:03.072868Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-06T04:13:56.333839Z service:ingress.nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.47/16"}, "status": {"created": "2023-12-06T04:13:56.330826Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.47/16"}}, {"events": ["2023-12-06T04:13:52.727160Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-06T04:13:52.721318Z", "last_refresh": "2023-12-06T04:14:00.890623Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-06T04:10:09.956661Z", "last_refresh": "2023-12-06T04:14:00.890026Z", "running": 2, "size": 2}}, {"events": ["2023-12-06T04:11:13.238878Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi047:172.21.15.47=smithi047", "smithi098:172.21.15.98=smithi098"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-06T04:11:13.235526Z", "last_refresh": "2023-12-06T04:14:00.890116Z", "running": 2, "size": 2}}, {"events": ["2023-12-06T04:13:56.329598Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-12-06T04:13:56.325813Z", "ports": [12999], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-06T04:10:14.589128Z", "last_refresh": "2023-12-06T04:14:00.890197Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-06T04:11:43.239438Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-06T04:11:43.235053Z", "last_refresh": "2023-12-06T04:14:00.890274Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-06T04:10:12.030635Z", "last_refresh": "2023-12-06T04:14:03.073149Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-06T04:15:19.629 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Dec 06 04:15:19 smithi047 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi047[108212]: audit 2023-12-06T04:15:19.269410+0000 mgr.smithi047.erpxvz (mgr.14182) 224 : audit [DBG] from='client.14688 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-06T04:15:19.629 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Dec 06 04:15:19 smithi047 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi047[108212]: cluster 2023-12-06T04:15:19.332149+0000 mgr.smithi047.erpxvz (mgr.14182) 225 : cluster [DBG] pgmap v158: 97 pgs: 97 active+clean; 3.8 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-06T04:15:19.663 INFO:tasks.cephadm:nfs.foo has 0/1 2023-12-06T04:15:19.870 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Dec 06 04:15:19 smithi098 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi098[111615]: audit 2023-12-06T04:15:19.269410+0000 mgr.smithi047.erpxvz (mgr.14182) 224 : audit [DBG] from='client.14688 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-06T04:15:19.870 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Dec 06 04:15:19 smithi098 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi098[111615]: cluster 2023-12-06T04:15:19.332149+0000 mgr.smithi047.erpxvz (mgr.14182) 225 : cluster [DBG] pgmap v158: 97 pgs: 97 active+clean; 3.8 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-06T04:15:20.664 DEBUG:teuthology.orchestra.run.smithi047:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:d03fca4f35d43f61b4679936aef7bd2f01cced0b shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 2ecad2ea-93ed-11ee-95a2-87774f69a715 -- ceph orch ls -f json 2023-12-06T04:15:21.735 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Dec 06 04:15:21 smithi047 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi047[108212]: cluster 2023-12-06T04:15:21.332791+0000 mgr.smithi047.erpxvz (mgr.14182) 226 : cluster [DBG] pgmap v159: 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-12-06T04:15:21.870 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Dec 06 04:15:21 smithi098 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi098[111615]: cluster 2023-12-06T04:15:21.332791+0000 mgr.smithi047.erpxvz (mgr.14182) 226 : cluster [DBG] pgmap v159: 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-12-06T04:15:22.179 INFO:teuthology.orchestra.run.smithi047.stdout: 2023-12-06T04:15:22.179 INFO:teuthology.orchestra.run.smithi047.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-06T04:10:15.517593Z", "last_refresh": "2023-12-06T04:14:03.072571Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-06T04:10:10.954835Z", "last_refresh": "2023-12-06T04:14:00.889834Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-06T04:10:13.544463Z", "last_refresh": "2023-12-06T04:14:03.072868Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-06T04:13:56.333839Z service:ingress.nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.47/16"}, "status": {"created": "2023-12-06T04:13:56.330826Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.47/16"}}, {"events": ["2023-12-06T04:13:52.727160Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-06T04:13:52.721318Z", "last_refresh": "2023-12-06T04:14:00.890623Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-06T04:10:09.956661Z", "last_refresh": "2023-12-06T04:14:00.890026Z", "running": 2, "size": 2}}, {"events": ["2023-12-06T04:11:13.238878Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi047:172.21.15.47=smithi047", "smithi098:172.21.15.98=smithi098"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-06T04:11:13.235526Z", "last_refresh": "2023-12-06T04:14:00.890116Z", "running": 2, "size": 2}}, {"events": ["2023-12-06T04:13:56.329598Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-12-06T04:13:56.325813Z", "ports": [12999], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-06T04:10:14.589128Z", "last_refresh": "2023-12-06T04:14:00.890197Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-06T04:11:43.239438Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-06T04:11:43.235053Z", "last_refresh": "2023-12-06T04:14:00.890274Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-06T04:10:12.030635Z", "last_refresh": "2023-12-06T04:14:03.073149Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-06T04:15:22.462 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Dec 06 04:15:22 smithi047 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi047[108212]: audit 2023-12-06T04:15:22.174467+0000 mgr.smithi047.erpxvz (mgr.14182) 227 : audit [DBG] from='client.14692 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-06T04:15:22.555 INFO:tasks.cephadm:nfs.foo has 0/1 2023-12-06T04:15:22.870 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Dec 06 04:15:22 smithi098 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi098[111615]: audit 2023-12-06T04:15:22.174467+0000 mgr.smithi047.erpxvz (mgr.14182) 227 : audit [DBG] from='client.14692 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-06T04:15:23.557 DEBUG:teuthology.orchestra.run.smithi047:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:d03fca4f35d43f61b4679936aef7bd2f01cced0b shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 2ecad2ea-93ed-11ee-95a2-87774f69a715 -- ceph orch ls -f json 2023-12-06T04:15:24.596 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Dec 06 04:15:24 smithi047 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi047[108212]: cluster 2023-12-06T04:15:23.333234+0000 mgr.smithi047.erpxvz (mgr.14182) 228 : cluster [DBG] pgmap v160: 97 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-12-06T04:15:24.620 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Dec 06 04:15:24 smithi098 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi098[111615]: cluster 2023-12-06T04:15:23.333234+0000 mgr.smithi047.erpxvz (mgr.14182) 228 : cluster [DBG] pgmap v160: 97 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-12-06T04:15:24.981 INFO:teuthology.orchestra.run.smithi047.stdout: 2023-12-06T04:15:24.981 INFO:teuthology.orchestra.run.smithi047.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-06T04:10:15.517593Z", "last_refresh": "2023-12-06T04:14:03.072571Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-06T04:10:10.954835Z", "last_refresh": "2023-12-06T04:14:00.889834Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-06T04:10:13.544463Z", "last_refresh": "2023-12-06T04:14:03.072868Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-06T04:13:56.333839Z service:ingress.nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.47/16"}, "status": {"created": "2023-12-06T04:13:56.330826Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.47/16"}}, {"events": ["2023-12-06T04:13:52.727160Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-06T04:13:52.721318Z", "last_refresh": "2023-12-06T04:14:00.890623Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-06T04:10:09.956661Z", "last_refresh": "2023-12-06T04:14:00.890026Z", "running": 2, "size": 2}}, {"events": ["2023-12-06T04:11:13.238878Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi047:172.21.15.47=smithi047", "smithi098:172.21.15.98=smithi098"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-06T04:11:13.235526Z", "last_refresh": "2023-12-06T04:14:00.890116Z", "running": 2, "size": 2}}, {"events": ["2023-12-06T04:13:56.329598Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-12-06T04:13:56.325813Z", "ports": [12999], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-06T04:10:14.589128Z", "last_refresh": "2023-12-06T04:14:00.890197Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-06T04:11:43.239438Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-06T04:11:43.235053Z", "last_refresh": "2023-12-06T04:14:00.890274Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-06T04:10:12.030635Z", "last_refresh": "2023-12-06T04:14:03.073149Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-06T04:15:25.387 INFO:tasks.cephadm:nfs.foo has 0/1 2023-12-06T04:15:25.629 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Dec 06 04:15:25 smithi047 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi047[108212]: audit 2023-12-06T04:15:24.976854+0000 mgr.smithi047.erpxvz (mgr.14182) 229 : audit [DBG] from='client.14696 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-06T04:15:25.870 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Dec 06 04:15:25 smithi098 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi098[111615]: audit 2023-12-06T04:15:24.976854+0000 mgr.smithi047.erpxvz (mgr.14182) 229 : audit [DBG] from='client.14696 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-06T04:15:26.388 DEBUG:teuthology.orchestra.run.smithi047:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:d03fca4f35d43f61b4679936aef7bd2f01cced0b shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 2ecad2ea-93ed-11ee-95a2-87774f69a715 -- ceph orch ls -f json 2023-12-06T04:15:26.690 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Dec 06 04:15:26 smithi098 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi098[111615]: cluster 2023-12-06T04:15:25.333931+0000 mgr.smithi047.erpxvz (mgr.14182) 230 : cluster [DBG] pgmap v161: 97 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-12-06T04:15:26.749 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Dec 06 04:15:26 smithi047 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi047[108212]: cluster 2023-12-06T04:15:25.333931+0000 mgr.smithi047.erpxvz (mgr.14182) 230 : cluster [DBG] pgmap v161: 97 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-12-06T04:15:27.882 INFO:teuthology.orchestra.run.smithi047.stdout: 2023-12-06T04:15:27.882 INFO:teuthology.orchestra.run.smithi047.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-06T04:10:15.517593Z", "last_refresh": "2023-12-06T04:14:03.072571Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-06T04:10:10.954835Z", "last_refresh": "2023-12-06T04:14:00.889834Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-06T04:10:13.544463Z", "last_refresh": "2023-12-06T04:14:03.072868Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-06T04:13:56.333839Z service:ingress.nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.47/16"}, "status": {"created": "2023-12-06T04:13:56.330826Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.47/16"}}, {"events": ["2023-12-06T04:13:52.727160Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-06T04:13:52.721318Z", "last_refresh": "2023-12-06T04:14:00.890623Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-06T04:10:09.956661Z", "last_refresh": "2023-12-06T04:14:00.890026Z", "running": 2, "size": 2}}, {"events": ["2023-12-06T04:11:13.238878Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi047:172.21.15.47=smithi047", "smithi098:172.21.15.98=smithi098"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-06T04:11:13.235526Z", "last_refresh": "2023-12-06T04:14:00.890116Z", "running": 2, "size": 2}}, {"events": ["2023-12-06T04:13:56.329598Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-12-06T04:13:56.325813Z", "ports": [12999], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-06T04:10:14.589128Z", "last_refresh": "2023-12-06T04:14:00.890197Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-06T04:11:43.239438Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-06T04:11:43.235053Z", "last_refresh": "2023-12-06T04:14:00.890274Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-06T04:10:12.030635Z", "last_refresh": "2023-12-06T04:14:03.073149Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-06T04:15:28.263 INFO:tasks.cephadm:nfs.foo has 0/1 2023-12-06T04:15:29.264 DEBUG:teuthology.orchestra.run.smithi047:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:d03fca4f35d43f61b4679936aef7bd2f01cced0b shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 2ecad2ea-93ed-11ee-95a2-87774f69a715 -- ceph orch ls -f json 2023-12-06T04:15:29.614 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Dec 06 04:15:29 smithi047 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi047[108212]: cluster 2023-12-06T04:15:27.334451+0000 mgr.smithi047.erpxvz (mgr.14182) 231 : cluster [DBG] pgmap v162: 97 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-12-06T04:15:29.614 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Dec 06 04:15:29 smithi047 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi047[108212]: audit 2023-12-06T04:15:27.877594+0000 mgr.smithi047.erpxvz (mgr.14182) 232 : audit [DBG] from='client.14700 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-06T04:15:29.620 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Dec 06 04:15:29 smithi098 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi098[111615]: cluster 2023-12-06T04:15:27.334451+0000 mgr.smithi047.erpxvz (mgr.14182) 231 : cluster [DBG] pgmap v162: 97 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-12-06T04:15:29.620 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Dec 06 04:15:29 smithi098 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi098[111615]: audit 2023-12-06T04:15:27.877594+0000 mgr.smithi047.erpxvz (mgr.14182) 232 : audit [DBG] from='client.14700 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-06T04:15:30.620 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Dec 06 04:15:30 smithi098 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi098[111615]: cluster 2023-12-06T04:15:29.192732+0000 mon.smithi047 (mon.0) 653 : cluster [DBG] mgrmap e21: smithi047.erpxvz(active, since 4m), standbys: smithi098.oprotl 2023-12-06T04:15:30.629 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Dec 06 04:15:30 smithi047 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi047[108212]: cluster 2023-12-06T04:15:29.192732+0000 mon.smithi047 (mon.0) 653 : cluster [DBG] mgrmap e21: smithi047.erpxvz(active, since 4m), standbys: smithi098.oprotl 2023-12-06T04:15:30.657 INFO:teuthology.orchestra.run.smithi047.stdout: 2023-12-06T04:15:30.657 INFO:teuthology.orchestra.run.smithi047.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-06T04:10:15.517593Z", "last_refresh": "2023-12-06T04:14:03.072571Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-06T04:10:10.954835Z", "last_refresh": "2023-12-06T04:14:00.889834Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-06T04:10:13.544463Z", "last_refresh": "2023-12-06T04:14:03.072868Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-06T04:13:56.333839Z service:ingress.nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.47/16"}, "status": {"created": "2023-12-06T04:13:56.330826Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.47/16"}}, {"events": ["2023-12-06T04:13:52.727160Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-06T04:13:52.721318Z", "last_refresh": "2023-12-06T04:14:00.890623Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-06T04:10:09.956661Z", "last_refresh": "2023-12-06T04:14:00.890026Z", "running": 2, "size": 2}}, {"events": ["2023-12-06T04:11:13.238878Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi047:172.21.15.47=smithi047", "smithi098:172.21.15.98=smithi098"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-06T04:11:13.235526Z", "last_refresh": "2023-12-06T04:14:00.890116Z", "running": 2, "size": 2}}, {"events": ["2023-12-06T04:13:56.329598Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-12-06T04:13:56.325813Z", "ports": [12999], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-06T04:10:14.589128Z", "last_refresh": "2023-12-06T04:14:00.890197Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-06T04:11:43.239438Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-06T04:11:43.235053Z", "last_refresh": "2023-12-06T04:14:00.890274Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-06T04:10:12.030635Z", "last_refresh": "2023-12-06T04:14:03.073149Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-06T04:15:31.036 INFO:tasks.cephadm:nfs.foo has 0/1 2023-12-06T04:15:31.379 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Dec 06 04:15:31 smithi047 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi047[108212]: cluster 2023-12-06T04:15:29.334951+0000 mgr.smithi047.erpxvz (mgr.14182) 233 : cluster [DBG] pgmap v163: 97 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-12-06T04:15:31.620 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Dec 06 04:15:31 smithi098 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi098[111615]: cluster 2023-12-06T04:15:29.334951+0000 mgr.smithi047.erpxvz (mgr.14182) 233 : cluster [DBG] pgmap v163: 97 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-12-06T04:15:32.038 DEBUG:teuthology.orchestra.run.smithi047:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:d03fca4f35d43f61b4679936aef7bd2f01cced0b shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 2ecad2ea-93ed-11ee-95a2-87774f69a715 -- ceph orch ls -f json 2023-12-06T04:15:32.379 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Dec 06 04:15:32 smithi047 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi047[108212]: audit 2023-12-06T04:15:30.652260+0000 mgr.smithi047.erpxvz (mgr.14182) 234 : audit [DBG] from='client.14704 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-06T04:15:32.620 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Dec 06 04:15:32 smithi098 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi098[111615]: audit 2023-12-06T04:15:30.652260+0000 mgr.smithi047.erpxvz (mgr.14182) 234 : audit [DBG] from='client.14704 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-06T04:15:33.379 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Dec 06 04:15:33 smithi047 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi047[108212]: cluster 2023-12-06T04:15:31.335450+0000 mgr.smithi047.erpxvz (mgr.14182) 235 : cluster [DBG] pgmap v164: 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-12-06T04:15:33.487 INFO:teuthology.orchestra.run.smithi047.stdout: 2023-12-06T04:15:33.487 INFO:teuthology.orchestra.run.smithi047.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-06T04:10:15.517593Z", "last_refresh": "2023-12-06T04:14:03.072571Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-06T04:10:10.954835Z", "last_refresh": "2023-12-06T04:14:00.889834Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-06T04:10:13.544463Z", "last_refresh": "2023-12-06T04:14:03.072868Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-06T04:13:56.333839Z service:ingress.nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.47/16"}, "status": {"created": "2023-12-06T04:13:56.330826Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.47/16"}}, {"events": ["2023-12-06T04:13:52.727160Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-06T04:13:52.721318Z", "last_refresh": "2023-12-06T04:14:00.890623Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-06T04:10:09.956661Z", "last_refresh": "2023-12-06T04:14:00.890026Z", "running": 2, "size": 2}}, {"events": ["2023-12-06T04:11:13.238878Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi047:172.21.15.47=smithi047", "smithi098:172.21.15.98=smithi098"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-06T04:11:13.235526Z", "last_refresh": "2023-12-06T04:14:00.890116Z", "running": 2, "size": 2}}, {"events": ["2023-12-06T04:13:56.329598Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-12-06T04:13:56.325813Z", "ports": [12999], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-06T04:10:14.589128Z", "last_refresh": "2023-12-06T04:14:00.890197Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-06T04:11:43.239438Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-06T04:11:43.235053Z", "last_refresh": "2023-12-06T04:14:00.890274Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-06T04:10:12.030635Z", "last_refresh": "2023-12-06T04:14:03.073149Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-06T04:15:33.620 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Dec 06 04:15:33 smithi098 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi098[111615]: cluster 2023-12-06T04:15:31.335450+0000 mgr.smithi047.erpxvz (mgr.14182) 235 : cluster [DBG] pgmap v164: 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-12-06T04:15:33.844 INFO:tasks.cephadm:nfs.foo has 0/1 2023-12-06T04:15:34.845 DEBUG:teuthology.orchestra.run.smithi047:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:d03fca4f35d43f61b4679936aef7bd2f01cced0b shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 2ecad2ea-93ed-11ee-95a2-87774f69a715 -- ceph orch ls -f json 2023-12-06T04:15:35.548 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Dec 06 04:15:35 smithi047 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi047[108212]: cluster 2023-12-06T04:15:33.335851+0000 mgr.smithi047.erpxvz (mgr.14182) 236 : 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, 170 B/s wr, 0 op/s 2023-12-06T04:15:35.548 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Dec 06 04:15:35 smithi047 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi047[108212]: audit 2023-12-06T04:15:33.481989+0000 mgr.smithi047.erpxvz (mgr.14182) 237 : audit [DBG] from='client.14708 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-06T04:15:35.620 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Dec 06 04:15:35 smithi098 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi098[111615]: cluster 2023-12-06T04:15:33.335851+0000 mgr.smithi047.erpxvz (mgr.14182) 236 : 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, 170 B/s wr, 0 op/s 2023-12-06T04:15:35.620 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Dec 06 04:15:35 smithi098 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi098[111615]: audit 2023-12-06T04:15:33.481989+0000 mgr.smithi047.erpxvz (mgr.14182) 237 : audit [DBG] from='client.14708 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-06T04:15:36.310 INFO:teuthology.orchestra.run.smithi047.stdout: 2023-12-06T04:15:36.310 INFO:teuthology.orchestra.run.smithi047.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-06T04:10:15.517593Z", "last_refresh": "2023-12-06T04:14:03.072571Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-06T04:10:10.954835Z", "last_refresh": "2023-12-06T04:14:00.889834Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-06T04:10:13.544463Z", "last_refresh": "2023-12-06T04:14:03.072868Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-06T04:13:56.333839Z service:ingress.nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.47/16"}, "status": {"created": "2023-12-06T04:13:56.330826Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.47/16"}}, {"events": ["2023-12-06T04:13:52.727160Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-06T04:13:52.721318Z", "last_refresh": "2023-12-06T04:14:00.890623Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-06T04:10:09.956661Z", "last_refresh": "2023-12-06T04:14:00.890026Z", "running": 2, "size": 2}}, {"events": ["2023-12-06T04:11:13.238878Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi047:172.21.15.47=smithi047", "smithi098:172.21.15.98=smithi098"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-06T04:11:13.235526Z", "last_refresh": "2023-12-06T04:14:00.890116Z", "running": 2, "size": 2}}, {"events": ["2023-12-06T04:13:56.329598Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-12-06T04:13:56.325813Z", "ports": [12999], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-06T04:10:14.589128Z", "last_refresh": "2023-12-06T04:14:00.890197Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-06T04:11:43.239438Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-06T04:11:43.235053Z", "last_refresh": "2023-12-06T04:14:00.890274Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-06T04:10:12.030635Z", "last_refresh": "2023-12-06T04:14:03.073149Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-06T04:15:36.686 INFO:tasks.cephadm:nfs.foo has 0/1 2023-12-06T04:15:37.620 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Dec 06 04:15:37 smithi098 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi098[111615]: cluster 2023-12-06T04:15:35.336358+0000 mgr.smithi047.erpxvz (mgr.14182) 238 : cluster [DBG] pgmap v166: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 170 B/s wr, 0 op/s 2023-12-06T04:15:37.620 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Dec 06 04:15:37 smithi098 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi098[111615]: audit 2023-12-06T04:15:36.305400+0000 mgr.smithi047.erpxvz (mgr.14182) 239 : audit [DBG] from='client.14712 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-06T04:15:37.629 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Dec 06 04:15:37 smithi047 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi047[108212]: cluster 2023-12-06T04:15:35.336358+0000 mgr.smithi047.erpxvz (mgr.14182) 238 : cluster [DBG] pgmap v166: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 170 B/s wr, 0 op/s 2023-12-06T04:15:37.629 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Dec 06 04:15:37 smithi047 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi047[108212]: audit 2023-12-06T04:15:36.305400+0000 mgr.smithi047.erpxvz (mgr.14182) 239 : audit [DBG] from='client.14712 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-06T04:15:37.687 DEBUG:teuthology.orchestra.run.smithi047:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:d03fca4f35d43f61b4679936aef7bd2f01cced0b shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 2ecad2ea-93ed-11ee-95a2-87774f69a715 -- ceph orch ls -f json 2023-12-06T04:15:39.138 INFO:teuthology.orchestra.run.smithi047.stdout: 2023-12-06T04:15:39.139 INFO:teuthology.orchestra.run.smithi047.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-06T04:10:15.517593Z", "last_refresh": "2023-12-06T04:14:03.072571Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-06T04:10:10.954835Z", "last_refresh": "2023-12-06T04:14:00.889834Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-06T04:10:13.544463Z", "last_refresh": "2023-12-06T04:14:03.072868Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-06T04:13:56.333839Z service:ingress.nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.47/16"}, "status": {"created": "2023-12-06T04:13:56.330826Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.47/16"}}, {"events": ["2023-12-06T04:13:52.727160Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-06T04:13:52.721318Z", "last_refresh": "2023-12-06T04:14:00.890623Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-06T04:10:09.956661Z", "last_refresh": "2023-12-06T04:14:00.890026Z", "running": 2, "size": 2}}, {"events": ["2023-12-06T04:11:13.238878Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi047:172.21.15.47=smithi047", "smithi098:172.21.15.98=smithi098"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-06T04:11:13.235526Z", "last_refresh": "2023-12-06T04:14:00.890116Z", "running": 2, "size": 2}}, {"events": ["2023-12-06T04:13:56.329598Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-12-06T04:13:56.325813Z", "ports": [12999], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-06T04:10:14.589128Z", "last_refresh": "2023-12-06T04:14:00.890197Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-06T04:11:43.239438Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-06T04:11:43.235053Z", "last_refresh": "2023-12-06T04:14:00.890274Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-06T04:10:12.030635Z", "last_refresh": "2023-12-06T04:14:03.073149Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-06T04:15:39.451 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Dec 06 04:15:39 smithi047 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi047[108212]: cluster 2023-12-06T04:15:37.336957+0000 mgr.smithi047.erpxvz (mgr.14182) 240 : 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, 170 B/s wr, 0 op/s 2023-12-06T04:15:39.526 INFO:tasks.cephadm:nfs.foo has 0/1 2023-12-06T04:15:39.620 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Dec 06 04:15:39 smithi098 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi098[111615]: cluster 2023-12-06T04:15:37.336957+0000 mgr.smithi047.erpxvz (mgr.14182) 240 : 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, 170 B/s wr, 0 op/s 2023-12-06T04:15:40.527 DEBUG:teuthology.orchestra.run.smithi047:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:d03fca4f35d43f61b4679936aef7bd2f01cced0b shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 2ecad2ea-93ed-11ee-95a2-87774f69a715 -- ceph orch ls -f json 2023-12-06T04:15:40.563 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Dec 06 04:15:40 smithi047 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi047[108212]: audit 2023-12-06T04:15:39.133518+0000 mgr.smithi047.erpxvz (mgr.14182) 241 : audit [DBG] from='client.14716 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-06T04:15:40.620 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Dec 06 04:15:40 smithi098 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi098[111615]: audit 2023-12-06T04:15:39.133518+0000 mgr.smithi047.erpxvz (mgr.14182) 241 : audit [DBG] from='client.14716 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-06T04:15:41.601 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Dec 06 04:15:41 smithi047 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi047[108212]: cluster 2023-12-06T04:15:39.337414+0000 mgr.smithi047.erpxvz (mgr.14182) 242 : 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, 170 B/s wr, 0 op/s 2023-12-06T04:15:41.620 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Dec 06 04:15:41 smithi098 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi098[111615]: cluster 2023-12-06T04:15:39.337414+0000 mgr.smithi047.erpxvz (mgr.14182) 242 : 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, 170 B/s wr, 0 op/s 2023-12-06T04:15:42.004 INFO:teuthology.orchestra.run.smithi047.stdout: 2023-12-06T04:15:42.005 INFO:teuthology.orchestra.run.smithi047.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-06T04:10:15.517593Z", "last_refresh": "2023-12-06T04:14:03.072571Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-06T04:10:10.954835Z", "last_refresh": "2023-12-06T04:14:00.889834Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-06T04:10:13.544463Z", "last_refresh": "2023-12-06T04:14:03.072868Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-06T04:13:56.333839Z service:ingress.nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.47/16"}, "status": {"created": "2023-12-06T04:13:56.330826Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.47/16"}}, {"events": ["2023-12-06T04:13:52.727160Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-06T04:13:52.721318Z", "last_refresh": "2023-12-06T04:14:00.890623Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-06T04:10:09.956661Z", "last_refresh": "2023-12-06T04:14:00.890026Z", "running": 2, "size": 2}}, {"events": ["2023-12-06T04:11:13.238878Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi047:172.21.15.47=smithi047", "smithi098:172.21.15.98=smithi098"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-06T04:11:13.235526Z", "last_refresh": "2023-12-06T04:14:00.890116Z", "running": 2, "size": 2}}, {"events": ["2023-12-06T04:13:56.329598Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-12-06T04:13:56.325813Z", "ports": [12999], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-06T04:10:14.589128Z", "last_refresh": "2023-12-06T04:14:00.890197Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-06T04:11:43.239438Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-06T04:11:43.235053Z", "last_refresh": "2023-12-06T04:14:00.890274Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-06T04:10:12.030635Z", "last_refresh": "2023-12-06T04:14:03.073149Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-06T04:15:42.401 INFO:tasks.cephadm:nfs.foo has 0/1 2023-12-06T04:15:43.401 DEBUG:teuthology.orchestra.run.smithi047:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:d03fca4f35d43f61b4679936aef7bd2f01cced0b shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 2ecad2ea-93ed-11ee-95a2-87774f69a715 -- ceph orch ls -f json 2023-12-06T04:15:43.623 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Dec 06 04:15:43 smithi098 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi098[111615]: cluster 2023-12-06T04:15:41.338074+0000 mgr.smithi047.erpxvz (mgr.14182) 243 : cluster [DBG] pgmap v169: 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-12-06T04:15:43.623 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Dec 06 04:15:43 smithi098 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi098[111615]: audit 2023-12-06T04:15:42.000256+0000 mgr.smithi047.erpxvz (mgr.14182) 244 : audit [DBG] from='client.14720 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-06T04:15:43.629 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Dec 06 04:15:43 smithi047 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi047[108212]: cluster 2023-12-06T04:15:41.338074+0000 mgr.smithi047.erpxvz (mgr.14182) 243 : cluster [DBG] pgmap v169: 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-12-06T04:15:43.629 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Dec 06 04:15:43 smithi047 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi047[108212]: audit 2023-12-06T04:15:42.000256+0000 mgr.smithi047.erpxvz (mgr.14182) 244 : audit [DBG] from='client.14720 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-06T04:15:44.861 INFO:teuthology.orchestra.run.smithi047.stdout: 2023-12-06T04:15:44.861 INFO:teuthology.orchestra.run.smithi047.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-06T04:10:15.517593Z", "last_refresh": "2023-12-06T04:14:03.072571Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-06T04:10:10.954835Z", "last_refresh": "2023-12-06T04:14:00.889834Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-06T04:10:13.544463Z", "last_refresh": "2023-12-06T04:14:03.072868Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-06T04:13:56.333839Z service:ingress.nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.47/16"}, "status": {"created": "2023-12-06T04:13:56.330826Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.47/16"}}, {"events": ["2023-12-06T04:13:52.727160Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-06T04:13:52.721318Z", "last_refresh": "2023-12-06T04:14:00.890623Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-06T04:10:09.956661Z", "last_refresh": "2023-12-06T04:14:00.890026Z", "running": 2, "size": 2}}, {"events": ["2023-12-06T04:11:13.238878Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi047:172.21.15.47=smithi047", "smithi098:172.21.15.98=smithi098"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-06T04:11:13.235526Z", "last_refresh": "2023-12-06T04:14:00.890116Z", "running": 2, "size": 2}}, {"events": ["2023-12-06T04:13:56.329598Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-12-06T04:13:56.325813Z", "ports": [12999], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-06T04:10:14.589128Z", "last_refresh": "2023-12-06T04:14:00.890197Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-06T04:11:43.239438Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-06T04:11:43.235053Z", "last_refresh": "2023-12-06T04:14:00.890274Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-06T04:10:12.030635Z", "last_refresh": "2023-12-06T04:14:03.073149Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-06T04:15:45.245 INFO:tasks.cephadm:nfs.foo has 0/1 2023-12-06T04:15:45.620 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Dec 06 04:15:45 smithi098 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi098[111615]: cluster 2023-12-06T04:15:43.338716+0000 mgr.smithi047.erpxvz (mgr.14182) 245 : 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-12-06T04:15:45.629 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Dec 06 04:15:45 smithi047 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi047[108212]: cluster 2023-12-06T04:15:43.338716+0000 mgr.smithi047.erpxvz (mgr.14182) 245 : 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-12-06T04:15:46.246 DEBUG:teuthology.orchestra.run.smithi047:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:d03fca4f35d43f61b4679936aef7bd2f01cced0b shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 2ecad2ea-93ed-11ee-95a2-87774f69a715 -- ceph orch ls -f json 2023-12-06T04:15:46.620 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Dec 06 04:15:46 smithi098 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi098[111615]: audit 2023-12-06T04:15:44.856242+0000 mgr.smithi047.erpxvz (mgr.14182) 246 : audit [DBG] from='client.14724 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-06T04:15:46.621 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Dec 06 04:15:46 smithi047 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi047[108212]: audit 2023-12-06T04:15:44.856242+0000 mgr.smithi047.erpxvz (mgr.14182) 246 : audit [DBG] from='client.14724 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-06T04:15:47.291 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Dec 06 04:15:47 smithi047 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi047[108212]: cluster 2023-12-06T04:15:45.339299+0000 mgr.smithi047.erpxvz (mgr.14182) 247 : cluster [DBG] pgmap v171: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-06T04:15:47.620 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Dec 06 04:15:47 smithi098 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi098[111615]: cluster 2023-12-06T04:15:45.339299+0000 mgr.smithi047.erpxvz (mgr.14182) 247 : cluster [DBG] pgmap v171: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-06T04:15:47.677 INFO:teuthology.orchestra.run.smithi047.stdout: 2023-12-06T04:15:47.678 INFO:teuthology.orchestra.run.smithi047.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-06T04:10:15.517593Z", "last_refresh": "2023-12-06T04:14:03.072571Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-06T04:10:10.954835Z", "last_refresh": "2023-12-06T04:14:00.889834Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-06T04:10:13.544463Z", "last_refresh": "2023-12-06T04:14:03.072868Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-06T04:13:56.333839Z service:ingress.nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.47/16"}, "status": {"created": "2023-12-06T04:13:56.330826Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.47/16"}}, {"events": ["2023-12-06T04:13:52.727160Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-06T04:13:52.721318Z", "last_refresh": "2023-12-06T04:14:00.890623Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-06T04:10:09.956661Z", "last_refresh": "2023-12-06T04:14:00.890026Z", "running": 2, "size": 2}}, {"events": ["2023-12-06T04:11:13.238878Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi047:172.21.15.47=smithi047", "smithi098:172.21.15.98=smithi098"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-06T04:11:13.235526Z", "last_refresh": "2023-12-06T04:14:00.890116Z", "running": 2, "size": 2}}, {"events": ["2023-12-06T04:13:56.329598Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-12-06T04:13:56.325813Z", "ports": [12999], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-06T04:10:14.589128Z", "last_refresh": "2023-12-06T04:14:00.890197Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-06T04:11:43.239438Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-06T04:11:43.235053Z", "last_refresh": "2023-12-06T04:14:00.890274Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-06T04:10:12.030635Z", "last_refresh": "2023-12-06T04:14:03.073149Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-06T04:15:48.058 INFO:tasks.cephadm:nfs.foo has 0/1 2023-12-06T04:15:49.060 DEBUG:teuthology.orchestra.run.smithi047:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:d03fca4f35d43f61b4679936aef7bd2f01cced0b shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 2ecad2ea-93ed-11ee-95a2-87774f69a715 -- ceph orch ls -f json 2023-12-06T04:15:49.379 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Dec 06 04:15:49 smithi047 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi047[108212]: cluster 2023-12-06T04:15:47.339891+0000 mgr.smithi047.erpxvz (mgr.14182) 248 : 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-12-06T04:15:49.379 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Dec 06 04:15:49 smithi047 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi047[108212]: audit 2023-12-06T04:15:47.673207+0000 mgr.smithi047.erpxvz (mgr.14182) 249 : audit [DBG] from='client.14728 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-06T04:15:49.624 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Dec 06 04:15:49 smithi098 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi098[111615]: cluster 2023-12-06T04:15:47.339891+0000 mgr.smithi047.erpxvz (mgr.14182) 248 : 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-12-06T04:15:49.624 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Dec 06 04:15:49 smithi098 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi098[111615]: audit 2023-12-06T04:15:47.673207+0000 mgr.smithi047.erpxvz (mgr.14182) 249 : audit [DBG] from='client.14728 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-06T04:15:50.513 INFO:teuthology.orchestra.run.smithi047.stdout: 2023-12-06T04:15:50.513 INFO:teuthology.orchestra.run.smithi047.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-06T04:10:15.517593Z", "last_refresh": "2023-12-06T04:14:03.072571Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-06T04:10:10.954835Z", "last_refresh": "2023-12-06T04:14:00.889834Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-06T04:10:13.544463Z", "last_refresh": "2023-12-06T04:14:03.072868Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-06T04:13:56.333839Z service:ingress.nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.47/16"}, "status": {"created": "2023-12-06T04:13:56.330826Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.47/16"}}, {"events": ["2023-12-06T04:13:52.727160Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-06T04:13:52.721318Z", "last_refresh": "2023-12-06T04:14:00.890623Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-06T04:10:09.956661Z", "last_refresh": "2023-12-06T04:14:00.890026Z", "running": 2, "size": 2}}, {"events": ["2023-12-06T04:11:13.238878Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi047:172.21.15.47=smithi047", "smithi098:172.21.15.98=smithi098"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-06T04:11:13.235526Z", "last_refresh": "2023-12-06T04:14:00.890116Z", "running": 2, "size": 2}}, {"events": ["2023-12-06T04:13:56.329598Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-12-06T04:13:56.325813Z", "ports": [12999], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-06T04:10:14.589128Z", "last_refresh": "2023-12-06T04:14:00.890197Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-06T04:11:43.239438Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-06T04:11:43.235053Z", "last_refresh": "2023-12-06T04:14:00.890274Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-06T04:10:12.030635Z", "last_refresh": "2023-12-06T04:14:03.073149Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-06T04:15:50.901 INFO:tasks.cephadm:nfs.foo has 0/1 2023-12-06T04:15:51.620 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Dec 06 04:15:51 smithi098 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi098[111615]: cluster 2023-12-06T04:15:49.340438+0000 mgr.smithi047.erpxvz (mgr.14182) 250 : 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-12-06T04:15:51.629 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Dec 06 04:15:51 smithi047 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi047[108212]: cluster 2023-12-06T04:15:49.340438+0000 mgr.smithi047.erpxvz (mgr.14182) 250 : 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-12-06T04:15:51.902 DEBUG:teuthology.orchestra.run.smithi047:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:d03fca4f35d43f61b4679936aef7bd2f01cced0b shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 2ecad2ea-93ed-11ee-95a2-87774f69a715 -- ceph orch ls -f json 2023-12-06T04:15:52.620 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Dec 06 04:15:52 smithi098 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi098[111615]: audit 2023-12-06T04:15:50.508347+0000 mgr.smithi047.erpxvz (mgr.14182) 251 : audit [DBG] from='client.14732 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-06T04:15:52.629 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Dec 06 04:15:52 smithi047 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi047[108212]: audit 2023-12-06T04:15:50.508347+0000 mgr.smithi047.erpxvz (mgr.14182) 251 : audit [DBG] from='client.14732 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-06T04:15:53.379 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Dec 06 04:15:53 smithi047 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi047[108212]: cluster 2023-12-06T04:15:51.341191+0000 mgr.smithi047.erpxvz (mgr.14182) 252 : cluster [DBG] pgmap v174: 97 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-12-06T04:15:53.427 INFO:teuthology.orchestra.run.smithi047.stdout: 2023-12-06T04:15:53.428 INFO:teuthology.orchestra.run.smithi047.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-06T04:10:15.517593Z", "last_refresh": "2023-12-06T04:14:03.072571Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-06T04:10:10.954835Z", "last_refresh": "2023-12-06T04:14:00.889834Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-06T04:10:13.544463Z", "last_refresh": "2023-12-06T04:14:03.072868Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-06T04:13:56.333839Z service:ingress.nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.47/16"}, "status": {"created": "2023-12-06T04:13:56.330826Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.47/16"}}, {"events": ["2023-12-06T04:13:52.727160Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-06T04:13:52.721318Z", "last_refresh": "2023-12-06T04:14:00.890623Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-06T04:10:09.956661Z", "last_refresh": "2023-12-06T04:14:00.890026Z", "running": 2, "size": 2}}, {"events": ["2023-12-06T04:11:13.238878Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi047:172.21.15.47=smithi047", "smithi098:172.21.15.98=smithi098"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-06T04:11:13.235526Z", "last_refresh": "2023-12-06T04:14:00.890116Z", "running": 2, "size": 2}}, {"events": ["2023-12-06T04:13:56.329598Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-12-06T04:13:56.325813Z", "ports": [12999], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-06T04:10:14.589128Z", "last_refresh": "2023-12-06T04:14:00.890197Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-06T04:11:43.239438Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-06T04:11:43.235053Z", "last_refresh": "2023-12-06T04:14:00.890274Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-06T04:10:12.030635Z", "last_refresh": "2023-12-06T04:14:03.073149Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-06T04:15:53.620 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Dec 06 04:15:53 smithi098 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi098[111615]: cluster 2023-12-06T04:15:51.341191+0000 mgr.smithi047.erpxvz (mgr.14182) 252 : cluster [DBG] pgmap v174: 97 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-12-06T04:15:53.825 INFO:tasks.cephadm:nfs.foo has 0/1 2023-12-06T04:15:54.826 DEBUG:teuthology.orchestra.run.smithi047:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:d03fca4f35d43f61b4679936aef7bd2f01cced0b shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 2ecad2ea-93ed-11ee-95a2-87774f69a715 -- ceph orch ls -f json 2023-12-06T04:15:55.529 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Dec 06 04:15:55 smithi047 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi047[108212]: cluster 2023-12-06T04:15:53.341624+0000 mgr.smithi047.erpxvz (mgr.14182) 253 : 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-12-06T04:15:55.529 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Dec 06 04:15:55 smithi047 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi047[108212]: audit 2023-12-06T04:15:53.422922+0000 mgr.smithi047.erpxvz (mgr.14182) 254 : audit [DBG] from='client.14736 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-06T04:15:55.620 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Dec 06 04:15:55 smithi098 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi098[111615]: cluster 2023-12-06T04:15:53.341624+0000 mgr.smithi047.erpxvz (mgr.14182) 253 : 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-12-06T04:15:55.620 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Dec 06 04:15:55 smithi098 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi098[111615]: audit 2023-12-06T04:15:53.422922+0000 mgr.smithi047.erpxvz (mgr.14182) 254 : audit [DBG] from='client.14736 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-06T04:15:56.273 INFO:teuthology.orchestra.run.smithi047.stdout: 2023-12-06T04:15:56.273 INFO:teuthology.orchestra.run.smithi047.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-06T04:10:15.517593Z", "last_refresh": "2023-12-06T04:14:03.072571Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-06T04:10:10.954835Z", "last_refresh": "2023-12-06T04:14:00.889834Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-06T04:10:13.544463Z", "last_refresh": "2023-12-06T04:14:03.072868Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-06T04:13:56.333839Z service:ingress.nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.47/16"}, "status": {"created": "2023-12-06T04:13:56.330826Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.47/16"}}, {"events": ["2023-12-06T04:13:52.727160Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-06T04:13:52.721318Z", "last_refresh": "2023-12-06T04:14:00.890623Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-06T04:10:09.956661Z", "last_refresh": "2023-12-06T04:14:00.890026Z", "running": 2, "size": 2}}, {"events": ["2023-12-06T04:11:13.238878Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi047:172.21.15.47=smithi047", "smithi098:172.21.15.98=smithi098"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-06T04:11:13.235526Z", "last_refresh": "2023-12-06T04:14:00.890116Z", "running": 2, "size": 2}}, {"events": ["2023-12-06T04:13:56.329598Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-12-06T04:13:56.325813Z", "ports": [12999], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-06T04:10:14.589128Z", "last_refresh": "2023-12-06T04:14:00.890197Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-06T04:11:43.239438Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-06T04:11:43.235053Z", "last_refresh": "2023-12-06T04:14:00.890274Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-06T04:10:12.030635Z", "last_refresh": "2023-12-06T04:14:03.073149Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-06T04:15:56.650 INFO:tasks.cephadm:nfs.foo has 0/1 2023-12-06T04:15:57.620 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Dec 06 04:15:57 smithi098 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi098[111615]: cluster 2023-12-06T04:15:55.342197+0000 mgr.smithi047.erpxvz (mgr.14182) 255 : cluster [DBG] pgmap v176: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-06T04:15:57.620 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Dec 06 04:15:57 smithi098 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi098[111615]: audit 2023-12-06T04:15:56.268779+0000 mgr.smithi047.erpxvz (mgr.14182) 256 : audit [DBG] from='client.14740 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-06T04:15:57.629 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Dec 06 04:15:57 smithi047 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi047[108212]: cluster 2023-12-06T04:15:55.342197+0000 mgr.smithi047.erpxvz (mgr.14182) 255 : cluster [DBG] pgmap v176: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-06T04:15:57.629 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Dec 06 04:15:57 smithi047 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi047[108212]: audit 2023-12-06T04:15:56.268779+0000 mgr.smithi047.erpxvz (mgr.14182) 256 : audit [DBG] from='client.14740 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-06T04:15:57.651 DEBUG:teuthology.orchestra.run.smithi047:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:d03fca4f35d43f61b4679936aef7bd2f01cced0b shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 2ecad2ea-93ed-11ee-95a2-87774f69a715 -- ceph orch ls -f json 2023-12-06T04:15:59.093 INFO:teuthology.orchestra.run.smithi047.stdout: 2023-12-06T04:15:59.093 INFO:teuthology.orchestra.run.smithi047.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-06T04:10:15.517593Z", "last_refresh": "2023-12-06T04:14:03.072571Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-06T04:10:10.954835Z", "last_refresh": "2023-12-06T04:14:00.889834Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-06T04:10:13.544463Z", "last_refresh": "2023-12-06T04:14:03.072868Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-06T04:13:56.333839Z service:ingress.nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.47/16"}, "status": {"created": "2023-12-06T04:13:56.330826Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.47/16"}}, {"events": ["2023-12-06T04:13:52.727160Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-06T04:13:52.721318Z", "last_refresh": "2023-12-06T04:14:00.890623Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-06T04:10:09.956661Z", "last_refresh": "2023-12-06T04:14:00.890026Z", "running": 2, "size": 2}}, {"events": ["2023-12-06T04:11:13.238878Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi047:172.21.15.47=smithi047", "smithi098:172.21.15.98=smithi098"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-06T04:11:13.235526Z", "last_refresh": "2023-12-06T04:14:00.890116Z", "running": 2, "size": 2}}, {"events": ["2023-12-06T04:13:56.329598Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-12-06T04:13:56.325813Z", "ports": [12999], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-06T04:10:14.589128Z", "last_refresh": "2023-12-06T04:14:00.890197Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-06T04:11:43.239438Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-06T04:11:43.235053Z", "last_refresh": "2023-12-06T04:14:00.890274Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-06T04:10:12.030635Z", "last_refresh": "2023-12-06T04:14:03.073149Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-06T04:15:59.379 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Dec 06 04:15:59 smithi047 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi047[108212]: cluster 2023-12-06T04:15:57.342901+0000 mgr.smithi047.erpxvz (mgr.14182) 257 : 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-12-06T04:15:59.480 INFO:tasks.cephadm:nfs.foo has 0/1 2023-12-06T04:15:59.620 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Dec 06 04:15:59 smithi098 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi098[111615]: cluster 2023-12-06T04:15:57.342901+0000 mgr.smithi047.erpxvz (mgr.14182) 257 : 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-12-06T04:16:00.481 DEBUG:teuthology.orchestra.run.smithi047:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:d03fca4f35d43f61b4679936aef7bd2f01cced0b shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 2ecad2ea-93ed-11ee-95a2-87774f69a715 -- ceph orch ls -f json 2023-12-06T04:16:00.517 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Dec 06 04:16:00 smithi047 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi047[108212]: audit 2023-12-06T04:15:59.088029+0000 mgr.smithi047.erpxvz (mgr.14182) 258 : audit [DBG] from='client.14744 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-06T04:16:00.623 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Dec 06 04:16:00 smithi098 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi098[111615]: audit 2023-12-06T04:15:59.088029+0000 mgr.smithi047.erpxvz (mgr.14182) 258 : audit [DBG] from='client.14744 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-06T04:16:01.498 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Dec 06 04:16:01 smithi047 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi047[108212]: cluster 2023-12-06T04:15:59.343417+0000 mgr.smithi047.erpxvz (mgr.14182) 259 : 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-12-06T04:16:01.620 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Dec 06 04:16:01 smithi098 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi098[111615]: cluster 2023-12-06T04:15:59.343417+0000 mgr.smithi047.erpxvz (mgr.14182) 259 : 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-12-06T04:16:01.907 INFO:teuthology.orchestra.run.smithi047.stdout: 2023-12-06T04:16:01.907 INFO:teuthology.orchestra.run.smithi047.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-06T04:10:15.517593Z", "last_refresh": "2023-12-06T04:14:03.072571Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-06T04:10:10.954835Z", "last_refresh": "2023-12-06T04:14:00.889834Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-06T04:10:13.544463Z", "last_refresh": "2023-12-06T04:14:03.072868Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-06T04:13:56.333839Z service:ingress.nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.47/16"}, "status": {"created": "2023-12-06T04:13:56.330826Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.47/16"}}, {"events": ["2023-12-06T04:13:52.727160Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-06T04:13:52.721318Z", "last_refresh": "2023-12-06T04:14:00.890623Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-06T04:10:09.956661Z", "last_refresh": "2023-12-06T04:14:00.890026Z", "running": 2, "size": 2}}, {"events": ["2023-12-06T04:11:13.238878Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi047:172.21.15.47=smithi047", "smithi098:172.21.15.98=smithi098"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-06T04:11:13.235526Z", "last_refresh": "2023-12-06T04:14:00.890116Z", "running": 2, "size": 2}}, {"events": ["2023-12-06T04:13:56.329598Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-12-06T04:13:56.325813Z", "ports": [12999], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-06T04:10:14.589128Z", "last_refresh": "2023-12-06T04:14:00.890197Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-06T04:11:43.239438Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-06T04:11:43.235053Z", "last_refresh": "2023-12-06T04:14:00.890274Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-06T04:10:12.030635Z", "last_refresh": "2023-12-06T04:14:03.073149Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-06T04:16:02.307 INFO:tasks.cephadm:nfs.foo has 0/1 2023-12-06T04:16:03.309 DEBUG:teuthology.orchestra.run.smithi047:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:d03fca4f35d43f61b4679936aef7bd2f01cced0b shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 2ecad2ea-93ed-11ee-95a2-87774f69a715 -- ceph orch ls -f json 2023-12-06T04:16:03.620 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Dec 06 04:16:03 smithi098 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi098[111615]: cluster 2023-12-06T04:16:01.344057+0000 mgr.smithi047.erpxvz (mgr.14182) 260 : cluster [DBG] pgmap v179: 97 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-12-06T04:16:03.620 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Dec 06 04:16:03 smithi098 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi098[111615]: audit 2023-12-06T04:16:01.898541+0000 mgr.smithi047.erpxvz (mgr.14182) 261 : audit [DBG] from='client.14748 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-06T04:16:03.629 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Dec 06 04:16:03 smithi047 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi047[108212]: cluster 2023-12-06T04:16:01.344057+0000 mgr.smithi047.erpxvz (mgr.14182) 260 : cluster [DBG] pgmap v179: 97 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-12-06T04:16:03.629 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Dec 06 04:16:03 smithi047 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi047[108212]: audit 2023-12-06T04:16:01.898541+0000 mgr.smithi047.erpxvz (mgr.14182) 261 : audit [DBG] from='client.14748 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-06T04:16:04.785 INFO:teuthology.orchestra.run.smithi047.stdout: 2023-12-06T04:16:04.785 INFO:teuthology.orchestra.run.smithi047.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-06T04:10:15.517593Z", "last_refresh": "2023-12-06T04:14:03.072571Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-06T04:10:10.954835Z", "last_refresh": "2023-12-06T04:14:00.889834Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-06T04:10:13.544463Z", "last_refresh": "2023-12-06T04:14:03.072868Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-06T04:13:56.333839Z service:ingress.nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.47/16"}, "status": {"created": "2023-12-06T04:13:56.330826Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.47/16"}}, {"events": ["2023-12-06T04:13:52.727160Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-06T04:13:52.721318Z", "last_refresh": "2023-12-06T04:14:00.890623Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-06T04:10:09.956661Z", "last_refresh": "2023-12-06T04:14:00.890026Z", "running": 2, "size": 2}}, {"events": ["2023-12-06T04:11:13.238878Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi047:172.21.15.47=smithi047", "smithi098:172.21.15.98=smithi098"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-06T04:11:13.235526Z", "last_refresh": "2023-12-06T04:14:00.890116Z", "running": 2, "size": 2}}, {"events": ["2023-12-06T04:13:56.329598Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-12-06T04:13:56.325813Z", "ports": [12999], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-06T04:10:14.589128Z", "last_refresh": "2023-12-06T04:14:00.890197Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-06T04:11:43.239438Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-06T04:11:43.235053Z", "last_refresh": "2023-12-06T04:14:00.890274Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-06T04:10:12.030635Z", "last_refresh": "2023-12-06T04:14:03.073149Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-06T04:16:05.126 INFO:tasks.cephadm:nfs.foo has 0/1 2023-12-06T04:16:05.379 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Dec 06 04:16:05 smithi047 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi047[108212]: cluster 2023-12-06T04:16:03.344521+0000 mgr.smithi047.erpxvz (mgr.14182) 262 : 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-12-06T04:16:05.622 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Dec 06 04:16:05 smithi098 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi098[111615]: cluster 2023-12-06T04:16:03.344521+0000 mgr.smithi047.erpxvz (mgr.14182) 262 : 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-12-06T04:16:06.127 DEBUG:teuthology.orchestra.run.smithi047:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:d03fca4f35d43f61b4679936aef7bd2f01cced0b shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 2ecad2ea-93ed-11ee-95a2-87774f69a715 -- ceph orch ls -f json 2023-12-06T04:16:06.485 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Dec 06 04:16:06 smithi047 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi047[108212]: audit 2023-12-06T04:16:04.780464+0000 mgr.smithi047.erpxvz (mgr.14182) 263 : audit [DBG] from='client.14752 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-06T04:16:06.620 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Dec 06 04:16:06 smithi098 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi098[111615]: audit 2023-12-06T04:16:04.780464+0000 mgr.smithi047.erpxvz (mgr.14182) 263 : audit [DBG] from='client.14752 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-06T04:16:07.572 INFO:teuthology.orchestra.run.smithi047.stdout: 2023-12-06T04:16:07.573 INFO:teuthology.orchestra.run.smithi047.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-06T04:10:15.517593Z", "last_refresh": "2023-12-06T04:14:03.072571Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-06T04:10:10.954835Z", "last_refresh": "2023-12-06T04:14:00.889834Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-06T04:10:13.544463Z", "last_refresh": "2023-12-06T04:14:03.072868Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-06T04:13:56.333839Z service:ingress.nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.47/16"}, "status": {"created": "2023-12-06T04:13:56.330826Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.47/16"}}, {"events": ["2023-12-06T04:13:52.727160Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-06T04:13:52.721318Z", "last_refresh": "2023-12-06T04:14:00.890623Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-06T04:10:09.956661Z", "last_refresh": "2023-12-06T04:14:00.890026Z", "running": 2, "size": 2}}, {"events": ["2023-12-06T04:11:13.238878Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi047:172.21.15.47=smithi047", "smithi098:172.21.15.98=smithi098"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-06T04:11:13.235526Z", "last_refresh": "2023-12-06T04:14:00.890116Z", "running": 2, "size": 2}}, {"events": ["2023-12-06T04:13:56.329598Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-12-06T04:13:56.325813Z", "ports": [12999], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-06T04:10:14.589128Z", "last_refresh": "2023-12-06T04:14:00.890197Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-06T04:11:43.239438Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-06T04:11:43.235053Z", "last_refresh": "2023-12-06T04:14:00.890274Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-06T04:10:12.030635Z", "last_refresh": "2023-12-06T04:14:03.073149Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-06T04:16:07.604 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Dec 06 04:16:07 smithi047 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi047[108212]: cluster 2023-12-06T04:16:05.345120+0000 mgr.smithi047.erpxvz (mgr.14182) 264 : cluster [DBG] pgmap v181: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-06T04:16:07.620 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Dec 06 04:16:07 smithi098 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi098[111615]: cluster 2023-12-06T04:16:05.345120+0000 mgr.smithi047.erpxvz (mgr.14182) 264 : cluster [DBG] pgmap v181: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-06T04:16:07.956 INFO:tasks.cephadm:nfs.foo has 0/1 2023-12-06T04:16:08.958 DEBUG:teuthology.orchestra.run.smithi047:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:d03fca4f35d43f61b4679936aef7bd2f01cced0b shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 2ecad2ea-93ed-11ee-95a2-87774f69a715 -- ceph orch ls -f json 2023-12-06T04:16:09.620 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Dec 06 04:16:09 smithi098 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi098[111615]: cluster 2023-12-06T04:16:07.345730+0000 mgr.smithi047.erpxvz (mgr.14182) 265 : 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-12-06T04:16:09.620 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Dec 06 04:16:09 smithi098 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi098[111615]: audit 2023-12-06T04:16:07.567585+0000 mgr.smithi047.erpxvz (mgr.14182) 266 : audit [DBG] from='client.14756 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-06T04:16:09.629 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Dec 06 04:16:09 smithi047 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi047[108212]: cluster 2023-12-06T04:16:07.345730+0000 mgr.smithi047.erpxvz (mgr.14182) 265 : 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-12-06T04:16:09.629 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Dec 06 04:16:09 smithi047 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi047[108212]: audit 2023-12-06T04:16:07.567585+0000 mgr.smithi047.erpxvz (mgr.14182) 266 : audit [DBG] from='client.14756 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-06T04:16:10.398 INFO:teuthology.orchestra.run.smithi047.stdout: 2023-12-06T04:16:10.398 INFO:teuthology.orchestra.run.smithi047.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-06T04:10:15.517593Z", "last_refresh": "2023-12-06T04:14:03.072571Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-06T04:10:10.954835Z", "last_refresh": "2023-12-06T04:14:00.889834Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-06T04:10:13.544463Z", "last_refresh": "2023-12-06T04:14:03.072868Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-06T04:13:56.333839Z service:ingress.nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.47/16"}, "status": {"created": "2023-12-06T04:13:56.330826Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.47/16"}}, {"events": ["2023-12-06T04:13:52.727160Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-06T04:13:52.721318Z", "last_refresh": "2023-12-06T04:14:00.890623Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-06T04:10:09.956661Z", "last_refresh": "2023-12-06T04:14:00.890026Z", "running": 2, "size": 2}}, {"events": ["2023-12-06T04:11:13.238878Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi047:172.21.15.47=smithi047", "smithi098:172.21.15.98=smithi098"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-06T04:11:13.235526Z", "last_refresh": "2023-12-06T04:14:00.890116Z", "running": 2, "size": 2}}, {"events": ["2023-12-06T04:13:56.329598Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-12-06T04:13:56.325813Z", "ports": [12999], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-06T04:10:14.589128Z", "last_refresh": "2023-12-06T04:14:00.890197Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-06T04:11:43.239438Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-06T04:11:43.235053Z", "last_refresh": "2023-12-06T04:14:00.890274Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-06T04:10:12.030635Z", "last_refresh": "2023-12-06T04:14:03.073149Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-06T04:16:10.784 INFO:tasks.cephadm:nfs.foo has 0/1 2023-12-06T04:16:11.620 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Dec 06 04:16:11 smithi098 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi098[111615]: cluster 2023-12-06T04:16:09.346171+0000 mgr.smithi047.erpxvz (mgr.14182) 267 : 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-12-06T04:16:11.629 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Dec 06 04:16:11 smithi047 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi047[108212]: cluster 2023-12-06T04:16:09.346171+0000 mgr.smithi047.erpxvz (mgr.14182) 267 : 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-12-06T04:16:11.785 DEBUG:teuthology.orchestra.run.smithi047:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:d03fca4f35d43f61b4679936aef7bd2f01cced0b shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 2ecad2ea-93ed-11ee-95a2-87774f69a715 -- ceph orch ls -f json 2023-12-06T04:16:12.493 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Dec 06 04:16:12 smithi047 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi047[108212]: audit 2023-12-06T04:16:10.393370+0000 mgr.smithi047.erpxvz (mgr.14182) 268 : audit [DBG] from='client.14760 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-06T04:16:12.620 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Dec 06 04:16:12 smithi098 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi098[111615]: audit 2023-12-06T04:16:10.393370+0000 mgr.smithi047.erpxvz (mgr.14182) 268 : audit [DBG] from='client.14760 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-06T04:16:13.225 INFO:teuthology.orchestra.run.smithi047.stdout: 2023-12-06T04:16:13.225 INFO:teuthology.orchestra.run.smithi047.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-06T04:10:15.517593Z", "last_refresh": "2023-12-06T04:14:03.072571Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-06T04:10:10.954835Z", "last_refresh": "2023-12-06T04:14:00.889834Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-06T04:10:13.544463Z", "last_refresh": "2023-12-06T04:14:03.072868Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-06T04:13:56.333839Z service:ingress.nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.47/16"}, "status": {"created": "2023-12-06T04:13:56.330826Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.47/16"}}, {"events": ["2023-12-06T04:13:52.727160Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-06T04:13:52.721318Z", "last_refresh": "2023-12-06T04:14:00.890623Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-06T04:10:09.956661Z", "last_refresh": "2023-12-06T04:14:00.890026Z", "running": 2, "size": 2}}, {"events": ["2023-12-06T04:11:13.238878Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi047:172.21.15.47=smithi047", "smithi098:172.21.15.98=smithi098"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-06T04:11:13.235526Z", "last_refresh": "2023-12-06T04:14:00.890116Z", "running": 2, "size": 2}}, {"events": ["2023-12-06T04:13:56.329598Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-12-06T04:13:56.325813Z", "ports": [12999], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-06T04:10:14.589128Z", "last_refresh": "2023-12-06T04:14:00.890197Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-06T04:11:43.239438Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-06T04:11:43.235053Z", "last_refresh": "2023-12-06T04:14:00.890274Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-06T04:10:12.030635Z", "last_refresh": "2023-12-06T04:14:03.073149Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-06T04:16:13.564 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Dec 06 04:16:13 smithi047 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi047[108212]: cluster 2023-12-06T04:16:11.346786+0000 mgr.smithi047.erpxvz (mgr.14182) 269 : cluster [DBG] pgmap v184: 97 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-12-06T04:16:13.606 INFO:tasks.cephadm:nfs.foo has 0/1 2023-12-06T04:16:13.621 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Dec 06 04:16:13 smithi098 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi098[111615]: cluster 2023-12-06T04:16:11.346786+0000 mgr.smithi047.erpxvz (mgr.14182) 269 : cluster [DBG] pgmap v184: 97 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-12-06T04:16:14.607 DEBUG:teuthology.orchestra.run.smithi047:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:d03fca4f35d43f61b4679936aef7bd2f01cced0b shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 2ecad2ea-93ed-11ee-95a2-87774f69a715 -- ceph orch ls -f json 2023-12-06T04:16:14.620 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Dec 06 04:16:14 smithi098 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi098[111615]: audit 2023-12-06T04:16:13.220904+0000 mgr.smithi047.erpxvz (mgr.14182) 270 : audit [DBG] from='client.14764 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-06T04:16:14.629 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Dec 06 04:16:14 smithi047 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi047[108212]: audit 2023-12-06T04:16:13.220904+0000 mgr.smithi047.erpxvz (mgr.14182) 270 : audit [DBG] from='client.14764 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-06T04:16:15.620 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Dec 06 04:16:15 smithi098 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi098[111615]: cluster 2023-12-06T04:16:13.347182+0000 mgr.smithi047.erpxvz (mgr.14182) 271 : 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-12-06T04:16:15.629 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Dec 06 04:16:15 smithi047 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi047[108212]: cluster 2023-12-06T04:16:13.347182+0000 mgr.smithi047.erpxvz (mgr.14182) 271 : 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-12-06T04:16:16.104 INFO:teuthology.orchestra.run.smithi047.stdout: 2023-12-06T04:16:16.104 INFO:teuthology.orchestra.run.smithi047.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-06T04:10:15.517593Z", "last_refresh": "2023-12-06T04:14:03.072571Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-06T04:10:10.954835Z", "last_refresh": "2023-12-06T04:14:00.889834Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-06T04:10:13.544463Z", "last_refresh": "2023-12-06T04:14:03.072868Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-06T04:13:56.333839Z service:ingress.nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.47/16"}, "status": {"created": "2023-12-06T04:13:56.330826Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.47/16"}}, {"events": ["2023-12-06T04:13:52.727160Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-06T04:13:52.721318Z", "last_refresh": "2023-12-06T04:14:00.890623Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-06T04:10:09.956661Z", "last_refresh": "2023-12-06T04:14:00.890026Z", "running": 2, "size": 2}}, {"events": ["2023-12-06T04:11:13.238878Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi047:172.21.15.47=smithi047", "smithi098:172.21.15.98=smithi098"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-06T04:11:13.235526Z", "last_refresh": "2023-12-06T04:14:00.890116Z", "running": 2, "size": 2}}, {"events": ["2023-12-06T04:13:56.329598Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-12-06T04:13:56.325813Z", "ports": [12999], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-06T04:10:14.589128Z", "last_refresh": "2023-12-06T04:14:00.890197Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-06T04:11:43.239438Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-06T04:11:43.235053Z", "last_refresh": "2023-12-06T04:14:00.890274Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-06T04:10:12.030635Z", "last_refresh": "2023-12-06T04:14:03.073149Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-06T04:16:16.506 INFO:tasks.cephadm:nfs.foo has 0/1 2023-12-06T04:16:17.507 DEBUG:teuthology.orchestra.run.smithi047:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:d03fca4f35d43f61b4679936aef7bd2f01cced0b shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 2ecad2ea-93ed-11ee-95a2-87774f69a715 -- ceph orch ls -f json 2023-12-06T04:16:17.620 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Dec 06 04:16:17 smithi098 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi098[111615]: cluster 2023-12-06T04:16:15.347811+0000 mgr.smithi047.erpxvz (mgr.14182) 272 : cluster [DBG] pgmap v186: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-06T04:16:17.620 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Dec 06 04:16:17 smithi098 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi098[111615]: audit 2023-12-06T04:16:16.099476+0000 mgr.smithi047.erpxvz (mgr.14182) 273 : audit [DBG] from='client.14768 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-06T04:16:17.630 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Dec 06 04:16:17 smithi047 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi047[108212]: cluster 2023-12-06T04:16:15.347811+0000 mgr.smithi047.erpxvz (mgr.14182) 272 : cluster [DBG] pgmap v186: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-06T04:16:17.630 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Dec 06 04:16:17 smithi047 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi047[108212]: audit 2023-12-06T04:16:16.099476+0000 mgr.smithi047.erpxvz (mgr.14182) 273 : audit [DBG] from='client.14768 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-06T04:16:18.968 INFO:teuthology.orchestra.run.smithi047.stdout: 2023-12-06T04:16:18.969 INFO:teuthology.orchestra.run.smithi047.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-06T04:10:15.517593Z", "last_refresh": "2023-12-06T04:14:03.072571Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-06T04:10:10.954835Z", "last_refresh": "2023-12-06T04:14:00.889834Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-06T04:10:13.544463Z", "last_refresh": "2023-12-06T04:14:03.072868Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-06T04:13:56.333839Z service:ingress.nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.47/16"}, "status": {"created": "2023-12-06T04:13:56.330826Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.47/16"}}, {"events": ["2023-12-06T04:13:52.727160Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-06T04:13:52.721318Z", "last_refresh": "2023-12-06T04:14:00.890623Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-06T04:10:09.956661Z", "last_refresh": "2023-12-06T04:14:00.890026Z", "running": 2, "size": 2}}, {"events": ["2023-12-06T04:11:13.238878Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi047:172.21.15.47=smithi047", "smithi098:172.21.15.98=smithi098"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-06T04:11:13.235526Z", "last_refresh": "2023-12-06T04:14:00.890116Z", "running": 2, "size": 2}}, {"events": ["2023-12-06T04:13:56.329598Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-12-06T04:13:56.325813Z", "ports": [12999], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-06T04:10:14.589128Z", "last_refresh": "2023-12-06T04:14:00.890197Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-06T04:11:43.239438Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-06T04:11:43.235053Z", "last_refresh": "2023-12-06T04:14:00.890274Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-06T04:10:12.030635Z", "last_refresh": "2023-12-06T04:14:03.073149Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-06T04:16:19.413 INFO:tasks.cephadm:nfs.foo has 0/1 2023-12-06T04:16:19.621 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Dec 06 04:16:19 smithi098 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi098[111615]: cluster 2023-12-06T04:16:17.348566+0000 mgr.smithi047.erpxvz (mgr.14182) 274 : 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-12-06T04:16:19.629 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Dec 06 04:16:19 smithi047 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi047[108212]: cluster 2023-12-06T04:16:17.348566+0000 mgr.smithi047.erpxvz (mgr.14182) 274 : 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-12-06T04:16:20.414 DEBUG:teuthology.orchestra.run.smithi047:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:d03fca4f35d43f61b4679936aef7bd2f01cced0b shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 2ecad2ea-93ed-11ee-95a2-87774f69a715 -- ceph orch ls -f json 2023-12-06T04:16:20.620 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Dec 06 04:16:20 smithi098 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi098[111615]: audit 2023-12-06T04:16:18.964254+0000 mgr.smithi047.erpxvz (mgr.14182) 275 : audit [DBG] from='client.14772 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-06T04:16:20.629 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Dec 06 04:16:20 smithi047 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi047[108212]: audit 2023-12-06T04:16:18.964254+0000 mgr.smithi047.erpxvz (mgr.14182) 275 : audit [DBG] from='client.14772 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-06T04:16:21.379 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Dec 06 04:16:21 smithi047 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi047[108212]: cluster 2023-12-06T04:16:19.349055+0000 mgr.smithi047.erpxvz (mgr.14182) 276 : 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-12-06T04:16:21.620 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Dec 06 04:16:21 smithi098 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi098[111615]: cluster 2023-12-06T04:16:19.349055+0000 mgr.smithi047.erpxvz (mgr.14182) 276 : 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-12-06T04:16:21.879 INFO:teuthology.orchestra.run.smithi047.stdout: 2023-12-06T04:16:21.879 INFO:teuthology.orchestra.run.smithi047.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-06T04:10:15.517593Z", "last_refresh": "2023-12-06T04:14:03.072571Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-06T04:10:10.954835Z", "last_refresh": "2023-12-06T04:14:00.889834Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-06T04:10:13.544463Z", "last_refresh": "2023-12-06T04:14:03.072868Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-06T04:13:56.333839Z service:ingress.nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.47/16"}, "status": {"created": "2023-12-06T04:13:56.330826Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.47/16"}}, {"events": ["2023-12-06T04:13:52.727160Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-06T04:13:52.721318Z", "last_refresh": "2023-12-06T04:14:00.890623Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-06T04:10:09.956661Z", "last_refresh": "2023-12-06T04:14:00.890026Z", "running": 2, "size": 2}}, {"events": ["2023-12-06T04:11:13.238878Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi047:172.21.15.47=smithi047", "smithi098:172.21.15.98=smithi098"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-06T04:11:13.235526Z", "last_refresh": "2023-12-06T04:14:00.890116Z", "running": 2, "size": 2}}, {"events": ["2023-12-06T04:13:56.329598Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-12-06T04:13:56.325813Z", "ports": [12999], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-06T04:10:14.589128Z", "last_refresh": "2023-12-06T04:14:00.890197Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-06T04:11:43.239438Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-06T04:11:43.235053Z", "last_refresh": "2023-12-06T04:14:00.890274Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-06T04:10:12.030635Z", "last_refresh": "2023-12-06T04:14:03.073149Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-06T04:16:22.279 INFO:tasks.cephadm:nfs.foo has 0/1 2023-12-06T04:16:23.281 DEBUG:teuthology.orchestra.run.smithi047:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:d03fca4f35d43f61b4679936aef7bd2f01cced0b shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 2ecad2ea-93ed-11ee-95a2-87774f69a715 -- ceph orch ls -f json 2023-12-06T04:16:23.620 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Dec 06 04:16:23 smithi098 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi098[111615]: cluster 2023-12-06T04:16:21.349572+0000 mgr.smithi047.erpxvz (mgr.14182) 277 : cluster [DBG] pgmap v189: 97 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-12-06T04:16:23.620 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Dec 06 04:16:23 smithi098 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi098[111615]: audit 2023-12-06T04:16:21.874602+0000 mgr.smithi047.erpxvz (mgr.14182) 278 : audit [DBG] from='client.14776 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-06T04:16:23.630 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Dec 06 04:16:23 smithi047 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi047[108212]: cluster 2023-12-06T04:16:21.349572+0000 mgr.smithi047.erpxvz (mgr.14182) 277 : cluster [DBG] pgmap v189: 97 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-12-06T04:16:23.630 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Dec 06 04:16:23 smithi047 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi047[108212]: audit 2023-12-06T04:16:21.874602+0000 mgr.smithi047.erpxvz (mgr.14182) 278 : audit [DBG] from='client.14776 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-06T04:16:24.895 INFO:teuthology.orchestra.run.smithi047.stdout: 2023-12-06T04:16:24.895 INFO:teuthology.orchestra.run.smithi047.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-06T04:10:15.517593Z", "last_refresh": "2023-12-06T04:14:03.072571Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-06T04:10:10.954835Z", "last_refresh": "2023-12-06T04:14:00.889834Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-06T04:10:13.544463Z", "last_refresh": "2023-12-06T04:14:03.072868Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-06T04:13:56.333839Z service:ingress.nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.47/16"}, "status": {"created": "2023-12-06T04:13:56.330826Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.47/16"}}, {"events": ["2023-12-06T04:13:52.727160Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-06T04:13:52.721318Z", "last_refresh": "2023-12-06T04:14:00.890623Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-06T04:10:09.956661Z", "last_refresh": "2023-12-06T04:14:00.890026Z", "running": 2, "size": 2}}, {"events": ["2023-12-06T04:11:13.238878Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi047:172.21.15.47=smithi047", "smithi098:172.21.15.98=smithi098"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-06T04:11:13.235526Z", "last_refresh": "2023-12-06T04:14:00.890116Z", "running": 2, "size": 2}}, {"events": ["2023-12-06T04:13:56.329598Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-12-06T04:13:56.325813Z", "ports": [12999], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-06T04:10:14.589128Z", "last_refresh": "2023-12-06T04:14:00.890197Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-06T04:11:43.239438Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-06T04:11:43.235053Z", "last_refresh": "2023-12-06T04:14:00.890274Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-06T04:10:12.030635Z", "last_refresh": "2023-12-06T04:14:03.073149Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-06T04:16:25.296 INFO:tasks.cephadm:nfs.foo has 0/1 2023-12-06T04:16:25.620 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Dec 06 04:16:25 smithi098 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi098[111615]: cluster 2023-12-06T04:16:23.350105+0000 mgr.smithi047.erpxvz (mgr.14182) 279 : 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-12-06T04:16:25.629 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Dec 06 04:16:25 smithi047 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi047[108212]: cluster 2023-12-06T04:16:23.350105+0000 mgr.smithi047.erpxvz (mgr.14182) 279 : 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-12-06T04:16:26.297 DEBUG:teuthology.orchestra.run.smithi047:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:d03fca4f35d43f61b4679936aef7bd2f01cced0b shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 2ecad2ea-93ed-11ee-95a2-87774f69a715 -- ceph orch ls -f json 2023-12-06T04:16:26.620 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Dec 06 04:16:26 smithi098 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi098[111615]: audit 2023-12-06T04:16:24.890185+0000 mgr.smithi047.erpxvz (mgr.14182) 280 : audit [DBG] from='client.14780 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-06T04:16:26.629 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Dec 06 04:16:26 smithi047 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi047[108212]: audit 2023-12-06T04:16:24.890185+0000 mgr.smithi047.erpxvz (mgr.14182) 280 : audit [DBG] from='client.14780 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-06T04:16:27.620 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Dec 06 04:16:27 smithi098 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi098[111615]: cluster 2023-12-06T04:16:25.350609+0000 mgr.smithi047.erpxvz (mgr.14182) 281 : cluster [DBG] pgmap v191: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-06T04:16:27.629 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Dec 06 04:16:27 smithi047 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi047[108212]: cluster 2023-12-06T04:16:25.350609+0000 mgr.smithi047.erpxvz (mgr.14182) 281 : cluster [DBG] pgmap v191: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-06T04:16:27.767 INFO:teuthology.orchestra.run.smithi047.stdout: 2023-12-06T04:16:27.767 INFO:teuthology.orchestra.run.smithi047.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-06T04:10:15.517593Z", "last_refresh": "2023-12-06T04:14:03.072571Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-06T04:10:10.954835Z", "last_refresh": "2023-12-06T04:14:00.889834Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-06T04:10:13.544463Z", "last_refresh": "2023-12-06T04:14:03.072868Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-06T04:13:56.333839Z service:ingress.nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.47/16"}, "status": {"created": "2023-12-06T04:13:56.330826Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.47/16"}}, {"events": ["2023-12-06T04:13:52.727160Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-06T04:13:52.721318Z", "last_refresh": "2023-12-06T04:14:00.890623Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-06T04:10:09.956661Z", "last_refresh": "2023-12-06T04:14:00.890026Z", "running": 2, "size": 2}}, {"events": ["2023-12-06T04:11:13.238878Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi047:172.21.15.47=smithi047", "smithi098:172.21.15.98=smithi098"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-06T04:11:13.235526Z", "last_refresh": "2023-12-06T04:14:00.890116Z", "running": 2, "size": 2}}, {"events": ["2023-12-06T04:13:56.329598Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-12-06T04:13:56.325813Z", "ports": [12999], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-06T04:10:14.589128Z", "last_refresh": "2023-12-06T04:14:00.890197Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-06T04:11:43.239438Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-06T04:11:43.235053Z", "last_refresh": "2023-12-06T04:14:00.890274Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-06T04:10:12.030635Z", "last_refresh": "2023-12-06T04:14:03.073149Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-06T04:16:28.154 INFO:tasks.cephadm:nfs.foo has 0/1 2023-12-06T04:16:29.155 DEBUG:teuthology.orchestra.run.smithi047:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:d03fca4f35d43f61b4679936aef7bd2f01cced0b shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 2ecad2ea-93ed-11ee-95a2-87774f69a715 -- ceph orch ls -f json 2023-12-06T04:16:29.514 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Dec 06 04:16:29 smithi047 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi047[108212]: cluster 2023-12-06T04:16:27.351151+0000 mgr.smithi047.erpxvz (mgr.14182) 282 : 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-12-06T04:16:29.514 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Dec 06 04:16:29 smithi047 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi047[108212]: audit 2023-12-06T04:16:27.762686+0000 mgr.smithi047.erpxvz (mgr.14182) 283 : audit [DBG] from='client.14784 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-06T04:16:29.620 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Dec 06 04:16:29 smithi098 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi098[111615]: cluster 2023-12-06T04:16:27.351151+0000 mgr.smithi047.erpxvz (mgr.14182) 282 : 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-12-06T04:16:29.620 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Dec 06 04:16:29 smithi098 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi098[111615]: audit 2023-12-06T04:16:27.762686+0000 mgr.smithi047.erpxvz (mgr.14182) 283 : audit [DBG] from='client.14784 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-06T04:16:30.686 INFO:teuthology.orchestra.run.smithi047.stdout: 2023-12-06T04:16:30.686 INFO:teuthology.orchestra.run.smithi047.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-06T04:10:15.517593Z", "last_refresh": "2023-12-06T04:14:03.072571Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-06T04:10:10.954835Z", "last_refresh": "2023-12-06T04:14:00.889834Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-06T04:10:13.544463Z", "last_refresh": "2023-12-06T04:14:03.072868Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-06T04:13:56.333839Z service:ingress.nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.47/16"}, "status": {"created": "2023-12-06T04:13:56.330826Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.47/16"}}, {"events": ["2023-12-06T04:13:52.727160Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-06T04:13:52.721318Z", "last_refresh": "2023-12-06T04:14:00.890623Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-06T04:10:09.956661Z", "last_refresh": "2023-12-06T04:14:00.890026Z", "running": 2, "size": 2}}, {"events": ["2023-12-06T04:11:13.238878Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi047:172.21.15.47=smithi047", "smithi098:172.21.15.98=smithi098"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-06T04:11:13.235526Z", "last_refresh": "2023-12-06T04:14:00.890116Z", "running": 2, "size": 2}}, {"events": ["2023-12-06T04:13:56.329598Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-12-06T04:13:56.325813Z", "ports": [12999], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-06T04:10:14.589128Z", "last_refresh": "2023-12-06T04:14:00.890197Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-06T04:11:43.239438Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-06T04:11:43.235053Z", "last_refresh": "2023-12-06T04:14:00.890274Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-06T04:10:12.030635Z", "last_refresh": "2023-12-06T04:14:03.073149Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-06T04:16:31.080 INFO:tasks.cephadm:nfs.foo has 0/1 2023-12-06T04:16:31.621 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Dec 06 04:16:31 smithi098 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi098[111615]: cluster 2023-12-06T04:16:29.351573+0000 mgr.smithi047.erpxvz (mgr.14182) 284 : 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-12-06T04:16:31.629 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Dec 06 04:16:31 smithi047 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi047[108212]: cluster 2023-12-06T04:16:29.351573+0000 mgr.smithi047.erpxvz (mgr.14182) 284 : 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-12-06T04:16:32.081 DEBUG:teuthology.orchestra.run.smithi047:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:d03fca4f35d43f61b4679936aef7bd2f01cced0b shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 2ecad2ea-93ed-11ee-95a2-87774f69a715 -- ceph orch ls -f json 2023-12-06T04:16:32.379 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Dec 06 04:16:32 smithi047 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi047[108212]: audit 2023-12-06T04:16:30.681005+0000 mgr.smithi047.erpxvz (mgr.14182) 285 : audit [DBG] from='client.14788 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-06T04:16:32.620 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Dec 06 04:16:32 smithi098 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi098[111615]: audit 2023-12-06T04:16:30.681005+0000 mgr.smithi047.erpxvz (mgr.14182) 285 : audit [DBG] from='client.14788 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-06T04:16:33.597 INFO:teuthology.orchestra.run.smithi047.stdout: 2023-12-06T04:16:33.597 INFO:teuthology.orchestra.run.smithi047.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-06T04:10:15.517593Z", "last_refresh": "2023-12-06T04:14:03.072571Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-06T04:10:10.954835Z", "last_refresh": "2023-12-06T04:14:00.889834Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-06T04:10:13.544463Z", "last_refresh": "2023-12-06T04:14:03.072868Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-06T04:13:56.333839Z service:ingress.nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.47/16"}, "status": {"created": "2023-12-06T04:13:56.330826Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.47/16"}}, {"events": ["2023-12-06T04:13:52.727160Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-06T04:13:52.721318Z", "last_refresh": "2023-12-06T04:14:00.890623Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-06T04:10:09.956661Z", "last_refresh": "2023-12-06T04:14:00.890026Z", "running": 2, "size": 2}}, {"events": ["2023-12-06T04:11:13.238878Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi047:172.21.15.47=smithi047", "smithi098:172.21.15.98=smithi098"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-06T04:11:13.235526Z", "last_refresh": "2023-12-06T04:14:00.890116Z", "running": 2, "size": 2}}, {"events": ["2023-12-06T04:13:56.329598Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-12-06T04:13:56.325813Z", "ports": [12999], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-06T04:10:14.589128Z", "last_refresh": "2023-12-06T04:14:00.890197Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-06T04:11:43.239438Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-06T04:11:43.235053Z", "last_refresh": "2023-12-06T04:14:00.890274Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-06T04:10:12.030635Z", "last_refresh": "2023-12-06T04:14:03.073149Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-06T04:16:33.620 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Dec 06 04:16:33 smithi098 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi098[111615]: cluster 2023-12-06T04:16:31.352357+0000 mgr.smithi047.erpxvz (mgr.14182) 286 : cluster [DBG] pgmap v194: 97 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-12-06T04:16:33.620 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Dec 06 04:16:33 smithi047 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi047[108212]: cluster 2023-12-06T04:16:31.352357+0000 mgr.smithi047.erpxvz (mgr.14182) 286 : cluster [DBG] pgmap v194: 97 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-12-06T04:16:33.986 INFO:tasks.cephadm:nfs.foo has 0/1 2023-12-06T04:16:34.987 DEBUG:teuthology.orchestra.run.smithi047:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:d03fca4f35d43f61b4679936aef7bd2f01cced0b shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 2ecad2ea-93ed-11ee-95a2-87774f69a715 -- ceph orch ls -f json 2023-12-06T04:16:35.620 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Dec 06 04:16:35 smithi098 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi098[111615]: cluster 2023-12-06T04:16:33.352818+0000 mgr.smithi047.erpxvz (mgr.14182) 287 : 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-12-06T04:16:35.620 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Dec 06 04:16:35 smithi098 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi098[111615]: audit 2023-12-06T04:16:33.592660+0000 mgr.smithi047.erpxvz (mgr.14182) 288 : audit [DBG] from='client.14792 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-06T04:16:35.620 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Dec 06 04:16:35 smithi098 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi098[111615]: audit 2023-12-06T04:16:34.565395+0000 mon.smithi047 (mon.0) 654 : audit [INF] from='mgr.14182 172.21.15.47:0/1495146391' entity='mgr.smithi047.erpxvz' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi098.mygyec"}]: dispatch 2023-12-06T04:16:35.629 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Dec 06 04:16:35 smithi047 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi047[108212]: cluster 2023-12-06T04:16:33.352818+0000 mgr.smithi047.erpxvz (mgr.14182) 287 : 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-12-06T04:16:35.629 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Dec 06 04:16:35 smithi047 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi047[108212]: audit 2023-12-06T04:16:33.592660+0000 mgr.smithi047.erpxvz (mgr.14182) 288 : audit [DBG] from='client.14792 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-06T04:16:35.629 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Dec 06 04:16:35 smithi047 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi047[108212]: audit 2023-12-06T04:16:34.565395+0000 mon.smithi047 (mon.0) 654 : audit [INF] from='mgr.14182 172.21.15.47:0/1495146391' entity='mgr.smithi047.erpxvz' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi098.mygyec"}]: dispatch 2023-12-06T04:16:36.445 INFO:teuthology.orchestra.run.smithi047.stdout: 2023-12-06T04:16:36.445 INFO:teuthology.orchestra.run.smithi047.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-06T04:10:15.517593Z", "last_refresh": "2023-12-06T04:14:03.072571Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-06T04:10:10.954835Z", "last_refresh": "2023-12-06T04:14:00.889834Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-06T04:10:13.544463Z", "last_refresh": "2023-12-06T04:14:03.072868Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-06T04:13:56.333839Z service:ingress.nfs.foo [INFO] \"service was created\"", "2023-12-06T04:16:34.566097Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi098.mygyec on smithi098: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi098-mygyec\n/bin/podman: stderr Error: no such container ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi098-mygyec\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi098.mygyec\n/bin/podman: stderr Error: no such container ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi098.mygyec\nDeploy daemon haproxy.nfs.foo.smithi098.mygyec ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi098 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-06T04:14:42Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-06T04:15:19Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-06T04:15:57Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi098 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.47/16"}, "status": {"created": "2023-12-06T04:13:56.330826Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.47/16"}}, {"events": ["2023-12-06T04:13:52.727160Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-06T04:13:52.721318Z", "last_refresh": "2023-12-06T04:14:00.890623Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-06T04:10:09.956661Z", "last_refresh": "2023-12-06T04:14:00.890026Z", "running": 2, "size": 2}}, {"events": ["2023-12-06T04:11:13.238878Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi047:172.21.15.47=smithi047", "smithi098:172.21.15.98=smithi098"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-06T04:11:13.235526Z", "last_refresh": "2023-12-06T04:14:00.890116Z", "running": 2, "size": 2}}, {"events": ["2023-12-06T04:13:56.329598Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-12-06T04:13:56.325813Z", "ports": [12999], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-06T04:10:14.589128Z", "last_refresh": "2023-12-06T04:14:00.890197Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-06T04:11:43.239438Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-06T04:11:43.235053Z", "last_refresh": "2023-12-06T04:14:00.890274Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-06T04:10:12.030635Z", "last_refresh": "2023-12-06T04:14:03.073149Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-06T04:16:36.608 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Dec 06 04:16:36 smithi047 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi047[108212]: cephadm 2023-12-06T04:16:34.564783+0000 mgr.smithi047.erpxvz (mgr.14182) 289 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi098-mygyec 2023-12-06T04:16:36.608 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Dec 06 04:16:36 smithi047 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi047[108212]: /bin/podman: stderr Error: no such container ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi098-mygyec 2023-12-06T04:16:36.608 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Dec 06 04:16:36 smithi047 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi047[108212]: Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi098.mygyec 2023-12-06T04:16:36.608 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Dec 06 04:16:36 smithi047 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi047[108212]: /bin/podman: stderr Error: no such container ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi098.mygyec 2023-12-06T04:16:36.608 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Dec 06 04:16:36 smithi047 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi047[108212]: Deploy daemon haproxy.nfs.foo.smithi098.mygyec ... 2023-12-06T04:16:36.608 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Dec 06 04:16:36 smithi047 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi047[108212]: 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=smithi098 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-06T04:16:36.608 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Dec 06 04:16:36 smithi047 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi047[108212]: stat: stderr Trying to pull docker.io/library/haproxy:2.3... 2023-12-06T04:16:36.608 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Dec 06 04:16:36 smithi047 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi047[108212]: stat: stderr time="2023-12-06T04:14:42Z" level=warning msg="Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2023-12-06T04:16:36.608 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Dec 06 04:16:36 smithi047 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi047[108212]: stat: stderr time="2023-12-06T04:15:19Z" level=warning msg="Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2023-12-06T04:16:36.608 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Dec 06 04:16:36 smithi047 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi047[108212]: stat: stderr time="2023-12-06T04:15:57Z" level=warning msg="Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2023-12-06T04:16:36.608 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Dec 06 04:16:36 smithi047 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi047[108212]: 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-12-06T04:16:36.609 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Dec 06 04:16:36 smithi047 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi047[108212]: 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=smithi098 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-06T04:16:36.609 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Dec 06 04:16:36 smithi047 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi047[108212]: Traceback (most recent call last): 2023-12-06T04:16:36.609 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Dec 06 04:16:36 smithi047 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi047[108212]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2023-12-06T04:16:36.609 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Dec 06 04:16:36 smithi047 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi047[108212]: yield (conn, connr) 2023-12-06T04:16:36.609 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Dec 06 04:16:36 smithi047 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi047[108212]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2023-12-06T04:16:36.609 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Dec 06 04:16:36 smithi047 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi047[108212]: code, '\n'.join(err))) 2023-12-06T04:16:36.609 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Dec 06 04:16:36 smithi047 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi047[108212]: 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-2ecad2ea-93ed-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi098-mygyec 2023-12-06T04:16:36.609 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Dec 06 04:16:36 smithi047 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi047[108212]: /bin/podman: stderr Error: no such container ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi098-mygyec 2023-12-06T04:16:36.609 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Dec 06 04:16:36 smithi047 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi047[108212]: Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi098.mygyec 2023-12-06T04:16:36.609 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Dec 06 04:16:36 smithi047 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi047[108212]: /bin/podman: stderr Error: no such container ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi098.mygyec 2023-12-06T04:16:36.609 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Dec 06 04:16:36 smithi047 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi047[108212]: Deploy daemon haproxy.nfs.foo.smithi098.mygyec ... 2023-12-06T04:16:36.609 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Dec 06 04:16:36 smithi047 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi047[108212]: 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=smithi098 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-06T04:16:36.609 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Dec 06 04:16:36 smithi047 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi047[108212]: stat: stderr Trying to pull docker.io/library/haproxy:2.3... 2023-12-06T04:16:36.609 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Dec 06 04:16:36 smithi047 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi047[108212]: stat: stderr time="2023-12-06T04:14:42Z" level=warning msg="Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2023-12-06T04:16:36.610 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Dec 06 04:16:36 smithi047 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi047[108212]: stat: stderr time="2023-12-06T04:15:19Z" level=warning msg="Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2023-12-06T04:16:36.610 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Dec 06 04:16:36 smithi047 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi047[108212]: stat: stderr time="2023-12-06T04:15:57Z" level=warning msg="Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2023-12-06T04:16:36.610 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Dec 06 04:16:36 smithi047 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi047[108212]: 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-12-06T04:16:36.610 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Dec 06 04:16:36 smithi047 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi047[108212]: 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=smithi098 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-06T04:16:36.610 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Dec 06 04:16:36 smithi047 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi047[108212]: cephadm 2023-12-06T04:16:34.565024+0000 mgr.smithi047.erpxvz (mgr.14182) 290 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi098.mygyec 2023-12-06T04:16:36.610 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Dec 06 04:16:36 smithi047 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi047[108212]: cephadm 2023-12-06T04:16:34.566215+0000 mgr.smithi047.erpxvz (mgr.14182) 291 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi098.mygyec on smithi098: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi098-mygyec 2023-12-06T04:16:36.610 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Dec 06 04:16:36 smithi047 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi047[108212]: /bin/podman: stderr Error: no such container ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi098-mygyec 2023-12-06T04:16:36.610 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Dec 06 04:16:36 smithi047 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi047[108212]: Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi098.mygyec 2023-12-06T04:16:36.610 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Dec 06 04:16:36 smithi047 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi047[108212]: /bin/podman: stderr Error: no such container ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi098.mygyec 2023-12-06T04:16:36.610 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Dec 06 04:16:36 smithi047 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi047[108212]: Deploy daemon haproxy.nfs.foo.smithi098.mygyec ... 2023-12-06T04:16:36.610 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Dec 06 04:16:36 smithi047 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi047[108212]: 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=smithi098 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-06T04:16:36.610 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Dec 06 04:16:36 smithi047 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi047[108212]: stat: stderr Trying to pull docker.io/library/haproxy:2.3... 2023-12-06T04:16:36.612 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Dec 06 04:16:36 smithi047 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi047[108212]: stat: stderr time="2023-12-06T04:14:42Z" level=warning msg="Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2023-12-06T04:16:36.612 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Dec 06 04:16:36 smithi047 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi047[108212]: stat: stderr time="2023-12-06T04:15:19Z" level=warning msg="Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2023-12-06T04:16:36.612 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Dec 06 04:16:36 smithi047 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi047[108212]: stat: stderr time="2023-12-06T04:15:57Z" level=warning msg="Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2023-12-06T04:16:36.613 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Dec 06 04:16:36 smithi047 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi047[108212]: 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-12-06T04:16:36.613 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Dec 06 04:16:36 smithi047 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi047[108212]: 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=smithi098 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-06T04:16:36.613 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Dec 06 04:16:36 smithi047 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi047[108212]: cephadm 2023-12-06T04:16:34.567966+0000 mgr.smithi047.erpxvz (mgr.14182) 292 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi047.dhmayl on smithi047 2023-12-06T04:16:36.620 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Dec 06 04:16:36 smithi098 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi098[111615]: cephadm 2023-12-06T04:16:34.564783+0000 mgr.smithi047.erpxvz (mgr.14182) 289 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi098-mygyec 2023-12-06T04:16:36.621 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Dec 06 04:16:36 smithi098 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi098[111615]: /bin/podman: stderr Error: no such container ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi098-mygyec 2023-12-06T04:16:36.621 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Dec 06 04:16:36 smithi098 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi098[111615]: Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi098.mygyec 2023-12-06T04:16:36.621 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Dec 06 04:16:36 smithi098 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi098[111615]: /bin/podman: stderr Error: no such container ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi098.mygyec 2023-12-06T04:16:36.621 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Dec 06 04:16:36 smithi098 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi098[111615]: Deploy daemon haproxy.nfs.foo.smithi098.mygyec ... 2023-12-06T04:16:36.621 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Dec 06 04:16:36 smithi098 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi098[111615]: 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=smithi098 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-06T04:16:36.621 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Dec 06 04:16:36 smithi098 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi098[111615]: stat: stderr Trying to pull docker.io/library/haproxy:2.3... 2023-12-06T04:16:36.621 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Dec 06 04:16:36 smithi098 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi098[111615]: stat: stderr time="2023-12-06T04:14:42Z" level=warning msg="Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2023-12-06T04:16:36.621 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Dec 06 04:16:36 smithi098 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi098[111615]: stat: stderr time="2023-12-06T04:15:19Z" level=warning msg="Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2023-12-06T04:16:36.621 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Dec 06 04:16:36 smithi098 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi098[111615]: stat: stderr time="2023-12-06T04:15:57Z" level=warning msg="Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2023-12-06T04:16:36.621 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Dec 06 04:16:36 smithi098 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi098[111615]: 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-12-06T04:16:36.621 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Dec 06 04:16:36 smithi098 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi098[111615]: 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=smithi098 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-06T04:16:36.621 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Dec 06 04:16:36 smithi098 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi098[111615]: Traceback (most recent call last): 2023-12-06T04:16:36.621 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Dec 06 04:16:36 smithi098 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi098[111615]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2023-12-06T04:16:36.621 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Dec 06 04:16:36 smithi098 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi098[111615]: yield (conn, connr) 2023-12-06T04:16:36.622 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Dec 06 04:16:36 smithi098 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi098[111615]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2023-12-06T04:16:36.622 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Dec 06 04:16:36 smithi098 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi098[111615]: code, '\n'.join(err))) 2023-12-06T04:16:36.622 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Dec 06 04:16:36 smithi098 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi098[111615]: 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-2ecad2ea-93ed-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi098-mygyec 2023-12-06T04:16:36.622 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Dec 06 04:16:36 smithi098 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi098[111615]: /bin/podman: stderr Error: no such container ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi098-mygyec 2023-12-06T04:16:36.622 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Dec 06 04:16:36 smithi098 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi098[111615]: Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi098.mygyec 2023-12-06T04:16:36.622 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Dec 06 04:16:36 smithi098 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi098[111615]: /bin/podman: stderr Error: no such container ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi098.mygyec 2023-12-06T04:16:36.622 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Dec 06 04:16:36 smithi098 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi098[111615]: Deploy daemon haproxy.nfs.foo.smithi098.mygyec ... 2023-12-06T04:16:36.622 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Dec 06 04:16:36 smithi098 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi098[111615]: 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=smithi098 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-06T04:16:36.622 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Dec 06 04:16:36 smithi098 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi098[111615]: stat: stderr Trying to pull docker.io/library/haproxy:2.3... 2023-12-06T04:16:36.622 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Dec 06 04:16:36 smithi098 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi098[111615]: stat: stderr time="2023-12-06T04:14:42Z" level=warning msg="Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2023-12-06T04:16:36.622 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Dec 06 04:16:36 smithi098 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi098[111615]: stat: stderr time="2023-12-06T04:15:19Z" level=warning msg="Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2023-12-06T04:16:36.622 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Dec 06 04:16:36 smithi098 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi098[111615]: stat: stderr time="2023-12-06T04:15:57Z" level=warning msg="Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2023-12-06T04:16:36.622 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Dec 06 04:16:36 smithi098 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi098[111615]: 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-12-06T04:16:36.623 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Dec 06 04:16:36 smithi098 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi098[111615]: 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=smithi098 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-06T04:16:36.623 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Dec 06 04:16:36 smithi098 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi098[111615]: cephadm 2023-12-06T04:16:34.565024+0000 mgr.smithi047.erpxvz (mgr.14182) 290 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi098.mygyec 2023-12-06T04:16:36.623 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Dec 06 04:16:36 smithi098 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi098[111615]: cephadm 2023-12-06T04:16:34.566215+0000 mgr.smithi047.erpxvz (mgr.14182) 291 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi098.mygyec on smithi098: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi098-mygyec 2023-12-06T04:16:36.623 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Dec 06 04:16:36 smithi098 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi098[111615]: /bin/podman: stderr Error: no such container ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi098-mygyec 2023-12-06T04:16:36.623 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Dec 06 04:16:36 smithi098 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi098[111615]: Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi098.mygyec 2023-12-06T04:16:36.623 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Dec 06 04:16:36 smithi098 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi098[111615]: /bin/podman: stderr Error: no such container ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi098.mygyec 2023-12-06T04:16:36.623 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Dec 06 04:16:36 smithi098 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi098[111615]: Deploy daemon haproxy.nfs.foo.smithi098.mygyec ... 2023-12-06T04:16:36.623 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Dec 06 04:16:36 smithi098 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi098[111615]: 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=smithi098 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-06T04:16:36.623 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Dec 06 04:16:36 smithi098 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi098[111615]: stat: stderr Trying to pull docker.io/library/haproxy:2.3... 2023-12-06T04:16:36.623 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Dec 06 04:16:36 smithi098 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi098[111615]: stat: stderr time="2023-12-06T04:14:42Z" level=warning msg="Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2023-12-06T04:16:36.623 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Dec 06 04:16:36 smithi098 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi098[111615]: stat: stderr time="2023-12-06T04:15:19Z" level=warning msg="Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2023-12-06T04:16:36.623 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Dec 06 04:16:36 smithi098 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi098[111615]: stat: stderr time="2023-12-06T04:15:57Z" level=warning msg="Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2023-12-06T04:16:36.623 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Dec 06 04:16:36 smithi098 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi098[111615]: 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-12-06T04:16:36.623 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Dec 06 04:16:36 smithi098 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi098[111615]: 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=smithi098 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-06T04:16:36.623 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Dec 06 04:16:36 smithi098 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi098[111615]: cephadm 2023-12-06T04:16:34.567966+0000 mgr.smithi047.erpxvz (mgr.14182) 292 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi047.dhmayl on smithi047 2023-12-06T04:16:36.828 INFO:tasks.cephadm:nfs.foo has 0/1 2023-12-06T04:16:37.620 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Dec 06 04:16:37 smithi098 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi098[111615]: cluster 2023-12-06T04:16:35.353381+0000 mgr.smithi047.erpxvz (mgr.14182) 293 : cluster [DBG] pgmap v196: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-06T04:16:37.620 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Dec 06 04:16:37 smithi098 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi098[111615]: audit 2023-12-06T04:16:36.440394+0000 mgr.smithi047.erpxvz (mgr.14182) 294 : audit [DBG] from='client.14796 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-06T04:16:37.629 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Dec 06 04:16:37 smithi047 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi047[108212]: cluster 2023-12-06T04:16:35.353381+0000 mgr.smithi047.erpxvz (mgr.14182) 293 : cluster [DBG] pgmap v196: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-06T04:16:37.629 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Dec 06 04:16:37 smithi047 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi047[108212]: audit 2023-12-06T04:16:36.440394+0000 mgr.smithi047.erpxvz (mgr.14182) 294 : audit [DBG] from='client.14796 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-06T04:16:37.829 DEBUG:teuthology.orchestra.run.smithi047:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:d03fca4f35d43f61b4679936aef7bd2f01cced0b shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 2ecad2ea-93ed-11ee-95a2-87774f69a715 -- ceph orch ls -f json 2023-12-06T04:16:39.284 INFO:teuthology.orchestra.run.smithi047.stdout: 2023-12-06T04:16:39.284 INFO:teuthology.orchestra.run.smithi047.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-06T04:10:15.517593Z", "last_refresh": "2023-12-06T04:14:03.072571Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-06T04:10:10.954835Z", "last_refresh": "2023-12-06T04:14:00.889834Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-06T04:10:13.544463Z", "last_refresh": "2023-12-06T04:14:03.072868Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-06T04:13:56.333839Z service:ingress.nfs.foo [INFO] \"service was created\"", "2023-12-06T04:16:34.566097Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi098.mygyec on smithi098: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi098-mygyec\n/bin/podman: stderr Error: no such container ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi098-mygyec\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi098.mygyec\n/bin/podman: stderr Error: no such container ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi098.mygyec\nDeploy daemon haproxy.nfs.foo.smithi098.mygyec ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi098 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-06T04:14:42Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-06T04:15:19Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-06T04:15:57Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi098 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.47/16"}, "status": {"created": "2023-12-06T04:13:56.330826Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.47/16"}}, {"events": ["2023-12-06T04:13:52.727160Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-06T04:13:52.721318Z", "last_refresh": "2023-12-06T04:14:00.890623Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-06T04:10:09.956661Z", "last_refresh": "2023-12-06T04:14:00.890026Z", "running": 2, "size": 2}}, {"events": ["2023-12-06T04:11:13.238878Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi047:172.21.15.47=smithi047", "smithi098:172.21.15.98=smithi098"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-06T04:11:13.235526Z", "last_refresh": "2023-12-06T04:14:00.890116Z", "running": 2, "size": 2}}, {"events": ["2023-12-06T04:13:56.329598Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-12-06T04:13:56.325813Z", "ports": [12999], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-06T04:10:14.589128Z", "last_refresh": "2023-12-06T04:14:00.890197Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-06T04:11:43.239438Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-06T04:11:43.235053Z", "last_refresh": "2023-12-06T04:14:00.890274Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-06T04:10:12.030635Z", "last_refresh": "2023-12-06T04:14:03.073149Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-06T04:16:39.523 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Dec 06 04:16:39 smithi047 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi047[108212]: cluster 2023-12-06T04:16:37.353925+0000 mgr.smithi047.erpxvz (mgr.14182) 295 : 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-12-06T04:16:39.620 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Dec 06 04:16:39 smithi098 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi098[111615]: cluster 2023-12-06T04:16:37.353925+0000 mgr.smithi047.erpxvz (mgr.14182) 295 : 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-12-06T04:16:39.712 INFO:tasks.cephadm:nfs.foo has 0/1 2023-12-06T04:16:40.620 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Dec 06 04:16:40 smithi098 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi098[111615]: audit 2023-12-06T04:16:39.279085+0000 mgr.smithi047.erpxvz (mgr.14182) 296 : audit [DBG] from='client.14800 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-06T04:16:40.629 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Dec 06 04:16:40 smithi047 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi047[108212]: audit 2023-12-06T04:16:39.279085+0000 mgr.smithi047.erpxvz (mgr.14182) 296 : audit [DBG] from='client.14800 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-06T04:16:40.713 DEBUG:teuthology.orchestra.run.smithi047:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:d03fca4f35d43f61b4679936aef7bd2f01cced0b shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 2ecad2ea-93ed-11ee-95a2-87774f69a715 -- ceph orch ls -f json 2023-12-06T04:16:41.379 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Dec 06 04:16:41 smithi047 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi047[108212]: cluster 2023-12-06T04:16:39.354371+0000 mgr.smithi047.erpxvz (mgr.14182) 297 : 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-12-06T04:16:41.620 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Dec 06 04:16:41 smithi098 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi098[111615]: cluster 2023-12-06T04:16:39.354371+0000 mgr.smithi047.erpxvz (mgr.14182) 297 : 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-12-06T04:16:42.160 INFO:teuthology.orchestra.run.smithi047.stdout: 2023-12-06T04:16:42.160 INFO:teuthology.orchestra.run.smithi047.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-06T04:10:15.517593Z", "last_refresh": "2023-12-06T04:14:03.072571Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-06T04:10:10.954835Z", "last_refresh": "2023-12-06T04:14:00.889834Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-06T04:10:13.544463Z", "last_refresh": "2023-12-06T04:14:03.072868Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-06T04:13:56.333839Z service:ingress.nfs.foo [INFO] \"service was created\"", "2023-12-06T04:16:34.566097Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi098.mygyec on smithi098: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi098-mygyec\n/bin/podman: stderr Error: no such container ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi098-mygyec\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi098.mygyec\n/bin/podman: stderr Error: no such container ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi098.mygyec\nDeploy daemon haproxy.nfs.foo.smithi098.mygyec ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi098 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-06T04:14:42Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-06T04:15:19Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-06T04:15:57Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi098 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.47/16"}, "status": {"created": "2023-12-06T04:13:56.330826Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.47/16"}}, {"events": ["2023-12-06T04:13:52.727160Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-06T04:13:52.721318Z", "last_refresh": "2023-12-06T04:14:00.890623Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-06T04:10:09.956661Z", "last_refresh": "2023-12-06T04:14:00.890026Z", "running": 2, "size": 2}}, {"events": ["2023-12-06T04:11:13.238878Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi047:172.21.15.47=smithi047", "smithi098:172.21.15.98=smithi098"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-06T04:11:13.235526Z", "last_refresh": "2023-12-06T04:14:00.890116Z", "running": 2, "size": 2}}, {"events": ["2023-12-06T04:13:56.329598Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-12-06T04:13:56.325813Z", "ports": [12999], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-06T04:10:14.589128Z", "last_refresh": "2023-12-06T04:14:00.890197Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-06T04:11:43.239438Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-06T04:11:43.235053Z", "last_refresh": "2023-12-06T04:14:00.890274Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-06T04:10:12.030635Z", "last_refresh": "2023-12-06T04:14:03.073149Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-06T04:16:42.544 INFO:tasks.cephadm:nfs.foo has 0/1 2023-12-06T04:16:43.544 DEBUG:teuthology.orchestra.run.smithi047:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:d03fca4f35d43f61b4679936aef7bd2f01cced0b shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 2ecad2ea-93ed-11ee-95a2-87774f69a715 -- ceph orch ls -f json 2023-12-06T04:16:43.581 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Dec 06 04:16:43 smithi047 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi047[108212]: cluster 2023-12-06T04:16:41.355144+0000 mgr.smithi047.erpxvz (mgr.14182) 298 : cluster [DBG] pgmap v199: 97 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-12-06T04:16:43.581 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Dec 06 04:16:43 smithi047 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi047[108212]: audit 2023-12-06T04:16:42.155386+0000 mgr.smithi047.erpxvz (mgr.14182) 299 : audit [DBG] from='client.14804 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-06T04:16:43.620 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Dec 06 04:16:43 smithi098 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi098[111615]: cluster 2023-12-06T04:16:41.355144+0000 mgr.smithi047.erpxvz (mgr.14182) 298 : cluster [DBG] pgmap v199: 97 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-12-06T04:16:43.620 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Dec 06 04:16:43 smithi098 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi098[111615]: audit 2023-12-06T04:16:42.155386+0000 mgr.smithi047.erpxvz (mgr.14182) 299 : audit [DBG] from='client.14804 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-06T04:16:44.982 INFO:teuthology.orchestra.run.smithi047.stdout: 2023-12-06T04:16:44.982 INFO:teuthology.orchestra.run.smithi047.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-06T04:10:15.517593Z", "last_refresh": "2023-12-06T04:14:03.072571Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-06T04:10:10.954835Z", "last_refresh": "2023-12-06T04:14:00.889834Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-06T04:10:13.544463Z", "last_refresh": "2023-12-06T04:14:03.072868Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-06T04:13:56.333839Z service:ingress.nfs.foo [INFO] \"service was created\"", "2023-12-06T04:16:34.566097Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi098.mygyec on smithi098: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi098-mygyec\n/bin/podman: stderr Error: no such container ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi098-mygyec\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi098.mygyec\n/bin/podman: stderr Error: no such container ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi098.mygyec\nDeploy daemon haproxy.nfs.foo.smithi098.mygyec ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi098 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-06T04:14:42Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-06T04:15:19Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-06T04:15:57Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi098 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.47/16"}, "status": {"created": "2023-12-06T04:13:56.330826Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.47/16"}}, {"events": ["2023-12-06T04:13:52.727160Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-06T04:13:52.721318Z", "last_refresh": "2023-12-06T04:14:00.890623Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-06T04:10:09.956661Z", "last_refresh": "2023-12-06T04:14:00.890026Z", "running": 2, "size": 2}}, {"events": ["2023-12-06T04:11:13.238878Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi047:172.21.15.47=smithi047", "smithi098:172.21.15.98=smithi098"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-06T04:11:13.235526Z", "last_refresh": "2023-12-06T04:14:00.890116Z", "running": 2, "size": 2}}, {"events": ["2023-12-06T04:13:56.329598Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-12-06T04:13:56.325813Z", "ports": [12999], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-06T04:10:14.589128Z", "last_refresh": "2023-12-06T04:14:00.890197Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-06T04:11:43.239438Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-06T04:11:43.235053Z", "last_refresh": "2023-12-06T04:14:00.890274Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-06T04:10:12.030635Z", "last_refresh": "2023-12-06T04:14:03.073149Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-06T04:16:45.334 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Dec 06 04:16:45 smithi047 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi047[108212]: cluster 2023-12-06T04:16:43.355655+0000 mgr.smithi047.erpxvz (mgr.14182) 300 : 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-12-06T04:16:45.360 INFO:tasks.cephadm:nfs.foo has 0/1 2023-12-06T04:16:45.620 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Dec 06 04:16:45 smithi098 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi098[111615]: cluster 2023-12-06T04:16:43.355655+0000 mgr.smithi047.erpxvz (mgr.14182) 300 : 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-12-06T04:16:46.362 DEBUG:teuthology.orchestra.run.smithi047:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:d03fca4f35d43f61b4679936aef7bd2f01cced0b shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 2ecad2ea-93ed-11ee-95a2-87774f69a715 -- ceph orch ls -f json 2023-12-06T04:16:46.622 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Dec 06 04:16:46 smithi098 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi098[111615]: audit 2023-12-06T04:16:44.976771+0000 mgr.smithi047.erpxvz (mgr.14182) 301 : audit [DBG] from='client.14808 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-06T04:16:46.629 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Dec 06 04:16:46 smithi047 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi047[108212]: audit 2023-12-06T04:16:44.976771+0000 mgr.smithi047.erpxvz (mgr.14182) 301 : audit [DBG] from='client.14808 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-06T04:16:47.380 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Dec 06 04:16:47 smithi047 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi047[108212]: cluster 2023-12-06T04:16:45.356138+0000 mgr.smithi047.erpxvz (mgr.14182) 302 : cluster [DBG] pgmap v201: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-06T04:16:47.621 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Dec 06 04:16:47 smithi098 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi098[111615]: cluster 2023-12-06T04:16:45.356138+0000 mgr.smithi047.erpxvz (mgr.14182) 302 : cluster [DBG] pgmap v201: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-06T04:16:47.782 INFO:teuthology.orchestra.run.smithi047.stdout: 2023-12-06T04:16:47.782 INFO:teuthology.orchestra.run.smithi047.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-06T04:10:15.517593Z", "last_refresh": "2023-12-06T04:14:03.072571Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-06T04:10:10.954835Z", "last_refresh": "2023-12-06T04:14:00.889834Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-06T04:10:13.544463Z", "last_refresh": "2023-12-06T04:14:03.072868Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-06T04:13:56.333839Z service:ingress.nfs.foo [INFO] \"service was created\"", "2023-12-06T04:16:34.566097Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi098.mygyec on smithi098: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi098-mygyec\n/bin/podman: stderr Error: no such container ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi098-mygyec\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi098.mygyec\n/bin/podman: stderr Error: no such container ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi098.mygyec\nDeploy daemon haproxy.nfs.foo.smithi098.mygyec ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi098 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-06T04:14:42Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-06T04:15:19Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-06T04:15:57Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi098 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.47/16"}, "status": {"created": "2023-12-06T04:13:56.330826Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.47/16"}}, {"events": ["2023-12-06T04:13:52.727160Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-06T04:13:52.721318Z", "last_refresh": "2023-12-06T04:14:00.890623Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-06T04:10:09.956661Z", "last_refresh": "2023-12-06T04:14:00.890026Z", "running": 2, "size": 2}}, {"events": ["2023-12-06T04:11:13.238878Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi047:172.21.15.47=smithi047", "smithi098:172.21.15.98=smithi098"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-06T04:11:13.235526Z", "last_refresh": "2023-12-06T04:14:00.890116Z", "running": 2, "size": 2}}, {"events": ["2023-12-06T04:13:56.329598Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-12-06T04:13:56.325813Z", "ports": [12999], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-06T04:10:14.589128Z", "last_refresh": "2023-12-06T04:14:00.890197Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-06T04:11:43.239438Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-06T04:11:43.235053Z", "last_refresh": "2023-12-06T04:14:00.890274Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-06T04:10:12.030635Z", "last_refresh": "2023-12-06T04:14:03.073149Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-06T04:16:48.176 INFO:tasks.cephadm:nfs.foo has 0/1 2023-12-06T04:16:49.177 DEBUG:teuthology.orchestra.run.smithi047:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:d03fca4f35d43f61b4679936aef7bd2f01cced0b shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 2ecad2ea-93ed-11ee-95a2-87774f69a715 -- ceph orch ls -f json 2023-12-06T04:16:49.529 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Dec 06 04:16:49 smithi047 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi047[108212]: cluster 2023-12-06T04:16:47.356905+0000 mgr.smithi047.erpxvz (mgr.14182) 303 : 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-12-06T04:16:49.529 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Dec 06 04:16:49 smithi047 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi047[108212]: audit 2023-12-06T04:16:47.777081+0000 mgr.smithi047.erpxvz (mgr.14182) 304 : audit [DBG] from='client.14812 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-06T04:16:49.621 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Dec 06 04:16:49 smithi098 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi098[111615]: cluster 2023-12-06T04:16:47.356905+0000 mgr.smithi047.erpxvz (mgr.14182) 303 : 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-12-06T04:16:49.621 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Dec 06 04:16:49 smithi098 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi098[111615]: audit 2023-12-06T04:16:47.777081+0000 mgr.smithi047.erpxvz (mgr.14182) 304 : audit [DBG] from='client.14812 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-06T04:16:50.713 INFO:teuthology.orchestra.run.smithi047.stdout: 2023-12-06T04:16:50.713 INFO:teuthology.orchestra.run.smithi047.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-06T04:10:15.517593Z", "last_refresh": "2023-12-06T04:14:03.072571Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-06T04:10:10.954835Z", "last_refresh": "2023-12-06T04:14:00.889834Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-06T04:10:13.544463Z", "last_refresh": "2023-12-06T04:14:03.072868Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-06T04:13:56.333839Z service:ingress.nfs.foo [INFO] \"service was created\"", "2023-12-06T04:16:34.566097Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi098.mygyec on smithi098: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi098-mygyec\n/bin/podman: stderr Error: no such container ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi098-mygyec\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi098.mygyec\n/bin/podman: stderr Error: no such container ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi098.mygyec\nDeploy daemon haproxy.nfs.foo.smithi098.mygyec ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi098 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-06T04:14:42Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-06T04:15:19Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-06T04:15:57Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi098 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.47/16"}, "status": {"created": "2023-12-06T04:13:56.330826Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.47/16"}}, {"events": ["2023-12-06T04:13:52.727160Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-06T04:13:52.721318Z", "last_refresh": "2023-12-06T04:14:00.890623Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-06T04:10:09.956661Z", "last_refresh": "2023-12-06T04:14:00.890026Z", "running": 2, "size": 2}}, {"events": ["2023-12-06T04:11:13.238878Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi047:172.21.15.47=smithi047", "smithi098:172.21.15.98=smithi098"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-06T04:11:13.235526Z", "last_refresh": "2023-12-06T04:14:00.890116Z", "running": 2, "size": 2}}, {"events": ["2023-12-06T04:13:56.329598Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-12-06T04:13:56.325813Z", "ports": [12999], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-06T04:10:14.589128Z", "last_refresh": "2023-12-06T04:14:00.890197Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-06T04:11:43.239438Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-06T04:11:43.235053Z", "last_refresh": "2023-12-06T04:14:00.890274Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-06T04:10:12.030635Z", "last_refresh": "2023-12-06T04:14:03.073149Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-06T04:16:51.093 INFO:tasks.cephadm:nfs.foo has 0/1 2023-12-06T04:16:51.379 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Dec 06 04:16:51 smithi047 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi047[108212]: cluster 2023-12-06T04:16:49.357382+0000 mgr.smithi047.erpxvz (mgr.14182) 305 : 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-12-06T04:16:51.620 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Dec 06 04:16:51 smithi098 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi098[111615]: cluster 2023-12-06T04:16:49.357382+0000 mgr.smithi047.erpxvz (mgr.14182) 305 : 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-12-06T04:16:52.093 DEBUG:teuthology.orchestra.run.smithi047:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:d03fca4f35d43f61b4679936aef7bd2f01cced0b shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 2ecad2ea-93ed-11ee-95a2-87774f69a715 -- ceph orch ls -f json 2023-12-06T04:16:52.379 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Dec 06 04:16:52 smithi047 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi047[108212]: audit 2023-12-06T04:16:50.708354+0000 mgr.smithi047.erpxvz (mgr.14182) 306 : audit [DBG] from='client.14816 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-06T04:16:52.620 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Dec 06 04:16:52 smithi098 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi098[111615]: audit 2023-12-06T04:16:50.708354+0000 mgr.smithi047.erpxvz (mgr.14182) 306 : audit [DBG] from='client.14816 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-06T04:16:53.606 INFO:teuthology.orchestra.run.smithi047.stdout: 2023-12-06T04:16:53.606 INFO:teuthology.orchestra.run.smithi047.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-06T04:10:15.517593Z", "last_refresh": "2023-12-06T04:14:03.072571Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-06T04:10:10.954835Z", "last_refresh": "2023-12-06T04:14:00.889834Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-06T04:10:13.544463Z", "last_refresh": "2023-12-06T04:14:03.072868Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-06T04:13:56.333839Z service:ingress.nfs.foo [INFO] \"service was created\"", "2023-12-06T04:16:34.566097Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi098.mygyec on smithi098: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi098-mygyec\n/bin/podman: stderr Error: no such container ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi098-mygyec\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi098.mygyec\n/bin/podman: stderr Error: no such container ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi098.mygyec\nDeploy daemon haproxy.nfs.foo.smithi098.mygyec ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi098 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-06T04:14:42Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-06T04:15:19Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-06T04:15:57Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi098 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.47/16"}, "status": {"created": "2023-12-06T04:13:56.330826Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.47/16"}}, {"events": ["2023-12-06T04:13:52.727160Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-06T04:13:52.721318Z", "last_refresh": "2023-12-06T04:14:00.890623Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-06T04:10:09.956661Z", "last_refresh": "2023-12-06T04:14:00.890026Z", "running": 2, "size": 2}}, {"events": ["2023-12-06T04:11:13.238878Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi047:172.21.15.47=smithi047", "smithi098:172.21.15.98=smithi098"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-06T04:11:13.235526Z", "last_refresh": "2023-12-06T04:14:00.890116Z", "running": 2, "size": 2}}, {"events": ["2023-12-06T04:13:56.329598Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-12-06T04:13:56.325813Z", "ports": [12999], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-06T04:10:14.589128Z", "last_refresh": "2023-12-06T04:14:00.890197Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-06T04:11:43.239438Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-06T04:11:43.235053Z", "last_refresh": "2023-12-06T04:14:00.890274Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-06T04:10:12.030635Z", "last_refresh": "2023-12-06T04:14:03.073149Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-06T04:16:53.620 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Dec 06 04:16:53 smithi098 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi098[111615]: cluster 2023-12-06T04:16:51.358175+0000 mgr.smithi047.erpxvz (mgr.14182) 307 : cluster [DBG] pgmap v204: 97 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-12-06T04:16:53.629 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Dec 06 04:16:53 smithi047 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi047[108212]: cluster 2023-12-06T04:16:51.358175+0000 mgr.smithi047.erpxvz (mgr.14182) 307 : cluster [DBG] pgmap v204: 97 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-12-06T04:16:53.992 INFO:tasks.cephadm:nfs.foo has 0/1 2023-12-06T04:16:54.993 DEBUG:teuthology.orchestra.run.smithi047:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:d03fca4f35d43f61b4679936aef7bd2f01cced0b shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 2ecad2ea-93ed-11ee-95a2-87774f69a715 -- ceph orch ls -f json 2023-12-06T04:16:55.346 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Dec 06 04:16:55 smithi047 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi047[108212]: cluster 2023-12-06T04:16:53.358668+0000 mgr.smithi047.erpxvz (mgr.14182) 308 : 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-12-06T04:16:55.346 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Dec 06 04:16:55 smithi047 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi047[108212]: audit 2023-12-06T04:16:53.601142+0000 mgr.smithi047.erpxvz (mgr.14182) 309 : audit [DBG] from='client.14820 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-06T04:16:55.620 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Dec 06 04:16:55 smithi098 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi098[111615]: cluster 2023-12-06T04:16:53.358668+0000 mgr.smithi047.erpxvz (mgr.14182) 308 : 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-12-06T04:16:55.620 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Dec 06 04:16:55 smithi098 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi098[111615]: audit 2023-12-06T04:16:53.601142+0000 mgr.smithi047.erpxvz (mgr.14182) 309 : audit [DBG] from='client.14820 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-06T04:16:56.497 INFO:teuthology.orchestra.run.smithi047.stdout: 2023-12-06T04:16:56.497 INFO:teuthology.orchestra.run.smithi047.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-06T04:10:15.517593Z", "last_refresh": "2023-12-06T04:14:03.072571Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-06T04:10:10.954835Z", "last_refresh": "2023-12-06T04:14:00.889834Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-06T04:10:13.544463Z", "last_refresh": "2023-12-06T04:14:03.072868Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-06T04:13:56.333839Z service:ingress.nfs.foo [INFO] \"service was created\"", "2023-12-06T04:16:34.566097Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi098.mygyec on smithi098: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi098-mygyec\n/bin/podman: stderr Error: no such container ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi098-mygyec\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi098.mygyec\n/bin/podman: stderr Error: no such container ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi098.mygyec\nDeploy daemon haproxy.nfs.foo.smithi098.mygyec ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi098 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-06T04:14:42Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-06T04:15:19Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-06T04:15:57Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi098 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.47/16"}, "status": {"created": "2023-12-06T04:13:56.330826Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.47/16"}}, {"events": ["2023-12-06T04:13:52.727160Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-06T04:13:52.721318Z", "last_refresh": "2023-12-06T04:14:00.890623Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-06T04:10:09.956661Z", "last_refresh": "2023-12-06T04:14:00.890026Z", "running": 2, "size": 2}}, {"events": ["2023-12-06T04:11:13.238878Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi047:172.21.15.47=smithi047", "smithi098:172.21.15.98=smithi098"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-06T04:11:13.235526Z", "last_refresh": "2023-12-06T04:14:00.890116Z", "running": 2, "size": 2}}, {"events": ["2023-12-06T04:13:56.329598Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-12-06T04:13:56.325813Z", "ports": [12999], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-06T04:10:14.589128Z", "last_refresh": "2023-12-06T04:14:00.890197Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-06T04:11:43.239438Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-06T04:11:43.235053Z", "last_refresh": "2023-12-06T04:14:00.890274Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-06T04:10:12.030635Z", "last_refresh": "2023-12-06T04:14:03.073149Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-06T04:16:56.892 INFO:tasks.cephadm:nfs.foo has 0/1 2023-12-06T04:16:57.620 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Dec 06 04:16:57 smithi098 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi098[111615]: cluster 2023-12-06T04:16:55.359185+0000 mgr.smithi047.erpxvz (mgr.14182) 310 : cluster [DBG] pgmap v206: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-06T04:16:57.629 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Dec 06 04:16:57 smithi047 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi047[108212]: cluster 2023-12-06T04:16:55.359185+0000 mgr.smithi047.erpxvz (mgr.14182) 310 : cluster [DBG] pgmap v206: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-06T04:16:57.893 DEBUG:teuthology.orchestra.run.smithi047:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:d03fca4f35d43f61b4679936aef7bd2f01cced0b shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 2ecad2ea-93ed-11ee-95a2-87774f69a715 -- ceph orch ls -f json 2023-12-06T04:16:58.620 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Dec 06 04:16:58 smithi098 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi098[111615]: audit 2023-12-06T04:16:56.491583+0000 mgr.smithi047.erpxvz (mgr.14182) 311 : audit [DBG] from='client.14824 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-06T04:16:58.629 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Dec 06 04:16:58 smithi047 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi047[108212]: audit 2023-12-06T04:16:56.491583+0000 mgr.smithi047.erpxvz (mgr.14182) 311 : audit [DBG] from='client.14824 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-06T04:16:59.362 INFO:teuthology.orchestra.run.smithi047.stdout: 2023-12-06T04:16:59.362 INFO:teuthology.orchestra.run.smithi047.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-06T04:10:15.517593Z", "last_refresh": "2023-12-06T04:14:03.072571Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-06T04:10:10.954835Z", "last_refresh": "2023-12-06T04:14:00.889834Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-06T04:10:13.544463Z", "last_refresh": "2023-12-06T04:14:03.072868Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-06T04:13:56.333839Z service:ingress.nfs.foo [INFO] \"service was created\"", "2023-12-06T04:16:34.566097Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi098.mygyec on smithi098: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi098-mygyec\n/bin/podman: stderr Error: no such container ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi098-mygyec\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi098.mygyec\n/bin/podman: stderr Error: no such container ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi098.mygyec\nDeploy daemon haproxy.nfs.foo.smithi098.mygyec ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi098 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-06T04:14:42Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-06T04:15:19Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-06T04:15:57Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi098 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.47/16"}, "status": {"created": "2023-12-06T04:13:56.330826Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.47/16"}}, {"events": ["2023-12-06T04:13:52.727160Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-06T04:13:52.721318Z", "last_refresh": "2023-12-06T04:14:00.890623Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-06T04:10:09.956661Z", "last_refresh": "2023-12-06T04:14:00.890026Z", "running": 2, "size": 2}}, {"events": ["2023-12-06T04:11:13.238878Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi047:172.21.15.47=smithi047", "smithi098:172.21.15.98=smithi098"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-06T04:11:13.235526Z", "last_refresh": "2023-12-06T04:14:00.890116Z", "running": 2, "size": 2}}, {"events": ["2023-12-06T04:13:56.329598Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-12-06T04:13:56.325813Z", "ports": [12999], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-06T04:10:14.589128Z", "last_refresh": "2023-12-06T04:14:00.890197Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-06T04:11:43.239438Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-06T04:11:43.235053Z", "last_refresh": "2023-12-06T04:14:00.890274Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-06T04:10:12.030635Z", "last_refresh": "2023-12-06T04:14:03.073149Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-06T04:16:59.537 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Dec 06 04:16:59 smithi047 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi047[108212]: cluster 2023-12-06T04:16:57.359908+0000 mgr.smithi047.erpxvz (mgr.14182) 312 : 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-12-06T04:16:59.620 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Dec 06 04:16:59 smithi098 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi098[111615]: cluster 2023-12-06T04:16:57.359908+0000 mgr.smithi047.erpxvz (mgr.14182) 312 : 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-12-06T04:16:59.749 INFO:tasks.cephadm:nfs.foo has 0/1 2023-12-06T04:17:00.750 DEBUG:teuthology.orchestra.run.smithi047:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:d03fca4f35d43f61b4679936aef7bd2f01cced0b shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 2ecad2ea-93ed-11ee-95a2-87774f69a715 -- ceph orch ls -f json 2023-12-06T04:17:01.379 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Dec 06 04:17:01 smithi047 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi047[108212]: audit 2023-12-06T04:16:59.356838+0000 mgr.smithi047.erpxvz (mgr.14182) 313 : audit [DBG] from='client.14828 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-06T04:17:01.379 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Dec 06 04:17:01 smithi047 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi047[108212]: cluster 2023-12-06T04:16:59.360303+0000 mgr.smithi047.erpxvz (mgr.14182) 314 : 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-12-06T04:17:01.620 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Dec 06 04:17:01 smithi098 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi098[111615]: audit 2023-12-06T04:16:59.356838+0000 mgr.smithi047.erpxvz (mgr.14182) 313 : audit [DBG] from='client.14828 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-06T04:17:01.620 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Dec 06 04:17:01 smithi098 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi098[111615]: cluster 2023-12-06T04:16:59.360303+0000 mgr.smithi047.erpxvz (mgr.14182) 314 : 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-12-06T04:17:02.183 INFO:teuthology.orchestra.run.smithi047.stdout: 2023-12-06T04:17:02.183 INFO:teuthology.orchestra.run.smithi047.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-06T04:10:15.517593Z", "last_refresh": "2023-12-06T04:14:03.072571Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-06T04:10:10.954835Z", "last_refresh": "2023-12-06T04:14:00.889834Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-06T04:10:13.544463Z", "last_refresh": "2023-12-06T04:14:03.072868Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-06T04:13:56.333839Z service:ingress.nfs.foo [INFO] \"service was created\"", "2023-12-06T04:16:34.566097Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi098.mygyec on smithi098: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi098-mygyec\n/bin/podman: stderr Error: no such container ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi098-mygyec\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi098.mygyec\n/bin/podman: stderr Error: no such container ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi098.mygyec\nDeploy daemon haproxy.nfs.foo.smithi098.mygyec ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi098 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-06T04:14:42Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-06T04:15:19Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-06T04:15:57Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi098 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.47/16"}, "status": {"created": "2023-12-06T04:13:56.330826Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.47/16"}}, {"events": ["2023-12-06T04:13:52.727160Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-06T04:13:52.721318Z", "last_refresh": "2023-12-06T04:14:00.890623Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-06T04:10:09.956661Z", "last_refresh": "2023-12-06T04:14:00.890026Z", "running": 2, "size": 2}}, {"events": ["2023-12-06T04:11:13.238878Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi047:172.21.15.47=smithi047", "smithi098:172.21.15.98=smithi098"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-06T04:11:13.235526Z", "last_refresh": "2023-12-06T04:14:00.890116Z", "running": 2, "size": 2}}, {"events": ["2023-12-06T04:13:56.329598Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-12-06T04:13:56.325813Z", "ports": [12999], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-06T04:10:14.589128Z", "last_refresh": "2023-12-06T04:14:00.890197Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-06T04:11:43.239438Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-06T04:11:43.235053Z", "last_refresh": "2023-12-06T04:14:00.890274Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-06T04:10:12.030635Z", "last_refresh": "2023-12-06T04:14:03.073149Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-06T04:17:02.567 INFO:tasks.cephadm:nfs.foo has 0/1 2023-12-06T04:17:03.568 DEBUG:teuthology.orchestra.run.smithi047:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:d03fca4f35d43f61b4679936aef7bd2f01cced0b shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 2ecad2ea-93ed-11ee-95a2-87774f69a715 -- ceph orch ls -f json 2023-12-06T04:17:03.603 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Dec 06 04:17:03 smithi047 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi047[108212]: cluster 2023-12-06T04:17:01.360923+0000 mgr.smithi047.erpxvz (mgr.14182) 315 : cluster [DBG] pgmap v209: 97 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-12-06T04:17:03.603 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Dec 06 04:17:03 smithi047 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi047[108212]: audit 2023-12-06T04:17:02.178509+0000 mgr.smithi047.erpxvz (mgr.14182) 316 : audit [DBG] from='client.14832 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-06T04:17:03.620 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Dec 06 04:17:03 smithi098 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi098[111615]: cluster 2023-12-06T04:17:01.360923+0000 mgr.smithi047.erpxvz (mgr.14182) 315 : cluster [DBG] pgmap v209: 97 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-12-06T04:17:03.620 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Dec 06 04:17:03 smithi098 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi098[111615]: audit 2023-12-06T04:17:02.178509+0000 mgr.smithi047.erpxvz (mgr.14182) 316 : audit [DBG] from='client.14832 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-06T04:17:05.037 INFO:teuthology.orchestra.run.smithi047.stdout: 2023-12-06T04:17:05.037 INFO:teuthology.orchestra.run.smithi047.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-06T04:10:15.517593Z", "last_refresh": "2023-12-06T04:14:03.072571Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-06T04:10:10.954835Z", "last_refresh": "2023-12-06T04:14:00.889834Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-06T04:10:13.544463Z", "last_refresh": "2023-12-06T04:14:03.072868Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-06T04:13:56.333839Z service:ingress.nfs.foo [INFO] \"service was created\"", "2023-12-06T04:16:34.566097Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi098.mygyec on smithi098: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi098-mygyec\n/bin/podman: stderr Error: no such container ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi098-mygyec\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi098.mygyec\n/bin/podman: stderr Error: no such container ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi098.mygyec\nDeploy daemon haproxy.nfs.foo.smithi098.mygyec ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi098 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-06T04:14:42Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-06T04:15:19Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-06T04:15:57Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi098 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.47/16"}, "status": {"created": "2023-12-06T04:13:56.330826Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.47/16"}}, {"events": ["2023-12-06T04:13:52.727160Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-06T04:13:52.721318Z", "last_refresh": "2023-12-06T04:14:00.890623Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-06T04:10:09.956661Z", "last_refresh": "2023-12-06T04:14:00.890026Z", "running": 2, "size": 2}}, {"events": ["2023-12-06T04:11:13.238878Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi047:172.21.15.47=smithi047", "smithi098:172.21.15.98=smithi098"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-06T04:11:13.235526Z", "last_refresh": "2023-12-06T04:14:00.890116Z", "running": 2, "size": 2}}, {"events": ["2023-12-06T04:13:56.329598Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-12-06T04:13:56.325813Z", "ports": [12999], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-06T04:10:14.589128Z", "last_refresh": "2023-12-06T04:14:00.890197Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-06T04:11:43.239438Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-06T04:11:43.235053Z", "last_refresh": "2023-12-06T04:14:00.890274Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-06T04:10:12.030635Z", "last_refresh": "2023-12-06T04:14:03.073149Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-06T04:17:05.332 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Dec 06 04:17:05 smithi047 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi047[108212]: cluster 2023-12-06T04:17:03.361370+0000 mgr.smithi047.erpxvz (mgr.14182) 317 : 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-12-06T04:17:05.424 INFO:tasks.cephadm:nfs.foo has 0/1 2023-12-06T04:17:05.620 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Dec 06 04:17:05 smithi098 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi098[111615]: cluster 2023-12-06T04:17:03.361370+0000 mgr.smithi047.erpxvz (mgr.14182) 317 : 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-12-06T04:17:06.425 DEBUG:teuthology.orchestra.run.smithi047:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:d03fca4f35d43f61b4679936aef7bd2f01cced0b shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 2ecad2ea-93ed-11ee-95a2-87774f69a715 -- ceph orch ls -f json 2023-12-06T04:17:06.620 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Dec 06 04:17:06 smithi098 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi098[111615]: audit 2023-12-06T04:17:05.031773+0000 mgr.smithi047.erpxvz (mgr.14182) 318 : audit [DBG] from='client.14836 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-06T04:17:06.629 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Dec 06 04:17:06 smithi047 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi047[108212]: audit 2023-12-06T04:17:05.031773+0000 mgr.smithi047.erpxvz (mgr.14182) 318 : audit [DBG] from='client.14836 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-06T04:17:07.465 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Dec 06 04:17:07 smithi047 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi047[108212]: cluster 2023-12-06T04:17:05.362002+0000 mgr.smithi047.erpxvz (mgr.14182) 319 : cluster [DBG] pgmap v211: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-06T04:17:07.620 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Dec 06 04:17:07 smithi098 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi098[111615]: cluster 2023-12-06T04:17:05.362002+0000 mgr.smithi047.erpxvz (mgr.14182) 319 : cluster [DBG] pgmap v211: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-06T04:17:07.863 INFO:teuthology.orchestra.run.smithi047.stdout: 2023-12-06T04:17:07.863 INFO:teuthology.orchestra.run.smithi047.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-06T04:10:15.517593Z", "last_refresh": "2023-12-06T04:14:03.072571Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-06T04:10:10.954835Z", "last_refresh": "2023-12-06T04:14:00.889834Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-06T04:10:13.544463Z", "last_refresh": "2023-12-06T04:14:03.072868Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-06T04:13:56.333839Z service:ingress.nfs.foo [INFO] \"service was created\"", "2023-12-06T04:16:34.566097Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi098.mygyec on smithi098: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi098-mygyec\n/bin/podman: stderr Error: no such container ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi098-mygyec\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi098.mygyec\n/bin/podman: stderr Error: no such container ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi098.mygyec\nDeploy daemon haproxy.nfs.foo.smithi098.mygyec ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi098 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-06T04:14:42Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-06T04:15:19Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-06T04:15:57Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi098 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.47/16"}, "status": {"created": "2023-12-06T04:13:56.330826Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.47/16"}}, {"events": ["2023-12-06T04:13:52.727160Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-06T04:13:52.721318Z", "last_refresh": "2023-12-06T04:14:00.890623Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-06T04:10:09.956661Z", "last_refresh": "2023-12-06T04:14:00.890026Z", "running": 2, "size": 2}}, {"events": ["2023-12-06T04:11:13.238878Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi047:172.21.15.47=smithi047", "smithi098:172.21.15.98=smithi098"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-06T04:11:13.235526Z", "last_refresh": "2023-12-06T04:14:00.890116Z", "running": 2, "size": 2}}, {"events": ["2023-12-06T04:13:56.329598Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-12-06T04:13:56.325813Z", "ports": [12999], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-06T04:10:14.589128Z", "last_refresh": "2023-12-06T04:14:00.890197Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-06T04:11:43.239438Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-06T04:11:43.235053Z", "last_refresh": "2023-12-06T04:14:00.890274Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-06T04:10:12.030635Z", "last_refresh": "2023-12-06T04:14:03.073149Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-06T04:17:08.254 INFO:tasks.cephadm:nfs.foo has 0/1 2023-12-06T04:17:09.254 DEBUG:teuthology.orchestra.run.smithi047:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:d03fca4f35d43f61b4679936aef7bd2f01cced0b shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 2ecad2ea-93ed-11ee-95a2-87774f69a715 -- ceph orch ls -f json 2023-12-06T04:17:09.611 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Dec 06 04:17:09 smithi047 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi047[108212]: cluster 2023-12-06T04:17:07.362508+0000 mgr.smithi047.erpxvz (mgr.14182) 320 : 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-12-06T04:17:09.611 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Dec 06 04:17:09 smithi047 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi047[108212]: audit 2023-12-06T04:17:07.858154+0000 mgr.smithi047.erpxvz (mgr.14182) 321 : audit [DBG] from='client.14840 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-06T04:17:09.620 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Dec 06 04:17:09 smithi098 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi098[111615]: cluster 2023-12-06T04:17:07.362508+0000 mgr.smithi047.erpxvz (mgr.14182) 320 : 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-12-06T04:17:09.620 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Dec 06 04:17:09 smithi098 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi098[111615]: audit 2023-12-06T04:17:07.858154+0000 mgr.smithi047.erpxvz (mgr.14182) 321 : audit [DBG] from='client.14840 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-06T04:17:10.649 INFO:teuthology.orchestra.run.smithi047.stdout: 2023-12-06T04:17:10.649 INFO:teuthology.orchestra.run.smithi047.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-06T04:10:15.517593Z", "last_refresh": "2023-12-06T04:14:03.072571Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-06T04:10:10.954835Z", "last_refresh": "2023-12-06T04:14:00.889834Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-06T04:10:13.544463Z", "last_refresh": "2023-12-06T04:14:03.072868Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-06T04:13:56.333839Z service:ingress.nfs.foo [INFO] \"service was created\"", "2023-12-06T04:16:34.566097Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi098.mygyec on smithi098: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi098-mygyec\n/bin/podman: stderr Error: no such container ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi098-mygyec\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi098.mygyec\n/bin/podman: stderr Error: no such container ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi098.mygyec\nDeploy daemon haproxy.nfs.foo.smithi098.mygyec ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi098 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-06T04:14:42Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-06T04:15:19Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-06T04:15:57Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi098 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.47/16"}, "status": {"created": "2023-12-06T04:13:56.330826Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.47/16"}}, {"events": ["2023-12-06T04:13:52.727160Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-06T04:13:52.721318Z", "last_refresh": "2023-12-06T04:14:00.890623Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-06T04:10:09.956661Z", "last_refresh": "2023-12-06T04:14:00.890026Z", "running": 2, "size": 2}}, {"events": ["2023-12-06T04:11:13.238878Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi047:172.21.15.47=smithi047", "smithi098:172.21.15.98=smithi098"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-06T04:11:13.235526Z", "last_refresh": "2023-12-06T04:14:00.890116Z", "running": 2, "size": 2}}, {"events": ["2023-12-06T04:13:56.329598Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-12-06T04:13:56.325813Z", "ports": [12999], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-06T04:10:14.589128Z", "last_refresh": "2023-12-06T04:14:00.890197Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-06T04:11:43.239438Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-06T04:11:43.235053Z", "last_refresh": "2023-12-06T04:14:00.890274Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-06T04:10:12.030635Z", "last_refresh": "2023-12-06T04:14:03.073149Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-06T04:17:11.032 INFO:tasks.cephadm:nfs.foo has 0/1 2023-12-06T04:17:11.621 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Dec 06 04:17:11 smithi098 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi098[111615]: cluster 2023-12-06T04:17:09.362946+0000 mgr.smithi047.erpxvz (mgr.14182) 322 : 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-12-06T04:17:11.629 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Dec 06 04:17:11 smithi047 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi047[108212]: cluster 2023-12-06T04:17:09.362946+0000 mgr.smithi047.erpxvz (mgr.14182) 322 : 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-12-06T04:17:12.033 DEBUG:teuthology.orchestra.run.smithi047:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:d03fca4f35d43f61b4679936aef7bd2f01cced0b shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 2ecad2ea-93ed-11ee-95a2-87774f69a715 -- ceph orch ls -f json 2023-12-06T04:17:12.379 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Dec 06 04:17:12 smithi047 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi047[108212]: audit 2023-12-06T04:17:10.644735+0000 mgr.smithi047.erpxvz (mgr.14182) 323 : audit [DBG] from='client.14844 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-06T04:17:12.620 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Dec 06 04:17:12 smithi098 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi098[111615]: audit 2023-12-06T04:17:10.644735+0000 mgr.smithi047.erpxvz (mgr.14182) 323 : audit [DBG] from='client.14844 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-06T04:17:13.379 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Dec 06 04:17:13 smithi047 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi047[108212]: cluster 2023-12-06T04:17:11.363642+0000 mgr.smithi047.erpxvz (mgr.14182) 324 : cluster [DBG] pgmap v214: 97 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-12-06T04:17:13.476 INFO:teuthology.orchestra.run.smithi047.stdout: 2023-12-06T04:17:13.476 INFO:teuthology.orchestra.run.smithi047.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-06T04:10:15.517593Z", "last_refresh": "2023-12-06T04:14:03.072571Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-06T04:10:10.954835Z", "last_refresh": "2023-12-06T04:14:00.889834Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-06T04:10:13.544463Z", "last_refresh": "2023-12-06T04:14:03.072868Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-06T04:13:56.333839Z service:ingress.nfs.foo [INFO] \"service was created\"", "2023-12-06T04:16:34.566097Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi098.mygyec on smithi098: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi098-mygyec\n/bin/podman: stderr Error: no such container ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi098-mygyec\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi098.mygyec\n/bin/podman: stderr Error: no such container ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi098.mygyec\nDeploy daemon haproxy.nfs.foo.smithi098.mygyec ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi098 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-06T04:14:42Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-06T04:15:19Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-06T04:15:57Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi098 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.47/16"}, "status": {"created": "2023-12-06T04:13:56.330826Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.47/16"}}, {"events": ["2023-12-06T04:13:52.727160Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-06T04:13:52.721318Z", "last_refresh": "2023-12-06T04:14:00.890623Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-06T04:10:09.956661Z", "last_refresh": "2023-12-06T04:14:00.890026Z", "running": 2, "size": 2}}, {"events": ["2023-12-06T04:11:13.238878Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi047:172.21.15.47=smithi047", "smithi098:172.21.15.98=smithi098"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-06T04:11:13.235526Z", "last_refresh": "2023-12-06T04:14:00.890116Z", "running": 2, "size": 2}}, {"events": ["2023-12-06T04:13:56.329598Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-12-06T04:13:56.325813Z", "ports": [12999], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-06T04:10:14.589128Z", "last_refresh": "2023-12-06T04:14:00.890197Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-06T04:11:43.239438Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-06T04:11:43.235053Z", "last_refresh": "2023-12-06T04:14:00.890274Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-06T04:10:12.030635Z", "last_refresh": "2023-12-06T04:14:03.073149Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-06T04:17:13.620 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Dec 06 04:17:13 smithi098 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi098[111615]: cluster 2023-12-06T04:17:11.363642+0000 mgr.smithi047.erpxvz (mgr.14182) 324 : cluster [DBG] pgmap v214: 97 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-12-06T04:17:13.865 INFO:tasks.cephadm:nfs.foo has 0/1 2023-12-06T04:17:14.865 DEBUG:teuthology.orchestra.run.smithi047:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:d03fca4f35d43f61b4679936aef7bd2f01cced0b shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 2ecad2ea-93ed-11ee-95a2-87774f69a715 -- ceph orch ls -f json 2023-12-06T04:17:15.577 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Dec 06 04:17:15 smithi047 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi047[108212]: cluster 2023-12-06T04:17:13.363995+0000 mgr.smithi047.erpxvz (mgr.14182) 325 : 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-12-06T04:17:15.577 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Dec 06 04:17:15 smithi047 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi047[108212]: audit 2023-12-06T04:17:13.471562+0000 mgr.smithi047.erpxvz (mgr.14182) 326 : audit [DBG] from='client.14848 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-06T04:17:15.620 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Dec 06 04:17:15 smithi098 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi098[111615]: cluster 2023-12-06T04:17:13.363995+0000 mgr.smithi047.erpxvz (mgr.14182) 325 : 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-12-06T04:17:15.620 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Dec 06 04:17:15 smithi098 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi098[111615]: audit 2023-12-06T04:17:13.471562+0000 mgr.smithi047.erpxvz (mgr.14182) 326 : audit [DBG] from='client.14848 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-06T04:17:16.298 INFO:teuthology.orchestra.run.smithi047.stdout: 2023-12-06T04:17:16.299 INFO:teuthology.orchestra.run.smithi047.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-06T04:10:15.517593Z", "last_refresh": "2023-12-06T04:14:03.072571Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-06T04:10:10.954835Z", "last_refresh": "2023-12-06T04:14:00.889834Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-06T04:10:13.544463Z", "last_refresh": "2023-12-06T04:14:03.072868Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-06T04:13:56.333839Z service:ingress.nfs.foo [INFO] \"service was created\"", "2023-12-06T04:16:34.566097Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi098.mygyec on smithi098: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi098-mygyec\n/bin/podman: stderr Error: no such container ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi098-mygyec\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi098.mygyec\n/bin/podman: stderr Error: no such container ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi098.mygyec\nDeploy daemon haproxy.nfs.foo.smithi098.mygyec ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi098 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-06T04:14:42Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-06T04:15:19Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-06T04:15:57Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi098 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.47/16"}, "status": {"created": "2023-12-06T04:13:56.330826Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.47/16"}}, {"events": ["2023-12-06T04:13:52.727160Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-06T04:13:52.721318Z", "last_refresh": "2023-12-06T04:14:00.890623Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-06T04:10:09.956661Z", "last_refresh": "2023-12-06T04:14:00.890026Z", "running": 2, "size": 2}}, {"events": ["2023-12-06T04:11:13.238878Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi047:172.21.15.47=smithi047", "smithi098:172.21.15.98=smithi098"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-06T04:11:13.235526Z", "last_refresh": "2023-12-06T04:14:00.890116Z", "running": 2, "size": 2}}, {"events": ["2023-12-06T04:13:56.329598Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-12-06T04:13:56.325813Z", "ports": [12999], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-06T04:10:14.589128Z", "last_refresh": "2023-12-06T04:14:00.890197Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-06T04:11:43.239438Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-06T04:11:43.235053Z", "last_refresh": "2023-12-06T04:14:00.890274Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-06T04:10:12.030635Z", "last_refresh": "2023-12-06T04:14:03.073149Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-06T04:17:16.690 INFO:tasks.cephadm:nfs.foo has 0/1 2023-12-06T04:17:17.620 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Dec 06 04:17:17 smithi098 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi098[111615]: cluster 2023-12-06T04:17:15.364504+0000 mgr.smithi047.erpxvz (mgr.14182) 327 : cluster [DBG] pgmap v216: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-06T04:17:17.620 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Dec 06 04:17:17 smithi098 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi098[111615]: audit 2023-12-06T04:17:16.292074+0000 mgr.smithi047.erpxvz (mgr.14182) 328 : audit [DBG] from='client.14852 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-06T04:17:17.630 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Dec 06 04:17:17 smithi047 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi047[108212]: cluster 2023-12-06T04:17:15.364504+0000 mgr.smithi047.erpxvz (mgr.14182) 327 : cluster [DBG] pgmap v216: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-06T04:17:17.630 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Dec 06 04:17:17 smithi047 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi047[108212]: audit 2023-12-06T04:17:16.292074+0000 mgr.smithi047.erpxvz (mgr.14182) 328 : audit [DBG] from='client.14852 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-06T04:17:17.691 DEBUG:teuthology.orchestra.run.smithi047:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:d03fca4f35d43f61b4679936aef7bd2f01cced0b shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 2ecad2ea-93ed-11ee-95a2-87774f69a715 -- ceph orch ls -f json 2023-12-06T04:17:19.093 INFO:teuthology.orchestra.run.smithi047.stdout: 2023-12-06T04:17:19.093 INFO:teuthology.orchestra.run.smithi047.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-06T04:10:15.517593Z", "last_refresh": "2023-12-06T04:14:03.072571Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-06T04:10:10.954835Z", "last_refresh": "2023-12-06T04:14:00.889834Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-06T04:10:13.544463Z", "last_refresh": "2023-12-06T04:14:03.072868Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-06T04:13:56.333839Z service:ingress.nfs.foo [INFO] \"service was created\"", "2023-12-06T04:16:34.566097Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi098.mygyec on smithi098: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi098-mygyec\n/bin/podman: stderr Error: no such container ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi098-mygyec\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi098.mygyec\n/bin/podman: stderr Error: no such container ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi098.mygyec\nDeploy daemon haproxy.nfs.foo.smithi098.mygyec ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi098 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-06T04:14:42Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-06T04:15:19Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-06T04:15:57Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi098 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.47/16"}, "status": {"created": "2023-12-06T04:13:56.330826Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.47/16"}}, {"events": ["2023-12-06T04:13:52.727160Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-06T04:13:52.721318Z", "last_refresh": "2023-12-06T04:14:00.890623Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-06T04:10:09.956661Z", "last_refresh": "2023-12-06T04:14:00.890026Z", "running": 2, "size": 2}}, {"events": ["2023-12-06T04:11:13.238878Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi047:172.21.15.47=smithi047", "smithi098:172.21.15.98=smithi098"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-06T04:11:13.235526Z", "last_refresh": "2023-12-06T04:14:00.890116Z", "running": 2, "size": 2}}, {"events": ["2023-12-06T04:13:56.329598Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-12-06T04:13:56.325813Z", "ports": [12999], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-06T04:10:14.589128Z", "last_refresh": "2023-12-06T04:14:00.890197Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-06T04:11:43.239438Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-06T04:11:43.235053Z", "last_refresh": "2023-12-06T04:14:00.890274Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-06T04:10:12.030635Z", "last_refresh": "2023-12-06T04:14:03.073149Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-06T04:17:19.379 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Dec 06 04:17:19 smithi047 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi047[108212]: cluster 2023-12-06T04:17:17.365085+0000 mgr.smithi047.erpxvz (mgr.14182) 329 : 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-12-06T04:17:19.547 INFO:tasks.cephadm:nfs.foo has 0/1 2023-12-06T04:17:19.620 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Dec 06 04:17:19 smithi098 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi098[111615]: cluster 2023-12-06T04:17:17.365085+0000 mgr.smithi047.erpxvz (mgr.14182) 329 : 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-12-06T04:17:20.548 DEBUG:teuthology.orchestra.run.smithi047:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:d03fca4f35d43f61b4679936aef7bd2f01cced0b shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 2ecad2ea-93ed-11ee-95a2-87774f69a715 -- ceph orch ls -f json 2023-12-06T04:17:20.588 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Dec 06 04:17:20 smithi047 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi047[108212]: audit 2023-12-06T04:17:19.088039+0000 mgr.smithi047.erpxvz (mgr.14182) 330 : audit [DBG] from='client.14856 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-06T04:17:20.620 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Dec 06 04:17:20 smithi098 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi098[111615]: audit 2023-12-06T04:17:19.088039+0000 mgr.smithi047.erpxvz (mgr.14182) 330 : audit [DBG] from='client.14856 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-06T04:17:21.589 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Dec 06 04:17:21 smithi047 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi047[108212]: cluster 2023-12-06T04:17:19.365751+0000 mgr.smithi047.erpxvz (mgr.14182) 331 : 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-12-06T04:17:21.620 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Dec 06 04:17:21 smithi098 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi098[111615]: cluster 2023-12-06T04:17:19.365751+0000 mgr.smithi047.erpxvz (mgr.14182) 331 : 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-12-06T04:17:21.988 INFO:teuthology.orchestra.run.smithi047.stdout: 2023-12-06T04:17:21.988 INFO:teuthology.orchestra.run.smithi047.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-06T04:10:15.517593Z", "last_refresh": "2023-12-06T04:14:03.072571Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-06T04:10:10.954835Z", "last_refresh": "2023-12-06T04:14:00.889834Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-06T04:10:13.544463Z", "last_refresh": "2023-12-06T04:14:03.072868Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-06T04:13:56.333839Z service:ingress.nfs.foo [INFO] \"service was created\"", "2023-12-06T04:16:34.566097Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi098.mygyec on smithi098: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi098-mygyec\n/bin/podman: stderr Error: no such container ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi098-mygyec\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi098.mygyec\n/bin/podman: stderr Error: no such container ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi098.mygyec\nDeploy daemon haproxy.nfs.foo.smithi098.mygyec ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi098 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-06T04:14:42Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-06T04:15:19Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-06T04:15:57Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi098 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.47/16"}, "status": {"created": "2023-12-06T04:13:56.330826Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.47/16"}}, {"events": ["2023-12-06T04:13:52.727160Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-06T04:13:52.721318Z", "last_refresh": "2023-12-06T04:14:00.890623Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-06T04:10:09.956661Z", "last_refresh": "2023-12-06T04:14:00.890026Z", "running": 2, "size": 2}}, {"events": ["2023-12-06T04:11:13.238878Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi047:172.21.15.47=smithi047", "smithi098:172.21.15.98=smithi098"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-06T04:11:13.235526Z", "last_refresh": "2023-12-06T04:14:00.890116Z", "running": 2, "size": 2}}, {"events": ["2023-12-06T04:13:56.329598Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-12-06T04:13:56.325813Z", "ports": [12999], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-06T04:10:14.589128Z", "last_refresh": "2023-12-06T04:14:00.890197Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-06T04:11:43.239438Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-06T04:11:43.235053Z", "last_refresh": "2023-12-06T04:14:00.890274Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-06T04:10:12.030635Z", "last_refresh": "2023-12-06T04:14:03.073149Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-06T04:17:22.380 INFO:tasks.cephadm:nfs.foo has 0/1 2023-12-06T04:17:23.381 DEBUG:teuthology.orchestra.run.smithi047:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:d03fca4f35d43f61b4679936aef7bd2f01cced0b shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 2ecad2ea-93ed-11ee-95a2-87774f69a715 -- ceph orch ls -f json 2023-12-06T04:17:23.622 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Dec 06 04:17:23 smithi098 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi098[111615]: cluster 2023-12-06T04:17:21.366314+0000 mgr.smithi047.erpxvz (mgr.14182) 332 : cluster [DBG] pgmap v219: 97 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-12-06T04:17:23.623 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Dec 06 04:17:23 smithi098 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi098[111615]: audit 2023-12-06T04:17:21.983486+0000 mgr.smithi047.erpxvz (mgr.14182) 333 : audit [DBG] from='client.14860 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-06T04:17:23.629 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Dec 06 04:17:23 smithi047 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi047[108212]: cluster 2023-12-06T04:17:21.366314+0000 mgr.smithi047.erpxvz (mgr.14182) 332 : cluster [DBG] pgmap v219: 97 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-12-06T04:17:23.629 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Dec 06 04:17:23 smithi047 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi047[108212]: audit 2023-12-06T04:17:21.983486+0000 mgr.smithi047.erpxvz (mgr.14182) 333 : audit [DBG] from='client.14860 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-06T04:17:24.851 INFO:teuthology.orchestra.run.smithi047.stdout: 2023-12-06T04:17:24.851 INFO:teuthology.orchestra.run.smithi047.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-06T04:10:15.517593Z", "last_refresh": "2023-12-06T04:14:03.072571Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-06T04:10:10.954835Z", "last_refresh": "2023-12-06T04:14:00.889834Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-06T04:10:13.544463Z", "last_refresh": "2023-12-06T04:14:03.072868Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-06T04:13:56.333839Z service:ingress.nfs.foo [INFO] \"service was created\"", "2023-12-06T04:16:34.566097Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi098.mygyec on smithi098: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi098-mygyec\n/bin/podman: stderr Error: no such container ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi098-mygyec\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi098.mygyec\n/bin/podman: stderr Error: no such container ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi098.mygyec\nDeploy daemon haproxy.nfs.foo.smithi098.mygyec ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi098 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-06T04:14:42Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-06T04:15:19Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-06T04:15:57Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi098 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.47/16"}, "status": {"created": "2023-12-06T04:13:56.330826Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.47/16"}}, {"events": ["2023-12-06T04:13:52.727160Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-06T04:13:52.721318Z", "last_refresh": "2023-12-06T04:14:00.890623Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-06T04:10:09.956661Z", "last_refresh": "2023-12-06T04:14:00.890026Z", "running": 2, "size": 2}}, {"events": ["2023-12-06T04:11:13.238878Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi047:172.21.15.47=smithi047", "smithi098:172.21.15.98=smithi098"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-06T04:11:13.235526Z", "last_refresh": "2023-12-06T04:14:00.890116Z", "running": 2, "size": 2}}, {"events": ["2023-12-06T04:13:56.329598Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-12-06T04:13:56.325813Z", "ports": [12999], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-06T04:10:14.589128Z", "last_refresh": "2023-12-06T04:14:00.890197Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-06T04:11:43.239438Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-06T04:11:43.235053Z", "last_refresh": "2023-12-06T04:14:00.890274Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-06T04:10:12.030635Z", "last_refresh": "2023-12-06T04:14:03.073149Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-06T04:17:25.254 INFO:tasks.cephadm:nfs.foo has 0/1 2023-12-06T04:17:25.620 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Dec 06 04:17:25 smithi098 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi098[111615]: cluster 2023-12-06T04:17:23.366863+0000 mgr.smithi047.erpxvz (mgr.14182) 334 : 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-12-06T04:17:25.629 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Dec 06 04:17:25 smithi047 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi047[108212]: cluster 2023-12-06T04:17:23.366863+0000 mgr.smithi047.erpxvz (mgr.14182) 334 : 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-12-06T04:17:26.256 DEBUG:teuthology.orchestra.run.smithi047:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:d03fca4f35d43f61b4679936aef7bd2f01cced0b shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 2ecad2ea-93ed-11ee-95a2-87774f69a715 -- ceph orch ls -f json 2023-12-06T04:17:26.617 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Dec 06 04:17:26 smithi047 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi047[108212]: audit 2023-12-06T04:17:24.846211+0000 mgr.smithi047.erpxvz (mgr.14182) 335 : audit [DBG] from='client.14864 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-06T04:17:26.620 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Dec 06 04:17:26 smithi098 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi098[111615]: audit 2023-12-06T04:17:24.846211+0000 mgr.smithi047.erpxvz (mgr.14182) 335 : audit [DBG] from='client.14864 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-06T04:17:27.620 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Dec 06 04:17:27 smithi098 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi098[111615]: cluster 2023-12-06T04:17:25.367348+0000 mgr.smithi047.erpxvz (mgr.14182) 336 : cluster [DBG] pgmap v221: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-06T04:17:27.629 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Dec 06 04:17:27 smithi047 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi047[108212]: cluster 2023-12-06T04:17:25.367348+0000 mgr.smithi047.erpxvz (mgr.14182) 336 : cluster [DBG] pgmap v221: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-06T04:17:27.780 INFO:teuthology.orchestra.run.smithi047.stdout: 2023-12-06T04:17:27.780 INFO:teuthology.orchestra.run.smithi047.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-06T04:10:15.517593Z", "last_refresh": "2023-12-06T04:14:03.072571Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-06T04:10:10.954835Z", "last_refresh": "2023-12-06T04:14:00.889834Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-06T04:10:13.544463Z", "last_refresh": "2023-12-06T04:14:03.072868Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-06T04:13:56.333839Z service:ingress.nfs.foo [INFO] \"service was created\"", "2023-12-06T04:16:34.566097Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi098.mygyec on smithi098: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi098-mygyec\n/bin/podman: stderr Error: no such container ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi098-mygyec\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi098.mygyec\n/bin/podman: stderr Error: no such container ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi098.mygyec\nDeploy daemon haproxy.nfs.foo.smithi098.mygyec ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi098 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-06T04:14:42Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-06T04:15:19Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-06T04:15:57Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi098 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.47/16"}, "status": {"created": "2023-12-06T04:13:56.330826Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.47/16"}}, {"events": ["2023-12-06T04:13:52.727160Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-06T04:13:52.721318Z", "last_refresh": "2023-12-06T04:14:00.890623Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-06T04:10:09.956661Z", "last_refresh": "2023-12-06T04:14:00.890026Z", "running": 2, "size": 2}}, {"events": ["2023-12-06T04:11:13.238878Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi047:172.21.15.47=smithi047", "smithi098:172.21.15.98=smithi098"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-06T04:11:13.235526Z", "last_refresh": "2023-12-06T04:14:00.890116Z", "running": 2, "size": 2}}, {"events": ["2023-12-06T04:13:56.329598Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-12-06T04:13:56.325813Z", "ports": [12999], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-06T04:10:14.589128Z", "last_refresh": "2023-12-06T04:14:00.890197Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-06T04:11:43.239438Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-06T04:11:43.235053Z", "last_refresh": "2023-12-06T04:14:00.890274Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-06T04:10:12.030635Z", "last_refresh": "2023-12-06T04:14:03.073149Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-06T04:17:28.154 INFO:tasks.cephadm:nfs.foo has 0/1 2023-12-06T04:17:29.156 DEBUG:teuthology.orchestra.run.smithi047:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:d03fca4f35d43f61b4679936aef7bd2f01cced0b shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 2ecad2ea-93ed-11ee-95a2-87774f69a715 -- ceph orch ls -f json 2023-12-06T04:17:29.509 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Dec 06 04:17:29 smithi047 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi047[108212]: cluster 2023-12-06T04:17:27.367943+0000 mgr.smithi047.erpxvz (mgr.14182) 337 : 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-12-06T04:17:29.509 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Dec 06 04:17:29 smithi047 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi047[108212]: audit 2023-12-06T04:17:27.775727+0000 mgr.smithi047.erpxvz (mgr.14182) 338 : audit [DBG] from='client.14868 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-06T04:17:29.620 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Dec 06 04:17:29 smithi098 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi098[111615]: cluster 2023-12-06T04:17:27.367943+0000 mgr.smithi047.erpxvz (mgr.14182) 337 : 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-12-06T04:17:29.620 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Dec 06 04:17:29 smithi098 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi098[111615]: audit 2023-12-06T04:17:27.775727+0000 mgr.smithi047.erpxvz (mgr.14182) 338 : audit [DBG] from='client.14868 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-06T04:17:30.659 INFO:teuthology.orchestra.run.smithi047.stdout: 2023-12-06T04:17:30.659 INFO:teuthology.orchestra.run.smithi047.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-06T04:10:15.517593Z", "last_refresh": "2023-12-06T04:14:03.072571Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-06T04:10:10.954835Z", "last_refresh": "2023-12-06T04:14:00.889834Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-06T04:10:13.544463Z", "last_refresh": "2023-12-06T04:14:03.072868Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-06T04:13:56.333839Z service:ingress.nfs.foo [INFO] \"service was created\"", "2023-12-06T04:16:34.566097Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi098.mygyec on smithi098: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi098-mygyec\n/bin/podman: stderr Error: no such container ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi098-mygyec\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi098.mygyec\n/bin/podman: stderr Error: no such container ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi098.mygyec\nDeploy daemon haproxy.nfs.foo.smithi098.mygyec ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi098 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-06T04:14:42Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-06T04:15:19Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-06T04:15:57Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi098 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.47/16"}, "status": {"created": "2023-12-06T04:13:56.330826Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.47/16"}}, {"events": ["2023-12-06T04:13:52.727160Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-06T04:13:52.721318Z", "last_refresh": "2023-12-06T04:14:00.890623Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-06T04:10:09.956661Z", "last_refresh": "2023-12-06T04:14:00.890026Z", "running": 2, "size": 2}}, {"events": ["2023-12-06T04:11:13.238878Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi047:172.21.15.47=smithi047", "smithi098:172.21.15.98=smithi098"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-06T04:11:13.235526Z", "last_refresh": "2023-12-06T04:14:00.890116Z", "running": 2, "size": 2}}, {"events": ["2023-12-06T04:13:56.329598Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-12-06T04:13:56.325813Z", "ports": [12999], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-06T04:10:14.589128Z", "last_refresh": "2023-12-06T04:14:00.890197Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-06T04:11:43.239438Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-06T04:11:43.235053Z", "last_refresh": "2023-12-06T04:14:00.890274Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-06T04:10:12.030635Z", "last_refresh": "2023-12-06T04:14:03.073149Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-06T04:17:31.078 INFO:tasks.cephadm:nfs.foo has 0/1 2023-12-06T04:17:31.620 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Dec 06 04:17:31 smithi098 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi098[111615]: cluster 2023-12-06T04:17:29.368355+0000 mgr.smithi047.erpxvz (mgr.14182) 339 : 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-12-06T04:17:31.629 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Dec 06 04:17:31 smithi047 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi047[108212]: cluster 2023-12-06T04:17:29.368355+0000 mgr.smithi047.erpxvz (mgr.14182) 339 : 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-12-06T04:17:32.080 DEBUG:teuthology.orchestra.run.smithi047:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:d03fca4f35d43f61b4679936aef7bd2f01cced0b shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 2ecad2ea-93ed-11ee-95a2-87774f69a715 -- ceph orch ls -f json 2023-12-06T04:17:32.379 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Dec 06 04:17:32 smithi047 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi047[108212]: audit 2023-12-06T04:17:30.654228+0000 mgr.smithi047.erpxvz (mgr.14182) 340 : audit [DBG] from='client.14872 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-06T04:17:32.620 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Dec 06 04:17:32 smithi098 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi098[111615]: audit 2023-12-06T04:17:30.654228+0000 mgr.smithi047.erpxvz (mgr.14182) 340 : audit [DBG] from='client.14872 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-06T04:17:33.380 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Dec 06 04:17:33 smithi047 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi047[108212]: cluster 2023-12-06T04:17:31.368892+0000 mgr.smithi047.erpxvz (mgr.14182) 341 : cluster [DBG] pgmap v224: 97 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-12-06T04:17:33.545 INFO:teuthology.orchestra.run.smithi047.stdout: 2023-12-06T04:17:33.545 INFO:teuthology.orchestra.run.smithi047.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-06T04:10:15.517593Z", "last_refresh": "2023-12-06T04:14:03.072571Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-06T04:10:10.954835Z", "last_refresh": "2023-12-06T04:14:00.889834Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-06T04:10:13.544463Z", "last_refresh": "2023-12-06T04:14:03.072868Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-06T04:13:56.333839Z service:ingress.nfs.foo [INFO] \"service was created\"", "2023-12-06T04:16:34.566097Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi098.mygyec on smithi098: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi098-mygyec\n/bin/podman: stderr Error: no such container ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi098-mygyec\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi098.mygyec\n/bin/podman: stderr Error: no such container ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi098.mygyec\nDeploy daemon haproxy.nfs.foo.smithi098.mygyec ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi098 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-06T04:14:42Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-06T04:15:19Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-06T04:15:57Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi098 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.47/16"}, "status": {"created": "2023-12-06T04:13:56.330826Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.47/16"}}, {"events": ["2023-12-06T04:13:52.727160Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-06T04:13:52.721318Z", "last_refresh": "2023-12-06T04:14:00.890623Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-06T04:10:09.956661Z", "last_refresh": "2023-12-06T04:14:00.890026Z", "running": 2, "size": 2}}, {"events": ["2023-12-06T04:11:13.238878Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi047:172.21.15.47=smithi047", "smithi098:172.21.15.98=smithi098"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-06T04:11:13.235526Z", "last_refresh": "2023-12-06T04:14:00.890116Z", "running": 2, "size": 2}}, {"events": ["2023-12-06T04:13:56.329598Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-12-06T04:13:56.325813Z", "ports": [12999], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-06T04:10:14.589128Z", "last_refresh": "2023-12-06T04:14:00.890197Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-06T04:11:43.239438Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-06T04:11:43.235053Z", "last_refresh": "2023-12-06T04:14:00.890274Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-06T04:10:12.030635Z", "last_refresh": "2023-12-06T04:14:03.073149Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-06T04:17:33.620 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Dec 06 04:17:33 smithi098 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi098[111615]: cluster 2023-12-06T04:17:31.368892+0000 mgr.smithi047.erpxvz (mgr.14182) 341 : cluster [DBG] pgmap v224: 97 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-12-06T04:17:33.937 INFO:tasks.cephadm:nfs.foo has 0/1 2023-12-06T04:17:34.938 DEBUG:teuthology.orchestra.run.smithi047:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:d03fca4f35d43f61b4679936aef7bd2f01cced0b shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 2ecad2ea-93ed-11ee-95a2-87774f69a715 -- ceph orch ls -f json 2023-12-06T04:17:35.620 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Dec 06 04:17:35 smithi098 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi098[111615]: cluster 2023-12-06T04:17:33.369365+0000 mgr.smithi047.erpxvz (mgr.14182) 342 : 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-12-06T04:17:35.620 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Dec 06 04:17:35 smithi098 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi098[111615]: audit 2023-12-06T04:17:33.540104+0000 mgr.smithi047.erpxvz (mgr.14182) 343 : audit [DBG] from='client.14876 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-06T04:17:35.629 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Dec 06 04:17:35 smithi047 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi047[108212]: cluster 2023-12-06T04:17:33.369365+0000 mgr.smithi047.erpxvz (mgr.14182) 342 : 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-12-06T04:17:35.629 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Dec 06 04:17:35 smithi047 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi047[108212]: audit 2023-12-06T04:17:33.540104+0000 mgr.smithi047.erpxvz (mgr.14182) 343 : audit [DBG] from='client.14876 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-06T04:17:36.432 INFO:teuthology.orchestra.run.smithi047.stdout: 2023-12-06T04:17:36.432 INFO:teuthology.orchestra.run.smithi047.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-06T04:10:15.517593Z", "last_refresh": "2023-12-06T04:14:03.072571Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-06T04:10:10.954835Z", "last_refresh": "2023-12-06T04:14:00.889834Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-06T04:10:13.544463Z", "last_refresh": "2023-12-06T04:14:03.072868Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-06T04:13:56.333839Z service:ingress.nfs.foo [INFO] \"service was created\"", "2023-12-06T04:16:34.566097Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi098.mygyec on smithi098: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi098-mygyec\n/bin/podman: stderr Error: no such container ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi098-mygyec\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi098.mygyec\n/bin/podman: stderr Error: no such container ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi098.mygyec\nDeploy daemon haproxy.nfs.foo.smithi098.mygyec ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi098 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-06T04:14:42Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-06T04:15:19Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-06T04:15:57Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi098 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.47/16"}, "status": {"created": "2023-12-06T04:13:56.330826Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.47/16"}}, {"events": ["2023-12-06T04:13:52.727160Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-06T04:13:52.721318Z", "last_refresh": "2023-12-06T04:14:00.890623Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-06T04:10:09.956661Z", "last_refresh": "2023-12-06T04:14:00.890026Z", "running": 2, "size": 2}}, {"events": ["2023-12-06T04:11:13.238878Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi047:172.21.15.47=smithi047", "smithi098:172.21.15.98=smithi098"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-06T04:11:13.235526Z", "last_refresh": "2023-12-06T04:14:00.890116Z", "running": 2, "size": 2}}, {"events": ["2023-12-06T04:13:56.329598Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-12-06T04:13:56.325813Z", "ports": [12999], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-06T04:10:14.589128Z", "last_refresh": "2023-12-06T04:14:00.890197Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-06T04:11:43.239438Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-06T04:11:43.235053Z", "last_refresh": "2023-12-06T04:14:00.890274Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-06T04:10:12.030635Z", "last_refresh": "2023-12-06T04:14:03.073149Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-06T04:17:36.766 INFO:tasks.cephadm:nfs.foo has 0/1 2023-12-06T04:17:37.620 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Dec 06 04:17:37 smithi098 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi098[111615]: cluster 2023-12-06T04:17:35.369876+0000 mgr.smithi047.erpxvz (mgr.14182) 344 : cluster [DBG] pgmap v226: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-06T04:17:37.629 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Dec 06 04:17:37 smithi047 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi047[108212]: cluster 2023-12-06T04:17:35.369876+0000 mgr.smithi047.erpxvz (mgr.14182) 344 : cluster [DBG] pgmap v226: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-06T04:17:37.767 DEBUG:teuthology.orchestra.run.smithi047:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:d03fca4f35d43f61b4679936aef7bd2f01cced0b shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 2ecad2ea-93ed-11ee-95a2-87774f69a715 -- ceph orch ls -f json 2023-12-06T04:17:38.379 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Dec 06 04:17:38 smithi047 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi047[108212]: audit 2023-12-06T04:17:36.427483+0000 mgr.smithi047.erpxvz (mgr.14182) 345 : audit [DBG] from='client.14880 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-06T04:17:38.620 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Dec 06 04:17:38 smithi098 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi098[111615]: audit 2023-12-06T04:17:36.427483+0000 mgr.smithi047.erpxvz (mgr.14182) 345 : audit [DBG] from='client.14880 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-06T04:17:39.225 INFO:teuthology.orchestra.run.smithi047.stdout: 2023-12-06T04:17:39.226 INFO:teuthology.orchestra.run.smithi047.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-06T04:10:15.517593Z", "last_refresh": "2023-12-06T04:14:03.072571Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-06T04:10:10.954835Z", "last_refresh": "2023-12-06T04:14:00.889834Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-06T04:10:13.544463Z", "last_refresh": "2023-12-06T04:14:03.072868Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-06T04:13:56.333839Z service:ingress.nfs.foo [INFO] \"service was created\"", "2023-12-06T04:16:34.566097Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi098.mygyec on smithi098: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi098-mygyec\n/bin/podman: stderr Error: no such container ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi098-mygyec\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi098.mygyec\n/bin/podman: stderr Error: no such container ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi098.mygyec\nDeploy daemon haproxy.nfs.foo.smithi098.mygyec ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi098 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-06T04:14:42Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-06T04:15:19Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-06T04:15:57Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi098 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.47/16"}, "status": {"created": "2023-12-06T04:13:56.330826Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.47/16"}}, {"events": ["2023-12-06T04:13:52.727160Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-06T04:13:52.721318Z", "last_refresh": "2023-12-06T04:14:00.890623Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-06T04:10:09.956661Z", "last_refresh": "2023-12-06T04:14:00.890026Z", "running": 2, "size": 2}}, {"events": ["2023-12-06T04:11:13.238878Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi047:172.21.15.47=smithi047", "smithi098:172.21.15.98=smithi098"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-06T04:11:13.235526Z", "last_refresh": "2023-12-06T04:14:00.890116Z", "running": 2, "size": 2}}, {"events": ["2023-12-06T04:13:56.329598Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-12-06T04:13:56.325813Z", "ports": [12999], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-06T04:10:14.589128Z", "last_refresh": "2023-12-06T04:14:00.890197Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-06T04:11:43.239438Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-06T04:11:43.235053Z", "last_refresh": "2023-12-06T04:14:00.890274Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-06T04:10:12.030635Z", "last_refresh": "2023-12-06T04:14:03.073149Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-06T04:17:39.569 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Dec 06 04:17:39 smithi047 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi047[108212]: cluster 2023-12-06T04:17:37.370376+0000 mgr.smithi047.erpxvz (mgr.14182) 346 : 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-12-06T04:17:39.620 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Dec 06 04:17:39 smithi098 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi098[111615]: cluster 2023-12-06T04:17:37.370376+0000 mgr.smithi047.erpxvz (mgr.14182) 346 : 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-12-06T04:17:39.645 INFO:tasks.cephadm:nfs.foo has 0/1 2023-12-06T04:17:40.620 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Dec 06 04:17:40 smithi098 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi098[111615]: audit 2023-12-06T04:17:39.220575+0000 mgr.smithi047.erpxvz (mgr.14182) 347 : audit [DBG] from='client.14884 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-06T04:17:40.629 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Dec 06 04:17:40 smithi047 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi047[108212]: audit 2023-12-06T04:17:39.220575+0000 mgr.smithi047.erpxvz (mgr.14182) 347 : audit [DBG] from='client.14884 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-06T04:17:40.646 DEBUG:teuthology.orchestra.run.smithi047:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:d03fca4f35d43f61b4679936aef7bd2f01cced0b shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 2ecad2ea-93ed-11ee-95a2-87774f69a715 -- ceph orch ls -f json 2023-12-06T04:17:41.620 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Dec 06 04:17:41 smithi098 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi098[111615]: cluster 2023-12-06T04:17:39.370955+0000 mgr.smithi047.erpxvz (mgr.14182) 348 : 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-12-06T04:17:41.629 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Dec 06 04:17:41 smithi047 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi047[108212]: cluster 2023-12-06T04:17:39.370955+0000 mgr.smithi047.erpxvz (mgr.14182) 348 : 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-12-06T04:17:42.142 INFO:teuthology.orchestra.run.smithi047.stdout: 2023-12-06T04:17:42.143 INFO:teuthology.orchestra.run.smithi047.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-06T04:10:15.517593Z", "last_refresh": "2023-12-06T04:14:03.072571Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-06T04:10:10.954835Z", "last_refresh": "2023-12-06T04:14:00.889834Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-06T04:10:13.544463Z", "last_refresh": "2023-12-06T04:14:03.072868Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-06T04:13:56.333839Z service:ingress.nfs.foo [INFO] \"service was created\"", "2023-12-06T04:16:34.566097Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi098.mygyec on smithi098: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi098-mygyec\n/bin/podman: stderr Error: no such container ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi098-mygyec\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi098.mygyec\n/bin/podman: stderr Error: no such container ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi098.mygyec\nDeploy daemon haproxy.nfs.foo.smithi098.mygyec ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi098 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-06T04:14:42Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-06T04:15:19Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-06T04:15:57Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi098 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.47/16"}, "status": {"created": "2023-12-06T04:13:56.330826Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.47/16"}}, {"events": ["2023-12-06T04:13:52.727160Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-06T04:13:52.721318Z", "last_refresh": "2023-12-06T04:14:00.890623Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-06T04:10:09.956661Z", "last_refresh": "2023-12-06T04:14:00.890026Z", "running": 2, "size": 2}}, {"events": ["2023-12-06T04:11:13.238878Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi047:172.21.15.47=smithi047", "smithi098:172.21.15.98=smithi098"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-06T04:11:13.235526Z", "last_refresh": "2023-12-06T04:14:00.890116Z", "running": 2, "size": 2}}, {"events": ["2023-12-06T04:13:56.329598Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-12-06T04:13:56.325813Z", "ports": [12999], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-06T04:10:14.589128Z", "last_refresh": "2023-12-06T04:14:00.890197Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-06T04:11:43.239438Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-06T04:11:43.235053Z", "last_refresh": "2023-12-06T04:14:00.890274Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-06T04:10:12.030635Z", "last_refresh": "2023-12-06T04:14:03.073149Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-06T04:17:42.535 INFO:tasks.cephadm:nfs.foo has 0/1 2023-12-06T04:17:43.536 DEBUG:teuthology.orchestra.run.smithi047:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:d03fca4f35d43f61b4679936aef7bd2f01cced0b shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 2ecad2ea-93ed-11ee-95a2-87774f69a715 -- ceph orch ls -f json 2023-12-06T04:17:43.620 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Dec 06 04:17:43 smithi098 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi098[111615]: cluster 2023-12-06T04:17:41.371653+0000 mgr.smithi047.erpxvz (mgr.14182) 349 : cluster [DBG] pgmap v229: 97 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-12-06T04:17:43.621 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Dec 06 04:17:43 smithi098 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi098[111615]: audit 2023-12-06T04:17:42.137760+0000 mgr.smithi047.erpxvz (mgr.14182) 350 : audit [DBG] from='client.14888 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-06T04:17:43.629 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Dec 06 04:17:43 smithi047 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi047[108212]: cluster 2023-12-06T04:17:41.371653+0000 mgr.smithi047.erpxvz (mgr.14182) 349 : cluster [DBG] pgmap v229: 97 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-12-06T04:17:43.630 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Dec 06 04:17:43 smithi047 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi047[108212]: audit 2023-12-06T04:17:42.137760+0000 mgr.smithi047.erpxvz (mgr.14182) 350 : audit [DBG] from='client.14888 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-06T04:17:44.983 INFO:teuthology.orchestra.run.smithi047.stdout: 2023-12-06T04:17:44.983 INFO:teuthology.orchestra.run.smithi047.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-06T04:10:15.517593Z", "last_refresh": "2023-12-06T04:14:03.072571Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-06T04:10:10.954835Z", "last_refresh": "2023-12-06T04:14:00.889834Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-06T04:10:13.544463Z", "last_refresh": "2023-12-06T04:14:03.072868Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-06T04:13:56.333839Z service:ingress.nfs.foo [INFO] \"service was created\"", "2023-12-06T04:16:34.566097Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi098.mygyec on smithi098: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi098-mygyec\n/bin/podman: stderr Error: no such container ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi098-mygyec\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi098.mygyec\n/bin/podman: stderr Error: no such container ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi098.mygyec\nDeploy daemon haproxy.nfs.foo.smithi098.mygyec ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi098 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-06T04:14:42Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-06T04:15:19Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-06T04:15:57Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi098 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.47/16"}, "status": {"created": "2023-12-06T04:13:56.330826Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.47/16"}}, {"events": ["2023-12-06T04:13:52.727160Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-06T04:13:52.721318Z", "last_refresh": "2023-12-06T04:14:00.890623Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-06T04:10:09.956661Z", "last_refresh": "2023-12-06T04:14:00.890026Z", "running": 2, "size": 2}}, {"events": ["2023-12-06T04:11:13.238878Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi047:172.21.15.47=smithi047", "smithi098:172.21.15.98=smithi098"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-06T04:11:13.235526Z", "last_refresh": "2023-12-06T04:14:00.890116Z", "running": 2, "size": 2}}, {"events": ["2023-12-06T04:13:56.329598Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-12-06T04:13:56.325813Z", "ports": [12999], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-06T04:10:14.589128Z", "last_refresh": "2023-12-06T04:14:00.890197Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-06T04:11:43.239438Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-06T04:11:43.235053Z", "last_refresh": "2023-12-06T04:14:00.890274Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-06T04:10:12.030635Z", "last_refresh": "2023-12-06T04:14:03.073149Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-06T04:17:45.359 INFO:tasks.cephadm:nfs.foo has 0/1 2023-12-06T04:17:45.620 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Dec 06 04:17:45 smithi098 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi098[111615]: cluster 2023-12-06T04:17:43.372172+0000 mgr.smithi047.erpxvz (mgr.14182) 351 : 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-12-06T04:17:45.629 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Dec 06 04:17:45 smithi047 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi047[108212]: cluster 2023-12-06T04:17:43.372172+0000 mgr.smithi047.erpxvz (mgr.14182) 351 : 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-12-06T04:17:46.360 DEBUG:teuthology.orchestra.run.smithi047:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:d03fca4f35d43f61b4679936aef7bd2f01cced0b shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 2ecad2ea-93ed-11ee-95a2-87774f69a715 -- ceph orch ls -f json 2023-12-06T04:17:46.620 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Dec 06 04:17:46 smithi098 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi098[111615]: audit 2023-12-06T04:17:44.978677+0000 mgr.smithi047.erpxvz (mgr.14182) 352 : audit [DBG] from='client.14892 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-06T04:17:46.629 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Dec 06 04:17:46 smithi047 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi047[108212]: audit 2023-12-06T04:17:44.978677+0000 mgr.smithi047.erpxvz (mgr.14182) 352 : audit [DBG] from='client.14892 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-06T04:17:47.620 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Dec 06 04:17:47 smithi098 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi098[111615]: cluster 2023-12-06T04:17:45.372789+0000 mgr.smithi047.erpxvz (mgr.14182) 353 : cluster [DBG] pgmap v231: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-06T04:17:47.629 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Dec 06 04:17:47 smithi047 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi047[108212]: cluster 2023-12-06T04:17:45.372789+0000 mgr.smithi047.erpxvz (mgr.14182) 353 : cluster [DBG] pgmap v231: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-06T04:17:47.796 INFO:teuthology.orchestra.run.smithi047.stdout: 2023-12-06T04:17:47.796 INFO:teuthology.orchestra.run.smithi047.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-06T04:10:15.517593Z", "last_refresh": "2023-12-06T04:14:03.072571Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-06T04:10:10.954835Z", "last_refresh": "2023-12-06T04:14:00.889834Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-06T04:10:13.544463Z", "last_refresh": "2023-12-06T04:14:03.072868Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-06T04:13:56.333839Z service:ingress.nfs.foo [INFO] \"service was created\"", "2023-12-06T04:16:34.566097Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi098.mygyec on smithi098: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi098-mygyec\n/bin/podman: stderr Error: no such container ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi098-mygyec\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi098.mygyec\n/bin/podman: stderr Error: no such container ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi098.mygyec\nDeploy daemon haproxy.nfs.foo.smithi098.mygyec ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi098 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-06T04:14:42Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-06T04:15:19Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-06T04:15:57Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi098 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.47/16"}, "status": {"created": "2023-12-06T04:13:56.330826Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.47/16"}}, {"events": ["2023-12-06T04:13:52.727160Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-06T04:13:52.721318Z", "last_refresh": "2023-12-06T04:14:00.890623Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-06T04:10:09.956661Z", "last_refresh": "2023-12-06T04:14:00.890026Z", "running": 2, "size": 2}}, {"events": ["2023-12-06T04:11:13.238878Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi047:172.21.15.47=smithi047", "smithi098:172.21.15.98=smithi098"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-06T04:11:13.235526Z", "last_refresh": "2023-12-06T04:14:00.890116Z", "running": 2, "size": 2}}, {"events": ["2023-12-06T04:13:56.329598Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-12-06T04:13:56.325813Z", "ports": [12999], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-06T04:10:14.589128Z", "last_refresh": "2023-12-06T04:14:00.890197Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-06T04:11:43.239438Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-06T04:11:43.235053Z", "last_refresh": "2023-12-06T04:14:00.890274Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-06T04:10:12.030635Z", "last_refresh": "2023-12-06T04:14:03.073149Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-06T04:17:48.184 INFO:tasks.cephadm:nfs.foo has 0/1 2023-12-06T04:17:49.186 DEBUG:teuthology.orchestra.run.smithi047:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:d03fca4f35d43f61b4679936aef7bd2f01cced0b shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 2ecad2ea-93ed-11ee-95a2-87774f69a715 -- ceph orch ls -f json 2023-12-06T04:17:49.538 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Dec 06 04:17:49 smithi047 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi047[108212]: cluster 2023-12-06T04:17:47.373254+0000 mgr.smithi047.erpxvz (mgr.14182) 354 : 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-12-06T04:17:49.540 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Dec 06 04:17:49 smithi047 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi047[108212]: audit 2023-12-06T04:17:47.791419+0000 mgr.smithi047.erpxvz (mgr.14182) 355 : audit [DBG] from='client.14896 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-06T04:17:49.620 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Dec 06 04:17:49 smithi098 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi098[111615]: cluster 2023-12-06T04:17:47.373254+0000 mgr.smithi047.erpxvz (mgr.14182) 354 : 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-12-06T04:17:49.621 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Dec 06 04:17:49 smithi098 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi098[111615]: audit 2023-12-06T04:17:47.791419+0000 mgr.smithi047.erpxvz (mgr.14182) 355 : audit [DBG] from='client.14896 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-06T04:17:50.637 INFO:teuthology.orchestra.run.smithi047.stdout: 2023-12-06T04:17:50.637 INFO:teuthology.orchestra.run.smithi047.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-06T04:10:15.517593Z", "last_refresh": "2023-12-06T04:14:03.072571Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-06T04:10:10.954835Z", "last_refresh": "2023-12-06T04:14:00.889834Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-06T04:10:13.544463Z", "last_refresh": "2023-12-06T04:14:03.072868Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-06T04:13:56.333839Z service:ingress.nfs.foo [INFO] \"service was created\"", "2023-12-06T04:16:34.566097Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi098.mygyec on smithi098: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi098-mygyec\n/bin/podman: stderr Error: no such container ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi098-mygyec\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi098.mygyec\n/bin/podman: stderr Error: no such container ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi098.mygyec\nDeploy daemon haproxy.nfs.foo.smithi098.mygyec ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi098 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-06T04:14:42Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-06T04:15:19Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-06T04:15:57Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi098 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.47/16"}, "status": {"created": "2023-12-06T04:13:56.330826Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.47/16"}}, {"events": ["2023-12-06T04:13:52.727160Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-06T04:13:52.721318Z", "last_refresh": "2023-12-06T04:14:00.890623Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-06T04:10:09.956661Z", "last_refresh": "2023-12-06T04:14:00.890026Z", "running": 2, "size": 2}}, {"events": ["2023-12-06T04:11:13.238878Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi047:172.21.15.47=smithi047", "smithi098:172.21.15.98=smithi098"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-06T04:11:13.235526Z", "last_refresh": "2023-12-06T04:14:00.890116Z", "running": 2, "size": 2}}, {"events": ["2023-12-06T04:13:56.329598Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-12-06T04:13:56.325813Z", "ports": [12999], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-06T04:10:14.589128Z", "last_refresh": "2023-12-06T04:14:00.890197Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-06T04:11:43.239438Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-06T04:11:43.235053Z", "last_refresh": "2023-12-06T04:14:00.890274Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-06T04:10:12.030635Z", "last_refresh": "2023-12-06T04:14:03.073149Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-06T04:17:51.017 INFO:tasks.cephadm:nfs.foo has 0/1 2023-12-06T04:17:51.379 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Dec 06 04:17:51 smithi047 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi047[108212]: cluster 2023-12-06T04:17:49.373692+0000 mgr.smithi047.erpxvz (mgr.14182) 356 : 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-12-06T04:17:51.620 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Dec 06 04:17:51 smithi098 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi098[111615]: cluster 2023-12-06T04:17:49.373692+0000 mgr.smithi047.erpxvz (mgr.14182) 356 : 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-12-06T04:17:52.018 DEBUG:teuthology.orchestra.run.smithi047:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:d03fca4f35d43f61b4679936aef7bd2f01cced0b shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 2ecad2ea-93ed-11ee-95a2-87774f69a715 -- ceph orch ls -f json 2023-12-06T04:17:52.371 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Dec 06 04:17:52 smithi047 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi047[108212]: audit 2023-12-06T04:17:50.632372+0000 mgr.smithi047.erpxvz (mgr.14182) 357 : audit [DBG] from='client.14900 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-06T04:17:52.620 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Dec 06 04:17:52 smithi098 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi098[111615]: audit 2023-12-06T04:17:50.632372+0000 mgr.smithi047.erpxvz (mgr.14182) 357 : audit [DBG] from='client.14900 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-06T04:17:53.379 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Dec 06 04:17:53 smithi047 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi047[108212]: cluster 2023-12-06T04:17:51.374346+0000 mgr.smithi047.erpxvz (mgr.14182) 358 : cluster [DBG] pgmap v234: 97 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-12-06T04:17:53.509 INFO:teuthology.orchestra.run.smithi047.stdout: 2023-12-06T04:17:53.509 INFO:teuthology.orchestra.run.smithi047.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-06T04:10:15.517593Z", "last_refresh": "2023-12-06T04:14:03.072571Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-06T04:10:10.954835Z", "last_refresh": "2023-12-06T04:14:00.889834Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-06T04:10:13.544463Z", "last_refresh": "2023-12-06T04:14:03.072868Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-06T04:13:56.333839Z service:ingress.nfs.foo [INFO] \"service was created\"", "2023-12-06T04:16:34.566097Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi098.mygyec on smithi098: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi098-mygyec\n/bin/podman: stderr Error: no such container ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi098-mygyec\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi098.mygyec\n/bin/podman: stderr Error: no such container ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi098.mygyec\nDeploy daemon haproxy.nfs.foo.smithi098.mygyec ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi098 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-06T04:14:42Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-06T04:15:19Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-06T04:15:57Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi098 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.47/16"}, "status": {"created": "2023-12-06T04:13:56.330826Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.47/16"}}, {"events": ["2023-12-06T04:13:52.727160Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-06T04:13:52.721318Z", "last_refresh": "2023-12-06T04:14:00.890623Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-06T04:10:09.956661Z", "last_refresh": "2023-12-06T04:14:00.890026Z", "running": 2, "size": 2}}, {"events": ["2023-12-06T04:11:13.238878Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi047:172.21.15.47=smithi047", "smithi098:172.21.15.98=smithi098"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-06T04:11:13.235526Z", "last_refresh": "2023-12-06T04:14:00.890116Z", "running": 2, "size": 2}}, {"events": ["2023-12-06T04:13:56.329598Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-12-06T04:13:56.325813Z", "ports": [12999], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-06T04:10:14.589128Z", "last_refresh": "2023-12-06T04:14:00.890197Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-06T04:11:43.239438Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-06T04:11:43.235053Z", "last_refresh": "2023-12-06T04:14:00.890274Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-06T04:10:12.030635Z", "last_refresh": "2023-12-06T04:14:03.073149Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-06T04:17:53.620 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Dec 06 04:17:53 smithi098 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi098[111615]: cluster 2023-12-06T04:17:51.374346+0000 mgr.smithi047.erpxvz (mgr.14182) 358 : cluster [DBG] pgmap v234: 97 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-12-06T04:17:53.893 INFO:tasks.cephadm:nfs.foo has 0/1 2023-12-06T04:17:54.894 DEBUG:teuthology.orchestra.run.smithi047:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:d03fca4f35d43f61b4679936aef7bd2f01cced0b shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 2ecad2ea-93ed-11ee-95a2-87774f69a715 -- ceph orch ls -f json 2023-12-06T04:17:55.596 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Dec 06 04:17:55 smithi047 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi047[108212]: cluster 2023-12-06T04:17:53.374758+0000 mgr.smithi047.erpxvz (mgr.14182) 359 : 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-12-06T04:17:55.597 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Dec 06 04:17:55 smithi047 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi047[108212]: audit 2023-12-06T04:17:53.502434+0000 mgr.smithi047.erpxvz (mgr.14182) 360 : audit [DBG] from='client.14904 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-06T04:17:55.620 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Dec 06 04:17:55 smithi098 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi098[111615]: cluster 2023-12-06T04:17:53.374758+0000 mgr.smithi047.erpxvz (mgr.14182) 359 : 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-12-06T04:17:55.620 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Dec 06 04:17:55 smithi098 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi098[111615]: audit 2023-12-06T04:17:53.502434+0000 mgr.smithi047.erpxvz (mgr.14182) 360 : audit [DBG] from='client.14904 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-06T04:17:56.338 INFO:teuthology.orchestra.run.smithi047.stdout: 2023-12-06T04:17:56.338 INFO:teuthology.orchestra.run.smithi047.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-06T04:10:15.517593Z", "last_refresh": "2023-12-06T04:14:03.072571Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-06T04:10:10.954835Z", "last_refresh": "2023-12-06T04:14:00.889834Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-06T04:10:13.544463Z", "last_refresh": "2023-12-06T04:14:03.072868Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-06T04:13:56.333839Z service:ingress.nfs.foo [INFO] \"service was created\"", "2023-12-06T04:16:34.566097Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi098.mygyec on smithi098: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi098-mygyec\n/bin/podman: stderr Error: no such container ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi098-mygyec\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi098.mygyec\n/bin/podman: stderr Error: no such container ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi098.mygyec\nDeploy daemon haproxy.nfs.foo.smithi098.mygyec ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi098 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-06T04:14:42Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-06T04:15:19Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-06T04:15:57Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi098 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.47/16"}, "status": {"created": "2023-12-06T04:13:56.330826Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.47/16"}}, {"events": ["2023-12-06T04:13:52.727160Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-06T04:13:52.721318Z", "last_refresh": "2023-12-06T04:14:00.890623Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-06T04:10:09.956661Z", "last_refresh": "2023-12-06T04:14:00.890026Z", "running": 2, "size": 2}}, {"events": ["2023-12-06T04:11:13.238878Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi047:172.21.15.47=smithi047", "smithi098:172.21.15.98=smithi098"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-06T04:11:13.235526Z", "last_refresh": "2023-12-06T04:14:00.890116Z", "running": 2, "size": 2}}, {"events": ["2023-12-06T04:13:56.329598Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-12-06T04:13:56.325813Z", "ports": [12999], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-06T04:10:14.589128Z", "last_refresh": "2023-12-06T04:14:00.890197Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-06T04:11:43.239438Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-06T04:11:43.235053Z", "last_refresh": "2023-12-06T04:14:00.890274Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-06T04:10:12.030635Z", "last_refresh": "2023-12-06T04:14:03.073149Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-06T04:17:56.733 INFO:tasks.cephadm:nfs.foo has 0/1 2023-12-06T04:17:57.620 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Dec 06 04:17:57 smithi098 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi098[111615]: cluster 2023-12-06T04:17:55.375199+0000 mgr.smithi047.erpxvz (mgr.14182) 361 : cluster [DBG] pgmap v236: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-06T04:17:57.620 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Dec 06 04:17:57 smithi098 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi098[111615]: audit 2023-12-06T04:17:56.333541+0000 mgr.smithi047.erpxvz (mgr.14182) 362 : audit [DBG] from='client.14908 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-06T04:17:57.629 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Dec 06 04:17:57 smithi047 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi047[108212]: cluster 2023-12-06T04:17:55.375199+0000 mgr.smithi047.erpxvz (mgr.14182) 361 : cluster [DBG] pgmap v236: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-06T04:17:57.629 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Dec 06 04:17:57 smithi047 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi047[108212]: audit 2023-12-06T04:17:56.333541+0000 mgr.smithi047.erpxvz (mgr.14182) 362 : audit [DBG] from='client.14908 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-06T04:17:57.733 DEBUG:teuthology.orchestra.run.smithi047:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:d03fca4f35d43f61b4679936aef7bd2f01cced0b shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 2ecad2ea-93ed-11ee-95a2-87774f69a715 -- ceph orch ls -f json 2023-12-06T04:17:59.101 INFO:teuthology.orchestra.run.smithi047.stdout: 2023-12-06T04:17:59.101 INFO:teuthology.orchestra.run.smithi047.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-06T04:10:15.517593Z", "last_refresh": "2023-12-06T04:14:03.072571Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-06T04:10:10.954835Z", "last_refresh": "2023-12-06T04:14:00.889834Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-06T04:10:13.544463Z", "last_refresh": "2023-12-06T04:14:03.072868Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-06T04:13:56.333839Z service:ingress.nfs.foo [INFO] \"service was created\"", "2023-12-06T04:16:34.566097Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi098.mygyec on smithi098: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi098-mygyec\n/bin/podman: stderr Error: no such container ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi098-mygyec\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi098.mygyec\n/bin/podman: stderr Error: no such container ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi098.mygyec\nDeploy daemon haproxy.nfs.foo.smithi098.mygyec ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi098 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-06T04:14:42Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-06T04:15:19Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-06T04:15:57Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi098 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.47/16"}, "status": {"created": "2023-12-06T04:13:56.330826Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.47/16"}}, {"events": ["2023-12-06T04:13:52.727160Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-06T04:13:52.721318Z", "last_refresh": "2023-12-06T04:14:00.890623Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-06T04:10:09.956661Z", "last_refresh": "2023-12-06T04:14:00.890026Z", "running": 2, "size": 2}}, {"events": ["2023-12-06T04:11:13.238878Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi047:172.21.15.47=smithi047", "smithi098:172.21.15.98=smithi098"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-06T04:11:13.235526Z", "last_refresh": "2023-12-06T04:14:00.890116Z", "running": 2, "size": 2}}, {"events": ["2023-12-06T04:13:56.329598Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-12-06T04:13:56.325813Z", "ports": [12999], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-06T04:10:14.589128Z", "last_refresh": "2023-12-06T04:14:00.890197Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-06T04:11:43.239438Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-06T04:11:43.235053Z", "last_refresh": "2023-12-06T04:14:00.890274Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-06T04:10:12.030635Z", "last_refresh": "2023-12-06T04:14:03.073149Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-06T04:17:59.379 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Dec 06 04:17:59 smithi047 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi047[108212]: cluster 2023-12-06T04:17:57.375848+0000 mgr.smithi047.erpxvz (mgr.14182) 363 : 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-12-06T04:17:59.476 INFO:tasks.cephadm:nfs.foo has 0/1 2023-12-06T04:17:59.620 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Dec 06 04:17:59 smithi098 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi098[111615]: cluster 2023-12-06T04:17:57.375848+0000 mgr.smithi047.erpxvz (mgr.14182) 363 : 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-12-06T04:18:00.477 DEBUG:teuthology.orchestra.run.smithi047:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:d03fca4f35d43f61b4679936aef7bd2f01cced0b shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 2ecad2ea-93ed-11ee-95a2-87774f69a715 -- ceph orch ls -f json 2023-12-06T04:18:00.512 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Dec 06 04:18:00 smithi047 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi047[108212]: audit 2023-12-06T04:17:59.096171+0000 mgr.smithi047.erpxvz (mgr.14182) 364 : audit [DBG] from='client.14912 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-06T04:18:00.620 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Dec 06 04:18:00 smithi098 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi098[111615]: audit 2023-12-06T04:17:59.096171+0000 mgr.smithi047.erpxvz (mgr.14182) 364 : audit [DBG] from='client.14912 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-06T04:18:01.516 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Dec 06 04:18:01 smithi047 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi047[108212]: cluster 2023-12-06T04:17:59.376428+0000 mgr.smithi047.erpxvz (mgr.14182) 365 : 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-12-06T04:18:01.620 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Dec 06 04:18:01 smithi098 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi098[111615]: cluster 2023-12-06T04:17:59.376428+0000 mgr.smithi047.erpxvz (mgr.14182) 365 : 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-12-06T04:18:01.921 INFO:teuthology.orchestra.run.smithi047.stdout: 2023-12-06T04:18:01.921 INFO:teuthology.orchestra.run.smithi047.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-06T04:10:15.517593Z", "last_refresh": "2023-12-06T04:14:03.072571Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-06T04:10:10.954835Z", "last_refresh": "2023-12-06T04:14:00.889834Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-06T04:10:13.544463Z", "last_refresh": "2023-12-06T04:14:03.072868Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-06T04:13:56.333839Z service:ingress.nfs.foo [INFO] \"service was created\"", "2023-12-06T04:16:34.566097Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi098.mygyec on smithi098: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi098-mygyec\n/bin/podman: stderr Error: no such container ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi098-mygyec\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi098.mygyec\n/bin/podman: stderr Error: no such container ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi098.mygyec\nDeploy daemon haproxy.nfs.foo.smithi098.mygyec ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi098 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-06T04:14:42Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-06T04:15:19Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-06T04:15:57Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi098 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.47/16"}, "status": {"created": "2023-12-06T04:13:56.330826Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.47/16"}}, {"events": ["2023-12-06T04:13:52.727160Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-06T04:13:52.721318Z", "last_refresh": "2023-12-06T04:14:00.890623Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-06T04:10:09.956661Z", "last_refresh": "2023-12-06T04:14:00.890026Z", "running": 2, "size": 2}}, {"events": ["2023-12-06T04:11:13.238878Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi047:172.21.15.47=smithi047", "smithi098:172.21.15.98=smithi098"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-06T04:11:13.235526Z", "last_refresh": "2023-12-06T04:14:00.890116Z", "running": 2, "size": 2}}, {"events": ["2023-12-06T04:13:56.329598Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-12-06T04:13:56.325813Z", "ports": [12999], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-06T04:10:14.589128Z", "last_refresh": "2023-12-06T04:14:00.890197Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-06T04:11:43.239438Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-06T04:11:43.235053Z", "last_refresh": "2023-12-06T04:14:00.890274Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-06T04:10:12.030635Z", "last_refresh": "2023-12-06T04:14:03.073149Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-06T04:18:02.308 INFO:tasks.cephadm:nfs.foo has 0/1 2023-12-06T04:18:03.310 DEBUG:teuthology.orchestra.run.smithi047:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:d03fca4f35d43f61b4679936aef7bd2f01cced0b shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 2ecad2ea-93ed-11ee-95a2-87774f69a715 -- ceph orch ls -f json 2023-12-06T04:18:03.620 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Dec 06 04:18:03 smithi098 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi098[111615]: cluster 2023-12-06T04:18:01.377157+0000 mgr.smithi047.erpxvz (mgr.14182) 366 : cluster [DBG] pgmap v239: 97 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-12-06T04:18:03.620 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Dec 06 04:18:03 smithi098 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi098[111615]: audit 2023-12-06T04:18:01.916243+0000 mgr.smithi047.erpxvz (mgr.14182) 367 : audit [DBG] from='client.14916 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-06T04:18:03.629 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Dec 06 04:18:03 smithi047 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi047[108212]: cluster 2023-12-06T04:18:01.377157+0000 mgr.smithi047.erpxvz (mgr.14182) 366 : cluster [DBG] pgmap v239: 97 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-12-06T04:18:03.629 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Dec 06 04:18:03 smithi047 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi047[108212]: audit 2023-12-06T04:18:01.916243+0000 mgr.smithi047.erpxvz (mgr.14182) 367 : audit [DBG] from='client.14916 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-06T04:18:04.790 INFO:teuthology.orchestra.run.smithi047.stdout: 2023-12-06T04:18:04.790 INFO:teuthology.orchestra.run.smithi047.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-06T04:10:15.517593Z", "last_refresh": "2023-12-06T04:14:03.072571Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-06T04:10:10.954835Z", "last_refresh": "2023-12-06T04:14:00.889834Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-06T04:10:13.544463Z", "last_refresh": "2023-12-06T04:14:03.072868Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-06T04:13:56.333839Z service:ingress.nfs.foo [INFO] \"service was created\"", "2023-12-06T04:16:34.566097Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi098.mygyec on smithi098: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi098-mygyec\n/bin/podman: stderr Error: no such container ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi098-mygyec\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi098.mygyec\n/bin/podman: stderr Error: no such container ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi098.mygyec\nDeploy daemon haproxy.nfs.foo.smithi098.mygyec ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi098 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-06T04:14:42Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-06T04:15:19Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-06T04:15:57Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi098 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.47/16"}, "status": {"created": "2023-12-06T04:13:56.330826Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.47/16"}}, {"events": ["2023-12-06T04:13:52.727160Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-06T04:13:52.721318Z", "last_refresh": "2023-12-06T04:14:00.890623Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-06T04:10:09.956661Z", "last_refresh": "2023-12-06T04:14:00.890026Z", "running": 2, "size": 2}}, {"events": ["2023-12-06T04:11:13.238878Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi047:172.21.15.47=smithi047", "smithi098:172.21.15.98=smithi098"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-06T04:11:13.235526Z", "last_refresh": "2023-12-06T04:14:00.890116Z", "running": 2, "size": 2}}, {"events": ["2023-12-06T04:13:56.329598Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-12-06T04:13:56.325813Z", "ports": [12999], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-06T04:10:14.589128Z", "last_refresh": "2023-12-06T04:14:00.890197Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-06T04:11:43.239438Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-06T04:11:43.235053Z", "last_refresh": "2023-12-06T04:14:00.890274Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-06T04:10:12.030635Z", "last_refresh": "2023-12-06T04:14:03.073149Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-06T04:18:05.178 INFO:tasks.cephadm:nfs.foo has 0/1 2023-12-06T04:18:05.620 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Dec 06 04:18:05 smithi098 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi098[111615]: cluster 2023-12-06T04:18:03.377632+0000 mgr.smithi047.erpxvz (mgr.14182) 368 : 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-12-06T04:18:05.629 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Dec 06 04:18:05 smithi047 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi047[108212]: cluster 2023-12-06T04:18:03.377632+0000 mgr.smithi047.erpxvz (mgr.14182) 368 : 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-12-06T04:18:06.179 DEBUG:teuthology.orchestra.run.smithi047:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:d03fca4f35d43f61b4679936aef7bd2f01cced0b shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 2ecad2ea-93ed-11ee-95a2-87774f69a715 -- ceph orch ls -f json 2023-12-06T04:18:06.527 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Dec 06 04:18:06 smithi047 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi047[108212]: audit 2023-12-06T04:18:04.785352+0000 mgr.smithi047.erpxvz (mgr.14182) 369 : audit [DBG] from='client.14920 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-06T04:18:06.620 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Dec 06 04:18:06 smithi098 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi098[111615]: audit 2023-12-06T04:18:04.785352+0000 mgr.smithi047.erpxvz (mgr.14182) 369 : audit [DBG] from='client.14920 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-06T04:18:07.616 INFO:teuthology.orchestra.run.smithi047.stdout: 2023-12-06T04:18:07.616 INFO:teuthology.orchestra.run.smithi047.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-06T04:10:15.517593Z", "last_refresh": "2023-12-06T04:14:03.072571Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-06T04:10:10.954835Z", "last_refresh": "2023-12-06T04:14:00.889834Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-06T04:10:13.544463Z", "last_refresh": "2023-12-06T04:14:03.072868Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-06T04:13:56.333839Z service:ingress.nfs.foo [INFO] \"service was created\"", "2023-12-06T04:16:34.566097Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi098.mygyec on smithi098: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi098-mygyec\n/bin/podman: stderr Error: no such container ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi098-mygyec\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi098.mygyec\n/bin/podman: stderr Error: no such container ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi098.mygyec\nDeploy daemon haproxy.nfs.foo.smithi098.mygyec ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi098 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-06T04:14:42Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-06T04:15:19Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-06T04:15:57Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi098 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.47/16"}, "status": {"created": "2023-12-06T04:13:56.330826Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.47/16"}}, {"events": ["2023-12-06T04:13:52.727160Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-06T04:13:52.721318Z", "last_refresh": "2023-12-06T04:14:00.890623Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-06T04:10:09.956661Z", "last_refresh": "2023-12-06T04:14:00.890026Z", "running": 2, "size": 2}}, {"events": ["2023-12-06T04:11:13.238878Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi047:172.21.15.47=smithi047", "smithi098:172.21.15.98=smithi098"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-06T04:11:13.235526Z", "last_refresh": "2023-12-06T04:14:00.890116Z", "running": 2, "size": 2}}, {"events": ["2023-12-06T04:13:56.329598Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-12-06T04:13:56.325813Z", "ports": [12999], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-06T04:10:14.589128Z", "last_refresh": "2023-12-06T04:14:00.890197Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-06T04:11:43.239438Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-06T04:11:43.235053Z", "last_refresh": "2023-12-06T04:14:00.890274Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-06T04:10:12.030635Z", "last_refresh": "2023-12-06T04:14:03.073149Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-06T04:18:07.620 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Dec 06 04:18:07 smithi098 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi098[111615]: cluster 2023-12-06T04:18:05.378162+0000 mgr.smithi047.erpxvz (mgr.14182) 370 : cluster [DBG] pgmap v241: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-06T04:18:07.629 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Dec 06 04:18:07 smithi047 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi047[108212]: cluster 2023-12-06T04:18:05.378162+0000 mgr.smithi047.erpxvz (mgr.14182) 370 : cluster [DBG] pgmap v241: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-06T04:18:08.008 INFO:tasks.cephadm:nfs.foo has 0/1 2023-12-06T04:18:09.009 DEBUG:teuthology.orchestra.run.smithi047:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:d03fca4f35d43f61b4679936aef7bd2f01cced0b shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 2ecad2ea-93ed-11ee-95a2-87774f69a715 -- ceph orch ls -f json 2023-12-06T04:18:09.360 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Dec 06 04:18:09 smithi047 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi047[108212]: cluster 2023-12-06T04:18:07.378651+0000 mgr.smithi047.erpxvz (mgr.14182) 371 : 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-12-06T04:18:09.360 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Dec 06 04:18:09 smithi047 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi047[108212]: audit 2023-12-06T04:18:07.611295+0000 mgr.smithi047.erpxvz (mgr.14182) 372 : audit [DBG] from='client.14924 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-06T04:18:09.620 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Dec 06 04:18:09 smithi098 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi098[111615]: cluster 2023-12-06T04:18:07.378651+0000 mgr.smithi047.erpxvz (mgr.14182) 371 : 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-12-06T04:18:09.620 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Dec 06 04:18:09 smithi098 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi098[111615]: audit 2023-12-06T04:18:07.611295+0000 mgr.smithi047.erpxvz (mgr.14182) 372 : audit [DBG] from='client.14924 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-06T04:18:10.456 INFO:teuthology.orchestra.run.smithi047.stdout: 2023-12-06T04:18:10.456 INFO:teuthology.orchestra.run.smithi047.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-06T04:10:15.517593Z", "last_refresh": "2023-12-06T04:14:03.072571Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-06T04:10:10.954835Z", "last_refresh": "2023-12-06T04:14:00.889834Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-06T04:10:13.544463Z", "last_refresh": "2023-12-06T04:14:03.072868Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-06T04:13:56.333839Z service:ingress.nfs.foo [INFO] \"service was created\"", "2023-12-06T04:16:34.566097Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi098.mygyec on smithi098: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi098-mygyec\n/bin/podman: stderr Error: no such container ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi098-mygyec\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi098.mygyec\n/bin/podman: stderr Error: no such container ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi098.mygyec\nDeploy daemon haproxy.nfs.foo.smithi098.mygyec ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi098 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-06T04:14:42Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-06T04:15:19Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-06T04:15:57Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi098 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.47/16"}, "status": {"created": "2023-12-06T04:13:56.330826Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.47/16"}}, {"events": ["2023-12-06T04:13:52.727160Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-06T04:13:52.721318Z", "last_refresh": "2023-12-06T04:14:00.890623Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-06T04:10:09.956661Z", "last_refresh": "2023-12-06T04:14:00.890026Z", "running": 2, "size": 2}}, {"events": ["2023-12-06T04:11:13.238878Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi047:172.21.15.47=smithi047", "smithi098:172.21.15.98=smithi098"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-06T04:11:13.235526Z", "last_refresh": "2023-12-06T04:14:00.890116Z", "running": 2, "size": 2}}, {"events": ["2023-12-06T04:13:56.329598Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-12-06T04:13:56.325813Z", "ports": [12999], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-06T04:10:14.589128Z", "last_refresh": "2023-12-06T04:14:00.890197Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-06T04:11:43.239438Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-06T04:11:43.235053Z", "last_refresh": "2023-12-06T04:14:00.890274Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-06T04:10:12.030635Z", "last_refresh": "2023-12-06T04:14:03.073149Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-06T04:18:10.848 INFO:tasks.cephadm:nfs.foo has 0/1 2023-12-06T04:18:11.620 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Dec 06 04:18:11 smithi098 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi098[111615]: cluster 2023-12-06T04:18:09.379130+0000 mgr.smithi047.erpxvz (mgr.14182) 373 : 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-12-06T04:18:11.629 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Dec 06 04:18:11 smithi047 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi047[108212]: cluster 2023-12-06T04:18:09.379130+0000 mgr.smithi047.erpxvz (mgr.14182) 373 : 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-12-06T04:18:11.850 DEBUG:teuthology.orchestra.run.smithi047:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:d03fca4f35d43f61b4679936aef7bd2f01cced0b shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 2ecad2ea-93ed-11ee-95a2-87774f69a715 -- ceph orch ls -f json 2023-12-06T04:18:12.586 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Dec 06 04:18:12 smithi047 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi047[108212]: audit 2023-12-06T04:18:10.451864+0000 mgr.smithi047.erpxvz (mgr.14182) 374 : audit [DBG] from='client.14928 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-06T04:18:12.620 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Dec 06 04:18:12 smithi098 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi098[111615]: audit 2023-12-06T04:18:10.451864+0000 mgr.smithi047.erpxvz (mgr.14182) 374 : audit [DBG] from='client.14928 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-06T04:18:13.273 INFO:teuthology.orchestra.run.smithi047.stdout: 2023-12-06T04:18:13.273 INFO:teuthology.orchestra.run.smithi047.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-06T04:10:15.517593Z", "last_refresh": "2023-12-06T04:14:03.072571Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-06T04:10:10.954835Z", "last_refresh": "2023-12-06T04:14:00.889834Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-06T04:10:13.544463Z", "last_refresh": "2023-12-06T04:14:03.072868Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-06T04:13:56.333839Z service:ingress.nfs.foo [INFO] \"service was created\"", "2023-12-06T04:16:34.566097Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi098.mygyec on smithi098: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi098-mygyec\n/bin/podman: stderr Error: no such container ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi098-mygyec\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi098.mygyec\n/bin/podman: stderr Error: no such container ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi098.mygyec\nDeploy daemon haproxy.nfs.foo.smithi098.mygyec ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi098 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-06T04:14:42Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-06T04:15:19Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-06T04:15:57Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi098 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.47/16"}, "status": {"created": "2023-12-06T04:13:56.330826Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.47/16"}}, {"events": ["2023-12-06T04:13:52.727160Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-06T04:13:52.721318Z", "last_refresh": "2023-12-06T04:14:00.890623Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-06T04:10:09.956661Z", "last_refresh": "2023-12-06T04:14:00.890026Z", "running": 2, "size": 2}}, {"events": ["2023-12-06T04:11:13.238878Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi047:172.21.15.47=smithi047", "smithi098:172.21.15.98=smithi098"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-06T04:11:13.235526Z", "last_refresh": "2023-12-06T04:14:00.890116Z", "running": 2, "size": 2}}, {"events": ["2023-12-06T04:13:56.329598Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-12-06T04:13:56.325813Z", "ports": [12999], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-06T04:10:14.589128Z", "last_refresh": "2023-12-06T04:14:00.890197Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-06T04:11:43.239438Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-06T04:11:43.235053Z", "last_refresh": "2023-12-06T04:14:00.890274Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-06T04:10:12.030635Z", "last_refresh": "2023-12-06T04:14:03.073149Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-06T04:18:13.598 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Dec 06 04:18:13 smithi047 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi047[108212]: cluster 2023-12-06T04:18:11.379816+0000 mgr.smithi047.erpxvz (mgr.14182) 375 : cluster [DBG] pgmap v244: 97 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-12-06T04:18:13.620 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Dec 06 04:18:13 smithi098 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi098[111615]: cluster 2023-12-06T04:18:11.379816+0000 mgr.smithi047.erpxvz (mgr.14182) 375 : cluster [DBG] pgmap v244: 97 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-12-06T04:18:13.658 INFO:tasks.cephadm:nfs.foo has 0/1 2023-12-06T04:18:14.620 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Dec 06 04:18:14 smithi098 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi098[111615]: audit 2023-12-06T04:18:13.268248+0000 mgr.smithi047.erpxvz (mgr.14182) 376 : audit [DBG] from='client.14932 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-06T04:18:14.629 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Dec 06 04:18:14 smithi047 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi047[108212]: audit 2023-12-06T04:18:13.268248+0000 mgr.smithi047.erpxvz (mgr.14182) 376 : audit [DBG] from='client.14932 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-06T04:18:14.659 DEBUG:teuthology.orchestra.run.smithi047:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:d03fca4f35d43f61b4679936aef7bd2f01cced0b shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 2ecad2ea-93ed-11ee-95a2-87774f69a715 -- ceph orch ls -f json 2023-12-06T04:18:15.620 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Dec 06 04:18:15 smithi098 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi098[111615]: cluster 2023-12-06T04:18:13.380225+0000 mgr.smithi047.erpxvz (mgr.14182) 377 : 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-12-06T04:18:15.629 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Dec 06 04:18:15 smithi047 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi047[108212]: cluster 2023-12-06T04:18:13.380225+0000 mgr.smithi047.erpxvz (mgr.14182) 377 : 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-12-06T04:18:16.102 INFO:teuthology.orchestra.run.smithi047.stdout: 2023-12-06T04:18:16.102 INFO:teuthology.orchestra.run.smithi047.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-06T04:10:15.517593Z", "last_refresh": "2023-12-06T04:14:03.072571Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-06T04:10:10.954835Z", "last_refresh": "2023-12-06T04:14:00.889834Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-06T04:10:13.544463Z", "last_refresh": "2023-12-06T04:14:03.072868Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-06T04:13:56.333839Z service:ingress.nfs.foo [INFO] \"service was created\"", "2023-12-06T04:16:34.566097Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi098.mygyec on smithi098: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi098-mygyec\n/bin/podman: stderr Error: no such container ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi098-mygyec\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi098.mygyec\n/bin/podman: stderr Error: no such container ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi098.mygyec\nDeploy daemon haproxy.nfs.foo.smithi098.mygyec ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi098 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-06T04:14:42Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-06T04:15:19Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-06T04:15:57Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi098 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.47/16"}, "status": {"created": "2023-12-06T04:13:56.330826Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.47/16"}}, {"events": ["2023-12-06T04:13:52.727160Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-06T04:13:52.721318Z", "last_refresh": "2023-12-06T04:14:00.890623Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-06T04:10:09.956661Z", "last_refresh": "2023-12-06T04:14:00.890026Z", "running": 2, "size": 2}}, {"events": ["2023-12-06T04:11:13.238878Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi047:172.21.15.47=smithi047", "smithi098:172.21.15.98=smithi098"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-06T04:11:13.235526Z", "last_refresh": "2023-12-06T04:14:00.890116Z", "running": 2, "size": 2}}, {"events": ["2023-12-06T04:13:56.329598Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-12-06T04:13:56.325813Z", "ports": [12999], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-06T04:10:14.589128Z", "last_refresh": "2023-12-06T04:14:00.890197Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-06T04:11:43.239438Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-06T04:11:43.235053Z", "last_refresh": "2023-12-06T04:14:00.890274Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-06T04:10:12.030635Z", "last_refresh": "2023-12-06T04:14:03.073149Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-06T04:18:16.506 INFO:tasks.cephadm:nfs.foo has 0/1 2023-12-06T04:18:17.507 DEBUG:teuthology.orchestra.run.smithi047:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:d03fca4f35d43f61b4679936aef7bd2f01cced0b shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 2ecad2ea-93ed-11ee-95a2-87774f69a715 -- ceph orch ls -f json 2023-12-06T04:18:17.620 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Dec 06 04:18:17 smithi098 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi098[111615]: cluster 2023-12-06T04:18:15.380820+0000 mgr.smithi047.erpxvz (mgr.14182) 378 : cluster [DBG] pgmap v246: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-06T04:18:17.620 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Dec 06 04:18:17 smithi098 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi098[111615]: audit 2023-12-06T04:18:16.097271+0000 mgr.smithi047.erpxvz (mgr.14182) 379 : audit [DBG] from='client.14936 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-06T04:18:17.629 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Dec 06 04:18:17 smithi047 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi047[108212]: cluster 2023-12-06T04:18:15.380820+0000 mgr.smithi047.erpxvz (mgr.14182) 378 : cluster [DBG] pgmap v246: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-06T04:18:17.629 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Dec 06 04:18:17 smithi047 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi047[108212]: audit 2023-12-06T04:18:16.097271+0000 mgr.smithi047.erpxvz (mgr.14182) 379 : audit [DBG] from='client.14936 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-06T04:18:18.984 INFO:teuthology.orchestra.run.smithi047.stdout: 2023-12-06T04:18:18.985 INFO:teuthology.orchestra.run.smithi047.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-06T04:10:15.517593Z", "last_refresh": "2023-12-06T04:14:03.072571Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-06T04:10:10.954835Z", "last_refresh": "2023-12-06T04:14:00.889834Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-06T04:10:13.544463Z", "last_refresh": "2023-12-06T04:14:03.072868Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-06T04:13:56.333839Z service:ingress.nfs.foo [INFO] \"service was created\"", "2023-12-06T04:16:34.566097Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi098.mygyec on smithi098: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi098-mygyec\n/bin/podman: stderr Error: no such container ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi098-mygyec\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi098.mygyec\n/bin/podman: stderr Error: no such container ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi098.mygyec\nDeploy daemon haproxy.nfs.foo.smithi098.mygyec ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi098 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-06T04:14:42Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-06T04:15:19Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-06T04:15:57Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi098 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.47/16"}, "status": {"created": "2023-12-06T04:13:56.330826Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.47/16"}}, {"events": ["2023-12-06T04:13:52.727160Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-06T04:13:52.721318Z", "last_refresh": "2023-12-06T04:14:00.890623Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-06T04:10:09.956661Z", "last_refresh": "2023-12-06T04:14:00.890026Z", "running": 2, "size": 2}}, {"events": ["2023-12-06T04:11:13.238878Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi047:172.21.15.47=smithi047", "smithi098:172.21.15.98=smithi098"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-06T04:11:13.235526Z", "last_refresh": "2023-12-06T04:14:00.890116Z", "running": 2, "size": 2}}, {"events": ["2023-12-06T04:13:56.329598Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-12-06T04:13:56.325813Z", "ports": [12999], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-06T04:10:14.589128Z", "last_refresh": "2023-12-06T04:14:00.890197Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-06T04:11:43.239438Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-06T04:11:43.235053Z", "last_refresh": "2023-12-06T04:14:00.890274Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-06T04:10:12.030635Z", "last_refresh": "2023-12-06T04:14:03.073149Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-06T04:18:19.373 INFO:tasks.cephadm:nfs.foo has 0/1 2023-12-06T04:18:19.620 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Dec 06 04:18:19 smithi098 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi098[111615]: cluster 2023-12-06T04:18:17.381424+0000 mgr.smithi047.erpxvz (mgr.14182) 380 : 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-12-06T04:18:19.629 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Dec 06 04:18:19 smithi047 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi047[108212]: cluster 2023-12-06T04:18:17.381424+0000 mgr.smithi047.erpxvz (mgr.14182) 380 : 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-12-06T04:18:20.374 DEBUG:teuthology.orchestra.run.smithi047:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:d03fca4f35d43f61b4679936aef7bd2f01cced0b shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 2ecad2ea-93ed-11ee-95a2-87774f69a715 -- ceph orch ls -f json 2023-12-06T04:18:20.620 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Dec 06 04:18:20 smithi098 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi098[111615]: audit 2023-12-06T04:18:18.979666+0000 mgr.smithi047.erpxvz (mgr.14182) 381 : audit [DBG] from='client.14940 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-06T04:18:20.629 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Dec 06 04:18:20 smithi047 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi047[108212]: audit 2023-12-06T04:18:18.979666+0000 mgr.smithi047.erpxvz (mgr.14182) 381 : audit [DBG] from='client.14940 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-06T04:18:21.379 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Dec 06 04:18:21 smithi047 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi047[108212]: cluster 2023-12-06T04:18:19.382113+0000 mgr.smithi047.erpxvz (mgr.14182) 382 : 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-12-06T04:18:21.620 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Dec 06 04:18:21 smithi098 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi098[111615]: cluster 2023-12-06T04:18:19.382113+0000 mgr.smithi047.erpxvz (mgr.14182) 382 : 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-12-06T04:18:21.850 INFO:teuthology.orchestra.run.smithi047.stdout: 2023-12-06T04:18:21.850 INFO:teuthology.orchestra.run.smithi047.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-06T04:10:15.517593Z", "last_refresh": "2023-12-06T04:14:03.072571Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-06T04:10:10.954835Z", "last_refresh": "2023-12-06T04:14:00.889834Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-06T04:10:13.544463Z", "last_refresh": "2023-12-06T04:14:03.072868Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-06T04:13:56.333839Z service:ingress.nfs.foo [INFO] \"service was created\"", "2023-12-06T04:16:34.566097Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi098.mygyec on smithi098: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi098-mygyec\n/bin/podman: stderr Error: no such container ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi098-mygyec\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi098.mygyec\n/bin/podman: stderr Error: no such container ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi098.mygyec\nDeploy daemon haproxy.nfs.foo.smithi098.mygyec ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi098 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-06T04:14:42Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-06T04:15:19Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-06T04:15:57Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi098 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.47/16"}, "status": {"created": "2023-12-06T04:13:56.330826Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.47/16"}}, {"events": ["2023-12-06T04:13:52.727160Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-06T04:13:52.721318Z", "last_refresh": "2023-12-06T04:14:00.890623Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-06T04:10:09.956661Z", "last_refresh": "2023-12-06T04:14:00.890026Z", "running": 2, "size": 2}}, {"events": ["2023-12-06T04:11:13.238878Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi047:172.21.15.47=smithi047", "smithi098:172.21.15.98=smithi098"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-06T04:11:13.235526Z", "last_refresh": "2023-12-06T04:14:00.890116Z", "running": 2, "size": 2}}, {"events": ["2023-12-06T04:13:56.329598Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-12-06T04:13:56.325813Z", "ports": [12999], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-06T04:10:14.589128Z", "last_refresh": "2023-12-06T04:14:00.890197Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-06T04:11:43.239438Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-06T04:11:43.235053Z", "last_refresh": "2023-12-06T04:14:00.890274Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-06T04:10:12.030635Z", "last_refresh": "2023-12-06T04:14:03.073149Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-06T04:18:22.289 INFO:tasks.cephadm:nfs.foo has 0/1 2023-12-06T04:18:23.290 DEBUG:teuthology.orchestra.run.smithi047:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:d03fca4f35d43f61b4679936aef7bd2f01cced0b shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 2ecad2ea-93ed-11ee-95a2-87774f69a715 -- ceph orch ls -f json 2023-12-06T04:18:23.620 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Dec 06 04:18:23 smithi098 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi098[111615]: cluster 2023-12-06T04:18:21.382662+0000 mgr.smithi047.erpxvz (mgr.14182) 383 : cluster [DBG] pgmap v249: 97 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-12-06T04:18:23.620 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Dec 06 04:18:23 smithi098 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi098[111615]: audit 2023-12-06T04:18:21.845336+0000 mgr.smithi047.erpxvz (mgr.14182) 384 : audit [DBG] from='client.14944 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-06T04:18:23.629 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Dec 06 04:18:23 smithi047 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi047[108212]: cluster 2023-12-06T04:18:21.382662+0000 mgr.smithi047.erpxvz (mgr.14182) 383 : cluster [DBG] pgmap v249: 97 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-12-06T04:18:23.629 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Dec 06 04:18:23 smithi047 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi047[108212]: audit 2023-12-06T04:18:21.845336+0000 mgr.smithi047.erpxvz (mgr.14182) 384 : audit [DBG] from='client.14944 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-06T04:18:24.769 INFO:teuthology.orchestra.run.smithi047.stdout: 2023-12-06T04:18:24.770 INFO:teuthology.orchestra.run.smithi047.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-06T04:10:15.517593Z", "last_refresh": "2023-12-06T04:14:03.072571Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-06T04:10:10.954835Z", "last_refresh": "2023-12-06T04:14:00.889834Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-06T04:10:13.544463Z", "last_refresh": "2023-12-06T04:14:03.072868Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-06T04:13:56.333839Z service:ingress.nfs.foo [INFO] \"service was created\"", "2023-12-06T04:16:34.566097Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi098.mygyec on smithi098: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi098-mygyec\n/bin/podman: stderr Error: no such container ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi098-mygyec\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi098.mygyec\n/bin/podman: stderr Error: no such container ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi098.mygyec\nDeploy daemon haproxy.nfs.foo.smithi098.mygyec ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi098 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-06T04:14:42Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-06T04:15:19Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-06T04:15:57Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi098 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.47/16"}, "status": {"created": "2023-12-06T04:13:56.330826Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.47/16"}}, {"events": ["2023-12-06T04:13:52.727160Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-06T04:13:52.721318Z", "last_refresh": "2023-12-06T04:14:00.890623Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-06T04:10:09.956661Z", "last_refresh": "2023-12-06T04:14:00.890026Z", "running": 2, "size": 2}}, {"events": ["2023-12-06T04:11:13.238878Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi047:172.21.15.47=smithi047", "smithi098:172.21.15.98=smithi098"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-06T04:11:13.235526Z", "last_refresh": "2023-12-06T04:14:00.890116Z", "running": 2, "size": 2}}, {"events": ["2023-12-06T04:13:56.329598Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-12-06T04:13:56.325813Z", "ports": [12999], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-06T04:10:14.589128Z", "last_refresh": "2023-12-06T04:14:00.890197Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-06T04:11:43.239438Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-06T04:11:43.235053Z", "last_refresh": "2023-12-06T04:14:00.890274Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-06T04:10:12.030635Z", "last_refresh": "2023-12-06T04:14:03.073149Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-06T04:18:25.155 INFO:tasks.cephadm:nfs.foo has 0/1 2023-12-06T04:18:25.379 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Dec 06 04:18:25 smithi047 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi047[108212]: cluster 2023-12-06T04:18:23.383092+0000 mgr.smithi047.erpxvz (mgr.14182) 385 : 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-12-06T04:18:25.620 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Dec 06 04:18:25 smithi098 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi098[111615]: cluster 2023-12-06T04:18:23.383092+0000 mgr.smithi047.erpxvz (mgr.14182) 385 : 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-12-06T04:18:26.155 DEBUG:teuthology.orchestra.run.smithi047:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:d03fca4f35d43f61b4679936aef7bd2f01cced0b shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 2ecad2ea-93ed-11ee-95a2-87774f69a715 -- ceph orch ls -f json 2023-12-06T04:18:26.516 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Dec 06 04:18:26 smithi047 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi047[108212]: audit 2023-12-06T04:18:24.765029+0000 mgr.smithi047.erpxvz (mgr.14182) 386 : audit [DBG] from='client.14948 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-06T04:18:26.620 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Dec 06 04:18:26 smithi098 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi098[111615]: audit 2023-12-06T04:18:24.765029+0000 mgr.smithi047.erpxvz (mgr.14182) 386 : audit [DBG] from='client.14948 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-06T04:18:27.620 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Dec 06 04:18:27 smithi098 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi098[111615]: cluster 2023-12-06T04:18:25.383801+0000 mgr.smithi047.erpxvz (mgr.14182) 387 : cluster [DBG] pgmap v251: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-06T04:18:27.628 INFO:teuthology.orchestra.run.smithi047.stdout: 2023-12-06T04:18:27.628 INFO:teuthology.orchestra.run.smithi047.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-06T04:10:15.517593Z", "last_refresh": "2023-12-06T04:14:03.072571Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-06T04:10:10.954835Z", "last_refresh": "2023-12-06T04:14:00.889834Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-06T04:10:13.544463Z", "last_refresh": "2023-12-06T04:14:03.072868Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-06T04:13:56.333839Z service:ingress.nfs.foo [INFO] \"service was created\"", "2023-12-06T04:16:34.566097Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi098.mygyec on smithi098: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi098-mygyec\n/bin/podman: stderr Error: no such container ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi098-mygyec\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi098.mygyec\n/bin/podman: stderr Error: no such container ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi098.mygyec\nDeploy daemon haproxy.nfs.foo.smithi098.mygyec ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi098 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-06T04:14:42Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-06T04:15:19Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-06T04:15:57Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi098 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.47/16"}, "status": {"created": "2023-12-06T04:13:56.330826Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.47/16"}}, {"events": ["2023-12-06T04:13:52.727160Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-06T04:13:52.721318Z", "last_refresh": "2023-12-06T04:14:00.890623Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-06T04:10:09.956661Z", "last_refresh": "2023-12-06T04:14:00.890026Z", "running": 2, "size": 2}}, {"events": ["2023-12-06T04:11:13.238878Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi047:172.21.15.47=smithi047", "smithi098:172.21.15.98=smithi098"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-06T04:11:13.235526Z", "last_refresh": "2023-12-06T04:14:00.890116Z", "running": 2, "size": 2}}, {"events": ["2023-12-06T04:13:56.329598Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-12-06T04:13:56.325813Z", "ports": [12999], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-06T04:10:14.589128Z", "last_refresh": "2023-12-06T04:14:00.890197Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-06T04:11:43.239438Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-06T04:11:43.235053Z", "last_refresh": "2023-12-06T04:14:00.890274Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-06T04:10:12.030635Z", "last_refresh": "2023-12-06T04:14:03.073149Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-06T04:18:27.629 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Dec 06 04:18:27 smithi047 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi047[108212]: cluster 2023-12-06T04:18:25.383801+0000 mgr.smithi047.erpxvz (mgr.14182) 387 : cluster [DBG] pgmap v251: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-06T04:18:28.013 INFO:tasks.cephadm:nfs.foo has 0/1 2023-12-06T04:18:29.014 DEBUG:teuthology.orchestra.run.smithi047:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:d03fca4f35d43f61b4679936aef7bd2f01cced0b shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 2ecad2ea-93ed-11ee-95a2-87774f69a715 -- ceph orch ls -f json 2023-12-06T04:18:29.578 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Dec 06 04:18:29 smithi047 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi047[108212]: cluster 2023-12-06T04:18:27.384287+0000 mgr.smithi047.erpxvz (mgr.14182) 388 : 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-12-06T04:18:29.578 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Dec 06 04:18:29 smithi047 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi047[108212]: audit 2023-12-06T04:18:27.623182+0000 mgr.smithi047.erpxvz (mgr.14182) 389 : audit [DBG] from='client.14952 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-06T04:18:29.620 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Dec 06 04:18:29 smithi098 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi098[111615]: cluster 2023-12-06T04:18:27.384287+0000 mgr.smithi047.erpxvz (mgr.14182) 388 : 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-12-06T04:18:29.620 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Dec 06 04:18:29 smithi098 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi098[111615]: audit 2023-12-06T04:18:27.623182+0000 mgr.smithi047.erpxvz (mgr.14182) 389 : audit [DBG] from='client.14952 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-06T04:18:30.523 INFO:teuthology.orchestra.run.smithi047.stdout: 2023-12-06T04:18:30.523 INFO:teuthology.orchestra.run.smithi047.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-06T04:10:15.517593Z", "last_refresh": "2023-12-06T04:14:03.072571Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-06T04:10:10.954835Z", "last_refresh": "2023-12-06T04:14:00.889834Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-06T04:10:13.544463Z", "last_refresh": "2023-12-06T04:14:03.072868Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-06T04:13:56.333839Z service:ingress.nfs.foo [INFO] \"service was created\"", "2023-12-06T04:16:34.566097Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi098.mygyec on smithi098: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi098-mygyec\n/bin/podman: stderr Error: no such container ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi098-mygyec\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi098.mygyec\n/bin/podman: stderr Error: no such container ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi098.mygyec\nDeploy daemon haproxy.nfs.foo.smithi098.mygyec ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi098 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-06T04:14:42Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-06T04:15:19Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-06T04:15:57Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi098 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.47/16"}, "status": {"created": "2023-12-06T04:13:56.330826Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.47/16"}}, {"events": ["2023-12-06T04:13:52.727160Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-06T04:13:52.721318Z", "last_refresh": "2023-12-06T04:14:00.890623Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-06T04:10:09.956661Z", "last_refresh": "2023-12-06T04:14:00.890026Z", "running": 2, "size": 2}}, {"events": ["2023-12-06T04:11:13.238878Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi047:172.21.15.47=smithi047", "smithi098:172.21.15.98=smithi098"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-06T04:11:13.235526Z", "last_refresh": "2023-12-06T04:14:00.890116Z", "running": 2, "size": 2}}, {"events": ["2023-12-06T04:13:56.329598Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-12-06T04:13:56.325813Z", "ports": [12999], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-06T04:10:14.589128Z", "last_refresh": "2023-12-06T04:14:00.890197Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-06T04:11:43.239438Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-06T04:11:43.235053Z", "last_refresh": "2023-12-06T04:14:00.890274Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-06T04:10:12.030635Z", "last_refresh": "2023-12-06T04:14:03.073149Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-06T04:18:30.913 INFO:tasks.cephadm:nfs.foo has 0/1 2023-12-06T04:18:31.620 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Dec 06 04:18:31 smithi098 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi098[111615]: cluster 2023-12-06T04:18:29.384738+0000 mgr.smithi047.erpxvz (mgr.14182) 390 : 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-12-06T04:18:31.629 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Dec 06 04:18:31 smithi047 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi047[108212]: cluster 2023-12-06T04:18:29.384738+0000 mgr.smithi047.erpxvz (mgr.14182) 390 : 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-12-06T04:18:31.913 DEBUG:teuthology.orchestra.run.smithi047:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:d03fca4f35d43f61b4679936aef7bd2f01cced0b shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 2ecad2ea-93ed-11ee-95a2-87774f69a715 -- ceph orch ls -f json 2023-12-06T04:18:32.621 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Dec 06 04:18:32 smithi098 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi098[111615]: audit 2023-12-06T04:18:30.517882+0000 mgr.smithi047.erpxvz (mgr.14182) 391 : audit [DBG] from='client.14956 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-06T04:18:32.629 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Dec 06 04:18:32 smithi047 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi047[108212]: audit 2023-12-06T04:18:30.517882+0000 mgr.smithi047.erpxvz (mgr.14182) 391 : audit [DBG] from='client.14956 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-06T04:18:33.349 INFO:teuthology.orchestra.run.smithi047.stdout: 2023-12-06T04:18:33.349 INFO:teuthology.orchestra.run.smithi047.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-06T04:10:15.517593Z", "last_refresh": "2023-12-06T04:14:03.072571Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-06T04:10:10.954835Z", "last_refresh": "2023-12-06T04:14:00.889834Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-06T04:10:13.544463Z", "last_refresh": "2023-12-06T04:14:03.072868Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-06T04:13:56.333839Z service:ingress.nfs.foo [INFO] \"service was created\"", "2023-12-06T04:16:34.566097Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi098.mygyec on smithi098: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi098-mygyec\n/bin/podman: stderr Error: no such container ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi098-mygyec\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi098.mygyec\n/bin/podman: stderr Error: no such container ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi098.mygyec\nDeploy daemon haproxy.nfs.foo.smithi098.mygyec ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi098 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-06T04:14:42Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-06T04:15:19Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-06T04:15:57Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi098 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.47/16"}, "status": {"created": "2023-12-06T04:13:56.330826Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.47/16"}}, {"events": ["2023-12-06T04:13:52.727160Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-06T04:13:52.721318Z", "last_refresh": "2023-12-06T04:14:00.890623Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-06T04:10:09.956661Z", "last_refresh": "2023-12-06T04:14:00.890026Z", "running": 2, "size": 2}}, {"events": ["2023-12-06T04:11:13.238878Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi047:172.21.15.47=smithi047", "smithi098:172.21.15.98=smithi098"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-06T04:11:13.235526Z", "last_refresh": "2023-12-06T04:14:00.890116Z", "running": 2, "size": 2}}, {"events": ["2023-12-06T04:13:56.329598Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-12-06T04:13:56.325813Z", "ports": [12999], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-06T04:10:14.589128Z", "last_refresh": "2023-12-06T04:14:00.890197Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-06T04:11:43.239438Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-06T04:11:43.235053Z", "last_refresh": "2023-12-06T04:14:00.890274Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-06T04:10:12.030635Z", "last_refresh": "2023-12-06T04:14:03.073149Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-06T04:18:33.620 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Dec 06 04:18:33 smithi098 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi098[111615]: cluster 2023-12-06T04:18:31.385405+0000 mgr.smithi047.erpxvz (mgr.14182) 392 : cluster [DBG] pgmap v254: 97 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-12-06T04:18:33.629 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Dec 06 04:18:33 smithi047 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi047[108212]: cluster 2023-12-06T04:18:31.385405+0000 mgr.smithi047.erpxvz (mgr.14182) 392 : cluster [DBG] pgmap v254: 97 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-12-06T04:18:33.721 INFO:tasks.cephadm:nfs.foo has 0/1 2023-12-06T04:18:34.620 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Dec 06 04:18:34 smithi098 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi098[111615]: audit 2023-12-06T04:18:33.344633+0000 mgr.smithi047.erpxvz (mgr.14182) 393 : audit [DBG] from='client.14960 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-06T04:18:34.629 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Dec 06 04:18:34 smithi047 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi047[108212]: audit 2023-12-06T04:18:33.344633+0000 mgr.smithi047.erpxvz (mgr.14182) 393 : audit [DBG] from='client.14960 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-06T04:18:34.722 DEBUG:teuthology.orchestra.run.smithi047:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:d03fca4f35d43f61b4679936aef7bd2f01cced0b shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 2ecad2ea-93ed-11ee-95a2-87774f69a715 -- ceph orch ls -f json 2023-12-06T04:18:35.379 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Dec 06 04:18:35 smithi047 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi047[108212]: cluster 2023-12-06T04:18:33.385922+0000 mgr.smithi047.erpxvz (mgr.14182) 394 : 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-12-06T04:18:35.621 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Dec 06 04:18:35 smithi098 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi098[111615]: cluster 2023-12-06T04:18:33.385922+0000 mgr.smithi047.erpxvz (mgr.14182) 394 : 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-12-06T04:18:36.199 INFO:teuthology.orchestra.run.smithi047.stdout: 2023-12-06T04:18:36.199 INFO:teuthology.orchestra.run.smithi047.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-06T04:10:15.517593Z", "last_refresh": "2023-12-06T04:14:03.072571Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-06T04:10:10.954835Z", "last_refresh": "2023-12-06T04:14:00.889834Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-06T04:10:13.544463Z", "last_refresh": "2023-12-06T04:14:03.072868Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-06T04:13:56.333839Z service:ingress.nfs.foo [INFO] \"service was created\"", "2023-12-06T04:16:34.566097Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi098.mygyec on smithi098: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi098-mygyec\n/bin/podman: stderr Error: no such container ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi098-mygyec\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi098.mygyec\n/bin/podman: stderr Error: no such container ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi098.mygyec\nDeploy daemon haproxy.nfs.foo.smithi098.mygyec ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi098 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-06T04:14:42Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-06T04:15:19Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-06T04:15:57Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi098 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.47/16"}, "status": {"created": "2023-12-06T04:13:56.330826Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.47/16"}}, {"events": ["2023-12-06T04:13:52.727160Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-06T04:13:52.721318Z", "last_refresh": "2023-12-06T04:14:00.890623Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-06T04:10:09.956661Z", "last_refresh": "2023-12-06T04:14:00.890026Z", "running": 2, "size": 2}}, {"events": ["2023-12-06T04:11:13.238878Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi047:172.21.15.47=smithi047", "smithi098:172.21.15.98=smithi098"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-06T04:11:13.235526Z", "last_refresh": "2023-12-06T04:14:00.890116Z", "running": 2, "size": 2}}, {"events": ["2023-12-06T04:13:56.329598Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-12-06T04:13:56.325813Z", "ports": [12999], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-06T04:10:14.589128Z", "last_refresh": "2023-12-06T04:14:00.890197Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-06T04:11:43.239438Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-06T04:11:43.235053Z", "last_refresh": "2023-12-06T04:14:00.890274Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-06T04:10:12.030635Z", "last_refresh": "2023-12-06T04:14:03.073149Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-06T04:18:36.587 INFO:tasks.cephadm:nfs.foo has 0/1 2023-12-06T04:18:37.587 DEBUG:teuthology.orchestra.run.smithi047:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:d03fca4f35d43f61b4679936aef7bd2f01cced0b shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 2ecad2ea-93ed-11ee-95a2-87774f69a715 -- ceph orch ls -f json 2023-12-06T04:18:37.620 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Dec 06 04:18:37 smithi098 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi098[111615]: cluster 2023-12-06T04:18:35.386552+0000 mgr.smithi047.erpxvz (mgr.14182) 395 : cluster [DBG] pgmap v256: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-06T04:18:37.620 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Dec 06 04:18:37 smithi098 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi098[111615]: audit 2023-12-06T04:18:36.194668+0000 mgr.smithi047.erpxvz (mgr.14182) 396 : audit [DBG] from='client.14964 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-06T04:18:37.624 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Dec 06 04:18:37 smithi047 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi047[108212]: cluster 2023-12-06T04:18:35.386552+0000 mgr.smithi047.erpxvz (mgr.14182) 395 : cluster [DBG] pgmap v256: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-06T04:18:37.624 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Dec 06 04:18:37 smithi047 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi047[108212]: audit 2023-12-06T04:18:36.194668+0000 mgr.smithi047.erpxvz (mgr.14182) 396 : audit [DBG] from='client.14964 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-06T04:18:39.008 INFO:teuthology.orchestra.run.smithi047.stdout: 2023-12-06T04:18:39.008 INFO:teuthology.orchestra.run.smithi047.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-06T04:10:15.517593Z", "last_refresh": "2023-12-06T04:14:03.072571Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-06T04:10:10.954835Z", "last_refresh": "2023-12-06T04:14:00.889834Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-06T04:10:13.544463Z", "last_refresh": "2023-12-06T04:14:03.072868Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-06T04:13:56.333839Z service:ingress.nfs.foo [INFO] \"service was created\"", "2023-12-06T04:16:34.566097Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi098.mygyec on smithi098: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi098-mygyec\n/bin/podman: stderr Error: no such container ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi098-mygyec\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi098.mygyec\n/bin/podman: stderr Error: no such container ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi098.mygyec\nDeploy daemon haproxy.nfs.foo.smithi098.mygyec ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi098 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-06T04:14:42Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-06T04:15:19Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-06T04:15:57Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi098 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.47/16"}, "status": {"created": "2023-12-06T04:13:56.330826Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.47/16"}}, {"events": ["2023-12-06T04:13:52.727160Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-06T04:13:52.721318Z", "last_refresh": "2023-12-06T04:14:00.890623Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-06T04:10:09.956661Z", "last_refresh": "2023-12-06T04:14:00.890026Z", "running": 2, "size": 2}}, {"events": ["2023-12-06T04:11:13.238878Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi047:172.21.15.47=smithi047", "smithi098:172.21.15.98=smithi098"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-06T04:11:13.235526Z", "last_refresh": "2023-12-06T04:14:00.890116Z", "running": 2, "size": 2}}, {"events": ["2023-12-06T04:13:56.329598Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-12-06T04:13:56.325813Z", "ports": [12999], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-06T04:10:14.589128Z", "last_refresh": "2023-12-06T04:14:00.890197Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-06T04:11:43.239438Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-06T04:11:43.235053Z", "last_refresh": "2023-12-06T04:14:00.890274Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-06T04:10:12.030635Z", "last_refresh": "2023-12-06T04:14:03.073149Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-06T04:18:39.395 INFO:tasks.cephadm:nfs.foo has 0/1 2023-12-06T04:18:39.620 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Dec 06 04:18:39 smithi098 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi098[111615]: cluster 2023-12-06T04:18:37.387140+0000 mgr.smithi047.erpxvz (mgr.14182) 397 : 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-12-06T04:18:39.629 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Dec 06 04:18:39 smithi047 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi047[108212]: cluster 2023-12-06T04:18:37.387140+0000 mgr.smithi047.erpxvz (mgr.14182) 397 : 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-12-06T04:18:40.396 DEBUG:teuthology.orchestra.run.smithi047:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:d03fca4f35d43f61b4679936aef7bd2f01cced0b shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 2ecad2ea-93ed-11ee-95a2-87774f69a715 -- ceph orch ls -f json 2023-12-06T04:18:40.620 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Dec 06 04:18:40 smithi098 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi098[111615]: audit 2023-12-06T04:18:39.002653+0000 mgr.smithi047.erpxvz (mgr.14182) 398 : audit [DBG] from='client.14968 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-06T04:18:40.633 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Dec 06 04:18:40 smithi047 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi047[108212]: audit 2023-12-06T04:18:39.002653+0000 mgr.smithi047.erpxvz (mgr.14182) 398 : audit [DBG] from='client.14968 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-06T04:18:41.620 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Dec 06 04:18:41 smithi098 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi098[111615]: cluster 2023-12-06T04:18:39.387688+0000 mgr.smithi047.erpxvz (mgr.14182) 399 : cluster [DBG] pgmap v258: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-06T04:18:41.629 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Dec 06 04:18:41 smithi047 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi047[108212]: cluster 2023-12-06T04:18:39.387688+0000 mgr.smithi047.erpxvz (mgr.14182) 399 : cluster [DBG] pgmap v258: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-06T04:18:41.808 INFO:teuthology.orchestra.run.smithi047.stdout: 2023-12-06T04:18:41.808 INFO:teuthology.orchestra.run.smithi047.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-06T04:10:15.517593Z", "last_refresh": "2023-12-06T04:14:03.072571Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-06T04:10:10.954835Z", "last_refresh": "2023-12-06T04:14:00.889834Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-06T04:10:13.544463Z", "last_refresh": "2023-12-06T04:14:03.072868Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-06T04:13:56.333839Z service:ingress.nfs.foo [INFO] \"service was created\"", "2023-12-06T04:16:34.566097Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi098.mygyec on smithi098: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi098-mygyec\n/bin/podman: stderr Error: no such container ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi098-mygyec\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi098.mygyec\n/bin/podman: stderr Error: no such container ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi098.mygyec\nDeploy daemon haproxy.nfs.foo.smithi098.mygyec ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi098 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-06T04:14:42Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-06T04:15:19Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-06T04:15:57Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi098 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.47/16"}, "status": {"created": "2023-12-06T04:13:56.330826Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.47/16"}}, {"events": ["2023-12-06T04:13:52.727160Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-06T04:13:52.721318Z", "last_refresh": "2023-12-06T04:14:00.890623Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-06T04:10:09.956661Z", "last_refresh": "2023-12-06T04:14:00.890026Z", "running": 2, "size": 2}}, {"events": ["2023-12-06T04:11:13.238878Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi047:172.21.15.47=smithi047", "smithi098:172.21.15.98=smithi098"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-06T04:11:13.235526Z", "last_refresh": "2023-12-06T04:14:00.890116Z", "running": 2, "size": 2}}, {"events": ["2023-12-06T04:13:56.329598Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-12-06T04:13:56.325813Z", "ports": [12999], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-06T04:10:14.589128Z", "last_refresh": "2023-12-06T04:14:00.890197Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-06T04:11:43.239438Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-06T04:11:43.235053Z", "last_refresh": "2023-12-06T04:14:00.890274Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-06T04:10:12.030635Z", "last_refresh": "2023-12-06T04:14:03.073149Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-06T04:18:42.195 INFO:tasks.cephadm:nfs.foo has 0/1 2023-12-06T04:18:43.196 DEBUG:teuthology.orchestra.run.smithi047:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:d03fca4f35d43f61b4679936aef7bd2f01cced0b shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 2ecad2ea-93ed-11ee-95a2-87774f69a715 -- ceph orch ls -f json 2023-12-06T04:18:43.547 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Dec 06 04:18:43 smithi047 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi047[108212]: cluster 2023-12-06T04:18:41.388320+0000 mgr.smithi047.erpxvz (mgr.14182) 400 : cluster [DBG] pgmap v259: 97 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-12-06T04:18:43.547 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Dec 06 04:18:43 smithi047 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi047[108212]: audit 2023-12-06T04:18:41.803466+0000 mgr.smithi047.erpxvz (mgr.14182) 401 : audit [DBG] from='client.14972 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-06T04:18:43.621 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Dec 06 04:18:43 smithi098 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi098[111615]: cluster 2023-12-06T04:18:41.388320+0000 mgr.smithi047.erpxvz (mgr.14182) 400 : cluster [DBG] pgmap v259: 97 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-12-06T04:18:43.621 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Dec 06 04:18:43 smithi098 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi098[111615]: audit 2023-12-06T04:18:41.803466+0000 mgr.smithi047.erpxvz (mgr.14182) 401 : audit [DBG] from='client.14972 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-06T04:18:44.691 INFO:teuthology.orchestra.run.smithi047.stdout: 2023-12-06T04:18:44.691 INFO:teuthology.orchestra.run.smithi047.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-06T04:10:15.517593Z", "last_refresh": "2023-12-06T04:14:03.072571Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-06T04:10:10.954835Z", "last_refresh": "2023-12-06T04:14:00.889834Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-06T04:10:13.544463Z", "last_refresh": "2023-12-06T04:14:03.072868Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-06T04:13:56.333839Z service:ingress.nfs.foo [INFO] \"service was created\"", "2023-12-06T04:16:34.566097Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi098.mygyec on smithi098: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi098-mygyec\n/bin/podman: stderr Error: no such container ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi098-mygyec\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi098.mygyec\n/bin/podman: stderr Error: no such container ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi098.mygyec\nDeploy daemon haproxy.nfs.foo.smithi098.mygyec ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi098 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-06T04:14:42Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-06T04:15:19Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-06T04:15:57Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi098 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.47/16"}, "status": {"created": "2023-12-06T04:13:56.330826Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.47/16"}}, {"events": ["2023-12-06T04:13:52.727160Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-06T04:13:52.721318Z", "last_refresh": "2023-12-06T04:14:00.890623Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-06T04:10:09.956661Z", "last_refresh": "2023-12-06T04:14:00.890026Z", "running": 2, "size": 2}}, {"events": ["2023-12-06T04:11:13.238878Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi047:172.21.15.47=smithi047", "smithi098:172.21.15.98=smithi098"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-06T04:11:13.235526Z", "last_refresh": "2023-12-06T04:14:00.890116Z", "running": 2, "size": 2}}, {"events": ["2023-12-06T04:13:56.329598Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-12-06T04:13:56.325813Z", "ports": [12999], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-06T04:10:14.589128Z", "last_refresh": "2023-12-06T04:14:00.890197Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-06T04:11:43.239438Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-06T04:11:43.235053Z", "last_refresh": "2023-12-06T04:14:00.890274Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-06T04:10:12.030635Z", "last_refresh": "2023-12-06T04:14:03.073149Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-06T04:18:45.058 INFO:tasks.cephadm:nfs.foo has 0/1 2023-12-06T04:18:45.620 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Dec 06 04:18:45 smithi098 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi098[111615]: cluster 2023-12-06T04:18:43.388730+0000 mgr.smithi047.erpxvz (mgr.14182) 402 : cluster [DBG] pgmap v260: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-06T04:18:45.629 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Dec 06 04:18:45 smithi047 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi047[108212]: cluster 2023-12-06T04:18:43.388730+0000 mgr.smithi047.erpxvz (mgr.14182) 402 : cluster [DBG] pgmap v260: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-06T04:18:46.062 DEBUG:teuthology.orchestra.run.smithi047:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:d03fca4f35d43f61b4679936aef7bd2f01cced0b shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 2ecad2ea-93ed-11ee-95a2-87774f69a715 -- ceph orch ls -f json 2023-12-06T04:18:46.620 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Dec 06 04:18:46 smithi098 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi098[111615]: audit 2023-12-06T04:18:44.686044+0000 mgr.smithi047.erpxvz (mgr.14182) 403 : audit [DBG] from='client.14976 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-06T04:18:46.621 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Dec 06 04:18:46 smithi047 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi047[108212]: audit 2023-12-06T04:18:44.686044+0000 mgr.smithi047.erpxvz (mgr.14182) 403 : audit [DBG] from='client.14976 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-06T04:18:47.543 INFO:teuthology.orchestra.run.smithi047.stdout: 2023-12-06T04:18:47.544 INFO:teuthology.orchestra.run.smithi047.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-06T04:10:15.517593Z", "last_refresh": "2023-12-06T04:14:03.072571Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-06T04:10:10.954835Z", "last_refresh": "2023-12-06T04:14:00.889834Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-06T04:10:13.544463Z", "last_refresh": "2023-12-06T04:14:03.072868Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-06T04:13:56.333839Z service:ingress.nfs.foo [INFO] \"service was created\"", "2023-12-06T04:16:34.566097Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi098.mygyec on smithi098: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi098-mygyec\n/bin/podman: stderr Error: no such container ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi098-mygyec\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi098.mygyec\n/bin/podman: stderr Error: no such container ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi098.mygyec\nDeploy daemon haproxy.nfs.foo.smithi098.mygyec ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi098 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-06T04:14:42Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-06T04:15:19Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-06T04:15:57Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi098 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.47/16"}, "status": {"created": "2023-12-06T04:13:56.330826Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.47/16"}}, {"events": ["2023-12-06T04:13:52.727160Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-06T04:13:52.721318Z", "last_refresh": "2023-12-06T04:14:00.890623Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-06T04:10:09.956661Z", "last_refresh": "2023-12-06T04:14:00.890026Z", "running": 2, "size": 2}}, {"events": ["2023-12-06T04:11:13.238878Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi047:172.21.15.47=smithi047", "smithi098:172.21.15.98=smithi098"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-06T04:11:13.235526Z", "last_refresh": "2023-12-06T04:14:00.890116Z", "running": 2, "size": 2}}, {"events": ["2023-12-06T04:13:56.329598Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-12-06T04:13:56.325813Z", "ports": [12999], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-06T04:10:14.589128Z", "last_refresh": "2023-12-06T04:14:00.890197Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-06T04:11:43.239438Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-06T04:11:43.235053Z", "last_refresh": "2023-12-06T04:14:00.890274Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-06T04:10:12.030635Z", "last_refresh": "2023-12-06T04:14:03.073149Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-06T04:18:47.620 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Dec 06 04:18:47 smithi098 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi098[111615]: cluster 2023-12-06T04:18:45.389325+0000 mgr.smithi047.erpxvz (mgr.14182) 404 : cluster [DBG] pgmap v261: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-06T04:18:47.629 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Dec 06 04:18:47 smithi047 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi047[108212]: cluster 2023-12-06T04:18:45.389325+0000 mgr.smithi047.erpxvz (mgr.14182) 404 : cluster [DBG] pgmap v261: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-06T04:18:47.919 INFO:tasks.cephadm:nfs.foo has 0/1 2023-12-06T04:18:48.921 DEBUG:teuthology.orchestra.run.smithi047:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:d03fca4f35d43f61b4679936aef7bd2f01cced0b shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 2ecad2ea-93ed-11ee-95a2-87774f69a715 -- ceph orch ls -f json 2023-12-06T04:18:49.614 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Dec 06 04:18:49 smithi047 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi047[108212]: cluster 2023-12-06T04:18:47.389806+0000 mgr.smithi047.erpxvz (mgr.14182) 405 : cluster [DBG] pgmap v262: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-06T04:18:49.615 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Dec 06 04:18:49 smithi047 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi047[108212]: audit 2023-12-06T04:18:47.538801+0000 mgr.smithi047.erpxvz (mgr.14182) 406 : audit [DBG] from='client.14980 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-06T04:18:49.620 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Dec 06 04:18:49 smithi098 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi098[111615]: cluster 2023-12-06T04:18:47.389806+0000 mgr.smithi047.erpxvz (mgr.14182) 405 : cluster [DBG] pgmap v262: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-06T04:18:49.620 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Dec 06 04:18:49 smithi098 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi098[111615]: audit 2023-12-06T04:18:47.538801+0000 mgr.smithi047.erpxvz (mgr.14182) 406 : audit [DBG] from='client.14980 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-06T04:18:50.358 INFO:teuthology.orchestra.run.smithi047.stdout: 2023-12-06T04:18:50.359 INFO:teuthology.orchestra.run.smithi047.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-06T04:10:15.517593Z", "last_refresh": "2023-12-06T04:14:03.072571Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-06T04:10:10.954835Z", "last_refresh": "2023-12-06T04:14:00.889834Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-06T04:10:13.544463Z", "last_refresh": "2023-12-06T04:14:03.072868Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-06T04:13:56.333839Z service:ingress.nfs.foo [INFO] \"service was created\"", "2023-12-06T04:16:34.566097Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi098.mygyec on smithi098: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi098-mygyec\n/bin/podman: stderr Error: no such container ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi098-mygyec\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi098.mygyec\n/bin/podman: stderr Error: no such container ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi098.mygyec\nDeploy daemon haproxy.nfs.foo.smithi098.mygyec ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi098 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-06T04:14:42Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-06T04:15:19Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-06T04:15:57Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi098 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.47/16"}, "status": {"created": "2023-12-06T04:13:56.330826Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.47/16"}}, {"events": ["2023-12-06T04:13:52.727160Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-06T04:13:52.721318Z", "last_refresh": "2023-12-06T04:14:00.890623Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-06T04:10:09.956661Z", "last_refresh": "2023-12-06T04:14:00.890026Z", "running": 2, "size": 2}}, {"events": ["2023-12-06T04:11:13.238878Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi047:172.21.15.47=smithi047", "smithi098:172.21.15.98=smithi098"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-06T04:11:13.235526Z", "last_refresh": "2023-12-06T04:14:00.890116Z", "running": 2, "size": 2}}, {"events": ["2023-12-06T04:13:56.329598Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-12-06T04:13:56.325813Z", "ports": [12999], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-06T04:10:14.589128Z", "last_refresh": "2023-12-06T04:14:00.890197Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-06T04:11:43.239438Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-06T04:11:43.235053Z", "last_refresh": "2023-12-06T04:14:00.890274Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-06T04:10:12.030635Z", "last_refresh": "2023-12-06T04:14:03.073149Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-06T04:18:50.735 INFO:tasks.cephadm:nfs.foo has 0/1 2023-12-06T04:18:51.620 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Dec 06 04:18:51 smithi098 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi098[111615]: cluster 2023-12-06T04:18:49.390305+0000 mgr.smithi047.erpxvz (mgr.14182) 407 : cluster [DBG] pgmap v263: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-06T04:18:51.620 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Dec 06 04:18:51 smithi098 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi098[111615]: audit 2023-12-06T04:18:50.353801+0000 mgr.smithi047.erpxvz (mgr.14182) 408 : audit [DBG] from='client.14984 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-06T04:18:51.629 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Dec 06 04:18:51 smithi047 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi047[108212]: cluster 2023-12-06T04:18:49.390305+0000 mgr.smithi047.erpxvz (mgr.14182) 407 : cluster [DBG] pgmap v263: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-06T04:18:51.629 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Dec 06 04:18:51 smithi047 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi047[108212]: audit 2023-12-06T04:18:50.353801+0000 mgr.smithi047.erpxvz (mgr.14182) 408 : audit [DBG] from='client.14984 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-06T04:18:51.736 DEBUG:teuthology.orchestra.run.smithi047:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:d03fca4f35d43f61b4679936aef7bd2f01cced0b shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 2ecad2ea-93ed-11ee-95a2-87774f69a715 -- ceph orch ls -f json 2023-12-06T04:18:53.161 INFO:teuthology.orchestra.run.smithi047.stdout: 2023-12-06T04:18:53.162 INFO:teuthology.orchestra.run.smithi047.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-06T04:10:15.517593Z", "last_refresh": "2023-12-06T04:14:03.072571Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-06T04:10:10.954835Z", "last_refresh": "2023-12-06T04:14:00.889834Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-06T04:10:13.544463Z", "last_refresh": "2023-12-06T04:14:03.072868Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-06T04:13:56.333839Z service:ingress.nfs.foo [INFO] \"service was created\"", "2023-12-06T04:16:34.566097Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi098.mygyec on smithi098: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi098-mygyec\n/bin/podman: stderr Error: no such container ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi098-mygyec\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi098.mygyec\n/bin/podman: stderr Error: no such container ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi098.mygyec\nDeploy daemon haproxy.nfs.foo.smithi098.mygyec ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi098 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-06T04:14:42Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-06T04:15:19Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-06T04:15:57Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi098 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.47/16"}, "status": {"created": "2023-12-06T04:13:56.330826Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.47/16"}}, {"events": ["2023-12-06T04:13:52.727160Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-06T04:13:52.721318Z", "last_refresh": "2023-12-06T04:14:00.890623Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-06T04:10:09.956661Z", "last_refresh": "2023-12-06T04:14:00.890026Z", "running": 2, "size": 2}}, {"events": ["2023-12-06T04:11:13.238878Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi047:172.21.15.47=smithi047", "smithi098:172.21.15.98=smithi098"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-06T04:11:13.235526Z", "last_refresh": "2023-12-06T04:14:00.890116Z", "running": 2, "size": 2}}, {"events": ["2023-12-06T04:13:56.329598Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-12-06T04:13:56.325813Z", "ports": [12999], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-06T04:10:14.589128Z", "last_refresh": "2023-12-06T04:14:00.890197Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-06T04:11:43.239438Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-06T04:11:43.235053Z", "last_refresh": "2023-12-06T04:14:00.890274Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-06T04:10:12.030635Z", "last_refresh": "2023-12-06T04:14:03.073149Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-06T04:18:53.518 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Dec 06 04:18:53 smithi047 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi047[108212]: cluster 2023-12-06T04:18:51.391080+0000 mgr.smithi047.erpxvz (mgr.14182) 409 : cluster [DBG] pgmap v264: 97 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-12-06T04:18:53.551 INFO:tasks.cephadm:nfs.foo has 0/1 2023-12-06T04:18:53.620 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Dec 06 04:18:53 smithi098 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi098[111615]: cluster 2023-12-06T04:18:51.391080+0000 mgr.smithi047.erpxvz (mgr.14182) 409 : cluster [DBG] pgmap v264: 97 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-12-06T04:18:54.552 DEBUG:teuthology.orchestra.run.smithi047:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:d03fca4f35d43f61b4679936aef7bd2f01cced0b shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 2ecad2ea-93ed-11ee-95a2-87774f69a715 -- ceph orch ls -f json 2023-12-06T04:18:54.586 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Dec 06 04:18:54 smithi047 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi047[108212]: audit 2023-12-06T04:18:53.156451+0000 mgr.smithi047.erpxvz (mgr.14182) 410 : audit [DBG] from='client.14988 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-06T04:18:54.620 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Dec 06 04:18:54 smithi098 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi098[111615]: audit 2023-12-06T04:18:53.156451+0000 mgr.smithi047.erpxvz (mgr.14182) 410 : audit [DBG] from='client.14988 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-06T04:18:55.541 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Dec 06 04:18:55 smithi047 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi047[108212]: cluster 2023-12-06T04:18:53.391601+0000 mgr.smithi047.erpxvz (mgr.14182) 411 : 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-12-06T04:18:55.620 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Dec 06 04:18:55 smithi098 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi098[111615]: cluster 2023-12-06T04:18:53.391601+0000 mgr.smithi047.erpxvz (mgr.14182) 411 : 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-12-06T04:18:55.948 INFO:teuthology.orchestra.run.smithi047.stdout: 2023-12-06T04:18:55.948 INFO:teuthology.orchestra.run.smithi047.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-06T04:10:15.517593Z", "last_refresh": "2023-12-06T04:14:03.072571Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-06T04:10:10.954835Z", "last_refresh": "2023-12-06T04:14:00.889834Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-06T04:10:13.544463Z", "last_refresh": "2023-12-06T04:14:03.072868Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-06T04:13:56.333839Z service:ingress.nfs.foo [INFO] \"service was created\"", "2023-12-06T04:16:34.566097Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi098.mygyec on smithi098: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi098-mygyec\n/bin/podman: stderr Error: no such container ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi098-mygyec\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi098.mygyec\n/bin/podman: stderr Error: no such container ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi098.mygyec\nDeploy daemon haproxy.nfs.foo.smithi098.mygyec ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi098 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-06T04:14:42Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-06T04:15:19Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-06T04:15:57Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi098 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.47/16"}, "status": {"created": "2023-12-06T04:13:56.330826Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.47/16"}}, {"events": ["2023-12-06T04:13:52.727160Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-06T04:13:52.721318Z", "last_refresh": "2023-12-06T04:14:00.890623Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-06T04:10:09.956661Z", "last_refresh": "2023-12-06T04:14:00.890026Z", "running": 2, "size": 2}}, {"events": ["2023-12-06T04:11:13.238878Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi047:172.21.15.47=smithi047", "smithi098:172.21.15.98=smithi098"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-06T04:11:13.235526Z", "last_refresh": "2023-12-06T04:14:00.890116Z", "running": 2, "size": 2}}, {"events": ["2023-12-06T04:13:56.329598Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-12-06T04:13:56.325813Z", "ports": [12999], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-06T04:10:14.589128Z", "last_refresh": "2023-12-06T04:14:00.890197Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-06T04:11:43.239438Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-06T04:11:43.235053Z", "last_refresh": "2023-12-06T04:14:00.890274Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-06T04:10:12.030635Z", "last_refresh": "2023-12-06T04:14:03.073149Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-06T04:18:56.335 INFO:tasks.cephadm:nfs.foo has 0/1 2023-12-06T04:18:57.336 DEBUG:teuthology.orchestra.run.smithi047:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:d03fca4f35d43f61b4679936aef7bd2f01cced0b shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 2ecad2ea-93ed-11ee-95a2-87774f69a715 -- ceph orch ls -f json 2023-12-06T04:18:57.620 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Dec 06 04:18:57 smithi098 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi098[111615]: cluster 2023-12-06T04:18:55.392110+0000 mgr.smithi047.erpxvz (mgr.14182) 412 : cluster [DBG] pgmap v266: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-06T04:18:57.620 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Dec 06 04:18:57 smithi098 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi098[111615]: audit 2023-12-06T04:18:55.943526+0000 mgr.smithi047.erpxvz (mgr.14182) 413 : audit [DBG] from='client.14992 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-06T04:18:57.629 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Dec 06 04:18:57 smithi047 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi047[108212]: cluster 2023-12-06T04:18:55.392110+0000 mgr.smithi047.erpxvz (mgr.14182) 412 : cluster [DBG] pgmap v266: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-06T04:18:57.629 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Dec 06 04:18:57 smithi047 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi047[108212]: audit 2023-12-06T04:18:55.943526+0000 mgr.smithi047.erpxvz (mgr.14182) 413 : audit [DBG] from='client.14992 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-06T04:18:58.786 INFO:teuthology.orchestra.run.smithi047.stdout: 2023-12-06T04:18:58.786 INFO:teuthology.orchestra.run.smithi047.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-06T04:10:15.517593Z", "last_refresh": "2023-12-06T04:14:03.072571Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-06T04:10:10.954835Z", "last_refresh": "2023-12-06T04:14:00.889834Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-06T04:10:13.544463Z", "last_refresh": "2023-12-06T04:14:03.072868Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-06T04:13:56.333839Z service:ingress.nfs.foo [INFO] \"service was created\"", "2023-12-06T04:16:34.566097Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi098.mygyec on smithi098: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi098-mygyec\n/bin/podman: stderr Error: no such container ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi098-mygyec\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi098.mygyec\n/bin/podman: stderr Error: no such container ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi098.mygyec\nDeploy daemon haproxy.nfs.foo.smithi098.mygyec ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi098 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-06T04:14:42Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-06T04:15:19Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-06T04:15:57Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi098 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.47/16"}, "status": {"created": "2023-12-06T04:13:56.330826Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.47/16"}}, {"events": ["2023-12-06T04:13:52.727160Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-06T04:13:52.721318Z", "last_refresh": "2023-12-06T04:14:00.890623Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-06T04:10:09.956661Z", "last_refresh": "2023-12-06T04:14:00.890026Z", "running": 2, "size": 2}}, {"events": ["2023-12-06T04:11:13.238878Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi047:172.21.15.47=smithi047", "smithi098:172.21.15.98=smithi098"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-06T04:11:13.235526Z", "last_refresh": "2023-12-06T04:14:00.890116Z", "running": 2, "size": 2}}, {"events": ["2023-12-06T04:13:56.329598Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-12-06T04:13:56.325813Z", "ports": [12999], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-06T04:10:14.589128Z", "last_refresh": "2023-12-06T04:14:00.890197Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-06T04:11:43.239438Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-06T04:11:43.235053Z", "last_refresh": "2023-12-06T04:14:00.890274Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-06T04:10:12.030635Z", "last_refresh": "2023-12-06T04:14:03.073149Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-06T04:18:59.158 INFO:tasks.cephadm:nfs.foo has 0/1 2023-12-06T04:18:59.379 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Dec 06 04:18:59 smithi047 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi047[108212]: cluster 2023-12-06T04:18:57.392631+0000 mgr.smithi047.erpxvz (mgr.14182) 414 : 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-12-06T04:18:59.620 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Dec 06 04:18:59 smithi098 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi098[111615]: cluster 2023-12-06T04:18:57.392631+0000 mgr.smithi047.erpxvz (mgr.14182) 414 : 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-12-06T04:19:00.159 DEBUG:teuthology.orchestra.run.smithi047:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:d03fca4f35d43f61b4679936aef7bd2f01cced0b shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 2ecad2ea-93ed-11ee-95a2-87774f69a715 -- ceph orch ls -f json 2023-12-06T04:19:00.522 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Dec 06 04:19:00 smithi047 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi047[108212]: audit 2023-12-06T04:18:58.780917+0000 mgr.smithi047.erpxvz (mgr.14182) 415 : audit [DBG] from='client.14996 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-06T04:19:00.620 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Dec 06 04:19:00 smithi098 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi098[111615]: audit 2023-12-06T04:18:58.780917+0000 mgr.smithi047.erpxvz (mgr.14182) 415 : audit [DBG] from='client.14996 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-06T04:19:01.620 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Dec 06 04:19:01 smithi098 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi098[111615]: cluster 2023-12-06T04:18:59.393139+0000 mgr.smithi047.erpxvz (mgr.14182) 416 : 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-12-06T04:19:01.629 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Dec 06 04:19:01 smithi047 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi047[108212]: cluster 2023-12-06T04:18:59.393139+0000 mgr.smithi047.erpxvz (mgr.14182) 416 : 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-12-06T04:19:01.635 INFO:teuthology.orchestra.run.smithi047.stdout: 2023-12-06T04:19:01.635 INFO:teuthology.orchestra.run.smithi047.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-06T04:10:15.517593Z", "last_refresh": "2023-12-06T04:14:03.072571Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-06T04:10:10.954835Z", "last_refresh": "2023-12-06T04:14:00.889834Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-06T04:10:13.544463Z", "last_refresh": "2023-12-06T04:14:03.072868Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-06T04:13:56.333839Z service:ingress.nfs.foo [INFO] \"service was created\"", "2023-12-06T04:16:34.566097Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi098.mygyec on smithi098: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi098-mygyec\n/bin/podman: stderr Error: no such container ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi098-mygyec\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi098.mygyec\n/bin/podman: stderr Error: no such container ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi098.mygyec\nDeploy daemon haproxy.nfs.foo.smithi098.mygyec ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi098 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-06T04:14:42Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-06T04:15:19Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-06T04:15:57Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi098 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.47/16"}, "status": {"created": "2023-12-06T04:13:56.330826Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.47/16"}}, {"events": ["2023-12-06T04:13:52.727160Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-06T04:13:52.721318Z", "last_refresh": "2023-12-06T04:14:00.890623Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-06T04:10:09.956661Z", "last_refresh": "2023-12-06T04:14:00.890026Z", "running": 2, "size": 2}}, {"events": ["2023-12-06T04:11:13.238878Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi047:172.21.15.47=smithi047", "smithi098:172.21.15.98=smithi098"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-06T04:11:13.235526Z", "last_refresh": "2023-12-06T04:14:00.890116Z", "running": 2, "size": 2}}, {"events": ["2023-12-06T04:13:56.329598Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-12-06T04:13:56.325813Z", "ports": [12999], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-06T04:10:14.589128Z", "last_refresh": "2023-12-06T04:14:00.890197Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-06T04:11:43.239438Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-06T04:11:43.235053Z", "last_refresh": "2023-12-06T04:14:00.890274Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-06T04:10:12.030635Z", "last_refresh": "2023-12-06T04:14:03.073149Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-06T04:19:02.033 INFO:tasks.cephadm:nfs.foo has 0/1 2023-12-06T04:19:03.034 DEBUG:teuthology.orchestra.run.smithi047:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:d03fca4f35d43f61b4679936aef7bd2f01cced0b shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 2ecad2ea-93ed-11ee-95a2-87774f69a715 -- ceph orch ls -f json 2023-12-06T04:19:03.379 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Dec 06 04:19:03 smithi047 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi047[108212]: cluster 2023-12-06T04:19:01.393654+0000 mgr.smithi047.erpxvz (mgr.14182) 417 : cluster [DBG] pgmap v269: 97 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-12-06T04:19:03.379 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Dec 06 04:19:03 smithi047 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi047[108212]: audit 2023-12-06T04:19:01.630202+0000 mgr.smithi047.erpxvz (mgr.14182) 418 : audit [DBG] from='client.15000 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-06T04:19:03.620 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Dec 06 04:19:03 smithi098 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi098[111615]: cluster 2023-12-06T04:19:01.393654+0000 mgr.smithi047.erpxvz (mgr.14182) 417 : cluster [DBG] pgmap v269: 97 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-12-06T04:19:03.620 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Dec 06 04:19:03 smithi098 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi098[111615]: audit 2023-12-06T04:19:01.630202+0000 mgr.smithi047.erpxvz (mgr.14182) 418 : audit [DBG] from='client.15000 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-06T04:19:04.379 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Dec 06 04:19:04 smithi047 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi047[108212]: audit 2023-12-06T04:19:03.738583+0000 mon.smithi047 (mon.0) 655 : audit [INF] from='mgr.14182 172.21.15.47:0/1495146391' entity='mgr.smithi047.erpxvz' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi047.dhmayl"}]: dispatch 2023-12-06T04:19:04.379 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Dec 06 04:19:04 smithi047 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi047[108212]: audit 2023-12-06T04:19:03.744125+0000 mon.smithi047 (mon.0) 656 : audit [INF] from='mgr.14182 172.21.15.47:0/1495146391' entity='mgr.smithi047.erpxvz' 2023-12-06T04:19:04.379 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Dec 06 04:19:04 smithi047 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi047[108212]: audit 2023-12-06T04:19:03.746672+0000 mon.smithi047 (mon.0) 657 : audit [DBG] from='mgr.14182 172.21.15.47:0/1495146391' entity='mgr.smithi047.erpxvz' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T04:19:04.380 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Dec 06 04:19:04 smithi047 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi047[108212]: audit 2023-12-06T04:19:03.774871+0000 mon.smithi047 (mon.0) 658 : audit [INF] from='mgr.14182 172.21.15.47:0/1495146391' entity='mgr.smithi047.erpxvz' 2023-12-06T04:19:04.460 INFO:teuthology.orchestra.run.smithi047.stdout: 2023-12-06T04:19:04.460 INFO:teuthology.orchestra.run.smithi047.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-06T04:10:15.517593Z", "last_refresh": "2023-12-06T04:14:03.072571Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-06T04:10:10.954835Z", "last_refresh": "2023-12-06T04:14:00.889834Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-06T04:10:13.544463Z", "last_refresh": "2023-12-06T04:14:03.072868Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-06T04:13:56.333839Z service:ingress.nfs.foo [INFO] \"service was created\"", "2023-12-06T04:16:34.566097Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi098.mygyec on smithi098: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi098-mygyec\n/bin/podman: stderr Error: no such container ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi098-mygyec\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi098.mygyec\n/bin/podman: stderr Error: no such container ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi098.mygyec\nDeploy daemon haproxy.nfs.foo.smithi098.mygyec ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi098 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-06T04:14:42Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-06T04:15:19Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-06T04:15:57Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi098 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-06T04:19:03.739263Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi047.dhmayl on smithi047: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi047-dhmayl\n/bin/podman: stderr Error: no such container ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi047-dhmayl\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi047.dhmayl\n/bin/podman: stderr Error: no such container ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi047.dhmayl\nDeploy daemon haproxy.nfs.foo.smithi047.dhmayl ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi047 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-06T04:17:11Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-06T04:17:48Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-06T04:18:26Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi047 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-06T04:19:03.744383Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi098.otnkwd on smithi098: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-06T04:19:03.745660Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi047.tduqaw on smithi047: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.47/16"}, "status": {"created": "2023-12-06T04:13:56.330826Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.47/16"}}, {"events": ["2023-12-06T04:13:52.727160Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-06T04:13:52.721318Z", "last_refresh": "2023-12-06T04:14:00.890623Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-06T04:10:09.956661Z", "last_refresh": "2023-12-06T04:14:00.890026Z", "running": 2, "size": 2}}, {"events": ["2023-12-06T04:11:13.238878Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi047:172.21.15.47=smithi047", "smithi098:172.21.15.98=smithi098"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-06T04:11:13.235526Z", "last_refresh": "2023-12-06T04:14:00.890116Z", "running": 2, "size": 2}}, {"events": ["2023-12-06T04:13:56.329598Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-12-06T04:13:56.325813Z", "ports": [12999], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-06T04:10:14.589128Z", "last_refresh": "2023-12-06T04:14:00.890197Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-06T04:11:43.239438Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-06T04:11:43.235053Z", "last_refresh": "2023-12-06T04:14:00.890274Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-06T04:10:12.030635Z", "last_refresh": "2023-12-06T04:14:03.073149Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-06T04:19:04.620 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Dec 06 04:19:04 smithi098 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi098[111615]: audit 2023-12-06T04:19:03.738583+0000 mon.smithi047 (mon.0) 655 : audit [INF] from='mgr.14182 172.21.15.47:0/1495146391' entity='mgr.smithi047.erpxvz' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi047.dhmayl"}]: dispatch 2023-12-06T04:19:04.620 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Dec 06 04:19:04 smithi098 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi098[111615]: audit 2023-12-06T04:19:03.744125+0000 mon.smithi047 (mon.0) 656 : audit [INF] from='mgr.14182 172.21.15.47:0/1495146391' entity='mgr.smithi047.erpxvz' 2023-12-06T04:19:04.621 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Dec 06 04:19:04 smithi098 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi098[111615]: audit 2023-12-06T04:19:03.746672+0000 mon.smithi047 (mon.0) 657 : audit [DBG] from='mgr.14182 172.21.15.47:0/1495146391' entity='mgr.smithi047.erpxvz' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T04:19:04.621 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Dec 06 04:19:04 smithi098 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi098[111615]: audit 2023-12-06T04:19:03.774871+0000 mon.smithi047 (mon.0) 658 : audit [INF] from='mgr.14182 172.21.15.47:0/1495146391' entity='mgr.smithi047.erpxvz' 2023-12-06T04:19:05.028 INFO:tasks.cephadm:nfs.foo has 0/1 2023-12-06T04:19:05.614 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Dec 06 04:19:05 smithi047 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi047[108212]: cluster 2023-12-06T04:19:03.394134+0000 mgr.smithi047.erpxvz (mgr.14182) 419 : 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-12-06T04:19:05.614 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Dec 06 04:19:05 smithi047 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi047[108212]: cephadm 2023-12-06T04:19:03.737937+0000 mgr.smithi047.erpxvz (mgr.14182) 420 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi047-dhmayl 2023-12-06T04:19:05.614 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Dec 06 04:19:05 smithi047 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi047[108212]: /bin/podman: stderr Error: no such container ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi047-dhmayl 2023-12-06T04:19:05.614 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Dec 06 04:19:05 smithi047 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi047[108212]: Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi047.dhmayl 2023-12-06T04:19:05.614 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Dec 06 04:19:05 smithi047 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi047[108212]: /bin/podman: stderr Error: no such container ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi047.dhmayl 2023-12-06T04:19:05.614 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Dec 06 04:19:05 smithi047 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi047[108212]: Deploy daemon haproxy.nfs.foo.smithi047.dhmayl ... 2023-12-06T04:19:05.614 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Dec 06 04:19:05 smithi047 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi047[108212]: 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=smithi047 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-06T04:19:05.615 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Dec 06 04:19:05 smithi047 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi047[108212]: stat: stderr Trying to pull docker.io/library/haproxy:2.3... 2023-12-06T04:19:05.615 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Dec 06 04:19:05 smithi047 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi047[108212]: stat: stderr time="2023-12-06T04:17:11Z" level=warning msg="Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: 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-12-06T04:19:05.615 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Dec 06 04:19:05 smithi047 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi047[108212]: stat: stderr time="2023-12-06T04:17:48Z" level=warning msg="Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: 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-12-06T04:19:05.615 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Dec 06 04:19:05 smithi047 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi047[108212]: stat: stderr time="2023-12-06T04:18:26Z" level=warning msg="Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: 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-12-06T04:19:05.615 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Dec 06 04:19:05 smithi047 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi047[108212]: 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-12-06T04:19:05.615 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Dec 06 04:19:05 smithi047 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi047[108212]: 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=smithi047 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-06T04:19:05.615 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Dec 06 04:19:05 smithi047 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi047[108212]: Traceback (most recent call last): 2023-12-06T04:19:05.615 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Dec 06 04:19:05 smithi047 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi047[108212]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2023-12-06T04:19:05.615 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Dec 06 04:19:05 smithi047 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi047[108212]: yield (conn, connr) 2023-12-06T04:19:05.615 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Dec 06 04:19:05 smithi047 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi047[108212]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2023-12-06T04:19:05.615 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Dec 06 04:19:05 smithi047 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi047[108212]: code, '\n'.join(err))) 2023-12-06T04:19:05.615 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Dec 06 04:19:05 smithi047 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi047[108212]: 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-2ecad2ea-93ed-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi047-dhmayl 2023-12-06T04:19:05.615 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Dec 06 04:19:05 smithi047 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi047[108212]: /bin/podman: stderr Error: no such container ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi047-dhmayl 2023-12-06T04:19:05.615 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Dec 06 04:19:05 smithi047 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi047[108212]: Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi047.dhmayl 2023-12-06T04:19:05.616 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Dec 06 04:19:05 smithi047 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi047[108212]: /bin/podman: stderr Error: no such container ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi047.dhmayl 2023-12-06T04:19:05.616 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Dec 06 04:19:05 smithi047 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi047[108212]: Deploy daemon haproxy.nfs.foo.smithi047.dhmayl ... 2023-12-06T04:19:05.616 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Dec 06 04:19:05 smithi047 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi047[108212]: 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=smithi047 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-06T04:19:05.616 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Dec 06 04:19:05 smithi047 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi047[108212]: stat: stderr Trying to pull docker.io/library/haproxy:2.3... 2023-12-06T04:19:05.616 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Dec 06 04:19:05 smithi047 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi047[108212]: stat: stderr time="2023-12-06T04:17:11Z" level=warning msg="Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: 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-12-06T04:19:05.616 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Dec 06 04:19:05 smithi047 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi047[108212]: stat: stderr time="2023-12-06T04:17:48Z" level=warning msg="Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: 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-12-06T04:19:05.616 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Dec 06 04:19:05 smithi047 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi047[108212]: stat: stderr time="2023-12-06T04:18:26Z" level=warning msg="Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: 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-12-06T04:19:05.616 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Dec 06 04:19:05 smithi047 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi047[108212]: 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-12-06T04:19:05.616 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Dec 06 04:19:05 smithi047 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi047[108212]: 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=smithi047 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-06T04:19:05.616 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Dec 06 04:19:05 smithi047 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi047[108212]: cephadm 2023-12-06T04:19:03.738145+0000 mgr.smithi047.erpxvz (mgr.14182) 421 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi047.dhmayl 2023-12-06T04:19:05.616 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Dec 06 04:19:05 smithi047 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi047[108212]: cephadm 2023-12-06T04:19:03.739362+0000 mgr.smithi047.erpxvz (mgr.14182) 422 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi047.dhmayl on smithi047: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi047-dhmayl 2023-12-06T04:19:05.616 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Dec 06 04:19:05 smithi047 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi047[108212]: /bin/podman: stderr Error: no such container ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi047-dhmayl 2023-12-06T04:19:05.616 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Dec 06 04:19:05 smithi047 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi047[108212]: Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi047.dhmayl 2023-12-06T04:19:05.616 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Dec 06 04:19:05 smithi047 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi047[108212]: /bin/podman: stderr Error: no such container ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi047.dhmayl 2023-12-06T04:19:05.617 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Dec 06 04:19:05 smithi047 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi047[108212]: Deploy daemon haproxy.nfs.foo.smithi047.dhmayl ... 2023-12-06T04:19:05.617 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Dec 06 04:19:05 smithi047 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi047[108212]: 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=smithi047 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-06T04:19:05.617 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Dec 06 04:19:05 smithi047 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi047[108212]: stat: stderr Trying to pull docker.io/library/haproxy:2.3... 2023-12-06T04:19:05.617 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Dec 06 04:19:05 smithi047 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi047[108212]: stat: stderr time="2023-12-06T04:17:11Z" level=warning msg="Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: 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-12-06T04:19:05.617 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Dec 06 04:19:05 smithi047 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi047[108212]: stat: stderr time="2023-12-06T04:17:48Z" level=warning msg="Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: 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-12-06T04:19:05.617 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Dec 06 04:19:05 smithi047 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi047[108212]: stat: stderr time="2023-12-06T04:18:26Z" level=warning msg="Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: 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-12-06T04:19:05.617 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Dec 06 04:19:05 smithi047 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi047[108212]: 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-12-06T04:19:05.617 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Dec 06 04:19:05 smithi047 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi047[108212]: 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=smithi047 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-06T04:19:05.617 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Dec 06 04:19:05 smithi047 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi047[108212]: cephadm 2023-12-06T04:19:03.744509+0000 mgr.smithi047.erpxvz (mgr.14182) 423 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi098.otnkwd on smithi098: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2023-12-06T04:19:05.617 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Dec 06 04:19:05 smithi047 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi047[108212]: cephadm 2023-12-06T04:19:03.745775+0000 mgr.smithi047.erpxvz (mgr.14182) 424 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi047.tduqaw on smithi047: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2023-12-06T04:19:05.617 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Dec 06 04:19:05 smithi047 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi047[108212]: cluster 2023-12-06T04:19:03.746503+0000 mgr.smithi047.erpxvz (mgr.14182) 425 : cluster [DBG] pgmap v271: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 98 B/s rd, 0 op/s 2023-12-06T04:19:05.617 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Dec 06 04:19:05 smithi047 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi047[108212]: cluster 2023-12-06T04:19:04.282212+0000 mon.smithi047 (mon.0) 659 : cluster [WRN] Health check failed: Failed to place 4 daemon(s) (CEPHADM_DAEMON_PLACE_FAIL) 2023-12-06T04:19:05.617 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Dec 06 04:19:05 smithi047 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi047[108212]: audit 2023-12-06T04:19:05.194067+0000 mon.smithi047 (mon.0) 660 : audit [INF] from='mgr.14182 172.21.15.47:0/1495146391' entity='mgr.smithi047.erpxvz' 2023-12-06T04:19:05.620 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Dec 06 04:19:05 smithi098 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi098[111615]: cluster 2023-12-06T04:19:03.394134+0000 mgr.smithi047.erpxvz (mgr.14182) 419 : 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-12-06T04:19:05.620 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Dec 06 04:19:05 smithi098 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi098[111615]: cephadm 2023-12-06T04:19:03.737937+0000 mgr.smithi047.erpxvz (mgr.14182) 420 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi047-dhmayl 2023-12-06T04:19:05.620 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Dec 06 04:19:05 smithi098 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi098[111615]: /bin/podman: stderr Error: no such container ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi047-dhmayl 2023-12-06T04:19:05.621 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Dec 06 04:19:05 smithi098 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi098[111615]: Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi047.dhmayl 2023-12-06T04:19:05.621 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Dec 06 04:19:05 smithi098 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi098[111615]: /bin/podman: stderr Error: no such container ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi047.dhmayl 2023-12-06T04:19:05.621 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Dec 06 04:19:05 smithi098 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi098[111615]: Deploy daemon haproxy.nfs.foo.smithi047.dhmayl ... 2023-12-06T04:19:05.621 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Dec 06 04:19:05 smithi098 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi098[111615]: 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=smithi047 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-06T04:19:05.621 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Dec 06 04:19:05 smithi098 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi098[111615]: stat: stderr Trying to pull docker.io/library/haproxy:2.3... 2023-12-06T04:19:05.621 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Dec 06 04:19:05 smithi098 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi098[111615]: stat: stderr time="2023-12-06T04:17:11Z" level=warning msg="Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: 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-12-06T04:19:05.621 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Dec 06 04:19:05 smithi098 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi098[111615]: stat: stderr time="2023-12-06T04:17:48Z" level=warning msg="Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: 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-12-06T04:19:05.621 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Dec 06 04:19:05 smithi098 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi098[111615]: stat: stderr time="2023-12-06T04:18:26Z" level=warning msg="Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: 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-12-06T04:19:05.622 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Dec 06 04:19:05 smithi098 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi098[111615]: 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-12-06T04:19:05.622 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Dec 06 04:19:05 smithi098 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi098[111615]: 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=smithi047 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-06T04:19:05.622 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Dec 06 04:19:05 smithi098 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi098[111615]: Traceback (most recent call last): 2023-12-06T04:19:05.622 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Dec 06 04:19:05 smithi098 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi098[111615]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2023-12-06T04:19:05.622 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Dec 06 04:19:05 smithi098 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi098[111615]: yield (conn, connr) 2023-12-06T04:19:05.622 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Dec 06 04:19:05 smithi098 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi098[111615]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2023-12-06T04:19:05.622 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Dec 06 04:19:05 smithi098 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi098[111615]: code, '\n'.join(err))) 2023-12-06T04:19:05.622 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Dec 06 04:19:05 smithi098 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi098[111615]: 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-2ecad2ea-93ed-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi047-dhmayl 2023-12-06T04:19:05.622 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Dec 06 04:19:05 smithi098 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi098[111615]: /bin/podman: stderr Error: no such container ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi047-dhmayl 2023-12-06T04:19:05.622 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Dec 06 04:19:05 smithi098 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi098[111615]: Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi047.dhmayl 2023-12-06T04:19:05.622 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Dec 06 04:19:05 smithi098 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi098[111615]: /bin/podman: stderr Error: no such container ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi047.dhmayl 2023-12-06T04:19:05.622 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Dec 06 04:19:05 smithi098 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi098[111615]: Deploy daemon haproxy.nfs.foo.smithi047.dhmayl ... 2023-12-06T04:19:05.622 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Dec 06 04:19:05 smithi098 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi098[111615]: 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=smithi047 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-06T04:19:05.622 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Dec 06 04:19:05 smithi098 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi098[111615]: stat: stderr Trying to pull docker.io/library/haproxy:2.3... 2023-12-06T04:19:05.623 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Dec 06 04:19:05 smithi098 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi098[111615]: stat: stderr time="2023-12-06T04:17:11Z" level=warning msg="Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: 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-12-06T04:19:05.623 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Dec 06 04:19:05 smithi098 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi098[111615]: stat: stderr time="2023-12-06T04:17:48Z" level=warning msg="Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: 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-12-06T04:19:05.623 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Dec 06 04:19:05 smithi098 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi098[111615]: stat: stderr time="2023-12-06T04:18:26Z" level=warning msg="Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: 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-12-06T04:19:05.623 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Dec 06 04:19:05 smithi098 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi098[111615]: 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-12-06T04:19:05.623 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Dec 06 04:19:05 smithi098 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi098[111615]: 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=smithi047 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-06T04:19:05.623 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Dec 06 04:19:05 smithi098 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi098[111615]: cephadm 2023-12-06T04:19:03.738145+0000 mgr.smithi047.erpxvz (mgr.14182) 421 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi047.dhmayl 2023-12-06T04:19:05.623 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Dec 06 04:19:05 smithi098 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi098[111615]: cephadm 2023-12-06T04:19:03.739362+0000 mgr.smithi047.erpxvz (mgr.14182) 422 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi047.dhmayl on smithi047: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi047-dhmayl 2023-12-06T04:19:05.623 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Dec 06 04:19:05 smithi098 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi098[111615]: /bin/podman: stderr Error: no such container ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi047-dhmayl 2023-12-06T04:19:05.623 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Dec 06 04:19:05 smithi098 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi098[111615]: Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi047.dhmayl 2023-12-06T04:19:05.623 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Dec 06 04:19:05 smithi098 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi098[111615]: /bin/podman: stderr Error: no such container ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi047.dhmayl 2023-12-06T04:19:05.623 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Dec 06 04:19:05 smithi098 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi098[111615]: Deploy daemon haproxy.nfs.foo.smithi047.dhmayl ... 2023-12-06T04:19:05.623 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Dec 06 04:19:05 smithi098 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi098[111615]: 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=smithi047 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-06T04:19:05.623 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Dec 06 04:19:05 smithi098 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi098[111615]: stat: stderr Trying to pull docker.io/library/haproxy:2.3... 2023-12-06T04:19:05.623 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Dec 06 04:19:05 smithi098 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi098[111615]: stat: stderr time="2023-12-06T04:17:11Z" level=warning msg="Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: 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-12-06T04:19:05.624 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Dec 06 04:19:05 smithi098 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi098[111615]: stat: stderr time="2023-12-06T04:17:48Z" level=warning msg="Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: 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-12-06T04:19:05.624 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Dec 06 04:19:05 smithi098 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi098[111615]: stat: stderr time="2023-12-06T04:18:26Z" level=warning msg="Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: 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-12-06T04:19:05.624 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Dec 06 04:19:05 smithi098 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi098[111615]: 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-12-06T04:19:05.624 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Dec 06 04:19:05 smithi098 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi098[111615]: 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=smithi047 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-06T04:19:05.624 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Dec 06 04:19:05 smithi098 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi098[111615]: cephadm 2023-12-06T04:19:03.744509+0000 mgr.smithi047.erpxvz (mgr.14182) 423 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi098.otnkwd on smithi098: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2023-12-06T04:19:05.624 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Dec 06 04:19:05 smithi098 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi098[111615]: cephadm 2023-12-06T04:19:03.745775+0000 mgr.smithi047.erpxvz (mgr.14182) 424 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi047.tduqaw on smithi047: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2023-12-06T04:19:05.624 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Dec 06 04:19:05 smithi098 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi098[111615]: cluster 2023-12-06T04:19:03.746503+0000 mgr.smithi047.erpxvz (mgr.14182) 425 : cluster [DBG] pgmap v271: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 98 B/s rd, 0 op/s 2023-12-06T04:19:05.624 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Dec 06 04:19:05 smithi098 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi098[111615]: cluster 2023-12-06T04:19:04.282212+0000 mon.smithi047 (mon.0) 659 : cluster [WRN] Health check failed: Failed to place 4 daemon(s) (CEPHADM_DAEMON_PLACE_FAIL) 2023-12-06T04:19:05.624 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Dec 06 04:19:05 smithi098 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi098[111615]: audit 2023-12-06T04:19:05.194067+0000 mon.smithi047 (mon.0) 660 : audit [INF] from='mgr.14182 172.21.15.47:0/1495146391' entity='mgr.smithi047.erpxvz' 2023-12-06T04:19:06.030 DEBUG:teuthology.orchestra.run.smithi047:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:d03fca4f35d43f61b4679936aef7bd2f01cced0b shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 2ecad2ea-93ed-11ee-95a2-87774f69a715 -- ceph orch ls -f json 2023-12-06T04:19:06.564 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Dec 06 04:19:06 smithi047 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi047[108212]: audit 2023-12-06T04:19:04.455175+0000 mgr.smithi047.erpxvz (mgr.14182) 426 : audit [DBG] from='client.15004 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-06T04:19:06.620 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Dec 06 04:19:06 smithi098 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi098[111615]: audit 2023-12-06T04:19:04.455175+0000 mgr.smithi047.erpxvz (mgr.14182) 426 : audit [DBG] from='client.15004 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-06T04:19:07.620 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Dec 06 04:19:07 smithi098 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi098[111615]: cluster 2023-12-06T04:19:05.747108+0000 mgr.smithi047.erpxvz (mgr.14182) 427 : cluster [DBG] pgmap v272: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 98 B/s rd, 0 op/s 2023-12-06T04:19:07.629 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Dec 06 04:19:07 smithi047 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi047[108212]: cluster 2023-12-06T04:19:05.747108+0000 mgr.smithi047.erpxvz (mgr.14182) 427 : cluster [DBG] pgmap v272: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 98 B/s rd, 0 op/s 2023-12-06T04:19:08.051 INFO:teuthology.orchestra.run.smithi047.stdout: 2023-12-06T04:19:08.051 INFO:teuthology.orchestra.run.smithi047.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-06T04:10:15.517593Z", "last_refresh": "2023-12-06T04:19:07.677115Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-06T04:10:10.954835Z", "last_refresh": "2023-12-06T04:19:05.187783Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-06T04:10:13.544463Z", "last_refresh": "2023-12-06T04:19:07.677283Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-06T04:13:56.333839Z service:ingress.nfs.foo [INFO] \"service was created\"", "2023-12-06T04:16:34.566097Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi098.mygyec on smithi098: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi098-mygyec\n/bin/podman: stderr Error: no such container ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi098-mygyec\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi098.mygyec\n/bin/podman: stderr Error: no such container ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi098.mygyec\nDeploy daemon haproxy.nfs.foo.smithi098.mygyec ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi098 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-06T04:14:42Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-06T04:15:19Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-06T04:15:57Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi098 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-06T04:19:03.739263Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi047.dhmayl on smithi047: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi047-dhmayl\n/bin/podman: stderr Error: no such container ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi047-dhmayl\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi047.dhmayl\n/bin/podman: stderr Error: no such container ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi047.dhmayl\nDeploy daemon haproxy.nfs.foo.smithi047.dhmayl ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi047 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-06T04:17:11Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-06T04:17:48Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-06T04:18:26Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi047 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-06T04:19:03.744383Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi098.otnkwd on smithi098: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-06T04:19:03.745660Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi047.tduqaw on smithi047: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.47/16"}, "status": {"created": "2023-12-06T04:13:56.330826Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.47/16"}}, {"events": ["2023-12-06T04:13:52.727160Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-06T04:13:52.721318Z", "last_refresh": "2023-12-06T04:19:05.188476Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-06T04:10:09.956661Z", "last_refresh": "2023-12-06T04:19:05.187950Z", "running": 2, "size": 2}}, {"events": ["2023-12-06T04:11:13.238878Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi047:172.21.15.47=smithi047", "smithi098:172.21.15.98=smithi098"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-06T04:11:13.235526Z", "last_refresh": "2023-12-06T04:19:05.188035Z", "running": 2, "size": 2}}, {"events": ["2023-12-06T04:13:56.329598Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-12-06T04:13:56.325813Z", "last_refresh": "2023-12-06T04:19:07.677926Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-06T04:10:14.589128Z", "last_refresh": "2023-12-06T04:19:05.188112Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-06T04:11:43.239438Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-06T04:11:43.235053Z", "last_refresh": "2023-12-06T04:19:05.188186Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-06T04:10:12.030635Z", "last_refresh": "2023-12-06T04:19:07.677436Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-06T04:19:08.450 INFO:tasks.cephadm:nfs.foo has 1/1 2023-12-06T04:19:08.451 INFO:teuthology.run_tasks:Running task cephadm.wait_for_service... 2023-12-06T04:19:08.462 INFO:tasks.cephadm:Waiting for ceph service ingress.nfs.foo to start (timeout 300)... 2023-12-06T04:19:08.462 DEBUG:teuthology.orchestra.run.smithi047:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:d03fca4f35d43f61b4679936aef7bd2f01cced0b shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 2ecad2ea-93ed-11ee-95a2-87774f69a715 -- ceph orch ls -f json 2023-12-06T04:19:08.975 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Dec 06 04:19:08 smithi047 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi047[108212]: audit 2023-12-06T04:19:07.685007+0000 mon.smithi047 (mon.0) 661 : audit [INF] from='mgr.14182 172.21.15.47:0/1495146391' entity='mgr.smithi047.erpxvz' 2023-12-06T04:19:08.975 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Dec 06 04:19:08 smithi047 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi047[108212]: cluster 2023-12-06T04:19:07.747738+0000 mgr.smithi047.erpxvz (mgr.14182) 428 : cluster [DBG] pgmap v273: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 98 B/s rd, 0 op/s 2023-12-06T04:19:08.975 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Dec 06 04:19:08 smithi047 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi047[108212]: audit 2023-12-06T04:19:08.025660+0000 mon.smithi047 (mon.0) 662 : audit [DBG] from='mgr.14182 172.21.15.47:0/1495146391' entity='mgr.smithi047.erpxvz' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T04:19:08.975 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Dec 06 04:19:08 smithi047 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi047[108212]: audit 2023-12-06T04:19:08.026406+0000 mon.smithi047 (mon.0) 663 : audit [INF] from='mgr.14182 172.21.15.47:0/1495146391' entity='mgr.smithi047.erpxvz' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T04:19:08.976 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Dec 06 04:19:08 smithi047 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi047[108212]: audit 2023-12-06T04:19:08.031007+0000 mon.smithi047 (mon.0) 664 : audit [INF] from='mgr.14182 172.21.15.47:0/1495146391' entity='mgr.smithi047.erpxvz' 2023-12-06T04:19:08.976 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Dec 06 04:19:08 smithi047 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi047[108212]: cluster 2023-12-06T04:19:08.031454+0000 mgr.smithi047.erpxvz (mgr.14182) 429 : cluster [DBG] pgmap v274: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 118 B/s rd, 0 op/s 2023-12-06T04:19:08.976 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Dec 06 04:19:08 smithi047 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi047[108212]: audit 2023-12-06T04:19:08.035722+0000 mon.smithi047 (mon.0) 665 : audit [DBG] from='mgr.14182 172.21.15.47:0/1495146391' entity='mgr.smithi047.erpxvz' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-12-06T04:19:08.976 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Dec 06 04:19:08 smithi047 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi047[108212]: audit 2023-12-06T04:19:08.042970+0000 mon.smithi047 (mon.0) 666 : audit [INF] from='mgr.14182 172.21.15.47:0/1495146391' entity='mgr.smithi047.erpxvz' 2023-12-06T04:19:08.976 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Dec 06 04:19:08 smithi047 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi047[108212]: cephadm 2023-12-06T04:19:08.045360+0000 mgr.smithi047.erpxvz (mgr.14182) 430 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi098.canbud on smithi098 2023-12-06T04:19:08.976 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Dec 06 04:19:08 smithi047 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi047[108212]: audit 2023-12-06T04:19:08.046095+0000 mgr.smithi047.erpxvz (mgr.14182) 431 : audit [DBG] from='client.15008 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-06T04:19:09.121 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Dec 06 04:19:08 smithi098 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi098[111615]: audit 2023-12-06T04:19:07.685007+0000 mon.smithi047 (mon.0) 661 : audit [INF] from='mgr.14182 172.21.15.47:0/1495146391' entity='mgr.smithi047.erpxvz' 2023-12-06T04:19:09.121 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Dec 06 04:19:08 smithi098 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi098[111615]: cluster 2023-12-06T04:19:07.747738+0000 mgr.smithi047.erpxvz (mgr.14182) 428 : cluster [DBG] pgmap v273: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 98 B/s rd, 0 op/s 2023-12-06T04:19:09.121 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Dec 06 04:19:08 smithi098 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi098[111615]: audit 2023-12-06T04:19:08.025660+0000 mon.smithi047 (mon.0) 662 : audit [DBG] from='mgr.14182 172.21.15.47:0/1495146391' entity='mgr.smithi047.erpxvz' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T04:19:09.121 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Dec 06 04:19:08 smithi098 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi098[111615]: audit 2023-12-06T04:19:08.026406+0000 mon.smithi047 (mon.0) 663 : audit [INF] from='mgr.14182 172.21.15.47:0/1495146391' entity='mgr.smithi047.erpxvz' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T04:19:09.121 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Dec 06 04:19:08 smithi098 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi098[111615]: audit 2023-12-06T04:19:08.031007+0000 mon.smithi047 (mon.0) 664 : audit [INF] from='mgr.14182 172.21.15.47:0/1495146391' entity='mgr.smithi047.erpxvz' 2023-12-06T04:19:09.121 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Dec 06 04:19:08 smithi098 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi098[111615]: cluster 2023-12-06T04:19:08.031454+0000 mgr.smithi047.erpxvz (mgr.14182) 429 : cluster [DBG] pgmap v274: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 118 B/s rd, 0 op/s 2023-12-06T04:19:09.121 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Dec 06 04:19:08 smithi098 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi098[111615]: audit 2023-12-06T04:19:08.035722+0000 mon.smithi047 (mon.0) 665 : audit [DBG] from='mgr.14182 172.21.15.47:0/1495146391' entity='mgr.smithi047.erpxvz' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-12-06T04:19:09.121 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Dec 06 04:19:08 smithi098 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi098[111615]: audit 2023-12-06T04:19:08.042970+0000 mon.smithi047 (mon.0) 666 : audit [INF] from='mgr.14182 172.21.15.47:0/1495146391' entity='mgr.smithi047.erpxvz' 2023-12-06T04:19:09.121 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Dec 06 04:19:08 smithi098 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi098[111615]: cephadm 2023-12-06T04:19:08.045360+0000 mgr.smithi047.erpxvz (mgr.14182) 430 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi098.canbud on smithi098 2023-12-06T04:19:09.121 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Dec 06 04:19:08 smithi098 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi098[111615]: audit 2023-12-06T04:19:08.046095+0000 mgr.smithi047.erpxvz (mgr.14182) 431 : audit [DBG] from='client.15008 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-06T04:19:09.877 INFO:teuthology.orchestra.run.smithi047.stdout: 2023-12-06T04:19:09.877 INFO:teuthology.orchestra.run.smithi047.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-06T04:10:15.517593Z", "last_refresh": "2023-12-06T04:19:07.677115Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-06T04:10:10.954835Z", "last_refresh": "2023-12-06T04:19:05.187783Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-06T04:10:13.544463Z", "last_refresh": "2023-12-06T04:19:07.677283Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-06T04:13:56.333839Z service:ingress.nfs.foo [INFO] \"service was created\"", "2023-12-06T04:16:34.566097Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi098.mygyec on smithi098: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi098-mygyec\n/bin/podman: stderr Error: no such container ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi098-mygyec\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi098.mygyec\n/bin/podman: stderr Error: no such container ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi098.mygyec\nDeploy daemon haproxy.nfs.foo.smithi098.mygyec ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi098 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-06T04:14:42Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-06T04:15:19Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-06T04:15:57Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi098 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-06T04:19:03.739263Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi047.dhmayl on smithi047: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi047-dhmayl\n/bin/podman: stderr Error: no such container ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi047-dhmayl\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi047.dhmayl\n/bin/podman: stderr Error: no such container ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi047.dhmayl\nDeploy daemon haproxy.nfs.foo.smithi047.dhmayl ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi047 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-06T04:17:11Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-06T04:17:48Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-06T04:18:26Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi047 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-06T04:19:03.744383Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi098.otnkwd on smithi098: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-06T04:19:03.745660Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi047.tduqaw on smithi047: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.47/16"}, "status": {"created": "2023-12-06T04:13:56.330826Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.47/16"}}, {"events": ["2023-12-06T04:13:52.727160Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-06T04:13:52.721318Z", "last_refresh": "2023-12-06T04:19:05.188476Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-06T04:10:09.956661Z", "last_refresh": "2023-12-06T04:19:05.187950Z", "running": 2, "size": 2}}, {"events": ["2023-12-06T04:11:13.238878Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi047:172.21.15.47=smithi047", "smithi098:172.21.15.98=smithi098"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-06T04:11:13.235526Z", "last_refresh": "2023-12-06T04:19:05.188035Z", "running": 2, "size": 2}}, {"events": ["2023-12-06T04:13:56.329598Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-12-06T04:13:56.325813Z", "last_refresh": "2023-12-06T04:19:07.677926Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-06T04:10:14.589128Z", "last_refresh": "2023-12-06T04:19:05.188112Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-06T04:11:43.239438Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-06T04:11:43.235053Z", "last_refresh": "2023-12-06T04:19:05.188186Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-06T04:10:12.030635Z", "last_refresh": "2023-12-06T04:19:07.677436Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-06T04:19:10.120 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Dec 06 04:19:09 smithi098 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi098[111615]: cluster 2023-12-06T04:19:08.682542+0000 mon.smithi047 (mon.0) 667 : cluster [INF] Health check cleared: CEPHADM_DAEMON_PLACE_FAIL (was: Failed to place 4 daemon(s)) 2023-12-06T04:19:10.120 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Dec 06 04:19:09 smithi098 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi098[111615]: cluster 2023-12-06T04:19:08.682573+0000 mon.smithi047 (mon.0) 668 : cluster [INF] Cluster is now healthy 2023-12-06T04:19:10.128 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Dec 06 04:19:09 smithi047 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi047[108212]: cluster 2023-12-06T04:19:08.682542+0000 mon.smithi047 (mon.0) 667 : cluster [INF] Health check cleared: CEPHADM_DAEMON_PLACE_FAIL (was: Failed to place 4 daemon(s)) 2023-12-06T04:19:10.128 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Dec 06 04:19:09 smithi047 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi047[108212]: cluster 2023-12-06T04:19:08.682573+0000 mon.smithi047 (mon.0) 668 : cluster [INF] Cluster is now healthy 2023-12-06T04:19:10.307 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-06T04:19:11.120 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Dec 06 04:19:10 smithi098 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi098[111615]: audit 2023-12-06T04:19:09.872583+0000 mgr.smithi047.erpxvz (mgr.14182) 432 : audit [DBG] from='client.15012 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-06T04:19:11.120 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Dec 06 04:19:10 smithi098 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi098[111615]: cluster 2023-12-06T04:19:10.032178+0000 mgr.smithi047.erpxvz (mgr.14182) 433 : cluster [DBG] pgmap v275: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-06T04:19:11.129 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Dec 06 04:19:10 smithi047 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi047[108212]: audit 2023-12-06T04:19:09.872583+0000 mgr.smithi047.erpxvz (mgr.14182) 432 : audit [DBG] from='client.15012 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-06T04:19:11.129 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Dec 06 04:19:10 smithi047 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi047[108212]: cluster 2023-12-06T04:19:10.032178+0000 mgr.smithi047.erpxvz (mgr.14182) 433 : cluster [DBG] pgmap v275: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-06T04:19:11.308 DEBUG:teuthology.orchestra.run.smithi047:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:d03fca4f35d43f61b4679936aef7bd2f01cced0b shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 2ecad2ea-93ed-11ee-95a2-87774f69a715 -- ceph orch ls -f json 2023-12-06T04:19:12.823 INFO:teuthology.orchestra.run.smithi047.stdout: 2023-12-06T04:19:12.823 INFO:teuthology.orchestra.run.smithi047.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-06T04:10:15.517593Z", "last_refresh": "2023-12-06T04:19:07.677115Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-06T04:10:10.954835Z", "last_refresh": "2023-12-06T04:19:05.187783Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-06T04:10:13.544463Z", "last_refresh": "2023-12-06T04:19:07.677283Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-06T04:13:56.333839Z service:ingress.nfs.foo [INFO] \"service was created\"", "2023-12-06T04:16:34.566097Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi098.mygyec on smithi098: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi098-mygyec\n/bin/podman: stderr Error: no such container ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi098-mygyec\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi098.mygyec\n/bin/podman: stderr Error: no such container ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi098.mygyec\nDeploy daemon haproxy.nfs.foo.smithi098.mygyec ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi098 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-06T04:14:42Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-06T04:15:19Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-06T04:15:57Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi098 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-06T04:19:03.739263Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi047.dhmayl on smithi047: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi047-dhmayl\n/bin/podman: stderr Error: no such container ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi047-dhmayl\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi047.dhmayl\n/bin/podman: stderr Error: no such container ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi047.dhmayl\nDeploy daemon haproxy.nfs.foo.smithi047.dhmayl ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi047 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-06T04:17:11Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-06T04:17:48Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-06T04:18:26Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi047 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-06T04:19:03.744383Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi098.otnkwd on smithi098: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-06T04:19:03.745660Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi047.tduqaw on smithi047: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.47/16"}, "status": {"created": "2023-12-06T04:13:56.330826Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.47/16"}}, {"events": ["2023-12-06T04:13:52.727160Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-06T04:13:52.721318Z", "last_refresh": "2023-12-06T04:19:05.188476Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-06T04:10:09.956661Z", "last_refresh": "2023-12-06T04:19:05.187950Z", "running": 2, "size": 2}}, {"events": ["2023-12-06T04:11:13.238878Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi047:172.21.15.47=smithi047", "smithi098:172.21.15.98=smithi098"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-06T04:11:13.235526Z", "last_refresh": "2023-12-06T04:19:05.188035Z", "running": 2, "size": 2}}, {"events": ["2023-12-06T04:13:56.329598Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-12-06T04:13:56.325813Z", "last_refresh": "2023-12-06T04:19:07.677926Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-06T04:10:14.589128Z", "last_refresh": "2023-12-06T04:19:05.188112Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-06T04:11:43.239438Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-06T04:11:43.235053Z", "last_refresh": "2023-12-06T04:19:05.188186Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-06T04:10:12.030635Z", "last_refresh": "2023-12-06T04:19:07.677436Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-06T04:19:13.129 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Dec 06 04:19:13 smithi047 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi047[108212]: cluster 2023-12-06T04:19:12.032758+0000 mgr.smithi047.erpxvz (mgr.14182) 434 : cluster [DBG] pgmap v276: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 118 B/s rd, 0 op/s 2023-12-06T04:19:13.338 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-06T04:19:13.370 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Dec 06 04:19:13 smithi098 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi098[111615]: cluster 2023-12-06T04:19:12.032758+0000 mgr.smithi047.erpxvz (mgr.14182) 434 : cluster [DBG] pgmap v276: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 118 B/s rd, 0 op/s 2023-12-06T04:19:14.338 DEBUG:teuthology.orchestra.run.smithi047:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:d03fca4f35d43f61b4679936aef7bd2f01cced0b shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 2ecad2ea-93ed-11ee-95a2-87774f69a715 -- ceph orch ls -f json 2023-12-06T04:19:14.620 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Dec 06 04:19:14 smithi098 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi098[111615]: audit 2023-12-06T04:19:12.817980+0000 mgr.smithi047.erpxvz (mgr.14182) 435 : audit [DBG] from='client.15016 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-06T04:19:14.629 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Dec 06 04:19:14 smithi047 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi047[108212]: audit 2023-12-06T04:19:12.817980+0000 mgr.smithi047.erpxvz (mgr.14182) 435 : audit [DBG] from='client.15016 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-06T04:19:15.379 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Dec 06 04:19:15 smithi047 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi047[108212]: cluster 2023-12-06T04:19:14.033277+0000 mgr.smithi047.erpxvz (mgr.14182) 436 : cluster [DBG] pgmap v277: 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-12-06T04:19:15.620 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Dec 06 04:19:15 smithi098 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi098[111615]: cluster 2023-12-06T04:19:14.033277+0000 mgr.smithi047.erpxvz (mgr.14182) 436 : cluster [DBG] pgmap v277: 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-12-06T04:19:15.796 INFO:teuthology.orchestra.run.smithi047.stdout: 2023-12-06T04:19:15.796 INFO:teuthology.orchestra.run.smithi047.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-06T04:10:15.517593Z", "last_refresh": "2023-12-06T04:19:07.677115Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-06T04:10:10.954835Z", "last_refresh": "2023-12-06T04:19:05.187783Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-06T04:10:13.544463Z", "last_refresh": "2023-12-06T04:19:07.677283Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-06T04:13:56.333839Z service:ingress.nfs.foo [INFO] \"service was created\"", "2023-12-06T04:16:34.566097Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi098.mygyec on smithi098: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi098-mygyec\n/bin/podman: stderr Error: no such container ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi098-mygyec\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi098.mygyec\n/bin/podman: stderr Error: no such container ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi098.mygyec\nDeploy daemon haproxy.nfs.foo.smithi098.mygyec ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi098 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-06T04:14:42Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-06T04:15:19Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-06T04:15:57Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi098 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-06T04:19:03.739263Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi047.dhmayl on smithi047: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi047-dhmayl\n/bin/podman: stderr Error: no such container ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi047-dhmayl\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi047.dhmayl\n/bin/podman: stderr Error: no such container ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi047.dhmayl\nDeploy daemon haproxy.nfs.foo.smithi047.dhmayl ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi047 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-06T04:17:11Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-06T04:17:48Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-06T04:18:26Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi047 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-06T04:19:03.744383Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi098.otnkwd on smithi098: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-06T04:19:03.745660Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi047.tduqaw on smithi047: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.47/16"}, "status": {"created": "2023-12-06T04:13:56.330826Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.47/16"}}, {"events": ["2023-12-06T04:13:52.727160Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-06T04:13:52.721318Z", "last_refresh": "2023-12-06T04:19:05.188476Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-06T04:10:09.956661Z", "last_refresh": "2023-12-06T04:19:05.187950Z", "running": 2, "size": 2}}, {"events": ["2023-12-06T04:11:13.238878Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi047:172.21.15.47=smithi047", "smithi098:172.21.15.98=smithi098"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-06T04:11:13.235526Z", "last_refresh": "2023-12-06T04:19:05.188035Z", "running": 2, "size": 2}}, {"events": ["2023-12-06T04:13:56.329598Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-12-06T04:13:56.325813Z", "last_refresh": "2023-12-06T04:19:07.677926Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-06T04:10:14.589128Z", "last_refresh": "2023-12-06T04:19:05.188112Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-06T04:11:43.239438Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-06T04:11:43.235053Z", "last_refresh": "2023-12-06T04:19:05.188186Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-06T04:10:12.030635Z", "last_refresh": "2023-12-06T04:19:07.677436Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-06T04:19:16.180 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-06T04:19:17.181 DEBUG:teuthology.orchestra.run.smithi047:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:d03fca4f35d43f61b4679936aef7bd2f01cced0b shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 2ecad2ea-93ed-11ee-95a2-87774f69a715 -- ceph orch ls -f json 2023-12-06T04:19:17.535 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Dec 06 04:19:17 smithi047 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi047[108212]: audit 2023-12-06T04:19:15.791833+0000 mgr.smithi047.erpxvz (mgr.14182) 437 : audit [DBG] from='client.15020 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-06T04:19:17.535 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Dec 06 04:19:17 smithi047 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi047[108212]: cluster 2023-12-06T04:19:16.033777+0000 mgr.smithi047.erpxvz (mgr.14182) 438 : cluster [DBG] pgmap v278: 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-12-06T04:19:17.621 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Dec 06 04:19:17 smithi098 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi098[111615]: audit 2023-12-06T04:19:15.791833+0000 mgr.smithi047.erpxvz (mgr.14182) 437 : audit [DBG] from='client.15020 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-06T04:19:17.621 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Dec 06 04:19:17 smithi098 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi098[111615]: cluster 2023-12-06T04:19:16.033777+0000 mgr.smithi047.erpxvz (mgr.14182) 438 : cluster [DBG] pgmap v278: 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-12-06T04:19:18.633 INFO:teuthology.orchestra.run.smithi047.stdout: 2023-12-06T04:19:18.633 INFO:teuthology.orchestra.run.smithi047.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-06T04:10:15.517593Z", "last_refresh": "2023-12-06T04:19:07.677115Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-06T04:10:10.954835Z", "last_refresh": "2023-12-06T04:19:05.187783Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-06T04:10:13.544463Z", "last_refresh": "2023-12-06T04:19:07.677283Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-06T04:13:56.333839Z service:ingress.nfs.foo [INFO] \"service was created\"", "2023-12-06T04:16:34.566097Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi098.mygyec on smithi098: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi098-mygyec\n/bin/podman: stderr Error: no such container ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi098-mygyec\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi098.mygyec\n/bin/podman: stderr Error: no such container ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi098.mygyec\nDeploy daemon haproxy.nfs.foo.smithi098.mygyec ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi098 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-06T04:14:42Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-06T04:15:19Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-06T04:15:57Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi098 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-06T04:19:03.739263Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi047.dhmayl on smithi047: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi047-dhmayl\n/bin/podman: stderr Error: no such container ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi047-dhmayl\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi047.dhmayl\n/bin/podman: stderr Error: no such container ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi047.dhmayl\nDeploy daemon haproxy.nfs.foo.smithi047.dhmayl ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi047 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-06T04:17:11Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-06T04:17:48Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-06T04:18:26Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi047 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-06T04:19:03.744383Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi098.otnkwd on smithi098: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-06T04:19:03.745660Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi047.tduqaw on smithi047: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.47/16"}, "status": {"created": "2023-12-06T04:13:56.330826Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.47/16"}}, {"events": ["2023-12-06T04:13:52.727160Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-06T04:13:52.721318Z", "last_refresh": "2023-12-06T04:19:05.188476Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-06T04:10:09.956661Z", "last_refresh": "2023-12-06T04:19:05.187950Z", "running": 2, "size": 2}}, {"events": ["2023-12-06T04:11:13.238878Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi047:172.21.15.47=smithi047", "smithi098:172.21.15.98=smithi098"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-06T04:11:13.235526Z", "last_refresh": "2023-12-06T04:19:05.188035Z", "running": 2, "size": 2}}, {"events": ["2023-12-06T04:13:56.329598Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-12-06T04:13:56.325813Z", "last_refresh": "2023-12-06T04:19:07.677926Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-06T04:10:14.589128Z", "last_refresh": "2023-12-06T04:19:05.188112Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-06T04:11:43.239438Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-06T04:11:43.235053Z", "last_refresh": "2023-12-06T04:19:05.188186Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-06T04:10:12.030635Z", "last_refresh": "2023-12-06T04:19:07.677436Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-06T04:19:19.023 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-06T04:19:19.620 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Dec 06 04:19:19 smithi098 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi098[111615]: cluster 2023-12-06T04:19:18.034452+0000 mgr.smithi047.erpxvz (mgr.14182) 439 : cluster [DBG] pgmap v279: 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-12-06T04:19:19.629 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Dec 06 04:19:19 smithi047 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi047[108212]: cluster 2023-12-06T04:19:18.034452+0000 mgr.smithi047.erpxvz (mgr.14182) 439 : cluster [DBG] pgmap v279: 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-12-06T04:19:20.023 DEBUG:teuthology.orchestra.run.smithi047:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:d03fca4f35d43f61b4679936aef7bd2f01cced0b shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 2ecad2ea-93ed-11ee-95a2-87774f69a715 -- ceph orch ls -f json 2023-12-06T04:19:20.376 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Dec 06 04:19:20 smithi047 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi047[108212]: audit 2023-12-06T04:19:18.628003+0000 mgr.smithi047.erpxvz (mgr.14182) 440 : audit [DBG] from='client.15024 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-06T04:19:20.620 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Dec 06 04:19:20 smithi098 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi098[111615]: audit 2023-12-06T04:19:18.628003+0000 mgr.smithi047.erpxvz (mgr.14182) 440 : audit [DBG] from='client.15024 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-06T04:19:21.379 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Dec 06 04:19:21 smithi047 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi047[108212]: cluster 2023-12-06T04:19:20.035018+0000 mgr.smithi047.erpxvz (mgr.14182) 441 : 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-12-06T04:19:21.474 INFO:teuthology.orchestra.run.smithi047.stdout: 2023-12-06T04:19:21.475 INFO:teuthology.orchestra.run.smithi047.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-06T04:10:15.517593Z", "last_refresh": "2023-12-06T04:19:07.677115Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-06T04:10:10.954835Z", "last_refresh": "2023-12-06T04:19:05.187783Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-06T04:10:13.544463Z", "last_refresh": "2023-12-06T04:19:07.677283Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-06T04:13:56.333839Z service:ingress.nfs.foo [INFO] \"service was created\"", "2023-12-06T04:16:34.566097Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi098.mygyec on smithi098: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi098-mygyec\n/bin/podman: stderr Error: no such container ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi098-mygyec\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi098.mygyec\n/bin/podman: stderr Error: no such container ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi098.mygyec\nDeploy daemon haproxy.nfs.foo.smithi098.mygyec ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi098 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-06T04:14:42Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-06T04:15:19Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-06T04:15:57Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi098 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-06T04:19:03.739263Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi047.dhmayl on smithi047: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi047-dhmayl\n/bin/podman: stderr Error: no such container ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi047-dhmayl\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi047.dhmayl\n/bin/podman: stderr Error: no such container ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi047.dhmayl\nDeploy daemon haproxy.nfs.foo.smithi047.dhmayl ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi047 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-06T04:17:11Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-06T04:17:48Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-06T04:18:26Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi047 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-06T04:19:03.744383Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi098.otnkwd on smithi098: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-06T04:19:03.745660Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi047.tduqaw on smithi047: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.47/16"}, "status": {"created": "2023-12-06T04:13:56.330826Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.47/16"}}, {"events": ["2023-12-06T04:13:52.727160Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-06T04:13:52.721318Z", "last_refresh": "2023-12-06T04:19:05.188476Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-06T04:10:09.956661Z", "last_refresh": "2023-12-06T04:19:05.187950Z", "running": 2, "size": 2}}, {"events": ["2023-12-06T04:11:13.238878Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi047:172.21.15.47=smithi047", "smithi098:172.21.15.98=smithi098"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-06T04:11:13.235526Z", "last_refresh": "2023-12-06T04:19:05.188035Z", "running": 2, "size": 2}}, {"events": ["2023-12-06T04:13:56.329598Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-12-06T04:13:56.325813Z", "last_refresh": "2023-12-06T04:19:07.677926Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-06T04:10:14.589128Z", "last_refresh": "2023-12-06T04:19:05.188112Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-06T04:11:43.239438Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-06T04:11:43.235053Z", "last_refresh": "2023-12-06T04:19:05.188186Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-06T04:10:12.030635Z", "last_refresh": "2023-12-06T04:19:07.677436Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-06T04:19:21.620 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Dec 06 04:19:21 smithi098 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi098[111615]: cluster 2023-12-06T04:19:20.035018+0000 mgr.smithi047.erpxvz (mgr.14182) 441 : 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-12-06T04:19:21.872 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-06T04:19:22.872 DEBUG:teuthology.orchestra.run.smithi047:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:d03fca4f35d43f61b4679936aef7bd2f01cced0b shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 2ecad2ea-93ed-11ee-95a2-87774f69a715 -- ceph orch ls -f json 2023-12-06T04:19:23.602 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Dec 06 04:19:23 smithi047 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi047[108212]: audit 2023-12-06T04:19:21.470058+0000 mgr.smithi047.erpxvz (mgr.14182) 442 : audit [DBG] from='client.15028 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-06T04:19:23.602 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Dec 06 04:19:23 smithi047 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi047[108212]: cluster 2023-12-06T04:19:22.035581+0000 mgr.smithi047.erpxvz (mgr.14182) 443 : 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-12-06T04:19:23.620 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Dec 06 04:19:23 smithi098 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi098[111615]: audit 2023-12-06T04:19:21.470058+0000 mgr.smithi047.erpxvz (mgr.14182) 442 : audit [DBG] from='client.15028 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-06T04:19:23.620 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Dec 06 04:19:23 smithi098 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi098[111615]: cluster 2023-12-06T04:19:22.035581+0000 mgr.smithi047.erpxvz (mgr.14182) 443 : 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-12-06T04:19:24.323 INFO:teuthology.orchestra.run.smithi047.stdout: 2023-12-06T04:19:24.323 INFO:teuthology.orchestra.run.smithi047.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-06T04:10:15.517593Z", "last_refresh": "2023-12-06T04:19:07.677115Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-06T04:10:10.954835Z", "last_refresh": "2023-12-06T04:19:05.187783Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-06T04:10:13.544463Z", "last_refresh": "2023-12-06T04:19:07.677283Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-06T04:13:56.333839Z service:ingress.nfs.foo [INFO] \"service was created\"", "2023-12-06T04:16:34.566097Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi098.mygyec on smithi098: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi098-mygyec\n/bin/podman: stderr Error: no such container ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi098-mygyec\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi098.mygyec\n/bin/podman: stderr Error: no such container ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi098.mygyec\nDeploy daemon haproxy.nfs.foo.smithi098.mygyec ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi098 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-06T04:14:42Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-06T04:15:19Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-06T04:15:57Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi098 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-06T04:19:03.739263Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi047.dhmayl on smithi047: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi047-dhmayl\n/bin/podman: stderr Error: no such container ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi047-dhmayl\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi047.dhmayl\n/bin/podman: stderr Error: no such container ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi047.dhmayl\nDeploy daemon haproxy.nfs.foo.smithi047.dhmayl ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi047 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-06T04:17:11Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-06T04:17:48Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-06T04:18:26Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi047 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-06T04:19:03.744383Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi098.otnkwd on smithi098: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-06T04:19:03.745660Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi047.tduqaw on smithi047: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.47/16"}, "status": {"created": "2023-12-06T04:13:56.330826Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.47/16"}}, {"events": ["2023-12-06T04:13:52.727160Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-06T04:13:52.721318Z", "last_refresh": "2023-12-06T04:19:05.188476Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-06T04:10:09.956661Z", "last_refresh": "2023-12-06T04:19:05.187950Z", "running": 2, "size": 2}}, {"events": ["2023-12-06T04:11:13.238878Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi047:172.21.15.47=smithi047", "smithi098:172.21.15.98=smithi098"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-06T04:11:13.235526Z", "last_refresh": "2023-12-06T04:19:05.188035Z", "running": 2, "size": 2}}, {"events": ["2023-12-06T04:13:56.329598Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-12-06T04:13:56.325813Z", "last_refresh": "2023-12-06T04:19:07.677926Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-06T04:10:14.589128Z", "last_refresh": "2023-12-06T04:19:05.188112Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-06T04:11:43.239438Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-06T04:11:43.235053Z", "last_refresh": "2023-12-06T04:19:05.188186Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-06T04:10:12.030635Z", "last_refresh": "2023-12-06T04:19:07.677436Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-06T04:19:24.683 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-06T04:19:25.620 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Dec 06 04:19:25 smithi098 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi098[111615]: cluster 2023-12-06T04:19:24.036048+0000 mgr.smithi047.erpxvz (mgr.14182) 444 : 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-12-06T04:19:25.620 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Dec 06 04:19:25 smithi098 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi098[111615]: audit 2023-12-06T04:19:24.316479+0000 mgr.smithi047.erpxvz (mgr.14182) 445 : audit [DBG] from='client.15032 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-06T04:19:25.629 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Dec 06 04:19:25 smithi047 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi047[108212]: cluster 2023-12-06T04:19:24.036048+0000 mgr.smithi047.erpxvz (mgr.14182) 444 : 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-12-06T04:19:25.629 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Dec 06 04:19:25 smithi047 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi047[108212]: audit 2023-12-06T04:19:24.316479+0000 mgr.smithi047.erpxvz (mgr.14182) 445 : audit [DBG] from='client.15032 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-06T04:19:25.685 DEBUG:teuthology.orchestra.run.smithi047:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:d03fca4f35d43f61b4679936aef7bd2f01cced0b shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 2ecad2ea-93ed-11ee-95a2-87774f69a715 -- ceph orch ls -f json 2023-12-06T04:19:27.126 INFO:teuthology.orchestra.run.smithi047.stdout: 2023-12-06T04:19:27.126 INFO:teuthology.orchestra.run.smithi047.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-06T04:10:15.517593Z", "last_refresh": "2023-12-06T04:19:07.677115Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-06T04:10:10.954835Z", "last_refresh": "2023-12-06T04:19:05.187783Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-06T04:10:13.544463Z", "last_refresh": "2023-12-06T04:19:07.677283Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-06T04:13:56.333839Z service:ingress.nfs.foo [INFO] \"service was created\"", "2023-12-06T04:16:34.566097Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi098.mygyec on smithi098: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi098-mygyec\n/bin/podman: stderr Error: no such container ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi098-mygyec\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi098.mygyec\n/bin/podman: stderr Error: no such container ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi098.mygyec\nDeploy daemon haproxy.nfs.foo.smithi098.mygyec ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi098 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-06T04:14:42Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-06T04:15:19Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-06T04:15:57Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi098 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-06T04:19:03.739263Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi047.dhmayl on smithi047: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi047-dhmayl\n/bin/podman: stderr Error: no such container ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi047-dhmayl\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi047.dhmayl\n/bin/podman: stderr Error: no such container ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi047.dhmayl\nDeploy daemon haproxy.nfs.foo.smithi047.dhmayl ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi047 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-06T04:17:11Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-06T04:17:48Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-06T04:18:26Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi047 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-06T04:19:03.744383Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi098.otnkwd on smithi098: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-06T04:19:03.745660Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi047.tduqaw on smithi047: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.47/16"}, "status": {"created": "2023-12-06T04:13:56.330826Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.47/16"}}, {"events": ["2023-12-06T04:13:52.727160Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-06T04:13:52.721318Z", "last_refresh": "2023-12-06T04:19:05.188476Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-06T04:10:09.956661Z", "last_refresh": "2023-12-06T04:19:05.187950Z", "running": 2, "size": 2}}, {"events": ["2023-12-06T04:11:13.238878Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi047:172.21.15.47=smithi047", "smithi098:172.21.15.98=smithi098"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-06T04:11:13.235526Z", "last_refresh": "2023-12-06T04:19:05.188035Z", "running": 2, "size": 2}}, {"events": ["2023-12-06T04:13:56.329598Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-12-06T04:13:56.325813Z", "last_refresh": "2023-12-06T04:19:07.677926Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-06T04:10:14.589128Z", "last_refresh": "2023-12-06T04:19:05.188112Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-06T04:11:43.239438Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-06T04:11:43.235053Z", "last_refresh": "2023-12-06T04:19:05.188186Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-06T04:10:12.030635Z", "last_refresh": "2023-12-06T04:19:07.677436Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-06T04:19:27.462 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Dec 06 04:19:27 smithi047 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi047[108212]: cluster 2023-12-06T04:19:26.036489+0000 mgr.smithi047.erpxvz (mgr.14182) 446 : 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-12-06T04:19:27.506 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-06T04:19:27.620 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Dec 06 04:19:27 smithi098 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi098[111615]: cluster 2023-12-06T04:19:26.036489+0000 mgr.smithi047.erpxvz (mgr.14182) 446 : 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-12-06T04:19:28.508 DEBUG:teuthology.orchestra.run.smithi047:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:d03fca4f35d43f61b4679936aef7bd2f01cced0b shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 2ecad2ea-93ed-11ee-95a2-87774f69a715 -- ceph orch ls -f json 2023-12-06T04:19:28.544 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Dec 06 04:19:28 smithi047 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi047[108212]: audit 2023-12-06T04:19:27.121138+0000 mgr.smithi047.erpxvz (mgr.14182) 447 : audit [DBG] from='client.15036 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-06T04:19:28.620 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Dec 06 04:19:28 smithi098 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi098[111615]: audit 2023-12-06T04:19:27.121138+0000 mgr.smithi047.erpxvz (mgr.14182) 447 : audit [DBG] from='client.15036 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-06T04:19:29.562 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Dec 06 04:19:29 smithi047 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi047[108212]: cluster 2023-12-06T04:19:28.037132+0000 mgr.smithi047.erpxvz (mgr.14182) 448 : 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-12-06T04:19:29.620 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Dec 06 04:19:29 smithi098 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi098[111615]: cluster 2023-12-06T04:19:28.037132+0000 mgr.smithi047.erpxvz (mgr.14182) 448 : 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-12-06T04:19:29.980 INFO:teuthology.orchestra.run.smithi047.stdout: 2023-12-06T04:19:29.981 INFO:teuthology.orchestra.run.smithi047.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-06T04:10:15.517593Z", "last_refresh": "2023-12-06T04:19:07.677115Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-06T04:10:10.954835Z", "last_refresh": "2023-12-06T04:19:05.187783Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-06T04:10:13.544463Z", "last_refresh": "2023-12-06T04:19:07.677283Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-06T04:13:56.333839Z service:ingress.nfs.foo [INFO] \"service was created\"", "2023-12-06T04:16:34.566097Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi098.mygyec on smithi098: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi098-mygyec\n/bin/podman: stderr Error: no such container ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi098-mygyec\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi098.mygyec\n/bin/podman: stderr Error: no such container ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi098.mygyec\nDeploy daemon haproxy.nfs.foo.smithi098.mygyec ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi098 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-06T04:14:42Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-06T04:15:19Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-06T04:15:57Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi098 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-06T04:19:03.739263Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi047.dhmayl on smithi047: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi047-dhmayl\n/bin/podman: stderr Error: no such container ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi047-dhmayl\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi047.dhmayl\n/bin/podman: stderr Error: no such container ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi047.dhmayl\nDeploy daemon haproxy.nfs.foo.smithi047.dhmayl ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi047 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-06T04:17:11Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-06T04:17:48Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-06T04:18:26Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi047 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-06T04:19:03.744383Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi098.otnkwd on smithi098: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-06T04:19:03.745660Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi047.tduqaw on smithi047: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.47/16"}, "status": {"created": "2023-12-06T04:13:56.330826Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.47/16"}}, {"events": ["2023-12-06T04:13:52.727160Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-06T04:13:52.721318Z", "last_refresh": "2023-12-06T04:19:05.188476Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-06T04:10:09.956661Z", "last_refresh": "2023-12-06T04:19:05.187950Z", "running": 2, "size": 2}}, {"events": ["2023-12-06T04:11:13.238878Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi047:172.21.15.47=smithi047", "smithi098:172.21.15.98=smithi098"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-06T04:11:13.235526Z", "last_refresh": "2023-12-06T04:19:05.188035Z", "running": 2, "size": 2}}, {"events": ["2023-12-06T04:13:56.329598Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-12-06T04:13:56.325813Z", "last_refresh": "2023-12-06T04:19:07.677926Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-06T04:10:14.589128Z", "last_refresh": "2023-12-06T04:19:05.188112Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-06T04:11:43.239438Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-06T04:11:43.235053Z", "last_refresh": "2023-12-06T04:19:05.188186Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-06T04:10:12.030635Z", "last_refresh": "2023-12-06T04:19:07.677436Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-06T04:19:30.372 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-06T04:19:31.373 DEBUG:teuthology.orchestra.run.smithi047:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:d03fca4f35d43f61b4679936aef7bd2f01cced0b shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 2ecad2ea-93ed-11ee-95a2-87774f69a715 -- ceph orch ls -f json 2023-12-06T04:19:31.620 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Dec 06 04:19:31 smithi098 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi098[111615]: audit 2023-12-06T04:19:29.975892+0000 mgr.smithi047.erpxvz (mgr.14182) 449 : audit [DBG] from='client.15040 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-06T04:19:31.620 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Dec 06 04:19:31 smithi098 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi098[111615]: cluster 2023-12-06T04:19:30.037643+0000 mgr.smithi047.erpxvz (mgr.14182) 450 : 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-12-06T04:19:31.629 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Dec 06 04:19:31 smithi047 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi047[108212]: audit 2023-12-06T04:19:29.975892+0000 mgr.smithi047.erpxvz (mgr.14182) 449 : audit [DBG] from='client.15040 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-06T04:19:31.629 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Dec 06 04:19:31 smithi047 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi047[108212]: cluster 2023-12-06T04:19:30.037643+0000 mgr.smithi047.erpxvz (mgr.14182) 450 : 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-12-06T04:19:32.842 INFO:teuthology.orchestra.run.smithi047.stdout: 2023-12-06T04:19:32.843 INFO:teuthology.orchestra.run.smithi047.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-06T04:10:15.517593Z", "last_refresh": "2023-12-06T04:19:07.677115Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-06T04:10:10.954835Z", "last_refresh": "2023-12-06T04:19:05.187783Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-06T04:10:13.544463Z", "last_refresh": "2023-12-06T04:19:07.677283Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-06T04:13:56.333839Z service:ingress.nfs.foo [INFO] \"service was created\"", "2023-12-06T04:16:34.566097Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi098.mygyec on smithi098: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi098-mygyec\n/bin/podman: stderr Error: no such container ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi098-mygyec\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi098.mygyec\n/bin/podman: stderr Error: no such container ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi098.mygyec\nDeploy daemon haproxy.nfs.foo.smithi098.mygyec ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi098 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-06T04:14:42Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-06T04:15:19Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-06T04:15:57Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi098 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-06T04:19:03.739263Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi047.dhmayl on smithi047: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi047-dhmayl\n/bin/podman: stderr Error: no such container ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi047-dhmayl\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi047.dhmayl\n/bin/podman: stderr Error: no such container ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi047.dhmayl\nDeploy daemon haproxy.nfs.foo.smithi047.dhmayl ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi047 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-06T04:17:11Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-06T04:17:48Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-06T04:18:26Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi047 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-06T04:19:03.744383Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi098.otnkwd on smithi098: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-06T04:19:03.745660Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi047.tduqaw on smithi047: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.47/16"}, "status": {"created": "2023-12-06T04:13:56.330826Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.47/16"}}, {"events": ["2023-12-06T04:13:52.727160Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-06T04:13:52.721318Z", "last_refresh": "2023-12-06T04:19:05.188476Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-06T04:10:09.956661Z", "last_refresh": "2023-12-06T04:19:05.187950Z", "running": 2, "size": 2}}, {"events": ["2023-12-06T04:11:13.238878Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi047:172.21.15.47=smithi047", "smithi098:172.21.15.98=smithi098"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-06T04:11:13.235526Z", "last_refresh": "2023-12-06T04:19:05.188035Z", "running": 2, "size": 2}}, {"events": ["2023-12-06T04:13:56.329598Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-12-06T04:13:56.325813Z", "last_refresh": "2023-12-06T04:19:07.677926Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-06T04:10:14.589128Z", "last_refresh": "2023-12-06T04:19:05.188112Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-06T04:11:43.239438Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-06T04:11:43.235053Z", "last_refresh": "2023-12-06T04:19:05.188186Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-06T04:10:12.030635Z", "last_refresh": "2023-12-06T04:19:07.677436Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-06T04:19:33.254 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-06T04:19:33.620 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Dec 06 04:19:33 smithi098 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi098[111615]: cluster 2023-12-06T04:19:32.038307+0000 mgr.smithi047.erpxvz (mgr.14182) 451 : 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-12-06T04:19:33.629 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Dec 06 04:19:33 smithi047 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi047[108212]: cluster 2023-12-06T04:19:32.038307+0000 mgr.smithi047.erpxvz (mgr.14182) 451 : 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-12-06T04:19:34.255 DEBUG:teuthology.orchestra.run.smithi047:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:d03fca4f35d43f61b4679936aef7bd2f01cced0b shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 2ecad2ea-93ed-11ee-95a2-87774f69a715 -- ceph orch ls -f json 2023-12-06T04:19:34.607 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Dec 06 04:19:34 smithi047 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi047[108212]: audit 2023-12-06T04:19:32.835959+0000 mgr.smithi047.erpxvz (mgr.14182) 452 : audit [DBG] from='client.15044 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-06T04:19:34.620 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Dec 06 04:19:34 smithi098 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi098[111615]: audit 2023-12-06T04:19:32.835959+0000 mgr.smithi047.erpxvz (mgr.14182) 452 : audit [DBG] from='client.15044 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-06T04:19:35.620 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Dec 06 04:19:35 smithi098 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi098[111615]: cluster 2023-12-06T04:19:34.038868+0000 mgr.smithi047.erpxvz (mgr.14182) 453 : 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-12-06T04:19:35.629 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Dec 06 04:19:35 smithi047 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi047[108212]: cluster 2023-12-06T04:19:34.038868+0000 mgr.smithi047.erpxvz (mgr.14182) 453 : 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-12-06T04:19:35.700 INFO:teuthology.orchestra.run.smithi047.stdout: 2023-12-06T04:19:35.700 INFO:teuthology.orchestra.run.smithi047.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-06T04:10:15.517593Z", "last_refresh": "2023-12-06T04:19:07.677115Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-06T04:10:10.954835Z", "last_refresh": "2023-12-06T04:19:05.187783Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-06T04:10:13.544463Z", "last_refresh": "2023-12-06T04:19:07.677283Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-06T04:13:56.333839Z service:ingress.nfs.foo [INFO] \"service was created\"", "2023-12-06T04:16:34.566097Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi098.mygyec on smithi098: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi098-mygyec\n/bin/podman: stderr Error: no such container ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi098-mygyec\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi098.mygyec\n/bin/podman: stderr Error: no such container ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi098.mygyec\nDeploy daemon haproxy.nfs.foo.smithi098.mygyec ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi098 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-06T04:14:42Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-06T04:15:19Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-06T04:15:57Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi098 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-06T04:19:03.739263Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi047.dhmayl on smithi047: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi047-dhmayl\n/bin/podman: stderr Error: no such container ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi047-dhmayl\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi047.dhmayl\n/bin/podman: stderr Error: no such container ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi047.dhmayl\nDeploy daemon haproxy.nfs.foo.smithi047.dhmayl ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi047 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-06T04:17:11Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-06T04:17:48Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-06T04:18:26Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi047 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-06T04:19:03.744383Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi098.otnkwd on smithi098: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-06T04:19:03.745660Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi047.tduqaw on smithi047: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.47/16"}, "status": {"created": "2023-12-06T04:13:56.330826Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.47/16"}}, {"events": ["2023-12-06T04:13:52.727160Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-06T04:13:52.721318Z", "last_refresh": "2023-12-06T04:19:05.188476Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-06T04:10:09.956661Z", "last_refresh": "2023-12-06T04:19:05.187950Z", "running": 2, "size": 2}}, {"events": ["2023-12-06T04:11:13.238878Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi047:172.21.15.47=smithi047", "smithi098:172.21.15.98=smithi098"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-06T04:11:13.235526Z", "last_refresh": "2023-12-06T04:19:05.188035Z", "running": 2, "size": 2}}, {"events": ["2023-12-06T04:13:56.329598Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-12-06T04:13:56.325813Z", "last_refresh": "2023-12-06T04:19:07.677926Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-06T04:10:14.589128Z", "last_refresh": "2023-12-06T04:19:05.188112Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-06T04:11:43.239438Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-06T04:11:43.235053Z", "last_refresh": "2023-12-06T04:19:05.188186Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-06T04:10:12.030635Z", "last_refresh": "2023-12-06T04:19:07.677436Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-06T04:19:36.113 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-06T04:19:37.115 DEBUG:teuthology.orchestra.run.smithi047:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:d03fca4f35d43f61b4679936aef7bd2f01cced0b shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 2ecad2ea-93ed-11ee-95a2-87774f69a715 -- ceph orch ls -f json 2023-12-06T04:19:37.500 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Dec 06 04:19:37 smithi047 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi047[108212]: audit 2023-12-06T04:19:35.695114+0000 mgr.smithi047.erpxvz (mgr.14182) 454 : audit [DBG] from='client.15048 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-06T04:19:37.500 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Dec 06 04:19:37 smithi047 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi047[108212]: cluster 2023-12-06T04:19:36.039351+0000 mgr.smithi047.erpxvz (mgr.14182) 455 : 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-12-06T04:19:37.620 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Dec 06 04:19:37 smithi098 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi098[111615]: audit 2023-12-06T04:19:35.695114+0000 mgr.smithi047.erpxvz (mgr.14182) 454 : audit [DBG] from='client.15048 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-06T04:19:37.620 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Dec 06 04:19:37 smithi098 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi098[111615]: cluster 2023-12-06T04:19:36.039351+0000 mgr.smithi047.erpxvz (mgr.14182) 455 : 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-12-06T04:19:38.610 INFO:teuthology.orchestra.run.smithi047.stdout: 2023-12-06T04:19:38.610 INFO:teuthology.orchestra.run.smithi047.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-06T04:10:15.517593Z", "last_refresh": "2023-12-06T04:19:07.677115Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-06T04:10:10.954835Z", "last_refresh": "2023-12-06T04:19:05.187783Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-06T04:10:13.544463Z", "last_refresh": "2023-12-06T04:19:07.677283Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-06T04:13:56.333839Z service:ingress.nfs.foo [INFO] \"service was created\"", "2023-12-06T04:16:34.566097Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi098.mygyec on smithi098: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi098-mygyec\n/bin/podman: stderr Error: no such container ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi098-mygyec\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi098.mygyec\n/bin/podman: stderr Error: no such container ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi098.mygyec\nDeploy daemon haproxy.nfs.foo.smithi098.mygyec ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi098 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-06T04:14:42Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-06T04:15:19Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-06T04:15:57Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi098 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-06T04:19:03.739263Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi047.dhmayl on smithi047: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi047-dhmayl\n/bin/podman: stderr Error: no such container ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi047-dhmayl\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi047.dhmayl\n/bin/podman: stderr Error: no such container ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi047.dhmayl\nDeploy daemon haproxy.nfs.foo.smithi047.dhmayl ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi047 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-06T04:17:11Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-06T04:17:48Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-06T04:18:26Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi047 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-06T04:19:03.744383Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi098.otnkwd on smithi098: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-06T04:19:03.745660Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi047.tduqaw on smithi047: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.47/16"}, "status": {"created": "2023-12-06T04:13:56.330826Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.47/16"}}, {"events": ["2023-12-06T04:13:52.727160Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-06T04:13:52.721318Z", "last_refresh": "2023-12-06T04:19:05.188476Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-06T04:10:09.956661Z", "last_refresh": "2023-12-06T04:19:05.187950Z", "running": 2, "size": 2}}, {"events": ["2023-12-06T04:11:13.238878Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi047:172.21.15.47=smithi047", "smithi098:172.21.15.98=smithi098"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-06T04:11:13.235526Z", "last_refresh": "2023-12-06T04:19:05.188035Z", "running": 2, "size": 2}}, {"events": ["2023-12-06T04:13:56.329598Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-12-06T04:13:56.325813Z", "last_refresh": "2023-12-06T04:19:07.677926Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-06T04:10:14.589128Z", "last_refresh": "2023-12-06T04:19:05.188112Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-06T04:11:43.239438Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-06T04:11:43.235053Z", "last_refresh": "2023-12-06T04:19:05.188186Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-06T04:10:12.030635Z", "last_refresh": "2023-12-06T04:19:07.677436Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-06T04:19:38.994 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-06T04:19:39.620 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Dec 06 04:19:39 smithi098 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi098[111615]: cluster 2023-12-06T04:19:38.040039+0000 mgr.smithi047.erpxvz (mgr.14182) 456 : 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-12-06T04:19:39.629 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Dec 06 04:19:39 smithi047 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi047[108212]: cluster 2023-12-06T04:19:38.040039+0000 mgr.smithi047.erpxvz (mgr.14182) 456 : 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-12-06T04:19:39.995 DEBUG:teuthology.orchestra.run.smithi047:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:d03fca4f35d43f61b4679936aef7bd2f01cced0b shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 2ecad2ea-93ed-11ee-95a2-87774f69a715 -- ceph orch ls -f json 2023-12-06T04:19:40.620 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Dec 06 04:19:40 smithi098 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi098[111615]: audit 2023-12-06T04:19:38.605506+0000 mgr.smithi047.erpxvz (mgr.14182) 457 : audit [DBG] from='client.15052 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-06T04:19:40.629 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Dec 06 04:19:40 smithi047 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi047[108212]: audit 2023-12-06T04:19:38.605506+0000 mgr.smithi047.erpxvz (mgr.14182) 457 : audit [DBG] from='client.15052 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-06T04:19:41.424 INFO:teuthology.orchestra.run.smithi047.stdout: 2023-12-06T04:19:41.424 INFO:teuthology.orchestra.run.smithi047.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-06T04:10:15.517593Z", "last_refresh": "2023-12-06T04:19:07.677115Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-06T04:10:10.954835Z", "last_refresh": "2023-12-06T04:19:05.187783Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-06T04:10:13.544463Z", "last_refresh": "2023-12-06T04:19:07.677283Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-06T04:13:56.333839Z service:ingress.nfs.foo [INFO] \"service was created\"", "2023-12-06T04:16:34.566097Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi098.mygyec on smithi098: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi098-mygyec\n/bin/podman: stderr Error: no such container ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi098-mygyec\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi098.mygyec\n/bin/podman: stderr Error: no such container ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi098.mygyec\nDeploy daemon haproxy.nfs.foo.smithi098.mygyec ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi098 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-06T04:14:42Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-06T04:15:19Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-06T04:15:57Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi098 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-06T04:19:03.739263Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi047.dhmayl on smithi047: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi047-dhmayl\n/bin/podman: stderr Error: no such container ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi047-dhmayl\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi047.dhmayl\n/bin/podman: stderr Error: no such container ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi047.dhmayl\nDeploy daemon haproxy.nfs.foo.smithi047.dhmayl ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi047 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-06T04:17:11Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-06T04:17:48Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-06T04:18:26Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi047 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-06T04:19:03.744383Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi098.otnkwd on smithi098: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-06T04:19:03.745660Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi047.tduqaw on smithi047: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.47/16"}, "status": {"created": "2023-12-06T04:13:56.330826Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.47/16"}}, {"events": ["2023-12-06T04:13:52.727160Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-06T04:13:52.721318Z", "last_refresh": "2023-12-06T04:19:05.188476Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-06T04:10:09.956661Z", "last_refresh": "2023-12-06T04:19:05.187950Z", "running": 2, "size": 2}}, {"events": ["2023-12-06T04:11:13.238878Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi047:172.21.15.47=smithi047", "smithi098:172.21.15.98=smithi098"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-06T04:11:13.235526Z", "last_refresh": "2023-12-06T04:19:05.188035Z", "running": 2, "size": 2}}, {"events": ["2023-12-06T04:13:56.329598Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-12-06T04:13:56.325813Z", "last_refresh": "2023-12-06T04:19:07.677926Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-06T04:10:14.589128Z", "last_refresh": "2023-12-06T04:19:05.188112Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-06T04:11:43.239438Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-06T04:11:43.235053Z", "last_refresh": "2023-12-06T04:19:05.188186Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-06T04:10:12.030635Z", "last_refresh": "2023-12-06T04:19:07.677436Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-06T04:19:41.608 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Dec 06 04:19:41 smithi047 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi047[108212]: cluster 2023-12-06T04:19:40.040553+0000 mgr.smithi047.erpxvz (mgr.14182) 458 : 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-12-06T04:19:41.620 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Dec 06 04:19:41 smithi098 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi098[111615]: cluster 2023-12-06T04:19:40.040553+0000 mgr.smithi047.erpxvz (mgr.14182) 458 : 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-12-06T04:19:41.805 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-06T04:19:42.806 DEBUG:teuthology.orchestra.run.smithi047:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:d03fca4f35d43f61b4679936aef7bd2f01cced0b shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 2ecad2ea-93ed-11ee-95a2-87774f69a715 -- ceph orch ls -f json 2023-12-06T04:19:43.491 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Dec 06 04:19:43 smithi047 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi047[108212]: audit 2023-12-06T04:19:41.418103+0000 mgr.smithi047.erpxvz (mgr.14182) 459 : audit [DBG] from='client.15056 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-06T04:19:43.491 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Dec 06 04:19:43 smithi047 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi047[108212]: cluster 2023-12-06T04:19:42.041305+0000 mgr.smithi047.erpxvz (mgr.14182) 460 : 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-12-06T04:19:43.620 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Dec 06 04:19:43 smithi098 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi098[111615]: audit 2023-12-06T04:19:41.418103+0000 mgr.smithi047.erpxvz (mgr.14182) 459 : audit [DBG] from='client.15056 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-06T04:19:43.620 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Dec 06 04:19:43 smithi098 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi098[111615]: cluster 2023-12-06T04:19:42.041305+0000 mgr.smithi047.erpxvz (mgr.14182) 460 : 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-12-06T04:19:44.208 INFO:teuthology.orchestra.run.smithi047.stdout: 2023-12-06T04:19:44.209 INFO:teuthology.orchestra.run.smithi047.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-06T04:10:15.517593Z", "last_refresh": "2023-12-06T04:19:07.677115Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-06T04:10:10.954835Z", "last_refresh": "2023-12-06T04:19:05.187783Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-06T04:10:13.544463Z", "last_refresh": "2023-12-06T04:19:07.677283Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-06T04:13:56.333839Z service:ingress.nfs.foo [INFO] \"service was created\"", "2023-12-06T04:16:34.566097Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi098.mygyec on smithi098: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi098-mygyec\n/bin/podman: stderr Error: no such container ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi098-mygyec\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi098.mygyec\n/bin/podman: stderr Error: no such container ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi098.mygyec\nDeploy daemon haproxy.nfs.foo.smithi098.mygyec ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi098 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-06T04:14:42Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-06T04:15:19Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-06T04:15:57Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi098 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-06T04:19:03.739263Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi047.dhmayl on smithi047: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi047-dhmayl\n/bin/podman: stderr Error: no such container ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi047-dhmayl\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi047.dhmayl\n/bin/podman: stderr Error: no such container ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi047.dhmayl\nDeploy daemon haproxy.nfs.foo.smithi047.dhmayl ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi047 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-06T04:17:11Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-06T04:17:48Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-06T04:18:26Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi047 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-06T04:19:03.744383Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi098.otnkwd on smithi098: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-06T04:19:03.745660Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi047.tduqaw on smithi047: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.47/16"}, "status": {"created": "2023-12-06T04:13:56.330826Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.47/16"}}, {"events": ["2023-12-06T04:13:52.727160Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-06T04:13:52.721318Z", "last_refresh": "2023-12-06T04:19:05.188476Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-06T04:10:09.956661Z", "last_refresh": "2023-12-06T04:19:05.187950Z", "running": 2, "size": 2}}, {"events": ["2023-12-06T04:11:13.238878Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi047:172.21.15.47=smithi047", "smithi098:172.21.15.98=smithi098"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-06T04:11:13.235526Z", "last_refresh": "2023-12-06T04:19:05.188035Z", "running": 2, "size": 2}}, {"events": ["2023-12-06T04:13:56.329598Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-12-06T04:13:56.325813Z", "last_refresh": "2023-12-06T04:19:07.677926Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-06T04:10:14.589128Z", "last_refresh": "2023-12-06T04:19:05.188112Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-06T04:11:43.239438Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-06T04:11:43.235053Z", "last_refresh": "2023-12-06T04:19:05.188186Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-06T04:10:12.030635Z", "last_refresh": "2023-12-06T04:19:07.677436Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-06T04:19:44.587 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-06T04:19:45.588 DEBUG:teuthology.orchestra.run.smithi047:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:d03fca4f35d43f61b4679936aef7bd2f01cced0b shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 2ecad2ea-93ed-11ee-95a2-87774f69a715 -- ceph orch ls -f json 2023-12-06T04:19:45.620 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Dec 06 04:19:45 smithi098 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi098[111615]: cluster 2023-12-06T04:19:44.041739+0000 mgr.smithi047.erpxvz (mgr.14182) 461 : 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-12-06T04:19:45.620 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Dec 06 04:19:45 smithi098 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi098[111615]: audit 2023-12-06T04:19:44.203755+0000 mgr.smithi047.erpxvz (mgr.14182) 462 : audit [DBG] from='client.15060 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-06T04:19:45.621 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Dec 06 04:19:45 smithi047 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi047[108212]: cluster 2023-12-06T04:19:44.041739+0000 mgr.smithi047.erpxvz (mgr.14182) 461 : 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-12-06T04:19:45.621 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Dec 06 04:19:45 smithi047 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi047[108212]: audit 2023-12-06T04:19:44.203755+0000 mgr.smithi047.erpxvz (mgr.14182) 462 : audit [DBG] from='client.15060 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-06T04:19:47.065 INFO:teuthology.orchestra.run.smithi047.stdout: 2023-12-06T04:19:47.066 INFO:teuthology.orchestra.run.smithi047.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-06T04:10:15.517593Z", "last_refresh": "2023-12-06T04:19:07.677115Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-06T04:10:10.954835Z", "last_refresh": "2023-12-06T04:19:05.187783Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-06T04:10:13.544463Z", "last_refresh": "2023-12-06T04:19:07.677283Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-06T04:13:56.333839Z service:ingress.nfs.foo [INFO] \"service was created\"", "2023-12-06T04:16:34.566097Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi098.mygyec on smithi098: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi098-mygyec\n/bin/podman: stderr Error: no such container ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi098-mygyec\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi098.mygyec\n/bin/podman: stderr Error: no such container ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi098.mygyec\nDeploy daemon haproxy.nfs.foo.smithi098.mygyec ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi098 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-06T04:14:42Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-06T04:15:19Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-06T04:15:57Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi098 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-06T04:19:03.739263Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi047.dhmayl on smithi047: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi047-dhmayl\n/bin/podman: stderr Error: no such container ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi047-dhmayl\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi047.dhmayl\n/bin/podman: stderr Error: no such container ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi047.dhmayl\nDeploy daemon haproxy.nfs.foo.smithi047.dhmayl ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi047 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-06T04:17:11Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-06T04:17:48Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-06T04:18:26Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi047 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-06T04:19:03.744383Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi098.otnkwd on smithi098: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-06T04:19:03.745660Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi047.tduqaw on smithi047: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.47/16"}, "status": {"created": "2023-12-06T04:13:56.330826Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.47/16"}}, {"events": ["2023-12-06T04:13:52.727160Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-06T04:13:52.721318Z", "last_refresh": "2023-12-06T04:19:05.188476Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-06T04:10:09.956661Z", "last_refresh": "2023-12-06T04:19:05.187950Z", "running": 2, "size": 2}}, {"events": ["2023-12-06T04:11:13.238878Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi047:172.21.15.47=smithi047", "smithi098:172.21.15.98=smithi098"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-06T04:11:13.235526Z", "last_refresh": "2023-12-06T04:19:05.188035Z", "running": 2, "size": 2}}, {"events": ["2023-12-06T04:13:56.329598Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-12-06T04:13:56.325813Z", "last_refresh": "2023-12-06T04:19:07.677926Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-06T04:10:14.589128Z", "last_refresh": "2023-12-06T04:19:05.188112Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-06T04:11:43.239438Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-06T04:11:43.235053Z", "last_refresh": "2023-12-06T04:19:05.188186Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-06T04:10:12.030635Z", "last_refresh": "2023-12-06T04:19:07.677436Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-06T04:19:47.462 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-06T04:19:47.620 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Dec 06 04:19:47 smithi098 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi098[111615]: cluster 2023-12-06T04:19:46.042295+0000 mgr.smithi047.erpxvz (mgr.14182) 463 : 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-12-06T04:19:47.629 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Dec 06 04:19:47 smithi047 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi047[108212]: cluster 2023-12-06T04:19:46.042295+0000 mgr.smithi047.erpxvz (mgr.14182) 463 : 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-12-06T04:19:48.463 DEBUG:teuthology.orchestra.run.smithi047:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:d03fca4f35d43f61b4679936aef7bd2f01cced0b shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 2ecad2ea-93ed-11ee-95a2-87774f69a715 -- ceph orch ls -f json 2023-12-06T04:19:48.620 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Dec 06 04:19:48 smithi098 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi098[111615]: audit 2023-12-06T04:19:47.060847+0000 mgr.smithi047.erpxvz (mgr.14182) 464 : audit [DBG] from='client.15064 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-06T04:19:48.629 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Dec 06 04:19:48 smithi047 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi047[108212]: audit 2023-12-06T04:19:47.060847+0000 mgr.smithi047.erpxvz (mgr.14182) 464 : audit [DBG] from='client.15064 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-06T04:19:49.551 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Dec 06 04:19:49 smithi047 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi047[108212]: cluster 2023-12-06T04:19:48.042905+0000 mgr.smithi047.erpxvz (mgr.14182) 465 : 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-12-06T04:19:49.870 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Dec 06 04:19:49 smithi098 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi098[111615]: cluster 2023-12-06T04:19:48.042905+0000 mgr.smithi047.erpxvz (mgr.14182) 465 : 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-12-06T04:19:49.961 INFO:teuthology.orchestra.run.smithi047.stdout: 2023-12-06T04:19:49.961 INFO:teuthology.orchestra.run.smithi047.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-06T04:10:15.517593Z", "last_refresh": "2023-12-06T04:19:07.677115Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-06T04:10:10.954835Z", "last_refresh": "2023-12-06T04:19:05.187783Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-06T04:10:13.544463Z", "last_refresh": "2023-12-06T04:19:07.677283Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-06T04:13:56.333839Z service:ingress.nfs.foo [INFO] \"service was created\"", "2023-12-06T04:16:34.566097Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi098.mygyec on smithi098: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi098-mygyec\n/bin/podman: stderr Error: no such container ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi098-mygyec\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi098.mygyec\n/bin/podman: stderr Error: no such container ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi098.mygyec\nDeploy daemon haproxy.nfs.foo.smithi098.mygyec ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi098 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-06T04:14:42Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-06T04:15:19Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-06T04:15:57Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi098 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-06T04:19:03.739263Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi047.dhmayl on smithi047: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi047-dhmayl\n/bin/podman: stderr Error: no such container ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi047-dhmayl\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi047.dhmayl\n/bin/podman: stderr Error: no such container ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi047.dhmayl\nDeploy daemon haproxy.nfs.foo.smithi047.dhmayl ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi047 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-06T04:17:11Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-06T04:17:48Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-06T04:18:26Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi047 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-06T04:19:03.744383Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi098.otnkwd on smithi098: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-06T04:19:03.745660Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi047.tduqaw on smithi047: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.47/16"}, "status": {"created": "2023-12-06T04:13:56.330826Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.47/16"}}, {"events": ["2023-12-06T04:13:52.727160Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-06T04:13:52.721318Z", "last_refresh": "2023-12-06T04:19:05.188476Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-06T04:10:09.956661Z", "last_refresh": "2023-12-06T04:19:05.187950Z", "running": 2, "size": 2}}, {"events": ["2023-12-06T04:11:13.238878Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi047:172.21.15.47=smithi047", "smithi098:172.21.15.98=smithi098"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-06T04:11:13.235526Z", "last_refresh": "2023-12-06T04:19:05.188035Z", "running": 2, "size": 2}}, {"events": ["2023-12-06T04:13:56.329598Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-12-06T04:13:56.325813Z", "last_refresh": "2023-12-06T04:19:07.677926Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-06T04:10:14.589128Z", "last_refresh": "2023-12-06T04:19:05.188112Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-06T04:11:43.239438Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-06T04:11:43.235053Z", "last_refresh": "2023-12-06T04:19:05.188186Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-06T04:10:12.030635Z", "last_refresh": "2023-12-06T04:19:07.677436Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-06T04:19:50.353 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-06T04:19:51.353 DEBUG:teuthology.orchestra.run.smithi047:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:d03fca4f35d43f61b4679936aef7bd2f01cced0b shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 2ecad2ea-93ed-11ee-95a2-87774f69a715 -- ceph orch ls -f json 2023-12-06T04:19:51.629 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Dec 06 04:19:51 smithi047 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi047[108212]: audit 2023-12-06T04:19:49.956815+0000 mgr.smithi047.erpxvz (mgr.14182) 466 : audit [DBG] from='client.15068 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-06T04:19:51.629 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Dec 06 04:19:51 smithi047 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi047[108212]: cluster 2023-12-06T04:19:50.043483+0000 mgr.smithi047.erpxvz (mgr.14182) 467 : 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-12-06T04:19:51.870 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Dec 06 04:19:51 smithi098 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi098[111615]: audit 2023-12-06T04:19:49.956815+0000 mgr.smithi047.erpxvz (mgr.14182) 466 : audit [DBG] from='client.15068 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-06T04:19:51.870 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Dec 06 04:19:51 smithi098 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi098[111615]: cluster 2023-12-06T04:19:50.043483+0000 mgr.smithi047.erpxvz (mgr.14182) 467 : 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-12-06T04:19:52.799 INFO:teuthology.orchestra.run.smithi047.stdout: 2023-12-06T04:19:52.799 INFO:teuthology.orchestra.run.smithi047.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-06T04:10:15.517593Z", "last_refresh": "2023-12-06T04:19:07.677115Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-06T04:10:10.954835Z", "last_refresh": "2023-12-06T04:19:05.187783Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-06T04:10:13.544463Z", "last_refresh": "2023-12-06T04:19:07.677283Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-06T04:13:56.333839Z service:ingress.nfs.foo [INFO] \"service was created\"", "2023-12-06T04:16:34.566097Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi098.mygyec on smithi098: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi098-mygyec\n/bin/podman: stderr Error: no such container ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi098-mygyec\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi098.mygyec\n/bin/podman: stderr Error: no such container ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi098.mygyec\nDeploy daemon haproxy.nfs.foo.smithi098.mygyec ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi098 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-06T04:14:42Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-06T04:15:19Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-06T04:15:57Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi098 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-06T04:19:03.739263Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi047.dhmayl on smithi047: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi047-dhmayl\n/bin/podman: stderr Error: no such container ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi047-dhmayl\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi047.dhmayl\n/bin/podman: stderr Error: no such container ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi047.dhmayl\nDeploy daemon haproxy.nfs.foo.smithi047.dhmayl ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi047 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-06T04:17:11Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-06T04:17:48Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-06T04:18:26Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi047 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-06T04:19:03.744383Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi098.otnkwd on smithi098: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-06T04:19:03.745660Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi047.tduqaw on smithi047: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.47/16"}, "status": {"created": "2023-12-06T04:13:56.330826Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.47/16"}}, {"events": ["2023-12-06T04:13:52.727160Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-06T04:13:52.721318Z", "last_refresh": "2023-12-06T04:19:05.188476Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-06T04:10:09.956661Z", "last_refresh": "2023-12-06T04:19:05.187950Z", "running": 2, "size": 2}}, {"events": ["2023-12-06T04:11:13.238878Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi047:172.21.15.47=smithi047", "smithi098:172.21.15.98=smithi098"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-06T04:11:13.235526Z", "last_refresh": "2023-12-06T04:19:05.188035Z", "running": 2, "size": 2}}, {"events": ["2023-12-06T04:13:56.329598Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-12-06T04:13:56.325813Z", "last_refresh": "2023-12-06T04:19:07.677926Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-06T04:10:14.589128Z", "last_refresh": "2023-12-06T04:19:05.188112Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-06T04:11:43.239438Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-06T04:11:43.235053Z", "last_refresh": "2023-12-06T04:19:05.188186Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-06T04:10:12.030635Z", "last_refresh": "2023-12-06T04:19:07.677436Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-06T04:19:53.193 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-06T04:19:53.629 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Dec 06 04:19:53 smithi047 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi047[108212]: cluster 2023-12-06T04:19:52.044104+0000 mgr.smithi047.erpxvz (mgr.14182) 468 : 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-12-06T04:19:53.870 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Dec 06 04:19:53 smithi098 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi098[111615]: cluster 2023-12-06T04:19:52.044104+0000 mgr.smithi047.erpxvz (mgr.14182) 468 : 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-12-06T04:19:54.193 DEBUG:teuthology.orchestra.run.smithi047:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:d03fca4f35d43f61b4679936aef7bd2f01cced0b shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 2ecad2ea-93ed-11ee-95a2-87774f69a715 -- ceph orch ls -f json 2023-12-06T04:19:54.564 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Dec 06 04:19:54 smithi047 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi047[108212]: audit 2023-12-06T04:19:52.790467+0000 mgr.smithi047.erpxvz (mgr.14182) 469 : audit [DBG] from='client.15072 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-06T04:19:54.564 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Dec 06 04:19:54 smithi047 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi047[108212]: cluster 2023-12-06T04:19:54.044753+0000 mgr.smithi047.erpxvz (mgr.14182) 470 : 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-12-06T04:19:54.870 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Dec 06 04:19:54 smithi098 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi098[111615]: audit 2023-12-06T04:19:52.790467+0000 mgr.smithi047.erpxvz (mgr.14182) 469 : audit [DBG] from='client.15072 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-06T04:19:54.870 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Dec 06 04:19:54 smithi098 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi098[111615]: cluster 2023-12-06T04:19:54.044753+0000 mgr.smithi047.erpxvz (mgr.14182) 470 : 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-12-06T04:19:55.644 INFO:teuthology.orchestra.run.smithi047.stdout: 2023-12-06T04:19:55.644 INFO:teuthology.orchestra.run.smithi047.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-06T04:10:15.517593Z", "last_refresh": "2023-12-06T04:19:07.677115Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-06T04:10:10.954835Z", "last_refresh": "2023-12-06T04:19:05.187783Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-06T04:10:13.544463Z", "last_refresh": "2023-12-06T04:19:07.677283Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-06T04:13:56.333839Z service:ingress.nfs.foo [INFO] \"service was created\"", "2023-12-06T04:16:34.566097Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi098.mygyec on smithi098: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi098-mygyec\n/bin/podman: stderr Error: no such container ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi098-mygyec\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi098.mygyec\n/bin/podman: stderr Error: no such container ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi098.mygyec\nDeploy daemon haproxy.nfs.foo.smithi098.mygyec ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi098 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-06T04:14:42Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-06T04:15:19Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-06T04:15:57Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi098 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-06T04:19:03.739263Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi047.dhmayl on smithi047: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi047-dhmayl\n/bin/podman: stderr Error: no such container ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi047-dhmayl\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi047.dhmayl\n/bin/podman: stderr Error: no such container ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi047.dhmayl\nDeploy daemon haproxy.nfs.foo.smithi047.dhmayl ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi047 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-06T04:17:11Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-06T04:17:48Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-06T04:18:26Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi047 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-06T04:19:03.744383Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi098.otnkwd on smithi098: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-06T04:19:03.745660Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi047.tduqaw on smithi047: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.47/16"}, "status": {"created": "2023-12-06T04:13:56.330826Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.47/16"}}, {"events": ["2023-12-06T04:13:52.727160Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-06T04:13:52.721318Z", "last_refresh": "2023-12-06T04:19:05.188476Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-06T04:10:09.956661Z", "last_refresh": "2023-12-06T04:19:05.187950Z", "running": 2, "size": 2}}, {"events": ["2023-12-06T04:11:13.238878Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi047:172.21.15.47=smithi047", "smithi098:172.21.15.98=smithi098"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-06T04:11:13.235526Z", "last_refresh": "2023-12-06T04:19:05.188035Z", "running": 2, "size": 2}}, {"events": ["2023-12-06T04:13:56.329598Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-12-06T04:13:56.325813Z", "last_refresh": "2023-12-06T04:19:07.677926Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-06T04:10:14.589128Z", "last_refresh": "2023-12-06T04:19:05.188112Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-06T04:11:43.239438Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-06T04:11:43.235053Z", "last_refresh": "2023-12-06T04:19:05.188186Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-06T04:10:12.030635Z", "last_refresh": "2023-12-06T04:19:07.677436Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-06T04:19:56.070 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-06T04:19:57.070 DEBUG:teuthology.orchestra.run.smithi047:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:d03fca4f35d43f61b4679936aef7bd2f01cced0b shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 2ecad2ea-93ed-11ee-95a2-87774f69a715 -- ceph orch ls -f json 2023-12-06T04:19:57.370 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Dec 06 04:19:57 smithi098 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi098[111615]: audit 2023-12-06T04:19:55.639211+0000 mgr.smithi047.erpxvz (mgr.14182) 471 : audit [DBG] from='client.15076 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-06T04:19:57.370 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Dec 06 04:19:57 smithi098 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi098[111615]: cluster 2023-12-06T04:19:56.045236+0000 mgr.smithi047.erpxvz (mgr.14182) 472 : 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-12-06T04:19:57.379 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Dec 06 04:19:57 smithi047 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi047[108212]: audit 2023-12-06T04:19:55.639211+0000 mgr.smithi047.erpxvz (mgr.14182) 471 : audit [DBG] from='client.15076 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-06T04:19:57.379 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Dec 06 04:19:57 smithi047 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi047[108212]: cluster 2023-12-06T04:19:56.045236+0000 mgr.smithi047.erpxvz (mgr.14182) 472 : 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-12-06T04:19:58.531 INFO:teuthology.orchestra.run.smithi047.stdout: 2023-12-06T04:19:58.532 INFO:teuthology.orchestra.run.smithi047.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-06T04:10:15.517593Z", "last_refresh": "2023-12-06T04:19:07.677115Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-06T04:10:10.954835Z", "last_refresh": "2023-12-06T04:19:05.187783Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-06T04:10:13.544463Z", "last_refresh": "2023-12-06T04:19:07.677283Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-06T04:13:56.333839Z service:ingress.nfs.foo [INFO] \"service was created\"", "2023-12-06T04:16:34.566097Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi098.mygyec on smithi098: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi098-mygyec\n/bin/podman: stderr Error: no such container ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi098-mygyec\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi098.mygyec\n/bin/podman: stderr Error: no such container ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi098.mygyec\nDeploy daemon haproxy.nfs.foo.smithi098.mygyec ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi098 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-06T04:14:42Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-06T04:15:19Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-06T04:15:57Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi098 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-06T04:19:03.739263Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi047.dhmayl on smithi047: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi047-dhmayl\n/bin/podman: stderr Error: no such container ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi047-dhmayl\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi047.dhmayl\n/bin/podman: stderr Error: no such container ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi047.dhmayl\nDeploy daemon haproxy.nfs.foo.smithi047.dhmayl ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi047 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-06T04:17:11Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-06T04:17:48Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-06T04:18:26Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi047 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-06T04:19:03.744383Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi098.otnkwd on smithi098: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-06T04:19:03.745660Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi047.tduqaw on smithi047: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.47/16"}, "status": {"created": "2023-12-06T04:13:56.330826Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.47/16"}}, {"events": ["2023-12-06T04:13:52.727160Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-06T04:13:52.721318Z", "last_refresh": "2023-12-06T04:19:05.188476Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-06T04:10:09.956661Z", "last_refresh": "2023-12-06T04:19:05.187950Z", "running": 2, "size": 2}}, {"events": ["2023-12-06T04:11:13.238878Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi047:172.21.15.47=smithi047", "smithi098:172.21.15.98=smithi098"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-06T04:11:13.235526Z", "last_refresh": "2023-12-06T04:19:05.188035Z", "running": 2, "size": 2}}, {"events": ["2023-12-06T04:13:56.329598Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-12-06T04:13:56.325813Z", "last_refresh": "2023-12-06T04:19:07.677926Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-06T04:10:14.589128Z", "last_refresh": "2023-12-06T04:19:05.188112Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-06T04:11:43.239438Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-06T04:11:43.235053Z", "last_refresh": "2023-12-06T04:19:05.188186Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-06T04:10:12.030635Z", "last_refresh": "2023-12-06T04:19:07.677436Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-06T04:19:58.927 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-06T04:19:59.620 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Dec 06 04:19:59 smithi098 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi098[111615]: cluster 2023-12-06T04:19:58.045796+0000 mgr.smithi047.erpxvz (mgr.14182) 473 : 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-12-06T04:19:59.629 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Dec 06 04:19:59 smithi047 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi047[108212]: cluster 2023-12-06T04:19:58.045796+0000 mgr.smithi047.erpxvz (mgr.14182) 473 : 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-12-06T04:19:59.927 DEBUG:teuthology.orchestra.run.smithi047:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:d03fca4f35d43f61b4679936aef7bd2f01cced0b shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 2ecad2ea-93ed-11ee-95a2-87774f69a715 -- ceph orch ls -f json 2023-12-06T04:20:00.620 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Dec 06 04:20:00 smithi098 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi098[111615]: audit 2023-12-06T04:19:58.526424+0000 mgr.smithi047.erpxvz (mgr.14182) 474 : audit [DBG] from='client.15080 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-06T04:20:00.620 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Dec 06 04:20:00 smithi098 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi098[111615]: cluster 2023-12-06T04:20:00.000130+0000 mon.smithi047 (mon.0) 669 : cluster [INF] overall HEALTH_OK 2023-12-06T04:20:00.629 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Dec 06 04:20:00 smithi047 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi047[108212]: audit 2023-12-06T04:19:58.526424+0000 mgr.smithi047.erpxvz (mgr.14182) 474 : audit [DBG] from='client.15080 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-06T04:20:00.630 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Dec 06 04:20:00 smithi047 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi047[108212]: cluster 2023-12-06T04:20:00.000130+0000 mon.smithi047 (mon.0) 669 : cluster [INF] overall HEALTH_OK 2023-12-06T04:20:01.418 INFO:teuthology.orchestra.run.smithi047.stdout: 2023-12-06T04:20:01.419 INFO:teuthology.orchestra.run.smithi047.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-06T04:10:15.517593Z", "last_refresh": "2023-12-06T04:19:07.677115Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-06T04:10:10.954835Z", "last_refresh": "2023-12-06T04:19:05.187783Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-06T04:10:13.544463Z", "last_refresh": "2023-12-06T04:19:07.677283Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-06T04:13:56.333839Z service:ingress.nfs.foo [INFO] \"service was created\"", "2023-12-06T04:16:34.566097Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi098.mygyec on smithi098: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi098-mygyec\n/bin/podman: stderr Error: no such container ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi098-mygyec\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi098.mygyec\n/bin/podman: stderr Error: no such container ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi098.mygyec\nDeploy daemon haproxy.nfs.foo.smithi098.mygyec ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi098 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-06T04:14:42Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-06T04:15:19Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-06T04:15:57Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi098 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-06T04:19:03.739263Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi047.dhmayl on smithi047: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi047-dhmayl\n/bin/podman: stderr Error: no such container ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi047-dhmayl\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi047.dhmayl\n/bin/podman: stderr Error: no such container ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi047.dhmayl\nDeploy daemon haproxy.nfs.foo.smithi047.dhmayl ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi047 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-06T04:17:11Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-06T04:17:48Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-06T04:18:26Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi047 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-06T04:19:03.744383Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi098.otnkwd on smithi098: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-06T04:19:03.745660Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi047.tduqaw on smithi047: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.47/16"}, "status": {"created": "2023-12-06T04:13:56.330826Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.47/16"}}, {"events": ["2023-12-06T04:13:52.727160Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-06T04:13:52.721318Z", "last_refresh": "2023-12-06T04:19:05.188476Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-06T04:10:09.956661Z", "last_refresh": "2023-12-06T04:19:05.187950Z", "running": 2, "size": 2}}, {"events": ["2023-12-06T04:11:13.238878Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi047:172.21.15.47=smithi047", "smithi098:172.21.15.98=smithi098"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-06T04:11:13.235526Z", "last_refresh": "2023-12-06T04:19:05.188035Z", "running": 2, "size": 2}}, {"events": ["2023-12-06T04:13:56.329598Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-12-06T04:13:56.325813Z", "last_refresh": "2023-12-06T04:19:07.677926Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-06T04:10:14.589128Z", "last_refresh": "2023-12-06T04:19:05.188112Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-06T04:11:43.239438Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-06T04:11:43.235053Z", "last_refresh": "2023-12-06T04:19:05.188186Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-06T04:10:12.030635Z", "last_refresh": "2023-12-06T04:19:07.677436Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-06T04:20:01.588 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Dec 06 04:20:01 smithi047 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi047[108212]: cluster 2023-12-06T04:20:00.046405+0000 mgr.smithi047.erpxvz (mgr.14182) 475 : 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-12-06T04:20:01.620 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Dec 06 04:20:01 smithi098 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi098[111615]: cluster 2023-12-06T04:20:00.046405+0000 mgr.smithi047.erpxvz (mgr.14182) 475 : 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-12-06T04:20:01.801 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-06T04:20:02.802 DEBUG:teuthology.orchestra.run.smithi047:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:d03fca4f35d43f61b4679936aef7bd2f01cced0b shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 2ecad2ea-93ed-11ee-95a2-87774f69a715 -- ceph orch ls -f json 2023-12-06T04:20:03.513 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Dec 06 04:20:03 smithi047 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi047[108212]: audit 2023-12-06T04:20:01.413993+0000 mgr.smithi047.erpxvz (mgr.14182) 476 : audit [DBG] from='client.15084 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-06T04:20:03.513 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Dec 06 04:20:03 smithi047 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi047[108212]: cluster 2023-12-06T04:20:02.047054+0000 mgr.smithi047.erpxvz (mgr.14182) 477 : 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-12-06T04:20:03.620 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Dec 06 04:20:03 smithi098 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi098[111615]: audit 2023-12-06T04:20:01.413993+0000 mgr.smithi047.erpxvz (mgr.14182) 476 : audit [DBG] from='client.15084 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-06T04:20:03.621 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Dec 06 04:20:03 smithi098 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi098[111615]: cluster 2023-12-06T04:20:02.047054+0000 mgr.smithi047.erpxvz (mgr.14182) 477 : 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-12-06T04:20:04.244 INFO:teuthology.orchestra.run.smithi047.stdout: 2023-12-06T04:20:04.244 INFO:teuthology.orchestra.run.smithi047.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-06T04:10:15.517593Z", "last_refresh": "2023-12-06T04:19:07.677115Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-06T04:10:10.954835Z", "last_refresh": "2023-12-06T04:19:05.187783Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-06T04:10:13.544463Z", "last_refresh": "2023-12-06T04:19:07.677283Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-06T04:13:56.333839Z service:ingress.nfs.foo [INFO] \"service was created\"", "2023-12-06T04:16:34.566097Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi098.mygyec on smithi098: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi098-mygyec\n/bin/podman: stderr Error: no such container ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi098-mygyec\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi098.mygyec\n/bin/podman: stderr Error: no such container ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi098.mygyec\nDeploy daemon haproxy.nfs.foo.smithi098.mygyec ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi098 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-06T04:14:42Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-06T04:15:19Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-06T04:15:57Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi098 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-06T04:19:03.739263Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi047.dhmayl on smithi047: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi047-dhmayl\n/bin/podman: stderr Error: no such container ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi047-dhmayl\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi047.dhmayl\n/bin/podman: stderr Error: no such container ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi047.dhmayl\nDeploy daemon haproxy.nfs.foo.smithi047.dhmayl ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi047 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-06T04:17:11Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-06T04:17:48Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-06T04:18:26Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi047 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-06T04:19:03.744383Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi098.otnkwd on smithi098: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-06T04:19:03.745660Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi047.tduqaw on smithi047: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.47/16"}, "status": {"created": "2023-12-06T04:13:56.330826Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.47/16"}}, {"events": ["2023-12-06T04:13:52.727160Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-06T04:13:52.721318Z", "last_refresh": "2023-12-06T04:19:05.188476Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-06T04:10:09.956661Z", "last_refresh": "2023-12-06T04:19:05.187950Z", "running": 2, "size": 2}}, {"events": ["2023-12-06T04:11:13.238878Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi047:172.21.15.47=smithi047", "smithi098:172.21.15.98=smithi098"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-06T04:11:13.235526Z", "last_refresh": "2023-12-06T04:19:05.188035Z", "running": 2, "size": 2}}, {"events": ["2023-12-06T04:13:56.329598Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-12-06T04:13:56.325813Z", "last_refresh": "2023-12-06T04:19:07.677926Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-06T04:10:14.589128Z", "last_refresh": "2023-12-06T04:19:05.188112Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-06T04:11:43.239438Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-06T04:11:43.235053Z", "last_refresh": "2023-12-06T04:19:05.188186Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-06T04:10:12.030635Z", "last_refresh": "2023-12-06T04:19:07.677436Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-06T04:20:04.658 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-06T04:20:05.620 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Dec 06 04:20:05 smithi098 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi098[111615]: cluster 2023-12-06T04:20:04.047460+0000 mgr.smithi047.erpxvz (mgr.14182) 478 : 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-12-06T04:20:05.620 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Dec 06 04:20:05 smithi098 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi098[111615]: audit 2023-12-06T04:20:04.238570+0000 mgr.smithi047.erpxvz (mgr.14182) 479 : audit [DBG] from='client.15088 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-06T04:20:05.631 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Dec 06 04:20:05 smithi047 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi047[108212]: cluster 2023-12-06T04:20:04.047460+0000 mgr.smithi047.erpxvz (mgr.14182) 478 : 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-12-06T04:20:05.631 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Dec 06 04:20:05 smithi047 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi047[108212]: audit 2023-12-06T04:20:04.238570+0000 mgr.smithi047.erpxvz (mgr.14182) 479 : audit [DBG] from='client.15088 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-06T04:20:05.660 DEBUG:teuthology.orchestra.run.smithi047:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:d03fca4f35d43f61b4679936aef7bd2f01cced0b shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 2ecad2ea-93ed-11ee-95a2-87774f69a715 -- ceph orch ls -f json 2023-12-06T04:20:07.107 INFO:teuthology.orchestra.run.smithi047.stdout: 2023-12-06T04:20:07.107 INFO:teuthology.orchestra.run.smithi047.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-06T04:10:15.517593Z", "last_refresh": "2023-12-06T04:19:07.677115Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-06T04:10:10.954835Z", "last_refresh": "2023-12-06T04:19:05.187783Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-06T04:10:13.544463Z", "last_refresh": "2023-12-06T04:19:07.677283Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-06T04:13:56.333839Z service:ingress.nfs.foo [INFO] \"service was created\"", "2023-12-06T04:16:34.566097Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi098.mygyec on smithi098: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi098-mygyec\n/bin/podman: stderr Error: no such container ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi098-mygyec\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi098.mygyec\n/bin/podman: stderr Error: no such container ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi098.mygyec\nDeploy daemon haproxy.nfs.foo.smithi098.mygyec ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi098 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-06T04:14:42Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-06T04:15:19Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-06T04:15:57Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi098 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-06T04:19:03.739263Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi047.dhmayl on smithi047: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi047-dhmayl\n/bin/podman: stderr Error: no such container ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi047-dhmayl\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi047.dhmayl\n/bin/podman: stderr Error: no such container ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi047.dhmayl\nDeploy daemon haproxy.nfs.foo.smithi047.dhmayl ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi047 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-06T04:17:11Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-06T04:17:48Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-06T04:18:26Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi047 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-06T04:19:03.744383Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi098.otnkwd on smithi098: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-06T04:19:03.745660Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi047.tduqaw on smithi047: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.47/16"}, "status": {"created": "2023-12-06T04:13:56.330826Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.47/16"}}, {"events": ["2023-12-06T04:13:52.727160Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-06T04:13:52.721318Z", "last_refresh": "2023-12-06T04:19:05.188476Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-06T04:10:09.956661Z", "last_refresh": "2023-12-06T04:19:05.187950Z", "running": 2, "size": 2}}, {"events": ["2023-12-06T04:11:13.238878Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi047:172.21.15.47=smithi047", "smithi098:172.21.15.98=smithi098"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-06T04:11:13.235526Z", "last_refresh": "2023-12-06T04:19:05.188035Z", "running": 2, "size": 2}}, {"events": ["2023-12-06T04:13:56.329598Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-12-06T04:13:56.325813Z", "last_refresh": "2023-12-06T04:19:07.677926Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-06T04:10:14.589128Z", "last_refresh": "2023-12-06T04:19:05.188112Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-06T04:11:43.239438Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-06T04:11:43.235053Z", "last_refresh": "2023-12-06T04:19:05.188186Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-06T04:10:12.030635Z", "last_refresh": "2023-12-06T04:19:07.677436Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-06T04:20:07.458 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Dec 06 04:20:07 smithi047 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi047[108212]: cluster 2023-12-06T04:20:06.047906+0000 mgr.smithi047.erpxvz (mgr.14182) 480 : 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-12-06T04:20:07.491 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-06T04:20:07.620 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Dec 06 04:20:07 smithi098 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi098[111615]: cluster 2023-12-06T04:20:06.047906+0000 mgr.smithi047.erpxvz (mgr.14182) 480 : 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-12-06T04:20:08.492 DEBUG:teuthology.orchestra.run.smithi047:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:d03fca4f35d43f61b4679936aef7bd2f01cced0b shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 2ecad2ea-93ed-11ee-95a2-87774f69a715 -- ceph orch ls -f json 2023-12-06T04:20:08.620 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Dec 06 04:20:08 smithi098 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi098[111615]: audit 2023-12-06T04:20:07.101899+0000 mgr.smithi047.erpxvz (mgr.14182) 481 : audit [DBG] from='client.15092 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-06T04:20:08.629 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Dec 06 04:20:08 smithi047 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi047[108212]: audit 2023-12-06T04:20:07.101899+0000 mgr.smithi047.erpxvz (mgr.14182) 481 : audit [DBG] from='client.15092 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-06T04:20:09.540 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Dec 06 04:20:09 smithi047 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi047[108212]: cluster 2023-12-06T04:20:08.048667+0000 mgr.smithi047.erpxvz (mgr.14182) 482 : 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-12-06T04:20:09.620 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Dec 06 04:20:09 smithi098 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi098[111615]: cluster 2023-12-06T04:20:08.048667+0000 mgr.smithi047.erpxvz (mgr.14182) 482 : 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-12-06T04:20:09.965 INFO:teuthology.orchestra.run.smithi047.stdout: 2023-12-06T04:20:09.966 INFO:teuthology.orchestra.run.smithi047.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-06T04:10:15.517593Z", "last_refresh": "2023-12-06T04:19:07.677115Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-06T04:10:10.954835Z", "last_refresh": "2023-12-06T04:19:05.187783Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-06T04:10:13.544463Z", "last_refresh": "2023-12-06T04:19:07.677283Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-06T04:13:56.333839Z service:ingress.nfs.foo [INFO] \"service was created\"", "2023-12-06T04:16:34.566097Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi098.mygyec on smithi098: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi098-mygyec\n/bin/podman: stderr Error: no such container ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi098-mygyec\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi098.mygyec\n/bin/podman: stderr Error: no such container ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi098.mygyec\nDeploy daemon haproxy.nfs.foo.smithi098.mygyec ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi098 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-06T04:14:42Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-06T04:15:19Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-06T04:15:57Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi098 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-06T04:19:03.739263Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi047.dhmayl on smithi047: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi047-dhmayl\n/bin/podman: stderr Error: no such container ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi047-dhmayl\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi047.dhmayl\n/bin/podman: stderr Error: no such container ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi047.dhmayl\nDeploy daemon haproxy.nfs.foo.smithi047.dhmayl ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi047 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-06T04:17:11Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-06T04:17:48Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-06T04:18:26Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi047 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-06T04:19:03.744383Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi098.otnkwd on smithi098: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-06T04:19:03.745660Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi047.tduqaw on smithi047: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.47/16"}, "status": {"created": "2023-12-06T04:13:56.330826Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.47/16"}}, {"events": ["2023-12-06T04:13:52.727160Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-06T04:13:52.721318Z", "last_refresh": "2023-12-06T04:19:05.188476Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-06T04:10:09.956661Z", "last_refresh": "2023-12-06T04:19:05.187950Z", "running": 2, "size": 2}}, {"events": ["2023-12-06T04:11:13.238878Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi047:172.21.15.47=smithi047", "smithi098:172.21.15.98=smithi098"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-06T04:11:13.235526Z", "last_refresh": "2023-12-06T04:19:05.188035Z", "running": 2, "size": 2}}, {"events": ["2023-12-06T04:13:56.329598Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-12-06T04:13:56.325813Z", "last_refresh": "2023-12-06T04:19:07.677926Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-06T04:10:14.589128Z", "last_refresh": "2023-12-06T04:19:05.188112Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-06T04:11:43.239438Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-06T04:11:43.235053Z", "last_refresh": "2023-12-06T04:19:05.188186Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-06T04:10:12.030635Z", "last_refresh": "2023-12-06T04:19:07.677436Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-06T04:20:10.351 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-06T04:20:11.352 DEBUG:teuthology.orchestra.run.smithi047:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:d03fca4f35d43f61b4679936aef7bd2f01cced0b shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 2ecad2ea-93ed-11ee-95a2-87774f69a715 -- ceph orch ls -f json 2023-12-06T04:20:11.620 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Dec 06 04:20:11 smithi098 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi098[111615]: audit 2023-12-06T04:20:09.961017+0000 mgr.smithi047.erpxvz (mgr.14182) 483 : audit [DBG] from='client.15096 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-06T04:20:11.620 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Dec 06 04:20:11 smithi098 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi098[111615]: cluster 2023-12-06T04:20:10.049177+0000 mgr.smithi047.erpxvz (mgr.14182) 484 : 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-12-06T04:20:11.629 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Dec 06 04:20:11 smithi047 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi047[108212]: audit 2023-12-06T04:20:09.961017+0000 mgr.smithi047.erpxvz (mgr.14182) 483 : audit [DBG] from='client.15096 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-06T04:20:11.629 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Dec 06 04:20:11 smithi047 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi047[108212]: cluster 2023-12-06T04:20:10.049177+0000 mgr.smithi047.erpxvz (mgr.14182) 484 : 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-12-06T04:20:12.773 INFO:teuthology.orchestra.run.smithi047.stdout: 2023-12-06T04:20:12.773 INFO:teuthology.orchestra.run.smithi047.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-06T04:10:15.517593Z", "last_refresh": "2023-12-06T04:19:07.677115Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-06T04:10:10.954835Z", "last_refresh": "2023-12-06T04:19:05.187783Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-06T04:10:13.544463Z", "last_refresh": "2023-12-06T04:19:07.677283Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-06T04:13:56.333839Z service:ingress.nfs.foo [INFO] \"service was created\"", "2023-12-06T04:16:34.566097Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi098.mygyec on smithi098: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi098-mygyec\n/bin/podman: stderr Error: no such container ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi098-mygyec\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi098.mygyec\n/bin/podman: stderr Error: no such container ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi098.mygyec\nDeploy daemon haproxy.nfs.foo.smithi098.mygyec ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi098 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-06T04:14:42Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-06T04:15:19Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-06T04:15:57Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi098 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-06T04:19:03.739263Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi047.dhmayl on smithi047: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi047-dhmayl\n/bin/podman: stderr Error: no such container ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi047-dhmayl\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi047.dhmayl\n/bin/podman: stderr Error: no such container ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi047.dhmayl\nDeploy daemon haproxy.nfs.foo.smithi047.dhmayl ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi047 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-06T04:17:11Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-06T04:17:48Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-06T04:18:26Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi047 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-06T04:19:03.744383Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi098.otnkwd on smithi098: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-06T04:19:03.745660Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi047.tduqaw on smithi047: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.47/16"}, "status": {"created": "2023-12-06T04:13:56.330826Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.47/16"}}, {"events": ["2023-12-06T04:13:52.727160Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-06T04:13:52.721318Z", "last_refresh": "2023-12-06T04:19:05.188476Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-06T04:10:09.956661Z", "last_refresh": "2023-12-06T04:19:05.187950Z", "running": 2, "size": 2}}, {"events": ["2023-12-06T04:11:13.238878Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi047:172.21.15.47=smithi047", "smithi098:172.21.15.98=smithi098"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-06T04:11:13.235526Z", "last_refresh": "2023-12-06T04:19:05.188035Z", "running": 2, "size": 2}}, {"events": ["2023-12-06T04:13:56.329598Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-12-06T04:13:56.325813Z", "last_refresh": "2023-12-06T04:19:07.677926Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-06T04:10:14.589128Z", "last_refresh": "2023-12-06T04:19:05.188112Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-06T04:11:43.239438Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-06T04:11:43.235053Z", "last_refresh": "2023-12-06T04:19:05.188186Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-06T04:10:12.030635Z", "last_refresh": "2023-12-06T04:19:07.677436Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-06T04:20:13.157 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-06T04:20:13.381 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Dec 06 04:20:13 smithi047 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi047[108212]: cluster 2023-12-06T04:20:12.050018+0000 mgr.smithi047.erpxvz (mgr.14182) 485 : 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-12-06T04:20:13.620 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Dec 06 04:20:13 smithi098 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi098[111615]: cluster 2023-12-06T04:20:12.050018+0000 mgr.smithi047.erpxvz (mgr.14182) 485 : 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-12-06T04:20:14.158 DEBUG:teuthology.orchestra.run.smithi047:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:d03fca4f35d43f61b4679936aef7bd2f01cced0b shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 2ecad2ea-93ed-11ee-95a2-87774f69a715 -- ceph orch ls -f json 2023-12-06T04:20:14.520 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Dec 06 04:20:14 smithi047 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi047[108212]: audit 2023-12-06T04:20:12.767105+0000 mgr.smithi047.erpxvz (mgr.14182) 486 : audit [DBG] from='client.15100 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-06T04:20:14.620 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Dec 06 04:20:14 smithi098 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi098[111615]: audit 2023-12-06T04:20:12.767105+0000 mgr.smithi047.erpxvz (mgr.14182) 486 : audit [DBG] from='client.15100 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-06T04:20:15.620 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Dec 06 04:20:15 smithi098 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi098[111615]: cluster 2023-12-06T04:20:14.050525+0000 mgr.smithi047.erpxvz (mgr.14182) 487 : 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-12-06T04:20:15.623 INFO:teuthology.orchestra.run.smithi047.stdout: 2023-12-06T04:20:15.623 INFO:teuthology.orchestra.run.smithi047.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-06T04:10:15.517593Z", "last_refresh": "2023-12-06T04:19:07.677115Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-06T04:10:10.954835Z", "last_refresh": "2023-12-06T04:19:05.187783Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-06T04:10:13.544463Z", "last_refresh": "2023-12-06T04:19:07.677283Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-06T04:13:56.333839Z service:ingress.nfs.foo [INFO] \"service was created\"", "2023-12-06T04:16:34.566097Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi098.mygyec on smithi098: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi098-mygyec\n/bin/podman: stderr Error: no such container ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi098-mygyec\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi098.mygyec\n/bin/podman: stderr Error: no such container ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi098.mygyec\nDeploy daemon haproxy.nfs.foo.smithi098.mygyec ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi098 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-06T04:14:42Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-06T04:15:19Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-06T04:15:57Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi098 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-06T04:19:03.739263Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi047.dhmayl on smithi047: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi047-dhmayl\n/bin/podman: stderr Error: no such container ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi047-dhmayl\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi047.dhmayl\n/bin/podman: stderr Error: no such container ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi047.dhmayl\nDeploy daemon haproxy.nfs.foo.smithi047.dhmayl ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi047 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-06T04:17:11Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-06T04:17:48Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-06T04:18:26Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi047 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-06T04:19:03.744383Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi098.otnkwd on smithi098: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-06T04:19:03.745660Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi047.tduqaw on smithi047: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.47/16"}, "status": {"created": "2023-12-06T04:13:56.330826Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.47/16"}}, {"events": ["2023-12-06T04:13:52.727160Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-06T04:13:52.721318Z", "last_refresh": "2023-12-06T04:19:05.188476Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-06T04:10:09.956661Z", "last_refresh": "2023-12-06T04:19:05.187950Z", "running": 2, "size": 2}}, {"events": ["2023-12-06T04:11:13.238878Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi047:172.21.15.47=smithi047", "smithi098:172.21.15.98=smithi098"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-06T04:11:13.235526Z", "last_refresh": "2023-12-06T04:19:05.188035Z", "running": 2, "size": 2}}, {"events": ["2023-12-06T04:13:56.329598Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-12-06T04:13:56.325813Z", "last_refresh": "2023-12-06T04:19:07.677926Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-06T04:10:14.589128Z", "last_refresh": "2023-12-06T04:19:05.188112Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-06T04:11:43.239438Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-06T04:11:43.235053Z", "last_refresh": "2023-12-06T04:19:05.188186Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-06T04:10:12.030635Z", "last_refresh": "2023-12-06T04:19:07.677436Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-06T04:20:15.629 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Dec 06 04:20:15 smithi047 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi047[108212]: cluster 2023-12-06T04:20:14.050525+0000 mgr.smithi047.erpxvz (mgr.14182) 487 : 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-12-06T04:20:16.042 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-06T04:20:17.042 DEBUG:teuthology.orchestra.run.smithi047:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:d03fca4f35d43f61b4679936aef7bd2f01cced0b shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 2ecad2ea-93ed-11ee-95a2-87774f69a715 -- ceph orch ls -f json 2023-12-06T04:20:17.379 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Dec 06 04:20:17 smithi047 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi047[108212]: audit 2023-12-06T04:20:15.618478+0000 mgr.smithi047.erpxvz (mgr.14182) 488 : audit [DBG] from='client.15104 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-06T04:20:17.379 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Dec 06 04:20:17 smithi047 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi047[108212]: cluster 2023-12-06T04:20:16.051038+0000 mgr.smithi047.erpxvz (mgr.14182) 489 : 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-12-06T04:20:17.620 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Dec 06 04:20:17 smithi098 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi098[111615]: audit 2023-12-06T04:20:15.618478+0000 mgr.smithi047.erpxvz (mgr.14182) 488 : audit [DBG] from='client.15104 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-06T04:20:17.620 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Dec 06 04:20:17 smithi098 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi098[111615]: cluster 2023-12-06T04:20:16.051038+0000 mgr.smithi047.erpxvz (mgr.14182) 489 : 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-12-06T04:20:18.520 INFO:teuthology.orchestra.run.smithi047.stdout: 2023-12-06T04:20:18.520 INFO:teuthology.orchestra.run.smithi047.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-06T04:10:15.517593Z", "last_refresh": "2023-12-06T04:19:07.677115Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-06T04:10:10.954835Z", "last_refresh": "2023-12-06T04:19:05.187783Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-06T04:10:13.544463Z", "last_refresh": "2023-12-06T04:19:07.677283Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-06T04:13:56.333839Z service:ingress.nfs.foo [INFO] \"service was created\"", "2023-12-06T04:16:34.566097Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi098.mygyec on smithi098: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi098-mygyec\n/bin/podman: stderr Error: no such container ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi098-mygyec\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi098.mygyec\n/bin/podman: stderr Error: no such container ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi098.mygyec\nDeploy daemon haproxy.nfs.foo.smithi098.mygyec ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi098 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-06T04:14:42Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-06T04:15:19Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-06T04:15:57Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi098 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-06T04:19:03.739263Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi047.dhmayl on smithi047: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi047-dhmayl\n/bin/podman: stderr Error: no such container ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi047-dhmayl\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi047.dhmayl\n/bin/podman: stderr Error: no such container ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi047.dhmayl\nDeploy daemon haproxy.nfs.foo.smithi047.dhmayl ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi047 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-06T04:17:11Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-06T04:17:48Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-06T04:18:26Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi047 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-06T04:19:03.744383Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi098.otnkwd on smithi098: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-06T04:19:03.745660Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi047.tduqaw on smithi047: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.47/16"}, "status": {"created": "2023-12-06T04:13:56.330826Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.47/16"}}, {"events": ["2023-12-06T04:13:52.727160Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-06T04:13:52.721318Z", "last_refresh": "2023-12-06T04:19:05.188476Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-06T04:10:09.956661Z", "last_refresh": "2023-12-06T04:19:05.187950Z", "running": 2, "size": 2}}, {"events": ["2023-12-06T04:11:13.238878Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi047:172.21.15.47=smithi047", "smithi098:172.21.15.98=smithi098"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-06T04:11:13.235526Z", "last_refresh": "2023-12-06T04:19:05.188035Z", "running": 2, "size": 2}}, {"events": ["2023-12-06T04:13:56.329598Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-12-06T04:13:56.325813Z", "last_refresh": "2023-12-06T04:19:07.677926Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-06T04:10:14.589128Z", "last_refresh": "2023-12-06T04:19:05.188112Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-06T04:11:43.239438Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-06T04:11:43.235053Z", "last_refresh": "2023-12-06T04:19:05.188186Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-06T04:10:12.030635Z", "last_refresh": "2023-12-06T04:19:07.677436Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-06T04:20:18.866 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-06T04:20:19.620 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Dec 06 04:20:19 smithi098 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi098[111615]: cluster 2023-12-06T04:20:18.051798+0000 mgr.smithi047.erpxvz (mgr.14182) 490 : 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-12-06T04:20:19.629 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Dec 06 04:20:19 smithi047 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi047[108212]: cluster 2023-12-06T04:20:18.051798+0000 mgr.smithi047.erpxvz (mgr.14182) 490 : 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-12-06T04:20:19.867 DEBUG:teuthology.orchestra.run.smithi047:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:d03fca4f35d43f61b4679936aef7bd2f01cced0b shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 2ecad2ea-93ed-11ee-95a2-87774f69a715 -- ceph orch ls -f json 2023-12-06T04:20:20.594 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Dec 06 04:20:20 smithi047 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi047[108212]: audit 2023-12-06T04:20:18.514851+0000 mgr.smithi047.erpxvz (mgr.14182) 491 : audit [DBG] from='client.15108 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-06T04:20:20.620 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Dec 06 04:20:20 smithi098 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi098[111615]: audit 2023-12-06T04:20:18.514851+0000 mgr.smithi047.erpxvz (mgr.14182) 491 : audit [DBG] from='client.15108 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-06T04:20:21.372 INFO:teuthology.orchestra.run.smithi047.stdout: 2023-12-06T04:20:21.373 INFO:teuthology.orchestra.run.smithi047.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-06T04:10:15.517593Z", "last_refresh": "2023-12-06T04:19:07.677115Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-06T04:10:10.954835Z", "last_refresh": "2023-12-06T04:19:05.187783Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-06T04:10:13.544463Z", "last_refresh": "2023-12-06T04:19:07.677283Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-06T04:13:56.333839Z service:ingress.nfs.foo [INFO] \"service was created\"", "2023-12-06T04:16:34.566097Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi098.mygyec on smithi098: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi098-mygyec\n/bin/podman: stderr Error: no such container ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi098-mygyec\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi098.mygyec\n/bin/podman: stderr Error: no such container ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi098.mygyec\nDeploy daemon haproxy.nfs.foo.smithi098.mygyec ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi098 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-06T04:14:42Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-06T04:15:19Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-06T04:15:57Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi098 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-06T04:19:03.739263Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi047.dhmayl on smithi047: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi047-dhmayl\n/bin/podman: stderr Error: no such container ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi047-dhmayl\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi047.dhmayl\n/bin/podman: stderr Error: no such container ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi047.dhmayl\nDeploy daemon haproxy.nfs.foo.smithi047.dhmayl ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi047 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-06T04:17:11Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-06T04:17:48Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-06T04:18:26Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi047 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-06T04:19:03.744383Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi098.otnkwd on smithi098: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-06T04:19:03.745660Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi047.tduqaw on smithi047: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.47/16"}, "status": {"created": "2023-12-06T04:13:56.330826Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.47/16"}}, {"events": ["2023-12-06T04:13:52.727160Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-06T04:13:52.721318Z", "last_refresh": "2023-12-06T04:19:05.188476Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-06T04:10:09.956661Z", "last_refresh": "2023-12-06T04:19:05.187950Z", "running": 2, "size": 2}}, {"events": ["2023-12-06T04:11:13.238878Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi047:172.21.15.47=smithi047", "smithi098:172.21.15.98=smithi098"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-06T04:11:13.235526Z", "last_refresh": "2023-12-06T04:19:05.188035Z", "running": 2, "size": 2}}, {"events": ["2023-12-06T04:13:56.329598Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-12-06T04:13:56.325813Z", "last_refresh": "2023-12-06T04:19:07.677926Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-06T04:10:14.589128Z", "last_refresh": "2023-12-06T04:19:05.188112Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-06T04:11:43.239438Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-06T04:11:43.235053Z", "last_refresh": "2023-12-06T04:19:05.188186Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-06T04:10:12.030635Z", "last_refresh": "2023-12-06T04:19:07.677436Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-06T04:20:21.620 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Dec 06 04:20:21 smithi098 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi098[111615]: cluster 2023-12-06T04:20:20.052264+0000 mgr.smithi047.erpxvz (mgr.14182) 492 : 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-12-06T04:20:21.629 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Dec 06 04:20:21 smithi047 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi047[108212]: cluster 2023-12-06T04:20:20.052264+0000 mgr.smithi047.erpxvz (mgr.14182) 492 : 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-12-06T04:20:21.765 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-06T04:20:22.620 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Dec 06 04:20:22 smithi098 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi098[111615]: audit 2023-12-06T04:20:21.361931+0000 mgr.smithi047.erpxvz (mgr.14182) 493 : audit [DBG] from='client.15112 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-06T04:20:22.629 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Dec 06 04:20:22 smithi047 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi047[108212]: audit 2023-12-06T04:20:21.361931+0000 mgr.smithi047.erpxvz (mgr.14182) 493 : audit [DBG] from='client.15112 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-06T04:20:22.767 DEBUG:teuthology.orchestra.run.smithi047:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:d03fca4f35d43f61b4679936aef7bd2f01cced0b shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 2ecad2ea-93ed-11ee-95a2-87774f69a715 -- ceph orch ls -f json 2023-12-06T04:20:23.379 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Dec 06 04:20:23 smithi047 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi047[108212]: cluster 2023-12-06T04:20:22.053015+0000 mgr.smithi047.erpxvz (mgr.14182) 494 : 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-12-06T04:20:23.620 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Dec 06 04:20:23 smithi098 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi098[111615]: cluster 2023-12-06T04:20:22.053015+0000 mgr.smithi047.erpxvz (mgr.14182) 494 : 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-12-06T04:20:24.193 INFO:teuthology.orchestra.run.smithi047.stdout: 2023-12-06T04:20:24.193 INFO:teuthology.orchestra.run.smithi047.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-06T04:10:15.517593Z", "last_refresh": "2023-12-06T04:19:07.677115Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-06T04:10:10.954835Z", "last_refresh": "2023-12-06T04:19:05.187783Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-06T04:10:13.544463Z", "last_refresh": "2023-12-06T04:19:07.677283Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-06T04:13:56.333839Z service:ingress.nfs.foo [INFO] \"service was created\"", "2023-12-06T04:16:34.566097Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi098.mygyec on smithi098: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi098-mygyec\n/bin/podman: stderr Error: no such container ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi098-mygyec\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi098.mygyec\n/bin/podman: stderr Error: no such container ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi098.mygyec\nDeploy daemon haproxy.nfs.foo.smithi098.mygyec ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi098 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-06T04:14:42Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-06T04:15:19Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-06T04:15:57Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi098 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-06T04:19:03.739263Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi047.dhmayl on smithi047: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi047-dhmayl\n/bin/podman: stderr Error: no such container ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi047-dhmayl\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi047.dhmayl\n/bin/podman: stderr Error: no such container ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi047.dhmayl\nDeploy daemon haproxy.nfs.foo.smithi047.dhmayl ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi047 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-06T04:17:11Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-06T04:17:48Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-06T04:18:26Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi047 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-06T04:19:03.744383Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi098.otnkwd on smithi098: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-06T04:19:03.745660Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi047.tduqaw on smithi047: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.47/16"}, "status": {"created": "2023-12-06T04:13:56.330826Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.47/16"}}, {"events": ["2023-12-06T04:13:52.727160Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-06T04:13:52.721318Z", "last_refresh": "2023-12-06T04:19:05.188476Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-06T04:10:09.956661Z", "last_refresh": "2023-12-06T04:19:05.187950Z", "running": 2, "size": 2}}, {"events": ["2023-12-06T04:11:13.238878Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi047:172.21.15.47=smithi047", "smithi098:172.21.15.98=smithi098"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-06T04:11:13.235526Z", "last_refresh": "2023-12-06T04:19:05.188035Z", "running": 2, "size": 2}}, {"events": ["2023-12-06T04:13:56.329598Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-12-06T04:13:56.325813Z", "last_refresh": "2023-12-06T04:19:07.677926Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-06T04:10:14.589128Z", "last_refresh": "2023-12-06T04:19:05.188112Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-06T04:11:43.239438Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-06T04:11:43.235053Z", "last_refresh": "2023-12-06T04:19:05.188186Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-06T04:10:12.030635Z", "last_refresh": "2023-12-06T04:19:07.677436Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-06T04:20:24.573 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-06T04:20:25.574 DEBUG:teuthology.orchestra.run.smithi047:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:d03fca4f35d43f61b4679936aef7bd2f01cced0b shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 2ecad2ea-93ed-11ee-95a2-87774f69a715 -- ceph orch ls -f json 2023-12-06T04:20:25.610 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Dec 06 04:20:25 smithi047 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi047[108212]: cluster 2023-12-06T04:20:24.053545+0000 mgr.smithi047.erpxvz (mgr.14182) 495 : 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-12-06T04:20:25.610 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Dec 06 04:20:25 smithi047 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi047[108212]: audit 2023-12-06T04:20:24.187745+0000 mgr.smithi047.erpxvz (mgr.14182) 496 : audit [DBG] from='client.15116 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-06T04:20:25.620 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Dec 06 04:20:25 smithi098 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi098[111615]: cluster 2023-12-06T04:20:24.053545+0000 mgr.smithi047.erpxvz (mgr.14182) 495 : 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-12-06T04:20:25.620 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Dec 06 04:20:25 smithi098 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi098[111615]: audit 2023-12-06T04:20:24.187745+0000 mgr.smithi047.erpxvz (mgr.14182) 496 : audit [DBG] from='client.15116 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-06T04:20:27.013 INFO:teuthology.orchestra.run.smithi047.stdout: 2023-12-06T04:20:27.013 INFO:teuthology.orchestra.run.smithi047.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-06T04:10:15.517593Z", "last_refresh": "2023-12-06T04:19:07.677115Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-06T04:10:10.954835Z", "last_refresh": "2023-12-06T04:19:05.187783Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-06T04:10:13.544463Z", "last_refresh": "2023-12-06T04:19:07.677283Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-06T04:13:56.333839Z service:ingress.nfs.foo [INFO] \"service was created\"", "2023-12-06T04:16:34.566097Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi098.mygyec on smithi098: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi098-mygyec\n/bin/podman: stderr Error: no such container ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi098-mygyec\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi098.mygyec\n/bin/podman: stderr Error: no such container ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi098.mygyec\nDeploy daemon haproxy.nfs.foo.smithi098.mygyec ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi098 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-06T04:14:42Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-06T04:15:19Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-06T04:15:57Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi098 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-06T04:19:03.739263Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi047.dhmayl on smithi047: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi047-dhmayl\n/bin/podman: stderr Error: no such container ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi047-dhmayl\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi047.dhmayl\n/bin/podman: stderr Error: no such container ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi047.dhmayl\nDeploy daemon haproxy.nfs.foo.smithi047.dhmayl ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi047 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-06T04:17:11Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-06T04:17:48Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-06T04:18:26Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi047 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-06T04:19:03.744383Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi098.otnkwd on smithi098: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-06T04:19:03.745660Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi047.tduqaw on smithi047: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.47/16"}, "status": {"created": "2023-12-06T04:13:56.330826Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.47/16"}}, {"events": ["2023-12-06T04:13:52.727160Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-06T04:13:52.721318Z", "last_refresh": "2023-12-06T04:19:05.188476Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-06T04:10:09.956661Z", "last_refresh": "2023-12-06T04:19:05.187950Z", "running": 2, "size": 2}}, {"events": ["2023-12-06T04:11:13.238878Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi047:172.21.15.47=smithi047", "smithi098:172.21.15.98=smithi098"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-06T04:11:13.235526Z", "last_refresh": "2023-12-06T04:19:05.188035Z", "running": 2, "size": 2}}, {"events": ["2023-12-06T04:13:56.329598Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-12-06T04:13:56.325813Z", "last_refresh": "2023-12-06T04:19:07.677926Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-06T04:10:14.589128Z", "last_refresh": "2023-12-06T04:19:05.188112Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-06T04:11:43.239438Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-06T04:11:43.235053Z", "last_refresh": "2023-12-06T04:19:05.188186Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-06T04:10:12.030635Z", "last_refresh": "2023-12-06T04:19:07.677436Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-06T04:20:27.398 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-06T04:20:27.620 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Dec 06 04:20:27 smithi098 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi098[111615]: cluster 2023-12-06T04:20:26.054123+0000 mgr.smithi047.erpxvz (mgr.14182) 497 : 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-12-06T04:20:27.629 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Dec 06 04:20:27 smithi047 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi047[108212]: cluster 2023-12-06T04:20:26.054123+0000 mgr.smithi047.erpxvz (mgr.14182) 497 : 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-12-06T04:20:28.399 DEBUG:teuthology.orchestra.run.smithi047:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:d03fca4f35d43f61b4679936aef7bd2f01cced0b shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 2ecad2ea-93ed-11ee-95a2-87774f69a715 -- ceph orch ls -f json 2023-12-06T04:20:28.620 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Dec 06 04:20:28 smithi098 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi098[111615]: audit 2023-12-06T04:20:27.007821+0000 mgr.smithi047.erpxvz (mgr.14182) 498 : audit [DBG] from='client.15120 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-06T04:20:28.629 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Dec 06 04:20:28 smithi047 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi047[108212]: audit 2023-12-06T04:20:27.007821+0000 mgr.smithi047.erpxvz (mgr.14182) 498 : audit [DBG] from='client.15120 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-06T04:20:29.381 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Dec 06 04:20:29 smithi047 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi047[108212]: cluster 2023-12-06T04:20:28.054682+0000 mgr.smithi047.erpxvz (mgr.14182) 499 : 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-12-06T04:20:29.620 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Dec 06 04:20:29 smithi098 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi098[111615]: cluster 2023-12-06T04:20:28.054682+0000 mgr.smithi047.erpxvz (mgr.14182) 499 : 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-12-06T04:20:29.874 INFO:teuthology.orchestra.run.smithi047.stdout: 2023-12-06T04:20:29.874 INFO:teuthology.orchestra.run.smithi047.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-06T04:10:15.517593Z", "last_refresh": "2023-12-06T04:19:07.677115Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-06T04:10:10.954835Z", "last_refresh": "2023-12-06T04:19:05.187783Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-06T04:10:13.544463Z", "last_refresh": "2023-12-06T04:19:07.677283Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-06T04:13:56.333839Z service:ingress.nfs.foo [INFO] \"service was created\"", "2023-12-06T04:16:34.566097Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi098.mygyec on smithi098: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi098-mygyec\n/bin/podman: stderr Error: no such container ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi098-mygyec\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi098.mygyec\n/bin/podman: stderr Error: no such container ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi098.mygyec\nDeploy daemon haproxy.nfs.foo.smithi098.mygyec ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi098 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-06T04:14:42Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-06T04:15:19Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-06T04:15:57Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi098 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-06T04:19:03.739263Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi047.dhmayl on smithi047: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi047-dhmayl\n/bin/podman: stderr Error: no such container ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi047-dhmayl\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi047.dhmayl\n/bin/podman: stderr Error: no such container ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi047.dhmayl\nDeploy daemon haproxy.nfs.foo.smithi047.dhmayl ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi047 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-06T04:17:11Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-06T04:17:48Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-06T04:18:26Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi047 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-06T04:19:03.744383Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi098.otnkwd on smithi098: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-06T04:19:03.745660Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi047.tduqaw on smithi047: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.47/16"}, "status": {"created": "2023-12-06T04:13:56.330826Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.47/16"}}, {"events": ["2023-12-06T04:13:52.727160Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-06T04:13:52.721318Z", "last_refresh": "2023-12-06T04:19:05.188476Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-06T04:10:09.956661Z", "last_refresh": "2023-12-06T04:19:05.187950Z", "running": 2, "size": 2}}, {"events": ["2023-12-06T04:11:13.238878Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi047:172.21.15.47=smithi047", "smithi098:172.21.15.98=smithi098"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-06T04:11:13.235526Z", "last_refresh": "2023-12-06T04:19:05.188035Z", "running": 2, "size": 2}}, {"events": ["2023-12-06T04:13:56.329598Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-12-06T04:13:56.325813Z", "last_refresh": "2023-12-06T04:19:07.677926Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-06T04:10:14.589128Z", "last_refresh": "2023-12-06T04:19:05.188112Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-06T04:11:43.239438Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-06T04:11:43.235053Z", "last_refresh": "2023-12-06T04:19:05.188186Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-06T04:10:12.030635Z", "last_refresh": "2023-12-06T04:19:07.677436Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-06T04:20:30.257 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-06T04:20:31.258 DEBUG:teuthology.orchestra.run.smithi047:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:d03fca4f35d43f61b4679936aef7bd2f01cced0b shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 2ecad2ea-93ed-11ee-95a2-87774f69a715 -- ceph orch ls -f json 2023-12-06T04:20:31.616 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Dec 06 04:20:31 smithi047 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi047[108212]: audit 2023-12-06T04:20:29.869067+0000 mgr.smithi047.erpxvz (mgr.14182) 500 : audit [DBG] from='client.15124 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-06T04:20:31.616 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Dec 06 04:20:31 smithi047 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi047[108212]: cluster 2023-12-06T04:20:30.055204+0000 mgr.smithi047.erpxvz (mgr.14182) 501 : 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-12-06T04:20:31.620 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Dec 06 04:20:31 smithi098 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi098[111615]: audit 2023-12-06T04:20:29.869067+0000 mgr.smithi047.erpxvz (mgr.14182) 500 : audit [DBG] from='client.15124 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-06T04:20:31.620 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Dec 06 04:20:31 smithi098 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi098[111615]: cluster 2023-12-06T04:20:30.055204+0000 mgr.smithi047.erpxvz (mgr.14182) 501 : 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-12-06T04:20:32.706 INFO:teuthology.orchestra.run.smithi047.stdout: 2023-12-06T04:20:32.706 INFO:teuthology.orchestra.run.smithi047.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-06T04:10:15.517593Z", "last_refresh": "2023-12-06T04:19:07.677115Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-06T04:10:10.954835Z", "last_refresh": "2023-12-06T04:19:05.187783Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-06T04:10:13.544463Z", "last_refresh": "2023-12-06T04:19:07.677283Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-06T04:13:56.333839Z service:ingress.nfs.foo [INFO] \"service was created\"", "2023-12-06T04:16:34.566097Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi098.mygyec on smithi098: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi098-mygyec\n/bin/podman: stderr Error: no such container ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi098-mygyec\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi098.mygyec\n/bin/podman: stderr Error: no such container ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi098.mygyec\nDeploy daemon haproxy.nfs.foo.smithi098.mygyec ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi098 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-06T04:14:42Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-06T04:15:19Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-06T04:15:57Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi098 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-06T04:19:03.739263Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi047.dhmayl on smithi047: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi047-dhmayl\n/bin/podman: stderr Error: no such container ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi047-dhmayl\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi047.dhmayl\n/bin/podman: stderr Error: no such container ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi047.dhmayl\nDeploy daemon haproxy.nfs.foo.smithi047.dhmayl ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi047 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-06T04:17:11Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-06T04:17:48Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-06T04:18:26Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi047 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-06T04:19:03.744383Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi098.otnkwd on smithi098: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-06T04:19:03.745660Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi047.tduqaw on smithi047: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.47/16"}, "status": {"created": "2023-12-06T04:13:56.330826Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.47/16"}}, {"events": ["2023-12-06T04:13:52.727160Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-06T04:13:52.721318Z", "last_refresh": "2023-12-06T04:19:05.188476Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-06T04:10:09.956661Z", "last_refresh": "2023-12-06T04:19:05.187950Z", "running": 2, "size": 2}}, {"events": ["2023-12-06T04:11:13.238878Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi047:172.21.15.47=smithi047", "smithi098:172.21.15.98=smithi098"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-06T04:11:13.235526Z", "last_refresh": "2023-12-06T04:19:05.188035Z", "running": 2, "size": 2}}, {"events": ["2023-12-06T04:13:56.329598Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-12-06T04:13:56.325813Z", "last_refresh": "2023-12-06T04:19:07.677926Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-06T04:10:14.589128Z", "last_refresh": "2023-12-06T04:19:05.188112Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-06T04:11:43.239438Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-06T04:11:43.235053Z", "last_refresh": "2023-12-06T04:19:05.188186Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-06T04:10:12.030635Z", "last_refresh": "2023-12-06T04:19:07.677436Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-06T04:20:33.096 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-06T04:20:33.620 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Dec 06 04:20:33 smithi098 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi098[111615]: cluster 2023-12-06T04:20:32.055829+0000 mgr.smithi047.erpxvz (mgr.14182) 502 : 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-12-06T04:20:33.629 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Dec 06 04:20:33 smithi047 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi047[108212]: cluster 2023-12-06T04:20:32.055829+0000 mgr.smithi047.erpxvz (mgr.14182) 502 : 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-12-06T04:20:34.097 DEBUG:teuthology.orchestra.run.smithi047:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:d03fca4f35d43f61b4679936aef7bd2f01cced0b shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 2ecad2ea-93ed-11ee-95a2-87774f69a715 -- ceph orch ls -f json 2023-12-06T04:20:34.457 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Dec 06 04:20:34 smithi047 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi047[108212]: audit 2023-12-06T04:20:32.701242+0000 mgr.smithi047.erpxvz (mgr.14182) 503 : audit [DBG] from='client.15128 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-06T04:20:34.620 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Dec 06 04:20:34 smithi098 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi098[111615]: audit 2023-12-06T04:20:32.701242+0000 mgr.smithi047.erpxvz (mgr.14182) 503 : audit [DBG] from='client.15128 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-06T04:20:35.544 INFO:teuthology.orchestra.run.smithi047.stdout: 2023-12-06T04:20:35.545 INFO:teuthology.orchestra.run.smithi047.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-06T04:10:15.517593Z", "last_refresh": "2023-12-06T04:19:07.677115Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-06T04:10:10.954835Z", "last_refresh": "2023-12-06T04:19:05.187783Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-06T04:10:13.544463Z", "last_refresh": "2023-12-06T04:19:07.677283Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-06T04:13:56.333839Z service:ingress.nfs.foo [INFO] \"service was created\"", "2023-12-06T04:16:34.566097Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi098.mygyec on smithi098: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi098-mygyec\n/bin/podman: stderr Error: no such container ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi098-mygyec\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi098.mygyec\n/bin/podman: stderr Error: no such container ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi098.mygyec\nDeploy daemon haproxy.nfs.foo.smithi098.mygyec ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi098 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-06T04:14:42Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-06T04:15:19Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-06T04:15:57Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi098 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-06T04:19:03.739263Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi047.dhmayl on smithi047: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi047-dhmayl\n/bin/podman: stderr Error: no such container ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi047-dhmayl\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi047.dhmayl\n/bin/podman: stderr Error: no such container ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi047.dhmayl\nDeploy daemon haproxy.nfs.foo.smithi047.dhmayl ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi047 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-06T04:17:11Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-06T04:17:48Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-06T04:18:26Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi047 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-06T04:19:03.744383Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi098.otnkwd on smithi098: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-06T04:19:03.745660Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi047.tduqaw on smithi047: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.47/16"}, "status": {"created": "2023-12-06T04:13:56.330826Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.47/16"}}, {"events": ["2023-12-06T04:13:52.727160Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-06T04:13:52.721318Z", "last_refresh": "2023-12-06T04:19:05.188476Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-06T04:10:09.956661Z", "last_refresh": "2023-12-06T04:19:05.187950Z", "running": 2, "size": 2}}, {"events": ["2023-12-06T04:11:13.238878Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi047:172.21.15.47=smithi047", "smithi098:172.21.15.98=smithi098"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-06T04:11:13.235526Z", "last_refresh": "2023-12-06T04:19:05.188035Z", "running": 2, "size": 2}}, {"events": ["2023-12-06T04:13:56.329598Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-12-06T04:13:56.325813Z", "last_refresh": "2023-12-06T04:19:07.677926Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-06T04:10:14.589128Z", "last_refresh": "2023-12-06T04:19:05.188112Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-06T04:11:43.239438Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-06T04:11:43.235053Z", "last_refresh": "2023-12-06T04:19:05.188186Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-06T04:10:12.030635Z", "last_refresh": "2023-12-06T04:19:07.677436Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-06T04:20:35.571 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Dec 06 04:20:35 smithi047 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi047[108212]: cluster 2023-12-06T04:20:34.056486+0000 mgr.smithi047.erpxvz (mgr.14182) 504 : 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-12-06T04:20:35.620 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Dec 06 04:20:35 smithi098 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi098[111615]: cluster 2023-12-06T04:20:34.056486+0000 mgr.smithi047.erpxvz (mgr.14182) 504 : 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-12-06T04:20:35.921 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-06T04:20:36.922 DEBUG:teuthology.orchestra.run.smithi047:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:d03fca4f35d43f61b4679936aef7bd2f01cced0b shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 2ecad2ea-93ed-11ee-95a2-87774f69a715 -- ceph orch ls -f json 2023-12-06T04:20:37.620 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Dec 06 04:20:37 smithi098 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi098[111615]: audit 2023-12-06T04:20:35.539091+0000 mgr.smithi047.erpxvz (mgr.14182) 505 : audit [DBG] from='client.15132 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-06T04:20:37.620 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Dec 06 04:20:37 smithi098 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi098[111615]: cluster 2023-12-06T04:20:36.057089+0000 mgr.smithi047.erpxvz (mgr.14182) 506 : 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-12-06T04:20:37.625 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Dec 06 04:20:37 smithi047 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi047[108212]: audit 2023-12-06T04:20:35.539091+0000 mgr.smithi047.erpxvz (mgr.14182) 505 : audit [DBG] from='client.15132 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-06T04:20:37.625 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Dec 06 04:20:37 smithi047 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi047[108212]: cluster 2023-12-06T04:20:36.057089+0000 mgr.smithi047.erpxvz (mgr.14182) 506 : 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-12-06T04:20:38.412 INFO:teuthology.orchestra.run.smithi047.stdout: 2023-12-06T04:20:38.412 INFO:teuthology.orchestra.run.smithi047.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-06T04:10:15.517593Z", "last_refresh": "2023-12-06T04:19:07.677115Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-06T04:10:10.954835Z", "last_refresh": "2023-12-06T04:19:05.187783Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-06T04:10:13.544463Z", "last_refresh": "2023-12-06T04:19:07.677283Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-06T04:13:56.333839Z service:ingress.nfs.foo [INFO] \"service was created\"", "2023-12-06T04:16:34.566097Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi098.mygyec on smithi098: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi098-mygyec\n/bin/podman: stderr Error: no such container ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi098-mygyec\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi098.mygyec\n/bin/podman: stderr Error: no such container ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi098.mygyec\nDeploy daemon haproxy.nfs.foo.smithi098.mygyec ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi098 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-06T04:14:42Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-06T04:15:19Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-06T04:15:57Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi098 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-06T04:19:03.739263Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi047.dhmayl on smithi047: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi047-dhmayl\n/bin/podman: stderr Error: no such container ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi047-dhmayl\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi047.dhmayl\n/bin/podman: stderr Error: no such container ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi047.dhmayl\nDeploy daemon haproxy.nfs.foo.smithi047.dhmayl ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi047 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-06T04:17:11Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-06T04:17:48Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-06T04:18:26Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi047 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-06T04:19:03.744383Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi098.otnkwd on smithi098: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-06T04:19:03.745660Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi047.tduqaw on smithi047: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.47/16"}, "status": {"created": "2023-12-06T04:13:56.330826Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.47/16"}}, {"events": ["2023-12-06T04:13:52.727160Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-06T04:13:52.721318Z", "last_refresh": "2023-12-06T04:19:05.188476Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-06T04:10:09.956661Z", "last_refresh": "2023-12-06T04:19:05.187950Z", "running": 2, "size": 2}}, {"events": ["2023-12-06T04:11:13.238878Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi047:172.21.15.47=smithi047", "smithi098:172.21.15.98=smithi098"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-06T04:11:13.235526Z", "last_refresh": "2023-12-06T04:19:05.188035Z", "running": 2, "size": 2}}, {"events": ["2023-12-06T04:13:56.329598Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-12-06T04:13:56.325813Z", "last_refresh": "2023-12-06T04:19:07.677926Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-06T04:10:14.589128Z", "last_refresh": "2023-12-06T04:19:05.188112Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-06T04:11:43.239438Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-06T04:11:43.235053Z", "last_refresh": "2023-12-06T04:19:05.188186Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-06T04:10:12.030635Z", "last_refresh": "2023-12-06T04:19:07.677436Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-06T04:20:38.813 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-06T04:20:39.620 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Dec 06 04:20:39 smithi098 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi098[111615]: cluster 2023-12-06T04:20:38.057731+0000 mgr.smithi047.erpxvz (mgr.14182) 507 : 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-12-06T04:20:39.629 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Dec 06 04:20:39 smithi047 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi047[108212]: cluster 2023-12-06T04:20:38.057731+0000 mgr.smithi047.erpxvz (mgr.14182) 507 : 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-12-06T04:20:39.814 DEBUG:teuthology.orchestra.run.smithi047:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:d03fca4f35d43f61b4679936aef7bd2f01cced0b shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 2ecad2ea-93ed-11ee-95a2-87774f69a715 -- ceph orch ls -f json 2023-12-06T04:20:40.525 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Dec 06 04:20:40 smithi047 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi047[108212]: audit 2023-12-06T04:20:38.406802+0000 mgr.smithi047.erpxvz (mgr.14182) 508 : audit [DBG] from='client.15136 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-06T04:20:40.870 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Dec 06 04:20:40 smithi098 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi098[111615]: audit 2023-12-06T04:20:38.406802+0000 mgr.smithi047.erpxvz (mgr.14182) 508 : audit [DBG] from='client.15136 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-06T04:20:41.310 INFO:teuthology.orchestra.run.smithi047.stdout: 2023-12-06T04:20:41.310 INFO:teuthology.orchestra.run.smithi047.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-06T04:10:15.517593Z", "last_refresh": "2023-12-06T04:19:07.677115Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-06T04:10:10.954835Z", "last_refresh": "2023-12-06T04:19:05.187783Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-06T04:10:13.544463Z", "last_refresh": "2023-12-06T04:19:07.677283Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-06T04:13:56.333839Z service:ingress.nfs.foo [INFO] \"service was created\"", "2023-12-06T04:16:34.566097Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi098.mygyec on smithi098: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi098-mygyec\n/bin/podman: stderr Error: no such container ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi098-mygyec\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi098.mygyec\n/bin/podman: stderr Error: no such container ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi098.mygyec\nDeploy daemon haproxy.nfs.foo.smithi098.mygyec ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi098 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-06T04:14:42Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-06T04:15:19Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-06T04:15:57Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi098 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-06T04:19:03.739263Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi047.dhmayl on smithi047: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi047-dhmayl\n/bin/podman: stderr Error: no such container ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi047-dhmayl\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi047.dhmayl\n/bin/podman: stderr Error: no such container ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi047.dhmayl\nDeploy daemon haproxy.nfs.foo.smithi047.dhmayl ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi047 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-06T04:17:11Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-06T04:17:48Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-06T04:18:26Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi047 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-06T04:19:03.744383Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi098.otnkwd on smithi098: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-06T04:19:03.745660Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi047.tduqaw on smithi047: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.47/16"}, "status": {"created": "2023-12-06T04:13:56.330826Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.47/16"}}, {"events": ["2023-12-06T04:13:52.727160Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-06T04:13:52.721318Z", "last_refresh": "2023-12-06T04:19:05.188476Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-06T04:10:09.956661Z", "last_refresh": "2023-12-06T04:19:05.187950Z", "running": 2, "size": 2}}, {"events": ["2023-12-06T04:11:13.238878Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi047:172.21.15.47=smithi047", "smithi098:172.21.15.98=smithi098"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-06T04:11:13.235526Z", "last_refresh": "2023-12-06T04:19:05.188035Z", "running": 2, "size": 2}}, {"events": ["2023-12-06T04:13:56.329598Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-12-06T04:13:56.325813Z", "last_refresh": "2023-12-06T04:19:07.677926Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-06T04:10:14.589128Z", "last_refresh": "2023-12-06T04:19:05.188112Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-06T04:11:43.239438Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-06T04:11:43.235053Z", "last_refresh": "2023-12-06T04:19:05.188186Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-06T04:10:12.030635Z", "last_refresh": "2023-12-06T04:19:07.677436Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-06T04:20:41.629 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Dec 06 04:20:41 smithi047 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi047[108212]: cluster 2023-12-06T04:20:40.058597+0000 mgr.smithi047.erpxvz (mgr.14182) 509 : 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-12-06T04:20:41.695 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-06T04:20:41.870 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Dec 06 04:20:41 smithi098 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi098[111615]: cluster 2023-12-06T04:20:40.058597+0000 mgr.smithi047.erpxvz (mgr.14182) 509 : 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-12-06T04:20:42.696 DEBUG:teuthology.orchestra.run.smithi047:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:d03fca4f35d43f61b4679936aef7bd2f01cced0b shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 2ecad2ea-93ed-11ee-95a2-87774f69a715 -- ceph orch ls -f json 2023-12-06T04:20:42.729 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Dec 06 04:20:42 smithi047 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi047[108212]: audit 2023-12-06T04:20:41.305077+0000 mgr.smithi047.erpxvz (mgr.14182) 510 : audit [DBG] from='client.15140 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-06T04:20:42.870 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Dec 06 04:20:42 smithi098 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi098[111615]: audit 2023-12-06T04:20:41.305077+0000 mgr.smithi047.erpxvz (mgr.14182) 510 : audit [DBG] from='client.15140 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-06T04:20:43.753 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Dec 06 04:20:43 smithi047 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi047[108212]: cluster 2023-12-06T04:20:42.059212+0000 mgr.smithi047.erpxvz (mgr.14182) 511 : 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-12-06T04:20:43.870 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Dec 06 04:20:43 smithi098 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi098[111615]: cluster 2023-12-06T04:20:42.059212+0000 mgr.smithi047.erpxvz (mgr.14182) 511 : 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-12-06T04:20:44.164 INFO:teuthology.orchestra.run.smithi047.stdout: 2023-12-06T04:20:44.165 INFO:teuthology.orchestra.run.smithi047.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-06T04:10:15.517593Z", "last_refresh": "2023-12-06T04:19:07.677115Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-06T04:10:10.954835Z", "last_refresh": "2023-12-06T04:19:05.187783Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-06T04:10:13.544463Z", "last_refresh": "2023-12-06T04:19:07.677283Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-06T04:13:56.333839Z service:ingress.nfs.foo [INFO] \"service was created\"", "2023-12-06T04:16:34.566097Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi098.mygyec on smithi098: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi098-mygyec\n/bin/podman: stderr Error: no such container ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi098-mygyec\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi098.mygyec\n/bin/podman: stderr Error: no such container ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi098.mygyec\nDeploy daemon haproxy.nfs.foo.smithi098.mygyec ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi098 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-06T04:14:42Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-06T04:15:19Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-06T04:15:57Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi098 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-06T04:19:03.739263Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi047.dhmayl on smithi047: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi047-dhmayl\n/bin/podman: stderr Error: no such container ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi047-dhmayl\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi047.dhmayl\n/bin/podman: stderr Error: no such container ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi047.dhmayl\nDeploy daemon haproxy.nfs.foo.smithi047.dhmayl ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi047 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-06T04:17:11Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-06T04:17:48Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-06T04:18:26Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi047 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-06T04:19:03.744383Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi098.otnkwd on smithi098: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-06T04:19:03.745660Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi047.tduqaw on smithi047: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.47/16"}, "status": {"created": "2023-12-06T04:13:56.330826Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.47/16"}}, {"events": ["2023-12-06T04:13:52.727160Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-06T04:13:52.721318Z", "last_refresh": "2023-12-06T04:19:05.188476Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-06T04:10:09.956661Z", "last_refresh": "2023-12-06T04:19:05.187950Z", "running": 2, "size": 2}}, {"events": ["2023-12-06T04:11:13.238878Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi047:172.21.15.47=smithi047", "smithi098:172.21.15.98=smithi098"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-06T04:11:13.235526Z", "last_refresh": "2023-12-06T04:19:05.188035Z", "running": 2, "size": 2}}, {"events": ["2023-12-06T04:13:56.329598Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-12-06T04:13:56.325813Z", "last_refresh": "2023-12-06T04:19:07.677926Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-06T04:10:14.589128Z", "last_refresh": "2023-12-06T04:19:05.188112Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-06T04:11:43.239438Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-06T04:11:43.235053Z", "last_refresh": "2023-12-06T04:19:05.188186Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-06T04:10:12.030635Z", "last_refresh": "2023-12-06T04:19:07.677436Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-06T04:20:44.487 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Dec 06 04:20:44 smithi047 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi047[108212]: cluster 2023-12-06T04:20:44.059637+0000 mgr.smithi047.erpxvz (mgr.14182) 512 : 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-12-06T04:20:44.487 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Dec 06 04:20:44 smithi047 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi047[108212]: audit 2023-12-06T04:20:44.159582+0000 mgr.smithi047.erpxvz (mgr.14182) 513 : audit [DBG] from='client.15144 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-06T04:20:44.553 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-06T04:20:44.870 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Dec 06 04:20:44 smithi098 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi098[111615]: cluster 2023-12-06T04:20:44.059637+0000 mgr.smithi047.erpxvz (mgr.14182) 512 : 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-12-06T04:20:44.870 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Dec 06 04:20:44 smithi098 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi098[111615]: audit 2023-12-06T04:20:44.159582+0000 mgr.smithi047.erpxvz (mgr.14182) 513 : audit [DBG] from='client.15144 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-06T04:20:45.554 DEBUG:teuthology.orchestra.run.smithi047:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:d03fca4f35d43f61b4679936aef7bd2f01cced0b shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 2ecad2ea-93ed-11ee-95a2-87774f69a715 -- ceph orch ls -f json 2023-12-06T04:20:47.012 INFO:teuthology.orchestra.run.smithi047.stdout: 2023-12-06T04:20:47.012 INFO:teuthology.orchestra.run.smithi047.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-06T04:10:15.517593Z", "last_refresh": "2023-12-06T04:19:07.677115Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-06T04:10:10.954835Z", "last_refresh": "2023-12-06T04:19:05.187783Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-06T04:10:13.544463Z", "last_refresh": "2023-12-06T04:19:07.677283Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-06T04:13:56.333839Z service:ingress.nfs.foo [INFO] \"service was created\"", "2023-12-06T04:16:34.566097Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi098.mygyec on smithi098: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi098-mygyec\n/bin/podman: stderr Error: no such container ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi098-mygyec\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi098.mygyec\n/bin/podman: stderr Error: no such container ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi098.mygyec\nDeploy daemon haproxy.nfs.foo.smithi098.mygyec ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi098 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-06T04:14:42Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-06T04:15:19Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-06T04:15:57Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi098 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-06T04:19:03.739263Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi047.dhmayl on smithi047: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi047-dhmayl\n/bin/podman: stderr Error: no such container ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi047-dhmayl\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi047.dhmayl\n/bin/podman: stderr Error: no such container ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi047.dhmayl\nDeploy daemon haproxy.nfs.foo.smithi047.dhmayl ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi047 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-06T04:17:11Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-06T04:17:48Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-06T04:18:26Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi047 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-06T04:19:03.744383Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi098.otnkwd on smithi098: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-06T04:19:03.745660Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi047.tduqaw on smithi047: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.47/16"}, "status": {"created": "2023-12-06T04:13:56.330826Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.47/16"}}, {"events": ["2023-12-06T04:13:52.727160Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-06T04:13:52.721318Z", "last_refresh": "2023-12-06T04:19:05.188476Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-06T04:10:09.956661Z", "last_refresh": "2023-12-06T04:19:05.187950Z", "running": 2, "size": 2}}, {"events": ["2023-12-06T04:11:13.238878Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi047:172.21.15.47=smithi047", "smithi098:172.21.15.98=smithi098"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-06T04:11:13.235526Z", "last_refresh": "2023-12-06T04:19:05.188035Z", "running": 2, "size": 2}}, {"events": ["2023-12-06T04:13:56.329598Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-12-06T04:13:56.325813Z", "last_refresh": "2023-12-06T04:19:07.677926Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-06T04:10:14.589128Z", "last_refresh": "2023-12-06T04:19:05.188112Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-06T04:11:43.239438Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-06T04:11:43.235053Z", "last_refresh": "2023-12-06T04:19:05.188186Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-06T04:10:12.030635Z", "last_refresh": "2023-12-06T04:19:07.677436Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-06T04:20:47.370 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Dec 06 04:20:47 smithi047 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi047[108212]: cluster 2023-12-06T04:20:46.060179+0000 mgr.smithi047.erpxvz (mgr.14182) 514 : 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-12-06T04:20:47.370 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Dec 06 04:20:47 smithi098 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi098[111615]: cluster 2023-12-06T04:20:46.060179+0000 mgr.smithi047.erpxvz (mgr.14182) 514 : 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-12-06T04:20:47.394 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-06T04:20:48.379 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Dec 06 04:20:48 smithi047 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi047[108212]: audit 2023-12-06T04:20:47.007364+0000 mgr.smithi047.erpxvz (mgr.14182) 515 : audit [DBG] from='client.15148 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-06T04:20:48.395 DEBUG:teuthology.orchestra.run.smithi047:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:d03fca4f35d43f61b4679936aef7bd2f01cced0b shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 2ecad2ea-93ed-11ee-95a2-87774f69a715 -- ceph orch ls -f json 2023-12-06T04:20:48.620 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Dec 06 04:20:48 smithi098 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi098[111615]: audit 2023-12-06T04:20:47.007364+0000 mgr.smithi047.erpxvz (mgr.14182) 515 : audit [DBG] from='client.15148 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-06T04:20:49.379 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Dec 06 04:20:49 smithi047 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi047[108212]: cluster 2023-12-06T04:20:48.060850+0000 mgr.smithi047.erpxvz (mgr.14182) 516 : 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-12-06T04:20:49.620 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Dec 06 04:20:49 smithi098 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi098[111615]: cluster 2023-12-06T04:20:48.060850+0000 mgr.smithi047.erpxvz (mgr.14182) 516 : 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-12-06T04:20:49.866 INFO:teuthology.orchestra.run.smithi047.stdout: 2023-12-06T04:20:49.866 INFO:teuthology.orchestra.run.smithi047.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-06T04:10:15.517593Z", "last_refresh": "2023-12-06T04:19:07.677115Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-06T04:10:10.954835Z", "last_refresh": "2023-12-06T04:19:05.187783Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-06T04:10:13.544463Z", "last_refresh": "2023-12-06T04:19:07.677283Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-06T04:13:56.333839Z service:ingress.nfs.foo [INFO] \"service was created\"", "2023-12-06T04:16:34.566097Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi098.mygyec on smithi098: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi098-mygyec\n/bin/podman: stderr Error: no such container ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi098-mygyec\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi098.mygyec\n/bin/podman: stderr Error: no such container ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi098.mygyec\nDeploy daemon haproxy.nfs.foo.smithi098.mygyec ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi098 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-06T04:14:42Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-06T04:15:19Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-06T04:15:57Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi098 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-06T04:19:03.739263Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi047.dhmayl on smithi047: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi047-dhmayl\n/bin/podman: stderr Error: no such container ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi047-dhmayl\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi047.dhmayl\n/bin/podman: stderr Error: no such container ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi047.dhmayl\nDeploy daemon haproxy.nfs.foo.smithi047.dhmayl ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi047 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-06T04:17:11Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-06T04:17:48Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-06T04:18:26Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi047 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-06T04:19:03.744383Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi098.otnkwd on smithi098: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-06T04:19:03.745660Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi047.tduqaw on smithi047: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.47/16"}, "status": {"created": "2023-12-06T04:13:56.330826Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.47/16"}}, {"events": ["2023-12-06T04:13:52.727160Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-06T04:13:52.721318Z", "last_refresh": "2023-12-06T04:19:05.188476Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-06T04:10:09.956661Z", "last_refresh": "2023-12-06T04:19:05.187950Z", "running": 2, "size": 2}}, {"events": ["2023-12-06T04:11:13.238878Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi047:172.21.15.47=smithi047", "smithi098:172.21.15.98=smithi098"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-06T04:11:13.235526Z", "last_refresh": "2023-12-06T04:19:05.188035Z", "running": 2, "size": 2}}, {"events": ["2023-12-06T04:13:56.329598Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-12-06T04:13:56.325813Z", "last_refresh": "2023-12-06T04:19:07.677926Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-06T04:10:14.589128Z", "last_refresh": "2023-12-06T04:19:05.188112Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-06T04:11:43.239438Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-06T04:11:43.235053Z", "last_refresh": "2023-12-06T04:19:05.188186Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-06T04:10:12.030635Z", "last_refresh": "2023-12-06T04:19:07.677436Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-06T04:20:50.252 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-06T04:20:51.254 DEBUG:teuthology.orchestra.run.smithi047:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:d03fca4f35d43f61b4679936aef7bd2f01cced0b shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 2ecad2ea-93ed-11ee-95a2-87774f69a715 -- ceph orch ls -f json 2023-12-06T04:20:51.606 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Dec 06 04:20:51 smithi047 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi047[108212]: audit 2023-12-06T04:20:49.861056+0000 mgr.smithi047.erpxvz (mgr.14182) 517 : audit [DBG] from='client.15152 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-06T04:20:51.606 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Dec 06 04:20:51 smithi047 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi047[108212]: cluster 2023-12-06T04:20:50.061461+0000 mgr.smithi047.erpxvz (mgr.14182) 518 : 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-12-06T04:20:51.620 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Dec 06 04:20:51 smithi098 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi098[111615]: audit 2023-12-06T04:20:49.861056+0000 mgr.smithi047.erpxvz (mgr.14182) 517 : audit [DBG] from='client.15152 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-06T04:20:51.620 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Dec 06 04:20:51 smithi098 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi098[111615]: cluster 2023-12-06T04:20:50.061461+0000 mgr.smithi047.erpxvz (mgr.14182) 518 : 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-12-06T04:20:52.682 INFO:teuthology.orchestra.run.smithi047.stdout: 2023-12-06T04:20:52.682 INFO:teuthology.orchestra.run.smithi047.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-06T04:10:15.517593Z", "last_refresh": "2023-12-06T04:19:07.677115Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-06T04:10:10.954835Z", "last_refresh": "2023-12-06T04:19:05.187783Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-06T04:10:13.544463Z", "last_refresh": "2023-12-06T04:19:07.677283Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-06T04:13:56.333839Z service:ingress.nfs.foo [INFO] \"service was created\"", "2023-12-06T04:16:34.566097Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi098.mygyec on smithi098: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi098-mygyec\n/bin/podman: stderr Error: no such container ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi098-mygyec\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi098.mygyec\n/bin/podman: stderr Error: no such container ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi098.mygyec\nDeploy daemon haproxy.nfs.foo.smithi098.mygyec ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi098 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-06T04:14:42Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-06T04:15:19Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-06T04:15:57Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi098 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-06T04:19:03.739263Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi047.dhmayl on smithi047: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi047-dhmayl\n/bin/podman: stderr Error: no such container ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi047-dhmayl\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi047.dhmayl\n/bin/podman: stderr Error: no such container ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi047.dhmayl\nDeploy daemon haproxy.nfs.foo.smithi047.dhmayl ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi047 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-06T04:17:11Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-06T04:17:48Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-06T04:18:26Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi047 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-06T04:19:03.744383Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi098.otnkwd on smithi098: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-06T04:19:03.745660Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi047.tduqaw on smithi047: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.47/16"}, "status": {"created": "2023-12-06T04:13:56.330826Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.47/16"}}, {"events": ["2023-12-06T04:13:52.727160Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-06T04:13:52.721318Z", "last_refresh": "2023-12-06T04:19:05.188476Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-06T04:10:09.956661Z", "last_refresh": "2023-12-06T04:19:05.187950Z", "running": 2, "size": 2}}, {"events": ["2023-12-06T04:11:13.238878Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi047:172.21.15.47=smithi047", "smithi098:172.21.15.98=smithi098"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-06T04:11:13.235526Z", "last_refresh": "2023-12-06T04:19:05.188035Z", "running": 2, "size": 2}}, {"events": ["2023-12-06T04:13:56.329598Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-12-06T04:13:56.325813Z", "last_refresh": "2023-12-06T04:19:07.677926Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-06T04:10:14.589128Z", "last_refresh": "2023-12-06T04:19:05.188112Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-06T04:11:43.239438Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-06T04:11:43.235053Z", "last_refresh": "2023-12-06T04:19:05.188186Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-06T04:10:12.030635Z", "last_refresh": "2023-12-06T04:19:07.677436Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-06T04:20:53.069 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-06T04:20:53.620 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Dec 06 04:20:53 smithi098 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi098[111615]: cluster 2023-12-06T04:20:52.062256+0000 mgr.smithi047.erpxvz (mgr.14182) 519 : 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-12-06T04:20:53.629 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Dec 06 04:20:53 smithi047 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi047[108212]: cluster 2023-12-06T04:20:52.062256+0000 mgr.smithi047.erpxvz (mgr.14182) 519 : 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-12-06T04:20:54.071 DEBUG:teuthology.orchestra.run.smithi047:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:d03fca4f35d43f61b4679936aef7bd2f01cced0b shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 2ecad2ea-93ed-11ee-95a2-87774f69a715 -- ceph orch ls -f json 2023-12-06T04:20:54.379 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Dec 06 04:20:54 smithi047 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi047[108212]: audit 2023-12-06T04:20:52.677269+0000 mgr.smithi047.erpxvz (mgr.14182) 520 : audit [DBG] from='client.15156 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-06T04:20:54.620 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Dec 06 04:20:54 smithi098 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi098[111615]: audit 2023-12-06T04:20:52.677269+0000 mgr.smithi047.erpxvz (mgr.14182) 520 : audit [DBG] from='client.15156 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-06T04:20:55.379 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Dec 06 04:20:55 smithi047 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi047[108212]: cluster 2023-12-06T04:20:54.062902+0000 mgr.smithi047.erpxvz (mgr.14182) 521 : 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-12-06T04:20:55.526 INFO:teuthology.orchestra.run.smithi047.stdout: 2023-12-06T04:20:55.527 INFO:teuthology.orchestra.run.smithi047.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-06T04:10:15.517593Z", "last_refresh": "2023-12-06T04:19:07.677115Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-06T04:10:10.954835Z", "last_refresh": "2023-12-06T04:19:05.187783Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-06T04:10:13.544463Z", "last_refresh": "2023-12-06T04:19:07.677283Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-06T04:13:56.333839Z service:ingress.nfs.foo [INFO] \"service was created\"", "2023-12-06T04:16:34.566097Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi098.mygyec on smithi098: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi098-mygyec\n/bin/podman: stderr Error: no such container ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi098-mygyec\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi098.mygyec\n/bin/podman: stderr Error: no such container ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi098.mygyec\nDeploy daemon haproxy.nfs.foo.smithi098.mygyec ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi098 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-06T04:14:42Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-06T04:15:19Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-06T04:15:57Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi098 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-06T04:19:03.739263Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi047.dhmayl on smithi047: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi047-dhmayl\n/bin/podman: stderr Error: no such container ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi047-dhmayl\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi047.dhmayl\n/bin/podman: stderr Error: no such container ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi047.dhmayl\nDeploy daemon haproxy.nfs.foo.smithi047.dhmayl ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi047 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-06T04:17:11Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-06T04:17:48Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-06T04:18:26Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi047 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-06T04:19:03.744383Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi098.otnkwd on smithi098: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-06T04:19:03.745660Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi047.tduqaw on smithi047: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.47/16"}, "status": {"created": "2023-12-06T04:13:56.330826Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.47/16"}}, {"events": ["2023-12-06T04:13:52.727160Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-06T04:13:52.721318Z", "last_refresh": "2023-12-06T04:19:05.188476Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-06T04:10:09.956661Z", "last_refresh": "2023-12-06T04:19:05.187950Z", "running": 2, "size": 2}}, {"events": ["2023-12-06T04:11:13.238878Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi047:172.21.15.47=smithi047", "smithi098:172.21.15.98=smithi098"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-06T04:11:13.235526Z", "last_refresh": "2023-12-06T04:19:05.188035Z", "running": 2, "size": 2}}, {"events": ["2023-12-06T04:13:56.329598Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-12-06T04:13:56.325813Z", "last_refresh": "2023-12-06T04:19:07.677926Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-06T04:10:14.589128Z", "last_refresh": "2023-12-06T04:19:05.188112Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-06T04:11:43.239438Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-06T04:11:43.235053Z", "last_refresh": "2023-12-06T04:19:05.188186Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-06T04:10:12.030635Z", "last_refresh": "2023-12-06T04:19:07.677436Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-06T04:20:55.620 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Dec 06 04:20:55 smithi098 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi098[111615]: cluster 2023-12-06T04:20:54.062902+0000 mgr.smithi047.erpxvz (mgr.14182) 521 : 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-12-06T04:20:55.960 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-06T04:20:56.961 DEBUG:teuthology.orchestra.run.smithi047:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:d03fca4f35d43f61b4679936aef7bd2f01cced0b shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 2ecad2ea-93ed-11ee-95a2-87774f69a715 -- ceph orch ls -f json 2023-12-06T04:20:57.620 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Dec 06 04:20:57 smithi098 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi098[111615]: audit 2023-12-06T04:20:55.522003+0000 mgr.smithi047.erpxvz (mgr.14182) 522 : audit [DBG] from='client.15160 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-06T04:20:57.620 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Dec 06 04:20:57 smithi098 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi098[111615]: cluster 2023-12-06T04:20:56.063400+0000 mgr.smithi047.erpxvz (mgr.14182) 523 : 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-12-06T04:20:57.629 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Dec 06 04:20:57 smithi047 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi047[108212]: audit 2023-12-06T04:20:55.522003+0000 mgr.smithi047.erpxvz (mgr.14182) 522 : audit [DBG] from='client.15160 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-06T04:20:57.629 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Dec 06 04:20:57 smithi047 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi047[108212]: cluster 2023-12-06T04:20:56.063400+0000 mgr.smithi047.erpxvz (mgr.14182) 523 : 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-12-06T04:20:58.485 INFO:teuthology.orchestra.run.smithi047.stdout: 2023-12-06T04:20:58.485 INFO:teuthology.orchestra.run.smithi047.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-06T04:10:15.517593Z", "last_refresh": "2023-12-06T04:19:07.677115Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-06T04:10:10.954835Z", "last_refresh": "2023-12-06T04:19:05.187783Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-06T04:10:13.544463Z", "last_refresh": "2023-12-06T04:19:07.677283Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-06T04:13:56.333839Z service:ingress.nfs.foo [INFO] \"service was created\"", "2023-12-06T04:16:34.566097Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi098.mygyec on smithi098: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi098-mygyec\n/bin/podman: stderr Error: no such container ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi098-mygyec\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi098.mygyec\n/bin/podman: stderr Error: no such container ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi098.mygyec\nDeploy daemon haproxy.nfs.foo.smithi098.mygyec ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi098 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-06T04:14:42Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-06T04:15:19Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-06T04:15:57Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi098 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-06T04:19:03.739263Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi047.dhmayl on smithi047: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi047-dhmayl\n/bin/podman: stderr Error: no such container ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi047-dhmayl\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi047.dhmayl\n/bin/podman: stderr Error: no such container ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi047.dhmayl\nDeploy daemon haproxy.nfs.foo.smithi047.dhmayl ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi047 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-06T04:17:11Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-06T04:17:48Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-06T04:18:26Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi047 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-06T04:19:03.744383Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi098.otnkwd on smithi098: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-06T04:19:03.745660Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi047.tduqaw on smithi047: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.47/16"}, "status": {"created": "2023-12-06T04:13:56.330826Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.47/16"}}, {"events": ["2023-12-06T04:13:52.727160Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-06T04:13:52.721318Z", "last_refresh": "2023-12-06T04:19:05.188476Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-06T04:10:09.956661Z", "last_refresh": "2023-12-06T04:19:05.187950Z", "running": 2, "size": 2}}, {"events": ["2023-12-06T04:11:13.238878Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi047:172.21.15.47=smithi047", "smithi098:172.21.15.98=smithi098"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-06T04:11:13.235526Z", "last_refresh": "2023-12-06T04:19:05.188035Z", "running": 2, "size": 2}}, {"events": ["2023-12-06T04:13:56.329598Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-12-06T04:13:56.325813Z", "last_refresh": "2023-12-06T04:19:07.677926Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-06T04:10:14.589128Z", "last_refresh": "2023-12-06T04:19:05.188112Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-06T04:11:43.239438Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-06T04:11:43.235053Z", "last_refresh": "2023-12-06T04:19:05.188186Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-06T04:10:12.030635Z", "last_refresh": "2023-12-06T04:19:07.677436Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-06T04:20:58.877 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-06T04:20:59.620 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Dec 06 04:20:59 smithi098 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi098[111615]: cluster 2023-12-06T04:20:58.063911+0000 mgr.smithi047.erpxvz (mgr.14182) 524 : 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-12-06T04:20:59.629 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Dec 06 04:20:59 smithi047 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi047[108212]: cluster 2023-12-06T04:20:58.063911+0000 mgr.smithi047.erpxvz (mgr.14182) 524 : 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-12-06T04:20:59.877 DEBUG:teuthology.orchestra.run.smithi047:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:d03fca4f35d43f61b4679936aef7bd2f01cced0b shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 2ecad2ea-93ed-11ee-95a2-87774f69a715 -- ceph orch ls -f json 2023-12-06T04:21:00.572 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Dec 06 04:21:00 smithi047 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi047[108212]: audit 2023-12-06T04:20:58.480371+0000 mgr.smithi047.erpxvz (mgr.14182) 525 : audit [DBG] from='client.15164 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-06T04:21:00.620 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Dec 06 04:21:00 smithi098 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi098[111615]: audit 2023-12-06T04:20:58.480371+0000 mgr.smithi047.erpxvz (mgr.14182) 525 : audit [DBG] from='client.15164 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-06T04:21:01.345 INFO:teuthology.orchestra.run.smithi047.stdout: 2023-12-06T04:21:01.346 INFO:teuthology.orchestra.run.smithi047.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-06T04:10:15.517593Z", "last_refresh": "2023-12-06T04:19:07.677115Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-06T04:10:10.954835Z", "last_refresh": "2023-12-06T04:19:05.187783Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-06T04:10:13.544463Z", "last_refresh": "2023-12-06T04:19:07.677283Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-06T04:13:56.333839Z service:ingress.nfs.foo [INFO] \"service was created\"", "2023-12-06T04:16:34.566097Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi098.mygyec on smithi098: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi098-mygyec\n/bin/podman: stderr Error: no such container ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi098-mygyec\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi098.mygyec\n/bin/podman: stderr Error: no such container ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi098.mygyec\nDeploy daemon haproxy.nfs.foo.smithi098.mygyec ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi098 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-06T04:14:42Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-06T04:15:19Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-06T04:15:57Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi098 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-06T04:19:03.739263Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi047.dhmayl on smithi047: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi047-dhmayl\n/bin/podman: stderr Error: no such container ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi047-dhmayl\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi047.dhmayl\n/bin/podman: stderr Error: no such container ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi047.dhmayl\nDeploy daemon haproxy.nfs.foo.smithi047.dhmayl ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi047 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-06T04:17:11Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-06T04:17:48Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-06T04:18:26Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi047 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-06T04:19:03.744383Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi098.otnkwd on smithi098: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-06T04:19:03.745660Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi047.tduqaw on smithi047: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.47/16"}, "status": {"created": "2023-12-06T04:13:56.330826Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.47/16"}}, {"events": ["2023-12-06T04:13:52.727160Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-06T04:13:52.721318Z", "last_refresh": "2023-12-06T04:19:05.188476Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-06T04:10:09.956661Z", "last_refresh": "2023-12-06T04:19:05.187950Z", "running": 2, "size": 2}}, {"events": ["2023-12-06T04:11:13.238878Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi047:172.21.15.47=smithi047", "smithi098:172.21.15.98=smithi098"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-06T04:11:13.235526Z", "last_refresh": "2023-12-06T04:19:05.188035Z", "running": 2, "size": 2}}, {"events": ["2023-12-06T04:13:56.329598Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-12-06T04:13:56.325813Z", "last_refresh": "2023-12-06T04:19:07.677926Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-06T04:10:14.589128Z", "last_refresh": "2023-12-06T04:19:05.188112Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-06T04:11:43.239438Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-06T04:11:43.235053Z", "last_refresh": "2023-12-06T04:19:05.188186Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-06T04:10:12.030635Z", "last_refresh": "2023-12-06T04:19:07.677436Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-06T04:21:01.588 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Dec 06 04:21:01 smithi047 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi047[108212]: cluster 2023-12-06T04:21:00.064767+0000 mgr.smithi047.erpxvz (mgr.14182) 526 : 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-12-06T04:21:01.620 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Dec 06 04:21:01 smithi098 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi098[111615]: cluster 2023-12-06T04:21:00.064767+0000 mgr.smithi047.erpxvz (mgr.14182) 526 : 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-12-06T04:21:01.770 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-06T04:21:02.620 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Dec 06 04:21:02 smithi098 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi098[111615]: audit 2023-12-06T04:21:01.340558+0000 mgr.smithi047.erpxvz (mgr.14182) 527 : audit [DBG] from='client.15168 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-06T04:21:02.629 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Dec 06 04:21:02 smithi047 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi047[108212]: audit 2023-12-06T04:21:01.340558+0000 mgr.smithi047.erpxvz (mgr.14182) 527 : audit [DBG] from='client.15168 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-06T04:21:02.771 DEBUG:teuthology.orchestra.run.smithi047:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:d03fca4f35d43f61b4679936aef7bd2f01cced0b shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 2ecad2ea-93ed-11ee-95a2-87774f69a715 -- ceph orch ls -f json 2023-12-06T04:21:03.514 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Dec 06 04:21:03 smithi047 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi047[108212]: cluster 2023-12-06T04:21:02.065310+0000 mgr.smithi047.erpxvz (mgr.14182) 528 : 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-12-06T04:21:03.620 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Dec 06 04:21:03 smithi098 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi098[111615]: cluster 2023-12-06T04:21:02.065310+0000 mgr.smithi047.erpxvz (mgr.14182) 528 : 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-12-06T04:21:04.226 INFO:teuthology.orchestra.run.smithi047.stdout: 2023-12-06T04:21:04.227 INFO:teuthology.orchestra.run.smithi047.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-06T04:10:15.517593Z", "last_refresh": "2023-12-06T04:19:07.677115Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-06T04:10:10.954835Z", "last_refresh": "2023-12-06T04:19:05.187783Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-06T04:10:13.544463Z", "last_refresh": "2023-12-06T04:19:07.677283Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-06T04:13:56.333839Z service:ingress.nfs.foo [INFO] \"service was created\"", "2023-12-06T04:16:34.566097Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi098.mygyec on smithi098: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi098-mygyec\n/bin/podman: stderr Error: no such container ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi098-mygyec\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi098.mygyec\n/bin/podman: stderr Error: no such container ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi098.mygyec\nDeploy daemon haproxy.nfs.foo.smithi098.mygyec ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi098 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-06T04:14:42Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-06T04:15:19Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-06T04:15:57Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi098 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-06T04:19:03.739263Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi047.dhmayl on smithi047: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi047-dhmayl\n/bin/podman: stderr Error: no such container ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi047-dhmayl\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi047.dhmayl\n/bin/podman: stderr Error: no such container ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi047.dhmayl\nDeploy daemon haproxy.nfs.foo.smithi047.dhmayl ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi047 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-06T04:17:11Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-06T04:17:48Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-06T04:18:26Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi047 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-06T04:19:03.744383Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi098.otnkwd on smithi098: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-06T04:19:03.745660Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi047.tduqaw on smithi047: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.47/16"}, "status": {"created": "2023-12-06T04:13:56.330826Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.47/16"}}, {"events": ["2023-12-06T04:13:52.727160Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-06T04:13:52.721318Z", "last_refresh": "2023-12-06T04:19:05.188476Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-06T04:10:09.956661Z", "last_refresh": "2023-12-06T04:19:05.187950Z", "running": 2, "size": 2}}, {"events": ["2023-12-06T04:11:13.238878Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi047:172.21.15.47=smithi047", "smithi098:172.21.15.98=smithi098"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-06T04:11:13.235526Z", "last_refresh": "2023-12-06T04:19:05.188035Z", "running": 2, "size": 2}}, {"events": ["2023-12-06T04:13:56.329598Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-12-06T04:13:56.325813Z", "last_refresh": "2023-12-06T04:19:07.677926Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-06T04:10:14.589128Z", "last_refresh": "2023-12-06T04:19:05.188112Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-06T04:11:43.239438Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-06T04:11:43.235053Z", "last_refresh": "2023-12-06T04:19:05.188186Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-06T04:10:12.030635Z", "last_refresh": "2023-12-06T04:19:07.677436Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-06T04:21:04.618 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-06T04:21:05.619 DEBUG:teuthology.orchestra.run.smithi047:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:d03fca4f35d43f61b4679936aef7bd2f01cced0b shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 2ecad2ea-93ed-11ee-95a2-87774f69a715 -- ceph orch ls -f json 2023-12-06T04:21:05.620 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Dec 06 04:21:05 smithi098 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi098[111615]: cluster 2023-12-06T04:21:04.065728+0000 mgr.smithi047.erpxvz (mgr.14182) 529 : 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-12-06T04:21:05.620 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Dec 06 04:21:05 smithi098 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi098[111615]: audit 2023-12-06T04:21:04.221577+0000 mgr.smithi047.erpxvz (mgr.14182) 530 : audit [DBG] from='client.15172 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-06T04:21:05.629 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Dec 06 04:21:05 smithi047 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi047[108212]: cluster 2023-12-06T04:21:04.065728+0000 mgr.smithi047.erpxvz (mgr.14182) 529 : 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-12-06T04:21:05.629 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Dec 06 04:21:05 smithi047 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi047[108212]: audit 2023-12-06T04:21:04.221577+0000 mgr.smithi047.erpxvz (mgr.14182) 530 : audit [DBG] from='client.15172 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-06T04:21:07.070 INFO:teuthology.orchestra.run.smithi047.stdout: 2023-12-06T04:21:07.070 INFO:teuthology.orchestra.run.smithi047.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-06T04:10:15.517593Z", "last_refresh": "2023-12-06T04:19:07.677115Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-06T04:10:10.954835Z", "last_refresh": "2023-12-06T04:19:05.187783Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-06T04:10:13.544463Z", "last_refresh": "2023-12-06T04:19:07.677283Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-06T04:13:56.333839Z service:ingress.nfs.foo [INFO] \"service was created\"", "2023-12-06T04:16:34.566097Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi098.mygyec on smithi098: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi098-mygyec\n/bin/podman: stderr Error: no such container ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi098-mygyec\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi098.mygyec\n/bin/podman: stderr Error: no such container ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi098.mygyec\nDeploy daemon haproxy.nfs.foo.smithi098.mygyec ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi098 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-06T04:14:42Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-06T04:15:19Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-06T04:15:57Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi098 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-06T04:19:03.739263Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi047.dhmayl on smithi047: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi047-dhmayl\n/bin/podman: stderr Error: no such container ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi047-dhmayl\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi047.dhmayl\n/bin/podman: stderr Error: no such container ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi047.dhmayl\nDeploy daemon haproxy.nfs.foo.smithi047.dhmayl ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi047 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-06T04:17:11Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-06T04:17:48Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-06T04:18:26Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi047 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-06T04:19:03.744383Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi098.otnkwd on smithi098: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-06T04:19:03.745660Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi047.tduqaw on smithi047: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.47/16"}, "status": {"created": "2023-12-06T04:13:56.330826Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.47/16"}}, {"events": ["2023-12-06T04:13:52.727160Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-06T04:13:52.721318Z", "last_refresh": "2023-12-06T04:19:05.188476Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-06T04:10:09.956661Z", "last_refresh": "2023-12-06T04:19:05.187950Z", "running": 2, "size": 2}}, {"events": ["2023-12-06T04:11:13.238878Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi047:172.21.15.47=smithi047", "smithi098:172.21.15.98=smithi098"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-06T04:11:13.235526Z", "last_refresh": "2023-12-06T04:19:05.188035Z", "running": 2, "size": 2}}, {"events": ["2023-12-06T04:13:56.329598Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-12-06T04:13:56.325813Z", "last_refresh": "2023-12-06T04:19:07.677926Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-06T04:10:14.589128Z", "last_refresh": "2023-12-06T04:19:05.188112Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-06T04:11:43.239438Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-06T04:11:43.235053Z", "last_refresh": "2023-12-06T04:19:05.188186Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-06T04:10:12.030635Z", "last_refresh": "2023-12-06T04:19:07.677436Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-06T04:21:07.379 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Dec 06 04:21:07 smithi047 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi047[108212]: cluster 2023-12-06T04:21:06.066218+0000 mgr.smithi047.erpxvz (mgr.14182) 531 : 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-12-06T04:21:07.450 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-06T04:21:07.620 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Dec 06 04:21:07 smithi098 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi098[111615]: cluster 2023-12-06T04:21:06.066218+0000 mgr.smithi047.erpxvz (mgr.14182) 531 : 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-12-06T04:21:08.452 DEBUG:teuthology.orchestra.run.smithi047:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:d03fca4f35d43f61b4679936aef7bd2f01cced0b shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 2ecad2ea-93ed-11ee-95a2-87774f69a715 -- ceph orch ls -f json 2023-12-06T04:21:08.620 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Dec 06 04:21:08 smithi098 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi098[111615]: audit 2023-12-06T04:21:07.065478+0000 mgr.smithi047.erpxvz (mgr.14182) 532 : audit [DBG] from='client.15176 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-06T04:21:08.629 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Dec 06 04:21:08 smithi047 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi047[108212]: audit 2023-12-06T04:21:07.065478+0000 mgr.smithi047.erpxvz (mgr.14182) 532 : audit [DBG] from='client.15176 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-06T04:21:09.482 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Dec 06 04:21:09 smithi047 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi047[108212]: cluster 2023-12-06T04:21:08.067188+0000 mgr.smithi047.erpxvz (mgr.14182) 533 : 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-12-06T04:21:09.620 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Dec 06 04:21:09 smithi098 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi098[111615]: cluster 2023-12-06T04:21:08.067188+0000 mgr.smithi047.erpxvz (mgr.14182) 533 : 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-12-06T04:21:09.914 INFO:teuthology.orchestra.run.smithi047.stdout: 2023-12-06T04:21:09.914 INFO:teuthology.orchestra.run.smithi047.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-06T04:10:15.517593Z", "last_refresh": "2023-12-06T04:19:07.677115Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-06T04:10:10.954835Z", "last_refresh": "2023-12-06T04:19:05.187783Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-06T04:10:13.544463Z", "last_refresh": "2023-12-06T04:19:07.677283Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-06T04:13:56.333839Z service:ingress.nfs.foo [INFO] \"service was created\"", "2023-12-06T04:16:34.566097Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi098.mygyec on smithi098: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi098-mygyec\n/bin/podman: stderr Error: no such container ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi098-mygyec\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi098.mygyec\n/bin/podman: stderr Error: no such container ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi098.mygyec\nDeploy daemon haproxy.nfs.foo.smithi098.mygyec ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi098 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-06T04:14:42Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-06T04:15:19Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-06T04:15:57Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi098 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-06T04:19:03.739263Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi047.dhmayl on smithi047: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi047-dhmayl\n/bin/podman: stderr Error: no such container ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi047-dhmayl\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi047.dhmayl\n/bin/podman: stderr Error: no such container ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi047.dhmayl\nDeploy daemon haproxy.nfs.foo.smithi047.dhmayl ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi047 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-06T04:17:11Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-06T04:17:48Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-06T04:18:26Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi047 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-06T04:19:03.744383Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi098.otnkwd on smithi098: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-06T04:19:03.745660Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi047.tduqaw on smithi047: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.47/16"}, "status": {"created": "2023-12-06T04:13:56.330826Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.47/16"}}, {"events": ["2023-12-06T04:13:52.727160Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-06T04:13:52.721318Z", "last_refresh": "2023-12-06T04:19:05.188476Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-06T04:10:09.956661Z", "last_refresh": "2023-12-06T04:19:05.187950Z", "running": 2, "size": 2}}, {"events": ["2023-12-06T04:11:13.238878Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi047:172.21.15.47=smithi047", "smithi098:172.21.15.98=smithi098"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-06T04:11:13.235526Z", "last_refresh": "2023-12-06T04:19:05.188035Z", "running": 2, "size": 2}}, {"events": ["2023-12-06T04:13:56.329598Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-12-06T04:13:56.325813Z", "last_refresh": "2023-12-06T04:19:07.677926Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-06T04:10:14.589128Z", "last_refresh": "2023-12-06T04:19:05.188112Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-06T04:11:43.239438Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-06T04:11:43.235053Z", "last_refresh": "2023-12-06T04:19:05.188186Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-06T04:10:12.030635Z", "last_refresh": "2023-12-06T04:19:07.677436Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-06T04:21:10.300 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-06T04:21:11.300 DEBUG:teuthology.orchestra.run.smithi047:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:d03fca4f35d43f61b4679936aef7bd2f01cced0b shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 2ecad2ea-93ed-11ee-95a2-87774f69a715 -- ceph orch ls -f json 2023-12-06T04:21:11.620 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Dec 06 04:21:11 smithi098 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi098[111615]: audit 2023-12-06T04:21:09.909236+0000 mgr.smithi047.erpxvz (mgr.14182) 534 : audit [DBG] from='client.15180 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-06T04:21:11.620 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Dec 06 04:21:11 smithi098 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi098[111615]: cluster 2023-12-06T04:21:10.068022+0000 mgr.smithi047.erpxvz (mgr.14182) 535 : 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-12-06T04:21:11.629 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Dec 06 04:21:11 smithi047 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi047[108212]: audit 2023-12-06T04:21:09.909236+0000 mgr.smithi047.erpxvz (mgr.14182) 534 : audit [DBG] from='client.15180 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-06T04:21:11.629 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Dec 06 04:21:11 smithi047 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi047[108212]: cluster 2023-12-06T04:21:10.068022+0000 mgr.smithi047.erpxvz (mgr.14182) 535 : 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-12-06T04:21:12.783 INFO:teuthology.orchestra.run.smithi047.stdout: 2023-12-06T04:21:12.783 INFO:teuthology.orchestra.run.smithi047.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-06T04:10:15.517593Z", "last_refresh": "2023-12-06T04:19:07.677115Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-06T04:10:10.954835Z", "last_refresh": "2023-12-06T04:19:05.187783Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-06T04:10:13.544463Z", "last_refresh": "2023-12-06T04:19:07.677283Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-06T04:13:56.333839Z service:ingress.nfs.foo [INFO] \"service was created\"", "2023-12-06T04:16:34.566097Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi098.mygyec on smithi098: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi098-mygyec\n/bin/podman: stderr Error: no such container ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi098-mygyec\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi098.mygyec\n/bin/podman: stderr Error: no such container ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi098.mygyec\nDeploy daemon haproxy.nfs.foo.smithi098.mygyec ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi098 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-06T04:14:42Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-06T04:15:19Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-06T04:15:57Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi098 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-06T04:19:03.739263Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi047.dhmayl on smithi047: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi047-dhmayl\n/bin/podman: stderr Error: no such container ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi047-dhmayl\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi047.dhmayl\n/bin/podman: stderr Error: no such container ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi047.dhmayl\nDeploy daemon haproxy.nfs.foo.smithi047.dhmayl ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi047 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-06T04:17:11Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-06T04:17:48Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-06T04:18:26Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi047 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-06T04:19:03.744383Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi098.otnkwd on smithi098: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-06T04:19:03.745660Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi047.tduqaw on smithi047: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.47/16"}, "status": {"created": "2023-12-06T04:13:56.330826Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.47/16"}}, {"events": ["2023-12-06T04:13:52.727160Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-06T04:13:52.721318Z", "last_refresh": "2023-12-06T04:19:05.188476Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-06T04:10:09.956661Z", "last_refresh": "2023-12-06T04:19:05.187950Z", "running": 2, "size": 2}}, {"events": ["2023-12-06T04:11:13.238878Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi047:172.21.15.47=smithi047", "smithi098:172.21.15.98=smithi098"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-06T04:11:13.235526Z", "last_refresh": "2023-12-06T04:19:05.188035Z", "running": 2, "size": 2}}, {"events": ["2023-12-06T04:13:56.329598Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-12-06T04:13:56.325813Z", "last_refresh": "2023-12-06T04:19:07.677926Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-06T04:10:14.589128Z", "last_refresh": "2023-12-06T04:19:05.188112Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-06T04:11:43.239438Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-06T04:11:43.235053Z", "last_refresh": "2023-12-06T04:19:05.188186Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-06T04:10:12.030635Z", "last_refresh": "2023-12-06T04:19:07.677436Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-06T04:21:13.167 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-06T04:21:13.379 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Dec 06 04:21:13 smithi047 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi047[108212]: cluster 2023-12-06T04:21:12.068755+0000 mgr.smithi047.erpxvz (mgr.14182) 536 : 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-12-06T04:21:13.620 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Dec 06 04:21:13 smithi098 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi098[111615]: cluster 2023-12-06T04:21:12.068755+0000 mgr.smithi047.erpxvz (mgr.14182) 536 : 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-12-06T04:21:14.168 DEBUG:teuthology.orchestra.run.smithi047:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:d03fca4f35d43f61b4679936aef7bd2f01cced0b shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 2ecad2ea-93ed-11ee-95a2-87774f69a715 -- ceph orch ls -f json 2023-12-06T04:21:14.527 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Dec 06 04:21:14 smithi047 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi047[108212]: audit 2023-12-06T04:21:12.777935+0000 mgr.smithi047.erpxvz (mgr.14182) 537 : audit [DBG] from='client.15184 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-06T04:21:14.620 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Dec 06 04:21:14 smithi098 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi098[111615]: audit 2023-12-06T04:21:12.777935+0000 mgr.smithi047.erpxvz (mgr.14182) 537 : audit [DBG] from='client.15184 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-06T04:21:15.620 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Dec 06 04:21:15 smithi098 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi098[111615]: cluster 2023-12-06T04:21:14.069410+0000 mgr.smithi047.erpxvz (mgr.14182) 538 : 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-12-06T04:21:15.629 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Dec 06 04:21:15 smithi047 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi047[108212]: cluster 2023-12-06T04:21:14.069410+0000 mgr.smithi047.erpxvz (mgr.14182) 538 : 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-12-06T04:21:15.639 INFO:teuthology.orchestra.run.smithi047.stdout: 2023-12-06T04:21:15.640 INFO:teuthology.orchestra.run.smithi047.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-06T04:10:15.517593Z", "last_refresh": "2023-12-06T04:19:07.677115Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-06T04:10:10.954835Z", "last_refresh": "2023-12-06T04:19:05.187783Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-06T04:10:13.544463Z", "last_refresh": "2023-12-06T04:19:07.677283Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-06T04:13:56.333839Z service:ingress.nfs.foo [INFO] \"service was created\"", "2023-12-06T04:16:34.566097Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi098.mygyec on smithi098: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi098-mygyec\n/bin/podman: stderr Error: no such container ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi098-mygyec\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi098.mygyec\n/bin/podman: stderr Error: no such container ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi098.mygyec\nDeploy daemon haproxy.nfs.foo.smithi098.mygyec ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi098 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-06T04:14:42Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-06T04:15:19Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-06T04:15:57Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi098 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-06T04:19:03.739263Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi047.dhmayl on smithi047: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi047-dhmayl\n/bin/podman: stderr Error: no such container ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi047-dhmayl\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi047.dhmayl\n/bin/podman: stderr Error: no such container ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi047.dhmayl\nDeploy daemon haproxy.nfs.foo.smithi047.dhmayl ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi047 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-06T04:17:11Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-06T04:17:48Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-06T04:18:26Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi047 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-06T04:19:03.744383Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi098.otnkwd on smithi098: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-06T04:19:03.745660Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi047.tduqaw on smithi047: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.47/16"}, "status": {"created": "2023-12-06T04:13:56.330826Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.47/16"}}, {"events": ["2023-12-06T04:13:52.727160Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-06T04:13:52.721318Z", "last_refresh": "2023-12-06T04:19:05.188476Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-06T04:10:09.956661Z", "last_refresh": "2023-12-06T04:19:05.187950Z", "running": 2, "size": 2}}, {"events": ["2023-12-06T04:11:13.238878Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi047:172.21.15.47=smithi047", "smithi098:172.21.15.98=smithi098"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-06T04:11:13.235526Z", "last_refresh": "2023-12-06T04:19:05.188035Z", "running": 2, "size": 2}}, {"events": ["2023-12-06T04:13:56.329598Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-12-06T04:13:56.325813Z", "last_refresh": "2023-12-06T04:19:07.677926Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-06T04:10:14.589128Z", "last_refresh": "2023-12-06T04:19:05.188112Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-06T04:11:43.239438Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-06T04:11:43.235053Z", "last_refresh": "2023-12-06T04:19:05.188186Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-06T04:10:12.030635Z", "last_refresh": "2023-12-06T04:19:07.677436Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-06T04:21:16.017 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-06T04:21:17.018 DEBUG:teuthology.orchestra.run.smithi047:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:d03fca4f35d43f61b4679936aef7bd2f01cced0b shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 2ecad2ea-93ed-11ee-95a2-87774f69a715 -- ceph orch ls -f json 2023-12-06T04:21:17.620 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Dec 06 04:21:17 smithi098 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi098[111615]: audit 2023-12-06T04:21:15.634847+0000 mgr.smithi047.erpxvz (mgr.14182) 539 : audit [DBG] from='client.15188 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-06T04:21:17.620 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Dec 06 04:21:17 smithi098 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi098[111615]: cluster 2023-12-06T04:21:16.070157+0000 mgr.smithi047.erpxvz (mgr.14182) 540 : 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-12-06T04:21:17.629 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Dec 06 04:21:17 smithi047 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi047[108212]: audit 2023-12-06T04:21:15.634847+0000 mgr.smithi047.erpxvz (mgr.14182) 539 : audit [DBG] from='client.15188 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-06T04:21:17.630 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Dec 06 04:21:17 smithi047 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi047[108212]: cluster 2023-12-06T04:21:16.070157+0000 mgr.smithi047.erpxvz (mgr.14182) 540 : 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-12-06T04:21:18.484 INFO:teuthology.orchestra.run.smithi047.stdout: 2023-12-06T04:21:18.484 INFO:teuthology.orchestra.run.smithi047.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-06T04:10:15.517593Z", "last_refresh": "2023-12-06T04:19:07.677115Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-06T04:10:10.954835Z", "last_refresh": "2023-12-06T04:19:05.187783Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-06T04:10:13.544463Z", "last_refresh": "2023-12-06T04:19:07.677283Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-06T04:13:56.333839Z service:ingress.nfs.foo [INFO] \"service was created\"", "2023-12-06T04:16:34.566097Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi098.mygyec on smithi098: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi098-mygyec\n/bin/podman: stderr Error: no such container ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi098-mygyec\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi098.mygyec\n/bin/podman: stderr Error: no such container ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi098.mygyec\nDeploy daemon haproxy.nfs.foo.smithi098.mygyec ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi098 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-06T04:14:42Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-06T04:15:19Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-06T04:15:57Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi098 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-06T04:19:03.739263Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi047.dhmayl on smithi047: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi047-dhmayl\n/bin/podman: stderr Error: no such container ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi047-dhmayl\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi047.dhmayl\n/bin/podman: stderr Error: no such container ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi047.dhmayl\nDeploy daemon haproxy.nfs.foo.smithi047.dhmayl ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi047 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-06T04:17:11Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-06T04:17:48Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-06T04:18:26Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi047 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-06T04:19:03.744383Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi098.otnkwd on smithi098: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-06T04:19:03.745660Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi047.tduqaw on smithi047: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.47/16"}, "status": {"created": "2023-12-06T04:13:56.330826Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.47/16"}}, {"events": ["2023-12-06T04:13:52.727160Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-06T04:13:52.721318Z", "last_refresh": "2023-12-06T04:19:05.188476Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-06T04:10:09.956661Z", "last_refresh": "2023-12-06T04:19:05.187950Z", "running": 2, "size": 2}}, {"events": ["2023-12-06T04:11:13.238878Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi047:172.21.15.47=smithi047", "smithi098:172.21.15.98=smithi098"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-06T04:11:13.235526Z", "last_refresh": "2023-12-06T04:19:05.188035Z", "running": 2, "size": 2}}, {"events": ["2023-12-06T04:13:56.329598Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-12-06T04:13:56.325813Z", "last_refresh": "2023-12-06T04:19:07.677926Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-06T04:10:14.589128Z", "last_refresh": "2023-12-06T04:19:05.188112Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-06T04:11:43.239438Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-06T04:11:43.235053Z", "last_refresh": "2023-12-06T04:19:05.188186Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-06T04:10:12.030635Z", "last_refresh": "2023-12-06T04:19:07.677436Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-06T04:21:18.873 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-06T04:21:19.621 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Dec 06 04:21:19 smithi098 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi098[111615]: cluster 2023-12-06T04:21:18.070671+0000 mgr.smithi047.erpxvz (mgr.14182) 541 : 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-12-06T04:21:19.629 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Dec 06 04:21:19 smithi047 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi047[108212]: cluster 2023-12-06T04:21:18.070671+0000 mgr.smithi047.erpxvz (mgr.14182) 541 : 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-12-06T04:21:19.874 DEBUG:teuthology.orchestra.run.smithi047:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:d03fca4f35d43f61b4679936aef7bd2f01cced0b shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 2ecad2ea-93ed-11ee-95a2-87774f69a715 -- ceph orch ls -f json 2023-12-06T04:21:20.620 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Dec 06 04:21:20 smithi098 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi098[111615]: audit 2023-12-06T04:21:18.471406+0000 mgr.smithi047.erpxvz (mgr.14182) 542 : audit [DBG] from='client.15192 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-06T04:21:20.629 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Dec 06 04:21:20 smithi047 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi047[108212]: audit 2023-12-06T04:21:18.471406+0000 mgr.smithi047.erpxvz (mgr.14182) 542 : audit [DBG] from='client.15192 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-06T04:21:21.351 INFO:teuthology.orchestra.run.smithi047.stdout: 2023-12-06T04:21:21.351 INFO:teuthology.orchestra.run.smithi047.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-06T04:10:15.517593Z", "last_refresh": "2023-12-06T04:19:07.677115Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-06T04:10:10.954835Z", "last_refresh": "2023-12-06T04:19:05.187783Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-06T04:10:13.544463Z", "last_refresh": "2023-12-06T04:19:07.677283Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-06T04:13:56.333839Z service:ingress.nfs.foo [INFO] \"service was created\"", "2023-12-06T04:16:34.566097Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi098.mygyec on smithi098: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi098-mygyec\n/bin/podman: stderr Error: no such container ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi098-mygyec\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi098.mygyec\n/bin/podman: stderr Error: no such container ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi098.mygyec\nDeploy daemon haproxy.nfs.foo.smithi098.mygyec ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi098 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-06T04:14:42Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-06T04:15:19Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-06T04:15:57Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi098 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-06T04:19:03.739263Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi047.dhmayl on smithi047: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi047-dhmayl\n/bin/podman: stderr Error: no such container ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi047-dhmayl\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi047.dhmayl\n/bin/podman: stderr Error: no such container ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi047.dhmayl\nDeploy daemon haproxy.nfs.foo.smithi047.dhmayl ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi047 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-06T04:17:11Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-06T04:17:48Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-06T04:18:26Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi047 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-06T04:19:03.744383Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi098.otnkwd on smithi098: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-06T04:19:03.745660Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi047.tduqaw on smithi047: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.47/16"}, "status": {"created": "2023-12-06T04:13:56.330826Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.47/16"}}, {"events": ["2023-12-06T04:13:52.727160Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-06T04:13:52.721318Z", "last_refresh": "2023-12-06T04:19:05.188476Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-06T04:10:09.956661Z", "last_refresh": "2023-12-06T04:19:05.187950Z", "running": 2, "size": 2}}, {"events": ["2023-12-06T04:11:13.238878Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi047:172.21.15.47=smithi047", "smithi098:172.21.15.98=smithi098"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-06T04:11:13.235526Z", "last_refresh": "2023-12-06T04:19:05.188035Z", "running": 2, "size": 2}}, {"events": ["2023-12-06T04:13:56.329598Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-12-06T04:13:56.325813Z", "last_refresh": "2023-12-06T04:19:07.677926Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-06T04:10:14.589128Z", "last_refresh": "2023-12-06T04:19:05.188112Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-06T04:11:43.239438Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-06T04:11:43.235053Z", "last_refresh": "2023-12-06T04:19:05.188186Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-06T04:10:12.030635Z", "last_refresh": "2023-12-06T04:19:07.677436Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-06T04:21:21.620 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Dec 06 04:21:21 smithi098 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi098[111615]: cluster 2023-12-06T04:21:20.071432+0000 mgr.smithi047.erpxvz (mgr.14182) 543 : 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-12-06T04:21:21.629 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Dec 06 04:21:21 smithi047 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi047[108212]: cluster 2023-12-06T04:21:20.071432+0000 mgr.smithi047.erpxvz (mgr.14182) 543 : 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-12-06T04:21:21.756 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-06T04:21:22.629 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Dec 06 04:21:22 smithi047 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi047[108212]: audit 2023-12-06T04:21:21.345893+0000 mgr.smithi047.erpxvz (mgr.14182) 544 : audit [DBG] from='client.15196 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-06T04:21:22.757 DEBUG:teuthology.orchestra.run.smithi047:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:d03fca4f35d43f61b4679936aef7bd2f01cced0b shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 2ecad2ea-93ed-11ee-95a2-87774f69a715 -- ceph orch ls -f json 2023-12-06T04:21:22.870 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Dec 06 04:21:22 smithi098 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi098[111615]: audit 2023-12-06T04:21:21.345893+0000 mgr.smithi047.erpxvz (mgr.14182) 544 : audit [DBG] from='client.15196 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-06T04:21:23.503 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Dec 06 04:21:23 smithi047 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi047[108212]: cluster 2023-12-06T04:21:22.072168+0000 mgr.smithi047.erpxvz (mgr.14182) 545 : 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-12-06T04:21:23.870 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Dec 06 04:21:23 smithi098 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi098[111615]: cluster 2023-12-06T04:21:22.072168+0000 mgr.smithi047.erpxvz (mgr.14182) 545 : 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-12-06T04:21:24.252 INFO:teuthology.orchestra.run.smithi047.stdout: 2023-12-06T04:21:24.253 INFO:teuthology.orchestra.run.smithi047.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-06T04:10:15.517593Z", "last_refresh": "2023-12-06T04:19:07.677115Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-06T04:10:10.954835Z", "last_refresh": "2023-12-06T04:19:05.187783Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-06T04:10:13.544463Z", "last_refresh": "2023-12-06T04:19:07.677283Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-06T04:13:56.333839Z service:ingress.nfs.foo [INFO] \"service was created\"", "2023-12-06T04:16:34.566097Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi098.mygyec on smithi098: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi098-mygyec\n/bin/podman: stderr Error: no such container ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi098-mygyec\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi098.mygyec\n/bin/podman: stderr Error: no such container ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi098.mygyec\nDeploy daemon haproxy.nfs.foo.smithi098.mygyec ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi098 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-06T04:14:42Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-06T04:15:19Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-06T04:15:57Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi098 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-06T04:19:03.739263Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi047.dhmayl on smithi047: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi047-dhmayl\n/bin/podman: stderr Error: no such container ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi047-dhmayl\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi047.dhmayl\n/bin/podman: stderr Error: no such container ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi047.dhmayl\nDeploy daemon haproxy.nfs.foo.smithi047.dhmayl ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi047 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-06T04:17:11Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-06T04:17:48Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-06T04:18:26Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi047 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-06T04:19:03.744383Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi098.otnkwd on smithi098: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-06T04:19:03.745660Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi047.tduqaw on smithi047: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.47/16"}, "status": {"created": "2023-12-06T04:13:56.330826Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.47/16"}}, {"events": ["2023-12-06T04:13:52.727160Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-06T04:13:52.721318Z", "last_refresh": "2023-12-06T04:19:05.188476Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-06T04:10:09.956661Z", "last_refresh": "2023-12-06T04:19:05.187950Z", "running": 2, "size": 2}}, {"events": ["2023-12-06T04:11:13.238878Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi047:172.21.15.47=smithi047", "smithi098:172.21.15.98=smithi098"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-06T04:11:13.235526Z", "last_refresh": "2023-12-06T04:19:05.188035Z", "running": 2, "size": 2}}, {"events": ["2023-12-06T04:13:56.329598Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-12-06T04:13:56.325813Z", "last_refresh": "2023-12-06T04:19:07.677926Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-06T04:10:14.589128Z", "last_refresh": "2023-12-06T04:19:05.188112Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-06T04:11:43.239438Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-06T04:11:43.235053Z", "last_refresh": "2023-12-06T04:19:05.188186Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-06T04:10:12.030635Z", "last_refresh": "2023-12-06T04:19:07.677436Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-06T04:21:24.636 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-06T04:21:25.629 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Dec 06 04:21:25 smithi047 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi047[108212]: cluster 2023-12-06T04:21:24.072589+0000 mgr.smithi047.erpxvz (mgr.14182) 546 : 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-12-06T04:21:25.629 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Dec 06 04:21:25 smithi047 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi047[108212]: audit 2023-12-06T04:21:24.247326+0000 mgr.smithi047.erpxvz (mgr.14182) 547 : audit [DBG] from='client.15200 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-06T04:21:25.637 DEBUG:teuthology.orchestra.run.smithi047:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:d03fca4f35d43f61b4679936aef7bd2f01cced0b shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 2ecad2ea-93ed-11ee-95a2-87774f69a715 -- ceph orch ls -f json 2023-12-06T04:21:25.870 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Dec 06 04:21:25 smithi098 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi098[111615]: cluster 2023-12-06T04:21:24.072589+0000 mgr.smithi047.erpxvz (mgr.14182) 546 : 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-12-06T04:21:25.870 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Dec 06 04:21:25 smithi098 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi098[111615]: audit 2023-12-06T04:21:24.247326+0000 mgr.smithi047.erpxvz (mgr.14182) 547 : audit [DBG] from='client.15200 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-06T04:21:27.114 INFO:teuthology.orchestra.run.smithi047.stdout: 2023-12-06T04:21:27.115 INFO:teuthology.orchestra.run.smithi047.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-06T04:10:15.517593Z", "last_refresh": "2023-12-06T04:19:07.677115Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-06T04:10:10.954835Z", "last_refresh": "2023-12-06T04:19:05.187783Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-06T04:10:13.544463Z", "last_refresh": "2023-12-06T04:19:07.677283Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-06T04:13:56.333839Z service:ingress.nfs.foo [INFO] \"service was created\"", "2023-12-06T04:16:34.566097Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi098.mygyec on smithi098: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi098-mygyec\n/bin/podman: stderr Error: no such container ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi098-mygyec\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi098.mygyec\n/bin/podman: stderr Error: no such container ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi098.mygyec\nDeploy daemon haproxy.nfs.foo.smithi098.mygyec ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi098 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-06T04:14:42Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-06T04:15:19Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-06T04:15:57Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi098 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-06T04:19:03.739263Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi047.dhmayl on smithi047: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi047-dhmayl\n/bin/podman: stderr Error: no such container ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi047-dhmayl\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi047.dhmayl\n/bin/podman: stderr Error: no such container ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi047.dhmayl\nDeploy daemon haproxy.nfs.foo.smithi047.dhmayl ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi047 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-06T04:17:11Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-06T04:17:48Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-06T04:18:26Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi047 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-06T04:19:03.744383Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi098.otnkwd on smithi098: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-06T04:19:03.745660Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi047.tduqaw on smithi047: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.47/16"}, "status": {"created": "2023-12-06T04:13:56.330826Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.47/16"}}, {"events": ["2023-12-06T04:13:52.727160Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-06T04:13:52.721318Z", "last_refresh": "2023-12-06T04:19:05.188476Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-06T04:10:09.956661Z", "last_refresh": "2023-12-06T04:19:05.187950Z", "running": 2, "size": 2}}, {"events": ["2023-12-06T04:11:13.238878Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi047:172.21.15.47=smithi047", "smithi098:172.21.15.98=smithi098"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-06T04:11:13.235526Z", "last_refresh": "2023-12-06T04:19:05.188035Z", "running": 2, "size": 2}}, {"events": ["2023-12-06T04:13:56.329598Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-12-06T04:13:56.325813Z", "last_refresh": "2023-12-06T04:19:07.677926Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-06T04:10:14.589128Z", "last_refresh": "2023-12-06T04:19:05.188112Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-06T04:11:43.239438Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-06T04:11:43.235053Z", "last_refresh": "2023-12-06T04:19:05.188186Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-06T04:10:12.030635Z", "last_refresh": "2023-12-06T04:19:07.677436Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-06T04:21:27.439 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Dec 06 04:21:27 smithi047 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi047[108212]: cluster 2023-12-06T04:21:26.073125+0000 mgr.smithi047.erpxvz (mgr.14182) 548 : 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-12-06T04:21:27.497 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-06T04:21:27.870 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Dec 06 04:21:27 smithi098 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi098[111615]: cluster 2023-12-06T04:21:26.073125+0000 mgr.smithi047.erpxvz (mgr.14182) 548 : 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-12-06T04:21:28.498 DEBUG:teuthology.orchestra.run.smithi047:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:d03fca4f35d43f61b4679936aef7bd2f01cced0b shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 2ecad2ea-93ed-11ee-95a2-87774f69a715 -- ceph orch ls -f json 2023-12-06T04:21:28.850 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Dec 06 04:21:28 smithi047 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi047[108212]: audit 2023-12-06T04:21:27.109553+0000 mgr.smithi047.erpxvz (mgr.14182) 549 : audit [DBG] from='client.15204 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-06T04:21:28.870 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Dec 06 04:21:28 smithi098 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi098[111615]: audit 2023-12-06T04:21:27.109553+0000 mgr.smithi047.erpxvz (mgr.14182) 549 : audit [DBG] from='client.15204 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-06T04:21:29.507 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Dec 06 04:21:29 smithi047 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi047[108212]: cluster 2023-12-06T04:21:28.073693+0000 mgr.smithi047.erpxvz (mgr.14182) 550 : 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-12-06T04:21:29.870 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Dec 06 04:21:29 smithi098 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi098[111615]: cluster 2023-12-06T04:21:28.073693+0000 mgr.smithi047.erpxvz (mgr.14182) 550 : 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-12-06T04:21:29.918 INFO:teuthology.orchestra.run.smithi047.stdout: 2023-12-06T04:21:29.918 INFO:teuthology.orchestra.run.smithi047.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-06T04:10:15.517593Z", "last_refresh": "2023-12-06T04:19:07.677115Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-06T04:10:10.954835Z", "last_refresh": "2023-12-06T04:19:05.187783Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-06T04:10:13.544463Z", "last_refresh": "2023-12-06T04:19:07.677283Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-06T04:13:56.333839Z service:ingress.nfs.foo [INFO] \"service was created\"", "2023-12-06T04:16:34.566097Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi098.mygyec on smithi098: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi098-mygyec\n/bin/podman: stderr Error: no such container ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi098-mygyec\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi098.mygyec\n/bin/podman: stderr Error: no such container ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi098.mygyec\nDeploy daemon haproxy.nfs.foo.smithi098.mygyec ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi098 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-06T04:14:42Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-06T04:15:19Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-06T04:15:57Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi098 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-06T04:19:03.739263Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi047.dhmayl on smithi047: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi047-dhmayl\n/bin/podman: stderr Error: no such container ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi047-dhmayl\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi047.dhmayl\n/bin/podman: stderr Error: no such container ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi047.dhmayl\nDeploy daemon haproxy.nfs.foo.smithi047.dhmayl ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi047 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-06T04:17:11Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-06T04:17:48Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-06T04:18:26Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi047 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-06T04:19:03.744383Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi098.otnkwd on smithi098: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-06T04:19:03.745660Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi047.tduqaw on smithi047: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.47/16"}, "status": {"created": "2023-12-06T04:13:56.330826Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.47/16"}}, {"events": ["2023-12-06T04:13:52.727160Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-06T04:13:52.721318Z", "last_refresh": "2023-12-06T04:19:05.188476Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-06T04:10:09.956661Z", "last_refresh": "2023-12-06T04:19:05.187950Z", "running": 2, "size": 2}}, {"events": ["2023-12-06T04:11:13.238878Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi047:172.21.15.47=smithi047", "smithi098:172.21.15.98=smithi098"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-06T04:11:13.235526Z", "last_refresh": "2023-12-06T04:19:05.188035Z", "running": 2, "size": 2}}, {"events": ["2023-12-06T04:13:56.329598Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-12-06T04:13:56.325813Z", "last_refresh": "2023-12-06T04:19:07.677926Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-06T04:10:14.589128Z", "last_refresh": "2023-12-06T04:19:05.188112Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-06T04:11:43.239438Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-06T04:11:43.235053Z", "last_refresh": "2023-12-06T04:19:05.188186Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-06T04:10:12.030635Z", "last_refresh": "2023-12-06T04:19:07.677436Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-06T04:21:30.298 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-06T04:21:31.299 DEBUG:teuthology.orchestra.run.smithi047:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:d03fca4f35d43f61b4679936aef7bd2f01cced0b shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 2ecad2ea-93ed-11ee-95a2-87774f69a715 -- ceph orch ls -f json 2023-12-06T04:21:31.629 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Dec 06 04:21:31 smithi047 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi047[108212]: audit 2023-12-06T04:21:29.913221+0000 mgr.smithi047.erpxvz (mgr.14182) 551 : audit [DBG] from='client.15208 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-06T04:21:31.629 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Dec 06 04:21:31 smithi047 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi047[108212]: cluster 2023-12-06T04:21:30.074185+0000 mgr.smithi047.erpxvz (mgr.14182) 552 : 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-12-06T04:21:31.870 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Dec 06 04:21:31 smithi098 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi098[111615]: audit 2023-12-06T04:21:29.913221+0000 mgr.smithi047.erpxvz (mgr.14182) 551 : audit [DBG] from='client.15208 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-06T04:21:31.870 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Dec 06 04:21:31 smithi098 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi098[111615]: cluster 2023-12-06T04:21:30.074185+0000 mgr.smithi047.erpxvz (mgr.14182) 552 : 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-12-06T04:21:32.735 INFO:teuthology.orchestra.run.smithi047.stdout: 2023-12-06T04:21:32.735 INFO:teuthology.orchestra.run.smithi047.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-06T04:10:15.517593Z", "last_refresh": "2023-12-06T04:19:07.677115Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-06T04:10:10.954835Z", "last_refresh": "2023-12-06T04:19:05.187783Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-06T04:10:13.544463Z", "last_refresh": "2023-12-06T04:19:07.677283Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-06T04:13:56.333839Z service:ingress.nfs.foo [INFO] \"service was created\"", "2023-12-06T04:16:34.566097Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi098.mygyec on smithi098: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi098-mygyec\n/bin/podman: stderr Error: no such container ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi098-mygyec\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi098.mygyec\n/bin/podman: stderr Error: no such container ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi098.mygyec\nDeploy daemon haproxy.nfs.foo.smithi098.mygyec ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi098 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-06T04:14:42Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-06T04:15:19Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-06T04:15:57Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi098 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-06T04:19:03.739263Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi047.dhmayl on smithi047: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi047-dhmayl\n/bin/podman: stderr Error: no such container ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi047-dhmayl\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi047.dhmayl\n/bin/podman: stderr Error: no such container ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi047.dhmayl\nDeploy daemon haproxy.nfs.foo.smithi047.dhmayl ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi047 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-06T04:17:11Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-06T04:17:48Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-06T04:18:26Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi047 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-06T04:19:03.744383Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi098.otnkwd on smithi098: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-06T04:19:03.745660Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi047.tduqaw on smithi047: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.47/16"}, "status": {"created": "2023-12-06T04:13:56.330826Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.47/16"}}, {"events": ["2023-12-06T04:13:52.727160Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-06T04:13:52.721318Z", "last_refresh": "2023-12-06T04:19:05.188476Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-06T04:10:09.956661Z", "last_refresh": "2023-12-06T04:19:05.187950Z", "running": 2, "size": 2}}, {"events": ["2023-12-06T04:11:13.238878Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi047:172.21.15.47=smithi047", "smithi098:172.21.15.98=smithi098"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-06T04:11:13.235526Z", "last_refresh": "2023-12-06T04:19:05.188035Z", "running": 2, "size": 2}}, {"events": ["2023-12-06T04:13:56.329598Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-12-06T04:13:56.325813Z", "last_refresh": "2023-12-06T04:19:07.677926Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-06T04:10:14.589128Z", "last_refresh": "2023-12-06T04:19:05.188112Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-06T04:11:43.239438Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-06T04:11:43.235053Z", "last_refresh": "2023-12-06T04:19:05.188186Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-06T04:10:12.030635Z", "last_refresh": "2023-12-06T04:19:07.677436Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-06T04:21:33.105 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-06T04:21:33.870 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Dec 06 04:21:33 smithi098 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi098[111615]: cluster 2023-12-06T04:21:32.074788+0000 mgr.smithi047.erpxvz (mgr.14182) 553 : 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-12-06T04:21:33.879 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Dec 06 04:21:33 smithi047 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi047[108212]: cluster 2023-12-06T04:21:32.074788+0000 mgr.smithi047.erpxvz (mgr.14182) 553 : 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-12-06T04:21:34.105 DEBUG:teuthology.orchestra.run.smithi047:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:d03fca4f35d43f61b4679936aef7bd2f01cced0b shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 2ecad2ea-93ed-11ee-95a2-87774f69a715 -- ceph orch ls -f json 2023-12-06T04:21:34.648 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Dec 06 04:21:34 smithi047 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi047[108212]: audit 2023-12-06T04:21:32.729994+0000 mgr.smithi047.erpxvz (mgr.14182) 554 : audit [DBG] from='client.15212 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-06T04:21:34.648 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Dec 06 04:21:34 smithi047 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi047[108212]: cluster 2023-12-06T04:21:34.075449+0000 mgr.smithi047.erpxvz (mgr.14182) 555 : 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-12-06T04:21:34.870 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Dec 06 04:21:34 smithi098 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi098[111615]: audit 2023-12-06T04:21:32.729994+0000 mgr.smithi047.erpxvz (mgr.14182) 554 : audit [DBG] from='client.15212 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-06T04:21:34.870 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Dec 06 04:21:34 smithi098 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi098[111615]: cluster 2023-12-06T04:21:34.075449+0000 mgr.smithi047.erpxvz (mgr.14182) 555 : 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-12-06T04:21:35.586 INFO:teuthology.orchestra.run.smithi047.stdout: 2023-12-06T04:21:35.586 INFO:teuthology.orchestra.run.smithi047.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-06T04:10:15.517593Z", "last_refresh": "2023-12-06T04:19:07.677115Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-06T04:10:10.954835Z", "last_refresh": "2023-12-06T04:19:05.187783Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-06T04:10:13.544463Z", "last_refresh": "2023-12-06T04:19:07.677283Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-06T04:13:56.333839Z service:ingress.nfs.foo [INFO] \"service was created\"", "2023-12-06T04:16:34.566097Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi098.mygyec on smithi098: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi098-mygyec\n/bin/podman: stderr Error: no such container ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi098-mygyec\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi098.mygyec\n/bin/podman: stderr Error: no such container ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi098.mygyec\nDeploy daemon haproxy.nfs.foo.smithi098.mygyec ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi098 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-06T04:14:42Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-06T04:15:19Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-06T04:15:57Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi098 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-06T04:19:03.739263Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi047.dhmayl on smithi047: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi047-dhmayl\n/bin/podman: stderr Error: no such container ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi047-dhmayl\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi047.dhmayl\n/bin/podman: stderr Error: no such container ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi047.dhmayl\nDeploy daemon haproxy.nfs.foo.smithi047.dhmayl ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi047 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-06T04:17:11Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-06T04:17:48Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-06T04:18:26Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi047 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-06T04:19:03.744383Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi098.otnkwd on smithi098: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-06T04:19:03.745660Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi047.tduqaw on smithi047: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.47/16"}, "status": {"created": "2023-12-06T04:13:56.330826Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.47/16"}}, {"events": ["2023-12-06T04:13:52.727160Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-06T04:13:52.721318Z", "last_refresh": "2023-12-06T04:19:05.188476Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-06T04:10:09.956661Z", "last_refresh": "2023-12-06T04:19:05.187950Z", "running": 2, "size": 2}}, {"events": ["2023-12-06T04:11:13.238878Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi047:172.21.15.47=smithi047", "smithi098:172.21.15.98=smithi098"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-06T04:11:13.235526Z", "last_refresh": "2023-12-06T04:19:05.188035Z", "running": 2, "size": 2}}, {"events": ["2023-12-06T04:13:56.329598Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-12-06T04:13:56.325813Z", "last_refresh": "2023-12-06T04:19:07.677926Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-06T04:10:14.589128Z", "last_refresh": "2023-12-06T04:19:05.188112Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-06T04:11:43.239438Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-06T04:11:43.235053Z", "last_refresh": "2023-12-06T04:19:05.188186Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-06T04:10:12.030635Z", "last_refresh": "2023-12-06T04:19:07.677436Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-06T04:21:35.972 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-06T04:21:36.974 DEBUG:teuthology.orchestra.run.smithi047:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:d03fca4f35d43f61b4679936aef7bd2f01cced0b shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 2ecad2ea-93ed-11ee-95a2-87774f69a715 -- ceph orch ls -f json 2023-12-06T04:21:37.332 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Dec 06 04:21:37 smithi047 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi047[108212]: audit 2023-12-06T04:21:35.581216+0000 mgr.smithi047.erpxvz (mgr.14182) 556 : audit [DBG] from='client.15216 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-06T04:21:37.333 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Dec 06 04:21:37 smithi047 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi047[108212]: cluster 2023-12-06T04:21:36.076026+0000 mgr.smithi047.erpxvz (mgr.14182) 557 : 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-12-06T04:21:37.620 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Dec 06 04:21:37 smithi098 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi098[111615]: audit 2023-12-06T04:21:35.581216+0000 mgr.smithi047.erpxvz (mgr.14182) 556 : audit [DBG] from='client.15216 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-06T04:21:37.620 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Dec 06 04:21:37 smithi098 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi098[111615]: cluster 2023-12-06T04:21:36.076026+0000 mgr.smithi047.erpxvz (mgr.14182) 557 : 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-12-06T04:21:38.379 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Dec 06 04:21:38 smithi047 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi047[108212]: audit 2023-12-06T04:21:37.564361+0000 mon.smithi047 (mon.0) 670 : audit [INF] from='mgr.14182 172.21.15.47:0/1495146391' entity='mgr.smithi047.erpxvz' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi098.canbud"}]: dispatch 2023-12-06T04:21:38.559 INFO:teuthology.orchestra.run.smithi047.stdout: 2023-12-06T04:21:38.559 INFO:teuthology.orchestra.run.smithi047.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-06T04:10:15.517593Z", "last_refresh": "2023-12-06T04:19:07.677115Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-06T04:10:10.954835Z", "last_refresh": "2023-12-06T04:19:05.187783Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-06T04:10:13.544463Z", "last_refresh": "2023-12-06T04:19:07.677283Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-06T04:16:34.566097Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi098.mygyec on smithi098: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi098-mygyec\n/bin/podman: stderr Error: no such container ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi098-mygyec\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi098.mygyec\n/bin/podman: stderr Error: no such container ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi098.mygyec\nDeploy daemon haproxy.nfs.foo.smithi098.mygyec ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi098 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-06T04:14:42Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-06T04:15:19Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-06T04:15:57Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi098 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-06T04:19:03.739263Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi047.dhmayl on smithi047: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi047-dhmayl\n/bin/podman: stderr Error: no such container ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi047-dhmayl\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi047.dhmayl\n/bin/podman: stderr Error: no such container ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi047.dhmayl\nDeploy daemon haproxy.nfs.foo.smithi047.dhmayl ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi047 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-06T04:17:11Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-06T04:17:48Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-06T04:18:26Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi047 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-06T04:19:03.744383Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi098.otnkwd on smithi098: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-06T04:19:03.745660Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi047.tduqaw on smithi047: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-06T04:21:37.565046Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi098.canbud on smithi098: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi098-canbud\n/bin/podman: stderr Error: no such container ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi098-canbud\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi098.canbud\n/bin/podman: stderr Error: no such container ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi098.canbud\nDeploy daemon haproxy.nfs.foo.smithi098.canbud ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi098 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-06T04:19:44Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-06T04:20:22Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-06T04:21:00Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi098 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.47/16"}, "status": {"created": "2023-12-06T04:13:56.330826Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.47/16"}}, {"events": ["2023-12-06T04:13:52.727160Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-06T04:13:52.721318Z", "last_refresh": "2023-12-06T04:19:05.188476Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-06T04:10:09.956661Z", "last_refresh": "2023-12-06T04:19:05.187950Z", "running": 2, "size": 2}}, {"events": ["2023-12-06T04:11:13.238878Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi047:172.21.15.47=smithi047", "smithi098:172.21.15.98=smithi098"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-06T04:11:13.235526Z", "last_refresh": "2023-12-06T04:19:05.188035Z", "running": 2, "size": 2}}, {"events": ["2023-12-06T04:13:56.329598Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-12-06T04:13:56.325813Z", "last_refresh": "2023-12-06T04:19:07.677926Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-06T04:10:14.589128Z", "last_refresh": "2023-12-06T04:19:05.188112Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-06T04:11:43.239438Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-06T04:11:43.235053Z", "last_refresh": "2023-12-06T04:19:05.188186Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-06T04:10:12.030635Z", "last_refresh": "2023-12-06T04:19:07.677436Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-06T04:21:38.620 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Dec 06 04:21:38 smithi098 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi098[111615]: audit 2023-12-06T04:21:37.564361+0000 mon.smithi047 (mon.0) 670 : audit [INF] from='mgr.14182 172.21.15.47:0/1495146391' entity='mgr.smithi047.erpxvz' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi098.canbud"}]: dispatch 2023-12-06T04:21:38.939 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-06T04:21:39.620 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Dec 06 04:21:39 smithi098 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi098[111615]: cephadm 2023-12-06T04:21:37.563746+0000 mgr.smithi047.erpxvz (mgr.14182) 558 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi098-canbud 2023-12-06T04:21:39.621 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Dec 06 04:21:39 smithi098 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi098[111615]: /bin/podman: stderr Error: no such container ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi098-canbud 2023-12-06T04:21:39.621 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Dec 06 04:21:39 smithi098 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi098[111615]: Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi098.canbud 2023-12-06T04:21:39.621 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Dec 06 04:21:39 smithi098 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi098[111615]: /bin/podman: stderr Error: no such container ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi098.canbud 2023-12-06T04:21:39.621 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Dec 06 04:21:39 smithi098 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi098[111615]: Deploy daemon haproxy.nfs.foo.smithi098.canbud ... 2023-12-06T04:21:39.621 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Dec 06 04:21:39 smithi098 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi098[111615]: 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=smithi098 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-06T04:21:39.621 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Dec 06 04:21:39 smithi098 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi098[111615]: stat: stderr Trying to pull docker.io/library/haproxy:2.3... 2023-12-06T04:21:39.621 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Dec 06 04:21:39 smithi098 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi098[111615]: stat: stderr time="2023-12-06T04:19:44Z" level=warning msg="Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: 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-12-06T04:21:39.621 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Dec 06 04:21:39 smithi098 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi098[111615]: stat: stderr time="2023-12-06T04:20:22Z" level=warning msg="Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: 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-12-06T04:21:39.621 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Dec 06 04:21:39 smithi098 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi098[111615]: stat: stderr time="2023-12-06T04:21:00Z" level=warning msg="Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: 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-12-06T04:21:39.621 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Dec 06 04:21:39 smithi098 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi098[111615]: 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-12-06T04:21:39.621 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Dec 06 04:21:39 smithi098 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi098[111615]: 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=smithi098 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-06T04:21:39.621 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Dec 06 04:21:39 smithi098 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi098[111615]: Traceback (most recent call last): 2023-12-06T04:21:39.622 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Dec 06 04:21:39 smithi098 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi098[111615]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2023-12-06T04:21:39.622 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Dec 06 04:21:39 smithi098 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi098[111615]: yield (conn, connr) 2023-12-06T04:21:39.622 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Dec 06 04:21:39 smithi098 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi098[111615]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2023-12-06T04:21:39.622 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Dec 06 04:21:39 smithi098 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi098[111615]: code, '\n'.join(err))) 2023-12-06T04:21:39.622 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Dec 06 04:21:39 smithi098 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi098[111615]: 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-2ecad2ea-93ed-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi098-canbud 2023-12-06T04:21:39.622 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Dec 06 04:21:39 smithi098 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi098[111615]: /bin/podman: stderr Error: no such container ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi098-canbud 2023-12-06T04:21:39.622 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Dec 06 04:21:39 smithi098 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi098[111615]: Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi098.canbud 2023-12-06T04:21:39.622 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Dec 06 04:21:39 smithi098 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi098[111615]: /bin/podman: stderr Error: no such container ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi098.canbud 2023-12-06T04:21:39.622 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Dec 06 04:21:39 smithi098 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi098[111615]: Deploy daemon haproxy.nfs.foo.smithi098.canbud ... 2023-12-06T04:21:39.622 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Dec 06 04:21:39 smithi098 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi098[111615]: 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=smithi098 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-06T04:21:39.622 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Dec 06 04:21:39 smithi098 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi098[111615]: stat: stderr Trying to pull docker.io/library/haproxy:2.3... 2023-12-06T04:21:39.622 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Dec 06 04:21:39 smithi098 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi098[111615]: stat: stderr time="2023-12-06T04:19:44Z" level=warning msg="Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: 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-12-06T04:21:39.622 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Dec 06 04:21:39 smithi098 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi098[111615]: stat: stderr time="2023-12-06T04:20:22Z" level=warning msg="Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: 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-12-06T04:21:39.623 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Dec 06 04:21:39 smithi098 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi098[111615]: stat: stderr time="2023-12-06T04:21:00Z" level=warning msg="Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: 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-12-06T04:21:39.623 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Dec 06 04:21:39 smithi098 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi098[111615]: 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-12-06T04:21:39.623 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Dec 06 04:21:39 smithi098 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi098[111615]: 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=smithi098 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-06T04:21:39.623 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Dec 06 04:21:39 smithi098 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi098[111615]: cephadm 2023-12-06T04:21:37.563977+0000 mgr.smithi047.erpxvz (mgr.14182) 559 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi098.canbud 2023-12-06T04:21:39.623 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Dec 06 04:21:39 smithi098 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi098[111615]: cephadm 2023-12-06T04:21:37.565178+0000 mgr.smithi047.erpxvz (mgr.14182) 560 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi098.canbud on smithi098: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi098-canbud 2023-12-06T04:21:39.623 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Dec 06 04:21:39 smithi098 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi098[111615]: /bin/podman: stderr Error: no such container ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi098-canbud 2023-12-06T04:21:39.623 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Dec 06 04:21:39 smithi098 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi098[111615]: Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi098.canbud 2023-12-06T04:21:39.623 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Dec 06 04:21:39 smithi098 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi098[111615]: /bin/podman: stderr Error: no such container ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi098.canbud 2023-12-06T04:21:39.623 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Dec 06 04:21:39 smithi098 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi098[111615]: Deploy daemon haproxy.nfs.foo.smithi098.canbud ... 2023-12-06T04:21:39.623 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Dec 06 04:21:39 smithi098 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi098[111615]: 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=smithi098 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-06T04:21:39.623 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Dec 06 04:21:39 smithi098 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi098[111615]: stat: stderr Trying to pull docker.io/library/haproxy:2.3... 2023-12-06T04:21:39.623 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Dec 06 04:21:39 smithi098 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi098[111615]: stat: stderr time="2023-12-06T04:19:44Z" level=warning msg="Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: 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-12-06T04:21:39.623 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Dec 06 04:21:39 smithi098 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi098[111615]: stat: stderr time="2023-12-06T04:20:22Z" level=warning msg="Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: 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-12-06T04:21:39.623 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Dec 06 04:21:39 smithi098 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi098[111615]: stat: stderr time="2023-12-06T04:21:00Z" level=warning msg="Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: 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-12-06T04:21:39.624 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Dec 06 04:21:39 smithi098 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi098[111615]: 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-12-06T04:21:39.624 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Dec 06 04:21:39 smithi098 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi098[111615]: 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=smithi098 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-06T04:21:39.624 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Dec 06 04:21:39 smithi098 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi098[111615]: cephadm 2023-12-06T04:21:37.566958+0000 mgr.smithi047.erpxvz (mgr.14182) 561 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi047.awplmn on smithi047 2023-12-06T04:21:39.624 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Dec 06 04:21:39 smithi098 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi098[111615]: cluster 2023-12-06T04:21:38.076673+0000 mgr.smithi047.erpxvz (mgr.14182) 562 : 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-12-06T04:21:39.629 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Dec 06 04:21:39 smithi047 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi047[108212]: cephadm 2023-12-06T04:21:37.563746+0000 mgr.smithi047.erpxvz (mgr.14182) 558 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi098-canbud 2023-12-06T04:21:39.629 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Dec 06 04:21:39 smithi047 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi047[108212]: /bin/podman: stderr Error: no such container ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi098-canbud 2023-12-06T04:21:39.629 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Dec 06 04:21:39 smithi047 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi047[108212]: Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi098.canbud 2023-12-06T04:21:39.630 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Dec 06 04:21:39 smithi047 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi047[108212]: /bin/podman: stderr Error: no such container ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi098.canbud 2023-12-06T04:21:39.630 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Dec 06 04:21:39 smithi047 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi047[108212]: Deploy daemon haproxy.nfs.foo.smithi098.canbud ... 2023-12-06T04:21:39.630 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Dec 06 04:21:39 smithi047 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi047[108212]: 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=smithi098 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-06T04:21:39.630 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Dec 06 04:21:39 smithi047 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi047[108212]: stat: stderr Trying to pull docker.io/library/haproxy:2.3... 2023-12-06T04:21:39.630 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Dec 06 04:21:39 smithi047 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi047[108212]: stat: stderr time="2023-12-06T04:19:44Z" level=warning msg="Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: 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-12-06T04:21:39.630 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Dec 06 04:21:39 smithi047 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi047[108212]: stat: stderr time="2023-12-06T04:20:22Z" level=warning msg="Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: 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-12-06T04:21:39.630 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Dec 06 04:21:39 smithi047 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi047[108212]: stat: stderr time="2023-12-06T04:21:00Z" level=warning msg="Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: 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-12-06T04:21:39.630 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Dec 06 04:21:39 smithi047 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi047[108212]: 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-12-06T04:21:39.630 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Dec 06 04:21:39 smithi047 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi047[108212]: 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=smithi098 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-06T04:21:39.630 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Dec 06 04:21:39 smithi047 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi047[108212]: Traceback (most recent call last): 2023-12-06T04:21:39.630 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Dec 06 04:21:39 smithi047 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi047[108212]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2023-12-06T04:21:39.631 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Dec 06 04:21:39 smithi047 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi047[108212]: yield (conn, connr) 2023-12-06T04:21:39.631 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Dec 06 04:21:39 smithi047 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi047[108212]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2023-12-06T04:21:39.631 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Dec 06 04:21:39 smithi047 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi047[108212]: code, '\n'.join(err))) 2023-12-06T04:21:39.631 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Dec 06 04:21:39 smithi047 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi047[108212]: 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-2ecad2ea-93ed-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi098-canbud 2023-12-06T04:21:39.631 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Dec 06 04:21:39 smithi047 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi047[108212]: /bin/podman: stderr Error: no such container ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi098-canbud 2023-12-06T04:21:39.631 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Dec 06 04:21:39 smithi047 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi047[108212]: Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi098.canbud 2023-12-06T04:21:39.631 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Dec 06 04:21:39 smithi047 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi047[108212]: /bin/podman: stderr Error: no such container ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi098.canbud 2023-12-06T04:21:39.631 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Dec 06 04:21:39 smithi047 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi047[108212]: Deploy daemon haproxy.nfs.foo.smithi098.canbud ... 2023-12-06T04:21:39.631 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Dec 06 04:21:39 smithi047 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi047[108212]: 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=smithi098 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-06T04:21:39.631 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Dec 06 04:21:39 smithi047 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi047[108212]: stat: stderr Trying to pull docker.io/library/haproxy:2.3... 2023-12-06T04:21:39.631 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Dec 06 04:21:39 smithi047 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi047[108212]: stat: stderr time="2023-12-06T04:19:44Z" level=warning msg="Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: 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-12-06T04:21:39.632 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Dec 06 04:21:39 smithi047 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi047[108212]: stat: stderr time="2023-12-06T04:20:22Z" level=warning msg="Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: 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-12-06T04:21:39.632 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Dec 06 04:21:39 smithi047 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi047[108212]: stat: stderr time="2023-12-06T04:21:00Z" level=warning msg="Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: 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-12-06T04:21:39.632 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Dec 06 04:21:39 smithi047 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi047[108212]: 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-12-06T04:21:39.632 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Dec 06 04:21:39 smithi047 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi047[108212]: 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=smithi098 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-06T04:21:39.632 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Dec 06 04:21:39 smithi047 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi047[108212]: cephadm 2023-12-06T04:21:37.563977+0000 mgr.smithi047.erpxvz (mgr.14182) 559 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi098.canbud 2023-12-06T04:21:39.632 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Dec 06 04:21:39 smithi047 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi047[108212]: cephadm 2023-12-06T04:21:37.565178+0000 mgr.smithi047.erpxvz (mgr.14182) 560 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi098.canbud on smithi098: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi098-canbud 2023-12-06T04:21:39.632 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Dec 06 04:21:39 smithi047 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi047[108212]: /bin/podman: stderr Error: no such container ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi098-canbud 2023-12-06T04:21:39.632 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Dec 06 04:21:39 smithi047 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi047[108212]: Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi098.canbud 2023-12-06T04:21:39.632 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Dec 06 04:21:39 smithi047 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi047[108212]: /bin/podman: stderr Error: no such container ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi098.canbud 2023-12-06T04:21:39.632 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Dec 06 04:21:39 smithi047 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi047[108212]: Deploy daemon haproxy.nfs.foo.smithi098.canbud ... 2023-12-06T04:21:39.632 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Dec 06 04:21:39 smithi047 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi047[108212]: 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=smithi098 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-06T04:21:39.633 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Dec 06 04:21:39 smithi047 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi047[108212]: stat: stderr Trying to pull docker.io/library/haproxy:2.3... 2023-12-06T04:21:39.633 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Dec 06 04:21:39 smithi047 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi047[108212]: stat: stderr time="2023-12-06T04:19:44Z" level=warning msg="Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: 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-12-06T04:21:39.633 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Dec 06 04:21:39 smithi047 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi047[108212]: stat: stderr time="2023-12-06T04:20:22Z" level=warning msg="Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: 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-12-06T04:21:39.633 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Dec 06 04:21:39 smithi047 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi047[108212]: stat: stderr time="2023-12-06T04:21:00Z" level=warning msg="Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: 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-12-06T04:21:39.633 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Dec 06 04:21:39 smithi047 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi047[108212]: 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-12-06T04:21:39.633 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Dec 06 04:21:39 smithi047 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi047[108212]: 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=smithi098 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-06T04:21:39.633 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Dec 06 04:21:39 smithi047 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi047[108212]: cephadm 2023-12-06T04:21:37.566958+0000 mgr.smithi047.erpxvz (mgr.14182) 561 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi047.awplmn on smithi047 2023-12-06T04:21:39.633 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Dec 06 04:21:39 smithi047 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi047[108212]: cluster 2023-12-06T04:21:38.076673+0000 mgr.smithi047.erpxvz (mgr.14182) 562 : 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-12-06T04:21:39.941 DEBUG:teuthology.orchestra.run.smithi047:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:d03fca4f35d43f61b4679936aef7bd2f01cced0b shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 2ecad2ea-93ed-11ee-95a2-87774f69a715 -- ceph orch ls -f json 2023-12-06T04:21:40.620 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Dec 06 04:21:40 smithi098 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi098[111615]: audit 2023-12-06T04:21:38.554578+0000 mgr.smithi047.erpxvz (mgr.14182) 563 : audit [DBG] from='client.15220 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-06T04:21:40.629 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Dec 06 04:21:40 smithi047 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi047[108212]: audit 2023-12-06T04:21:38.554578+0000 mgr.smithi047.erpxvz (mgr.14182) 563 : audit [DBG] from='client.15220 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-06T04:21:41.404 INFO:teuthology.orchestra.run.smithi047.stdout: 2023-12-06T04:21:41.404 INFO:teuthology.orchestra.run.smithi047.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-06T04:10:15.517593Z", "last_refresh": "2023-12-06T04:19:07.677115Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-06T04:10:10.954835Z", "last_refresh": "2023-12-06T04:19:05.187783Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-06T04:10:13.544463Z", "last_refresh": "2023-12-06T04:19:07.677283Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-06T04:16:34.566097Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi098.mygyec on smithi098: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi098-mygyec\n/bin/podman: stderr Error: no such container ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi098-mygyec\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi098.mygyec\n/bin/podman: stderr Error: no such container ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi098.mygyec\nDeploy daemon haproxy.nfs.foo.smithi098.mygyec ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi098 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-06T04:14:42Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-06T04:15:19Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-06T04:15:57Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi098 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-06T04:19:03.739263Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi047.dhmayl on smithi047: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi047-dhmayl\n/bin/podman: stderr Error: no such container ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi047-dhmayl\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi047.dhmayl\n/bin/podman: stderr Error: no such container ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi047.dhmayl\nDeploy daemon haproxy.nfs.foo.smithi047.dhmayl ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi047 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-06T04:17:11Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-06T04:17:48Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-06T04:18:26Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi047 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-06T04:19:03.744383Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi098.otnkwd on smithi098: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-06T04:19:03.745660Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi047.tduqaw on smithi047: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-06T04:21:37.565046Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi098.canbud on smithi098: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi098-canbud\n/bin/podman: stderr Error: no such container ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi098-canbud\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi098.canbud\n/bin/podman: stderr Error: no such container ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi098.canbud\nDeploy daemon haproxy.nfs.foo.smithi098.canbud ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi098 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-06T04:19:44Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-06T04:20:22Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-06T04:21:00Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi098 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.47/16"}, "status": {"created": "2023-12-06T04:13:56.330826Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.47/16"}}, {"events": ["2023-12-06T04:13:52.727160Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-06T04:13:52.721318Z", "last_refresh": "2023-12-06T04:19:05.188476Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-06T04:10:09.956661Z", "last_refresh": "2023-12-06T04:19:05.187950Z", "running": 2, "size": 2}}, {"events": ["2023-12-06T04:11:13.238878Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi047:172.21.15.47=smithi047", "smithi098:172.21.15.98=smithi098"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-06T04:11:13.235526Z", "last_refresh": "2023-12-06T04:19:05.188035Z", "running": 2, "size": 2}}, {"events": ["2023-12-06T04:13:56.329598Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-12-06T04:13:56.325813Z", "last_refresh": "2023-12-06T04:19:07.677926Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-06T04:10:14.589128Z", "last_refresh": "2023-12-06T04:19:05.188112Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-06T04:11:43.239438Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-06T04:11:43.235053Z", "last_refresh": "2023-12-06T04:19:05.188186Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-06T04:10:12.030635Z", "last_refresh": "2023-12-06T04:19:07.677436Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-06T04:21:41.608 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Dec 06 04:21:41 smithi047 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi047[108212]: cluster 2023-12-06T04:21:40.077169+0000 mgr.smithi047.erpxvz (mgr.14182) 564 : 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-12-06T04:21:41.620 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Dec 06 04:21:41 smithi098 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi098[111615]: cluster 2023-12-06T04:21:40.077169+0000 mgr.smithi047.erpxvz (mgr.14182) 564 : 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-12-06T04:21:41.805 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-06T04:21:42.805 DEBUG:teuthology.orchestra.run.smithi047:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:d03fca4f35d43f61b4679936aef7bd2f01cced0b shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 2ecad2ea-93ed-11ee-95a2-87774f69a715 -- ceph orch ls -f json 2023-12-06T04:21:43.525 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Dec 06 04:21:43 smithi047 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi047[108212]: audit 2023-12-06T04:21:41.399307+0000 mgr.smithi047.erpxvz (mgr.14182) 565 : audit [DBG] from='client.15224 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-06T04:21:43.525 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Dec 06 04:21:43 smithi047 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi047[108212]: cluster 2023-12-06T04:21:42.077887+0000 mgr.smithi047.erpxvz (mgr.14182) 566 : 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-12-06T04:21:43.620 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Dec 06 04:21:43 smithi098 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi098[111615]: audit 2023-12-06T04:21:41.399307+0000 mgr.smithi047.erpxvz (mgr.14182) 565 : audit [DBG] from='client.15224 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-06T04:21:43.620 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Dec 06 04:21:43 smithi098 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi098[111615]: cluster 2023-12-06T04:21:42.077887+0000 mgr.smithi047.erpxvz (mgr.14182) 566 : 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-12-06T04:21:44.278 INFO:teuthology.orchestra.run.smithi047.stdout: 2023-12-06T04:21:44.278 INFO:teuthology.orchestra.run.smithi047.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-06T04:10:15.517593Z", "last_refresh": "2023-12-06T04:19:07.677115Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-06T04:10:10.954835Z", "last_refresh": "2023-12-06T04:19:05.187783Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-06T04:10:13.544463Z", "last_refresh": "2023-12-06T04:19:07.677283Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-06T04:16:34.566097Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi098.mygyec on smithi098: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi098-mygyec\n/bin/podman: stderr Error: no such container ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi098-mygyec\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi098.mygyec\n/bin/podman: stderr Error: no such container ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi098.mygyec\nDeploy daemon haproxy.nfs.foo.smithi098.mygyec ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi098 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-06T04:14:42Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-06T04:15:19Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-06T04:15:57Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi098 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-06T04:19:03.739263Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi047.dhmayl on smithi047: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi047-dhmayl\n/bin/podman: stderr Error: no such container ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi047-dhmayl\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi047.dhmayl\n/bin/podman: stderr Error: no such container ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi047.dhmayl\nDeploy daemon haproxy.nfs.foo.smithi047.dhmayl ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi047 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-06T04:17:11Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-06T04:17:48Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-06T04:18:26Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi047 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-06T04:19:03.744383Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi098.otnkwd on smithi098: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-06T04:19:03.745660Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi047.tduqaw on smithi047: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-06T04:21:37.565046Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi098.canbud on smithi098: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi098-canbud\n/bin/podman: stderr Error: no such container ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi098-canbud\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi098.canbud\n/bin/podman: stderr Error: no such container ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi098.canbud\nDeploy daemon haproxy.nfs.foo.smithi098.canbud ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi098 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-06T04:19:44Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-06T04:20:22Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-06T04:21:00Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi098 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.47/16"}, "status": {"created": "2023-12-06T04:13:56.330826Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.47/16"}}, {"events": ["2023-12-06T04:13:52.727160Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-06T04:13:52.721318Z", "last_refresh": "2023-12-06T04:19:05.188476Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-06T04:10:09.956661Z", "last_refresh": "2023-12-06T04:19:05.187950Z", "running": 2, "size": 2}}, {"events": ["2023-12-06T04:11:13.238878Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi047:172.21.15.47=smithi047", "smithi098:172.21.15.98=smithi098"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-06T04:11:13.235526Z", "last_refresh": "2023-12-06T04:19:05.188035Z", "running": 2, "size": 2}}, {"events": ["2023-12-06T04:13:56.329598Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-12-06T04:13:56.325813Z", "last_refresh": "2023-12-06T04:19:07.677926Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-06T04:10:14.589128Z", "last_refresh": "2023-12-06T04:19:05.188112Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-06T04:11:43.239438Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-06T04:11:43.235053Z", "last_refresh": "2023-12-06T04:19:05.188186Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-06T04:10:12.030635Z", "last_refresh": "2023-12-06T04:19:07.677436Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-06T04:21:44.671 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-06T04:21:45.620 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Dec 06 04:21:45 smithi098 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi098[111615]: cluster 2023-12-06T04:21:44.078268+0000 mgr.smithi047.erpxvz (mgr.14182) 567 : 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-12-06T04:21:45.620 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Dec 06 04:21:45 smithi098 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi098[111615]: audit 2023-12-06T04:21:44.272817+0000 mgr.smithi047.erpxvz (mgr.14182) 568 : audit [DBG] from='client.15228 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-06T04:21:45.629 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Dec 06 04:21:45 smithi047 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi047[108212]: cluster 2023-12-06T04:21:44.078268+0000 mgr.smithi047.erpxvz (mgr.14182) 567 : 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-12-06T04:21:45.629 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Dec 06 04:21:45 smithi047 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi047[108212]: audit 2023-12-06T04:21:44.272817+0000 mgr.smithi047.erpxvz (mgr.14182) 568 : audit [DBG] from='client.15228 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-06T04:21:45.673 DEBUG:teuthology.orchestra.run.smithi047:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:d03fca4f35d43f61b4679936aef7bd2f01cced0b shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 2ecad2ea-93ed-11ee-95a2-87774f69a715 -- ceph orch ls -f json 2023-12-06T04:21:47.125 INFO:teuthology.orchestra.run.smithi047.stdout: 2023-12-06T04:21:47.126 INFO:teuthology.orchestra.run.smithi047.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-06T04:10:15.517593Z", "last_refresh": "2023-12-06T04:19:07.677115Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-06T04:10:10.954835Z", "last_refresh": "2023-12-06T04:19:05.187783Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-06T04:10:13.544463Z", "last_refresh": "2023-12-06T04:19:07.677283Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-06T04:16:34.566097Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi098.mygyec on smithi098: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi098-mygyec\n/bin/podman: stderr Error: no such container ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi098-mygyec\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi098.mygyec\n/bin/podman: stderr Error: no such container ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi098.mygyec\nDeploy daemon haproxy.nfs.foo.smithi098.mygyec ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi098 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-06T04:14:42Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-06T04:15:19Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-06T04:15:57Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi098 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-06T04:19:03.739263Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi047.dhmayl on smithi047: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi047-dhmayl\n/bin/podman: stderr Error: no such container ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi047-dhmayl\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi047.dhmayl\n/bin/podman: stderr Error: no such container ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi047.dhmayl\nDeploy daemon haproxy.nfs.foo.smithi047.dhmayl ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi047 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-06T04:17:11Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-06T04:17:48Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-06T04:18:26Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi047 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-06T04:19:03.744383Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi098.otnkwd on smithi098: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-06T04:19:03.745660Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi047.tduqaw on smithi047: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-06T04:21:37.565046Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi098.canbud on smithi098: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi098-canbud\n/bin/podman: stderr Error: no such container ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi098-canbud\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi098.canbud\n/bin/podman: stderr Error: no such container ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi098.canbud\nDeploy daemon haproxy.nfs.foo.smithi098.canbud ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi098 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-06T04:19:44Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-06T04:20:22Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-06T04:21:00Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi098 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.47/16"}, "status": {"created": "2023-12-06T04:13:56.330826Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.47/16"}}, {"events": ["2023-12-06T04:13:52.727160Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-06T04:13:52.721318Z", "last_refresh": "2023-12-06T04:19:05.188476Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-06T04:10:09.956661Z", "last_refresh": "2023-12-06T04:19:05.187950Z", "running": 2, "size": 2}}, {"events": ["2023-12-06T04:11:13.238878Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi047:172.21.15.47=smithi047", "smithi098:172.21.15.98=smithi098"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-06T04:11:13.235526Z", "last_refresh": "2023-12-06T04:19:05.188035Z", "running": 2, "size": 2}}, {"events": ["2023-12-06T04:13:56.329598Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-12-06T04:13:56.325813Z", "last_refresh": "2023-12-06T04:19:07.677926Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-06T04:10:14.589128Z", "last_refresh": "2023-12-06T04:19:05.188112Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-06T04:11:43.239438Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-06T04:11:43.235053Z", "last_refresh": "2023-12-06T04:19:05.188186Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-06T04:10:12.030635Z", "last_refresh": "2023-12-06T04:19:07.677436Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-06T04:21:47.528 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Dec 06 04:21:47 smithi047 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi047[108212]: cluster 2023-12-06T04:21:46.078746+0000 mgr.smithi047.erpxvz (mgr.14182) 569 : 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-12-06T04:21:47.554 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-06T04:21:47.620 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Dec 06 04:21:47 smithi098 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi098[111615]: cluster 2023-12-06T04:21:46.078746+0000 mgr.smithi047.erpxvz (mgr.14182) 569 : 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-12-06T04:21:48.555 DEBUG:teuthology.orchestra.run.smithi047:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:d03fca4f35d43f61b4679936aef7bd2f01cced0b shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 2ecad2ea-93ed-11ee-95a2-87774f69a715 -- ceph orch ls -f json 2023-12-06T04:21:48.591 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Dec 06 04:21:48 smithi047 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi047[108212]: audit 2023-12-06T04:21:47.120183+0000 mgr.smithi047.erpxvz (mgr.14182) 570 : audit [DBG] from='client.15232 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-06T04:21:48.620 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Dec 06 04:21:48 smithi098 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi098[111615]: audit 2023-12-06T04:21:47.120183+0000 mgr.smithi047.erpxvz (mgr.14182) 570 : audit [DBG] from='client.15232 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-06T04:21:49.594 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Dec 06 04:21:49 smithi047 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi047[108212]: cluster 2023-12-06T04:21:48.079367+0000 mgr.smithi047.erpxvz (mgr.14182) 571 : 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-12-06T04:21:49.620 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Dec 06 04:21:49 smithi098 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi098[111615]: cluster 2023-12-06T04:21:48.079367+0000 mgr.smithi047.erpxvz (mgr.14182) 571 : 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-12-06T04:21:49.994 INFO:teuthology.orchestra.run.smithi047.stdout: 2023-12-06T04:21:49.994 INFO:teuthology.orchestra.run.smithi047.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-06T04:10:15.517593Z", "last_refresh": "2023-12-06T04:19:07.677115Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-06T04:10:10.954835Z", "last_refresh": "2023-12-06T04:19:05.187783Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-06T04:10:13.544463Z", "last_refresh": "2023-12-06T04:19:07.677283Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-06T04:16:34.566097Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi098.mygyec on smithi098: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi098-mygyec\n/bin/podman: stderr Error: no such container ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi098-mygyec\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi098.mygyec\n/bin/podman: stderr Error: no such container ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi098.mygyec\nDeploy daemon haproxy.nfs.foo.smithi098.mygyec ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi098 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-06T04:14:42Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-06T04:15:19Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-06T04:15:57Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi098 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-06T04:19:03.739263Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi047.dhmayl on smithi047: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi047-dhmayl\n/bin/podman: stderr Error: no such container ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi047-dhmayl\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi047.dhmayl\n/bin/podman: stderr Error: no such container ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi047.dhmayl\nDeploy daemon haproxy.nfs.foo.smithi047.dhmayl ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi047 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-06T04:17:11Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-06T04:17:48Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-06T04:18:26Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi047 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-06T04:19:03.744383Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi098.otnkwd on smithi098: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-06T04:19:03.745660Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi047.tduqaw on smithi047: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-06T04:21:37.565046Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi098.canbud on smithi098: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi098-canbud\n/bin/podman: stderr Error: no such container ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi098-canbud\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi098.canbud\n/bin/podman: stderr Error: no such container ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi098.canbud\nDeploy daemon haproxy.nfs.foo.smithi098.canbud ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi098 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-06T04:19:44Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-06T04:20:22Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-06T04:21:00Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi098 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.47/16"}, "status": {"created": "2023-12-06T04:13:56.330826Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.47/16"}}, {"events": ["2023-12-06T04:13:52.727160Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-06T04:13:52.721318Z", "last_refresh": "2023-12-06T04:19:05.188476Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-06T04:10:09.956661Z", "last_refresh": "2023-12-06T04:19:05.187950Z", "running": 2, "size": 2}}, {"events": ["2023-12-06T04:11:13.238878Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi047:172.21.15.47=smithi047", "smithi098:172.21.15.98=smithi098"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-06T04:11:13.235526Z", "last_refresh": "2023-12-06T04:19:05.188035Z", "running": 2, "size": 2}}, {"events": ["2023-12-06T04:13:56.329598Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-12-06T04:13:56.325813Z", "last_refresh": "2023-12-06T04:19:07.677926Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-06T04:10:14.589128Z", "last_refresh": "2023-12-06T04:19:05.188112Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-06T04:11:43.239438Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-06T04:11:43.235053Z", "last_refresh": "2023-12-06T04:19:05.188186Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-06T04:10:12.030635Z", "last_refresh": "2023-12-06T04:19:07.677436Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-06T04:21:50.378 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-06T04:21:51.380 DEBUG:teuthology.orchestra.run.smithi047:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:d03fca4f35d43f61b4679936aef7bd2f01cced0b shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 2ecad2ea-93ed-11ee-95a2-87774f69a715 -- ceph orch ls -f json 2023-12-06T04:21:51.620 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Dec 06 04:21:51 smithi098 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi098[111615]: audit 2023-12-06T04:21:49.989289+0000 mgr.smithi047.erpxvz (mgr.14182) 572 : audit [DBG] from='client.15236 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-06T04:21:51.620 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Dec 06 04:21:51 smithi098 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi098[111615]: cluster 2023-12-06T04:21:50.080011+0000 mgr.smithi047.erpxvz (mgr.14182) 573 : 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-12-06T04:21:51.629 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Dec 06 04:21:51 smithi047 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi047[108212]: audit 2023-12-06T04:21:49.989289+0000 mgr.smithi047.erpxvz (mgr.14182) 572 : audit [DBG] from='client.15236 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-06T04:21:51.629 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Dec 06 04:21:51 smithi047 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi047[108212]: cluster 2023-12-06T04:21:50.080011+0000 mgr.smithi047.erpxvz (mgr.14182) 573 : 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-12-06T04:21:52.851 INFO:teuthology.orchestra.run.smithi047.stdout: 2023-12-06T04:21:52.851 INFO:teuthology.orchestra.run.smithi047.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-06T04:10:15.517593Z", "last_refresh": "2023-12-06T04:19:07.677115Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-06T04:10:10.954835Z", "last_refresh": "2023-12-06T04:19:05.187783Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-06T04:10:13.544463Z", "last_refresh": "2023-12-06T04:19:07.677283Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-06T04:16:34.566097Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi098.mygyec on smithi098: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi098-mygyec\n/bin/podman: stderr Error: no such container ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi098-mygyec\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi098.mygyec\n/bin/podman: stderr Error: no such container ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi098.mygyec\nDeploy daemon haproxy.nfs.foo.smithi098.mygyec ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi098 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-06T04:14:42Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-06T04:15:19Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-06T04:15:57Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi098 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-06T04:19:03.739263Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi047.dhmayl on smithi047: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi047-dhmayl\n/bin/podman: stderr Error: no such container ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi047-dhmayl\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi047.dhmayl\n/bin/podman: stderr Error: no such container ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi047.dhmayl\nDeploy daemon haproxy.nfs.foo.smithi047.dhmayl ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi047 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-06T04:17:11Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-06T04:17:48Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-06T04:18:26Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi047 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-06T04:19:03.744383Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi098.otnkwd on smithi098: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-06T04:19:03.745660Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi047.tduqaw on smithi047: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-06T04:21:37.565046Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi098.canbud on smithi098: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi098-canbud\n/bin/podman: stderr Error: no such container ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi098-canbud\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi098.canbud\n/bin/podman: stderr Error: no such container ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi098.canbud\nDeploy daemon haproxy.nfs.foo.smithi098.canbud ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi098 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-06T04:19:44Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-06T04:20:22Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-06T04:21:00Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi098 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.47/16"}, "status": {"created": "2023-12-06T04:13:56.330826Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.47/16"}}, {"events": ["2023-12-06T04:13:52.727160Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-06T04:13:52.721318Z", "last_refresh": "2023-12-06T04:19:05.188476Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-06T04:10:09.956661Z", "last_refresh": "2023-12-06T04:19:05.187950Z", "running": 2, "size": 2}}, {"events": ["2023-12-06T04:11:13.238878Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi047:172.21.15.47=smithi047", "smithi098:172.21.15.98=smithi098"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-06T04:11:13.235526Z", "last_refresh": "2023-12-06T04:19:05.188035Z", "running": 2, "size": 2}}, {"events": ["2023-12-06T04:13:56.329598Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-12-06T04:13:56.325813Z", "last_refresh": "2023-12-06T04:19:07.677926Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-06T04:10:14.589128Z", "last_refresh": "2023-12-06T04:19:05.188112Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-06T04:11:43.239438Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-06T04:11:43.235053Z", "last_refresh": "2023-12-06T04:19:05.188186Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-06T04:10:12.030635Z", "last_refresh": "2023-12-06T04:19:07.677436Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-06T04:21:53.244 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-06T04:21:53.620 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Dec 06 04:21:53 smithi098 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi098[111615]: cluster 2023-12-06T04:21:52.080757+0000 mgr.smithi047.erpxvz (mgr.14182) 574 : 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-12-06T04:21:53.629 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Dec 06 04:21:53 smithi047 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi047[108212]: cluster 2023-12-06T04:21:52.080757+0000 mgr.smithi047.erpxvz (mgr.14182) 574 : 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-12-06T04:21:54.246 DEBUG:teuthology.orchestra.run.smithi047:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:d03fca4f35d43f61b4679936aef7bd2f01cced0b shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 2ecad2ea-93ed-11ee-95a2-87774f69a715 -- ceph orch ls -f json 2023-12-06T04:21:54.606 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Dec 06 04:21:54 smithi047 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi047[108212]: audit 2023-12-06T04:21:52.846224+0000 mgr.smithi047.erpxvz (mgr.14182) 575 : audit [DBG] from='client.15240 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-06T04:21:54.620 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Dec 06 04:21:54 smithi098 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi098[111615]: audit 2023-12-06T04:21:52.846224+0000 mgr.smithi047.erpxvz (mgr.14182) 575 : audit [DBG] from='client.15240 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-06T04:21:55.620 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Dec 06 04:21:55 smithi098 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi098[111615]: cluster 2023-12-06T04:21:54.081325+0000 mgr.smithi047.erpxvz (mgr.14182) 576 : 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-12-06T04:21:55.629 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Dec 06 04:21:55 smithi047 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi047[108212]: cluster 2023-12-06T04:21:54.081325+0000 mgr.smithi047.erpxvz (mgr.14182) 576 : 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-12-06T04:21:55.698 INFO:teuthology.orchestra.run.smithi047.stdout: 2023-12-06T04:21:55.698 INFO:teuthology.orchestra.run.smithi047.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-06T04:10:15.517593Z", "last_refresh": "2023-12-06T04:19:07.677115Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-06T04:10:10.954835Z", "last_refresh": "2023-12-06T04:19:05.187783Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-06T04:10:13.544463Z", "last_refresh": "2023-12-06T04:19:07.677283Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-06T04:16:34.566097Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi098.mygyec on smithi098: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi098-mygyec\n/bin/podman: stderr Error: no such container ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi098-mygyec\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi098.mygyec\n/bin/podman: stderr Error: no such container ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi098.mygyec\nDeploy daemon haproxy.nfs.foo.smithi098.mygyec ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi098 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-06T04:14:42Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-06T04:15:19Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-06T04:15:57Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi098 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-06T04:19:03.739263Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi047.dhmayl on smithi047: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi047-dhmayl\n/bin/podman: stderr Error: no such container ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi047-dhmayl\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi047.dhmayl\n/bin/podman: stderr Error: no such container ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi047.dhmayl\nDeploy daemon haproxy.nfs.foo.smithi047.dhmayl ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi047 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-06T04:17:11Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-06T04:17:48Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-06T04:18:26Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi047 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-06T04:19:03.744383Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi098.otnkwd on smithi098: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-06T04:19:03.745660Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi047.tduqaw on smithi047: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-06T04:21:37.565046Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi098.canbud on smithi098: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi098-canbud\n/bin/podman: stderr Error: no such container ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi098-canbud\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi098.canbud\n/bin/podman: stderr Error: no such container ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi098.canbud\nDeploy daemon haproxy.nfs.foo.smithi098.canbud ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi098 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-06T04:19:44Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-06T04:20:22Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-06T04:21:00Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi098 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.47/16"}, "status": {"created": "2023-12-06T04:13:56.330826Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.47/16"}}, {"events": ["2023-12-06T04:13:52.727160Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-06T04:13:52.721318Z", "last_refresh": "2023-12-06T04:19:05.188476Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-06T04:10:09.956661Z", "last_refresh": "2023-12-06T04:19:05.187950Z", "running": 2, "size": 2}}, {"events": ["2023-12-06T04:11:13.238878Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi047:172.21.15.47=smithi047", "smithi098:172.21.15.98=smithi098"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-06T04:11:13.235526Z", "last_refresh": "2023-12-06T04:19:05.188035Z", "running": 2, "size": 2}}, {"events": ["2023-12-06T04:13:56.329598Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-12-06T04:13:56.325813Z", "last_refresh": "2023-12-06T04:19:07.677926Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-06T04:10:14.589128Z", "last_refresh": "2023-12-06T04:19:05.188112Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-06T04:11:43.239438Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-06T04:11:43.235053Z", "last_refresh": "2023-12-06T04:19:05.188186Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-06T04:10:12.030635Z", "last_refresh": "2023-12-06T04:19:07.677436Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-06T04:21:56.086 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-06T04:21:57.088 DEBUG:teuthology.orchestra.run.smithi047:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:d03fca4f35d43f61b4679936aef7bd2f01cced0b shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 2ecad2ea-93ed-11ee-95a2-87774f69a715 -- ceph orch ls -f json 2023-12-06T04:21:57.379 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Dec 06 04:21:57 smithi047 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi047[108212]: audit 2023-12-06T04:21:55.693144+0000 mgr.smithi047.erpxvz (mgr.14182) 577 : audit [DBG] from='client.15244 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-06T04:21:57.380 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Dec 06 04:21:57 smithi047 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi047[108212]: cluster 2023-12-06T04:21:56.081827+0000 mgr.smithi047.erpxvz (mgr.14182) 578 : 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-12-06T04:21:57.620 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Dec 06 04:21:57 smithi098 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi098[111615]: audit 2023-12-06T04:21:55.693144+0000 mgr.smithi047.erpxvz (mgr.14182) 577 : audit [DBG] from='client.15244 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-06T04:21:57.620 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Dec 06 04:21:57 smithi098 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi098[111615]: cluster 2023-12-06T04:21:56.081827+0000 mgr.smithi047.erpxvz (mgr.14182) 578 : 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-12-06T04:21:58.581 INFO:teuthology.orchestra.run.smithi047.stdout: 2023-12-06T04:21:58.582 INFO:teuthology.orchestra.run.smithi047.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-06T04:10:15.517593Z", "last_refresh": "2023-12-06T04:19:07.677115Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-06T04:10:10.954835Z", "last_refresh": "2023-12-06T04:19:05.187783Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-06T04:10:13.544463Z", "last_refresh": "2023-12-06T04:19:07.677283Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-06T04:16:34.566097Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi098.mygyec on smithi098: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi098-mygyec\n/bin/podman: stderr Error: no such container ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi098-mygyec\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi098.mygyec\n/bin/podman: stderr Error: no such container ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi098.mygyec\nDeploy daemon haproxy.nfs.foo.smithi098.mygyec ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi098 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-06T04:14:42Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-06T04:15:19Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-06T04:15:57Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi098 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-06T04:19:03.739263Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi047.dhmayl on smithi047: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi047-dhmayl\n/bin/podman: stderr Error: no such container ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi047-dhmayl\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi047.dhmayl\n/bin/podman: stderr Error: no such container ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi047.dhmayl\nDeploy daemon haproxy.nfs.foo.smithi047.dhmayl ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi047 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-06T04:17:11Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-06T04:17:48Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-06T04:18:26Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi047 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-06T04:19:03.744383Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi098.otnkwd on smithi098: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-06T04:19:03.745660Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi047.tduqaw on smithi047: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-06T04:21:37.565046Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi098.canbud on smithi098: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi098-canbud\n/bin/podman: stderr Error: no such container ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi098-canbud\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi098.canbud\n/bin/podman: stderr Error: no such container ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi098.canbud\nDeploy daemon haproxy.nfs.foo.smithi098.canbud ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi098 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-06T04:19:44Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-06T04:20:22Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-06T04:21:00Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi098 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.47/16"}, "status": {"created": "2023-12-06T04:13:56.330826Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.47/16"}}, {"events": ["2023-12-06T04:13:52.727160Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-06T04:13:52.721318Z", "last_refresh": "2023-12-06T04:19:05.188476Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-06T04:10:09.956661Z", "last_refresh": "2023-12-06T04:19:05.187950Z", "running": 2, "size": 2}}, {"events": ["2023-12-06T04:11:13.238878Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi047:172.21.15.47=smithi047", "smithi098:172.21.15.98=smithi098"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-06T04:11:13.235526Z", "last_refresh": "2023-12-06T04:19:05.188035Z", "running": 2, "size": 2}}, {"events": ["2023-12-06T04:13:56.329598Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-12-06T04:13:56.325813Z", "last_refresh": "2023-12-06T04:19:07.677926Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-06T04:10:14.589128Z", "last_refresh": "2023-12-06T04:19:05.188112Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-06T04:11:43.239438Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-06T04:11:43.235053Z", "last_refresh": "2023-12-06T04:19:05.188186Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-06T04:10:12.030635Z", "last_refresh": "2023-12-06T04:19:07.677436Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-06T04:21:58.969 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-06T04:21:59.620 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Dec 06 04:21:59 smithi098 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi098[111615]: cluster 2023-12-06T04:21:58.082295+0000 mgr.smithi047.erpxvz (mgr.14182) 579 : 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-12-06T04:21:59.629 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Dec 06 04:21:59 smithi047 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi047[108212]: cluster 2023-12-06T04:21:58.082295+0000 mgr.smithi047.erpxvz (mgr.14182) 579 : 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-12-06T04:21:59.970 DEBUG:teuthology.orchestra.run.smithi047:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:d03fca4f35d43f61b4679936aef7bd2f01cced0b shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 2ecad2ea-93ed-11ee-95a2-87774f69a715 -- ceph orch ls -f json 2023-12-06T04:22:00.620 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Dec 06 04:22:00 smithi098 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi098[111615]: audit 2023-12-06T04:21:58.576083+0000 mgr.smithi047.erpxvz (mgr.14182) 580 : audit [DBG] from='client.15248 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-06T04:22:00.629 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Dec 06 04:22:00 smithi047 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi047[108212]: audit 2023-12-06T04:21:58.576083+0000 mgr.smithi047.erpxvz (mgr.14182) 580 : audit [DBG] from='client.15248 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-06T04:22:01.421 INFO:teuthology.orchestra.run.smithi047.stdout: 2023-12-06T04:22:01.421 INFO:teuthology.orchestra.run.smithi047.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-06T04:10:15.517593Z", "last_refresh": "2023-12-06T04:19:07.677115Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-06T04:10:10.954835Z", "last_refresh": "2023-12-06T04:19:05.187783Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-06T04:10:13.544463Z", "last_refresh": "2023-12-06T04:19:07.677283Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-06T04:16:34.566097Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi098.mygyec on smithi098: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi098-mygyec\n/bin/podman: stderr Error: no such container ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi098-mygyec\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi098.mygyec\n/bin/podman: stderr Error: no such container ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi098.mygyec\nDeploy daemon haproxy.nfs.foo.smithi098.mygyec ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi098 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-06T04:14:42Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-06T04:15:19Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-06T04:15:57Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi098 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-06T04:19:03.739263Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi047.dhmayl on smithi047: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi047-dhmayl\n/bin/podman: stderr Error: no such container ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi047-dhmayl\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi047.dhmayl\n/bin/podman: stderr Error: no such container ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi047.dhmayl\nDeploy daemon haproxy.nfs.foo.smithi047.dhmayl ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi047 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-06T04:17:11Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-06T04:17:48Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-06T04:18:26Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi047 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-06T04:19:03.744383Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi098.otnkwd on smithi098: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-06T04:19:03.745660Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi047.tduqaw on smithi047: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-06T04:21:37.565046Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi098.canbud on smithi098: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi098-canbud\n/bin/podman: stderr Error: no such container ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi098-canbud\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi098.canbud\n/bin/podman: stderr Error: no such container ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi098.canbud\nDeploy daemon haproxy.nfs.foo.smithi098.canbud ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi098 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-06T04:19:44Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-06T04:20:22Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-06T04:21:00Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi098 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.47/16"}, "status": {"created": "2023-12-06T04:13:56.330826Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.47/16"}}, {"events": ["2023-12-06T04:13:52.727160Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-06T04:13:52.721318Z", "last_refresh": "2023-12-06T04:19:05.188476Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-06T04:10:09.956661Z", "last_refresh": "2023-12-06T04:19:05.187950Z", "running": 2, "size": 2}}, {"events": ["2023-12-06T04:11:13.238878Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi047:172.21.15.47=smithi047", "smithi098:172.21.15.98=smithi098"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-06T04:11:13.235526Z", "last_refresh": "2023-12-06T04:19:05.188035Z", "running": 2, "size": 2}}, {"events": ["2023-12-06T04:13:56.329598Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-12-06T04:13:56.325813Z", "last_refresh": "2023-12-06T04:19:07.677926Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-06T04:10:14.589128Z", "last_refresh": "2023-12-06T04:19:05.188112Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-06T04:11:43.239438Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-06T04:11:43.235053Z", "last_refresh": "2023-12-06T04:19:05.188186Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-06T04:10:12.030635Z", "last_refresh": "2023-12-06T04:19:07.677436Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-06T04:22:01.620 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Dec 06 04:22:01 smithi098 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi098[111615]: cluster 2023-12-06T04:22:00.082752+0000 mgr.smithi047.erpxvz (mgr.14182) 581 : 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-12-06T04:22:01.629 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Dec 06 04:22:01 smithi047 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi047[108212]: cluster 2023-12-06T04:22:00.082752+0000 mgr.smithi047.erpxvz (mgr.14182) 581 : 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-12-06T04:22:01.802 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-06T04:22:02.803 DEBUG:teuthology.orchestra.run.smithi047:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:d03fca4f35d43f61b4679936aef7bd2f01cced0b shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 2ecad2ea-93ed-11ee-95a2-87774f69a715 -- ceph orch ls -f json 2023-12-06T04:22:03.522 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Dec 06 04:22:03 smithi047 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi047[108212]: audit 2023-12-06T04:22:01.416347+0000 mgr.smithi047.erpxvz (mgr.14182) 582 : audit [DBG] from='client.15252 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-06T04:22:03.522 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Dec 06 04:22:03 smithi047 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi047[108212]: cluster 2023-12-06T04:22:02.083347+0000 mgr.smithi047.erpxvz (mgr.14182) 583 : 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-12-06T04:22:03.620 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Dec 06 04:22:03 smithi098 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi098[111615]: audit 2023-12-06T04:22:01.416347+0000 mgr.smithi047.erpxvz (mgr.14182) 582 : audit [DBG] from='client.15252 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-06T04:22:03.620 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Dec 06 04:22:03 smithi098 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi098[111615]: cluster 2023-12-06T04:22:02.083347+0000 mgr.smithi047.erpxvz (mgr.14182) 583 : 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-12-06T04:22:04.262 INFO:teuthology.orchestra.run.smithi047.stdout: 2023-12-06T04:22:04.263 INFO:teuthology.orchestra.run.smithi047.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-06T04:10:15.517593Z", "last_refresh": "2023-12-06T04:19:07.677115Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-06T04:10:10.954835Z", "last_refresh": "2023-12-06T04:19:05.187783Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-06T04:10:13.544463Z", "last_refresh": "2023-12-06T04:19:07.677283Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-06T04:16:34.566097Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi098.mygyec on smithi098: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi098-mygyec\n/bin/podman: stderr Error: no such container ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi098-mygyec\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi098.mygyec\n/bin/podman: stderr Error: no such container ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi098.mygyec\nDeploy daemon haproxy.nfs.foo.smithi098.mygyec ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi098 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-06T04:14:42Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-06T04:15:19Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-06T04:15:57Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi098 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-06T04:19:03.739263Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi047.dhmayl on smithi047: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi047-dhmayl\n/bin/podman: stderr Error: no such container ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi047-dhmayl\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi047.dhmayl\n/bin/podman: stderr Error: no such container ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi047.dhmayl\nDeploy daemon haproxy.nfs.foo.smithi047.dhmayl ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi047 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-06T04:17:11Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-06T04:17:48Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-06T04:18:26Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi047 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-06T04:19:03.744383Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi098.otnkwd on smithi098: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-06T04:19:03.745660Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi047.tduqaw on smithi047: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-06T04:21:37.565046Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi098.canbud on smithi098: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi098-canbud\n/bin/podman: stderr Error: no such container ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi098-canbud\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi098.canbud\n/bin/podman: stderr Error: no such container ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi098.canbud\nDeploy daemon haproxy.nfs.foo.smithi098.canbud ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi098 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-06T04:19:44Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-06T04:20:22Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-06T04:21:00Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi098 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.47/16"}, "status": {"created": "2023-12-06T04:13:56.330826Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.47/16"}}, {"events": ["2023-12-06T04:13:52.727160Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-06T04:13:52.721318Z", "last_refresh": "2023-12-06T04:19:05.188476Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-06T04:10:09.956661Z", "last_refresh": "2023-12-06T04:19:05.187950Z", "running": 2, "size": 2}}, {"events": ["2023-12-06T04:11:13.238878Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi047:172.21.15.47=smithi047", "smithi098:172.21.15.98=smithi098"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-06T04:11:13.235526Z", "last_refresh": "2023-12-06T04:19:05.188035Z", "running": 2, "size": 2}}, {"events": ["2023-12-06T04:13:56.329598Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-12-06T04:13:56.325813Z", "last_refresh": "2023-12-06T04:19:07.677926Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-06T04:10:14.589128Z", "last_refresh": "2023-12-06T04:19:05.188112Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-06T04:11:43.239438Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-06T04:11:43.235053Z", "last_refresh": "2023-12-06T04:19:05.188186Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-06T04:10:12.030635Z", "last_refresh": "2023-12-06T04:19:07.677436Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-06T04:22:04.653 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-06T04:22:05.629 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Dec 06 04:22:05 smithi047 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi047[108212]: cluster 2023-12-06T04:22:04.083754+0000 mgr.smithi047.erpxvz (mgr.14182) 584 : 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-12-06T04:22:05.629 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Dec 06 04:22:05 smithi047 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi047[108212]: audit 2023-12-06T04:22:04.257578+0000 mgr.smithi047.erpxvz (mgr.14182) 585 : audit [DBG] from='client.15256 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-06T04:22:05.654 DEBUG:teuthology.orchestra.run.smithi047:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:d03fca4f35d43f61b4679936aef7bd2f01cced0b shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 2ecad2ea-93ed-11ee-95a2-87774f69a715 -- ceph orch ls -f json 2023-12-06T04:22:05.870 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Dec 06 04:22:05 smithi098 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi098[111615]: cluster 2023-12-06T04:22:04.083754+0000 mgr.smithi047.erpxvz (mgr.14182) 584 : 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-12-06T04:22:05.870 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Dec 06 04:22:05 smithi098 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi098[111615]: audit 2023-12-06T04:22:04.257578+0000 mgr.smithi047.erpxvz (mgr.14182) 585 : audit [DBG] from='client.15256 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-06T04:22:07.115 INFO:teuthology.orchestra.run.smithi047.stdout: 2023-12-06T04:22:07.115 INFO:teuthology.orchestra.run.smithi047.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-06T04:10:15.517593Z", "last_refresh": "2023-12-06T04:19:07.677115Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-06T04:10:10.954835Z", "last_refresh": "2023-12-06T04:19:05.187783Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-06T04:10:13.544463Z", "last_refresh": "2023-12-06T04:19:07.677283Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-06T04:16:34.566097Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi098.mygyec on smithi098: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi098-mygyec\n/bin/podman: stderr Error: no such container ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi098-mygyec\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi098.mygyec\n/bin/podman: stderr Error: no such container ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi098.mygyec\nDeploy daemon haproxy.nfs.foo.smithi098.mygyec ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi098 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-06T04:14:42Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-06T04:15:19Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-06T04:15:57Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi098 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-06T04:19:03.739263Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi047.dhmayl on smithi047: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi047-dhmayl\n/bin/podman: stderr Error: no such container ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi047-dhmayl\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi047.dhmayl\n/bin/podman: stderr Error: no such container ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi047.dhmayl\nDeploy daemon haproxy.nfs.foo.smithi047.dhmayl ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi047 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-06T04:17:11Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-06T04:17:48Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-06T04:18:26Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi047 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-06T04:19:03.744383Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi098.otnkwd on smithi098: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-06T04:19:03.745660Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi047.tduqaw on smithi047: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-06T04:21:37.565046Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi098.canbud on smithi098: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi098-canbud\n/bin/podman: stderr Error: no such container ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi098-canbud\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi098.canbud\n/bin/podman: stderr Error: no such container ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi098.canbud\nDeploy daemon haproxy.nfs.foo.smithi098.canbud ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi098 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-06T04:19:44Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-06T04:20:22Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-06T04:21:00Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi098 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.47/16"}, "status": {"created": "2023-12-06T04:13:56.330826Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.47/16"}}, {"events": ["2023-12-06T04:13:52.727160Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-06T04:13:52.721318Z", "last_refresh": "2023-12-06T04:19:05.188476Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-06T04:10:09.956661Z", "last_refresh": "2023-12-06T04:19:05.187950Z", "running": 2, "size": 2}}, {"events": ["2023-12-06T04:11:13.238878Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi047:172.21.15.47=smithi047", "smithi098:172.21.15.98=smithi098"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-06T04:11:13.235526Z", "last_refresh": "2023-12-06T04:19:05.188035Z", "running": 2, "size": 2}}, {"events": ["2023-12-06T04:13:56.329598Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-12-06T04:13:56.325813Z", "last_refresh": "2023-12-06T04:19:07.677926Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-06T04:10:14.589128Z", "last_refresh": "2023-12-06T04:19:05.188112Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-06T04:11:43.239438Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-06T04:11:43.235053Z", "last_refresh": "2023-12-06T04:19:05.188186Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-06T04:10:12.030635Z", "last_refresh": "2023-12-06T04:19:07.677436Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-06T04:22:07.475 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Dec 06 04:22:07 smithi047 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi047[108212]: cluster 2023-12-06T04:22:06.084159+0000 mgr.smithi047.erpxvz (mgr.14182) 586 : 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-12-06T04:22:07.534 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-06T04:22:07.870 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Dec 06 04:22:07 smithi098 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi098[111615]: cluster 2023-12-06T04:22:06.084159+0000 mgr.smithi047.erpxvz (mgr.14182) 586 : 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-12-06T04:22:08.536 DEBUG:teuthology.orchestra.run.smithi047:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:d03fca4f35d43f61b4679936aef7bd2f01cced0b shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 2ecad2ea-93ed-11ee-95a2-87774f69a715 -- ceph orch ls -f json 2023-12-06T04:22:08.870 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Dec 06 04:22:08 smithi098 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi098[111615]: audit 2023-12-06T04:22:07.109904+0000 mgr.smithi047.erpxvz (mgr.14182) 587 : audit [DBG] from='client.15260 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-06T04:22:08.879 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Dec 06 04:22:08 smithi047 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi047[108212]: audit 2023-12-06T04:22:07.109904+0000 mgr.smithi047.erpxvz (mgr.14182) 587 : audit [DBG] from='client.15260 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-06T04:22:09.609 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Dec 06 04:22:09 smithi047 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi047[108212]: cluster 2023-12-06T04:22:08.084894+0000 mgr.smithi047.erpxvz (mgr.14182) 588 : 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-12-06T04:22:09.870 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Dec 06 04:22:09 smithi098 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi098[111615]: cluster 2023-12-06T04:22:08.084894+0000 mgr.smithi047.erpxvz (mgr.14182) 588 : 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-12-06T04:22:10.039 INFO:teuthology.orchestra.run.smithi047.stdout: 2023-12-06T04:22:10.039 INFO:teuthology.orchestra.run.smithi047.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-06T04:10:15.517593Z", "last_refresh": "2023-12-06T04:19:07.677115Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-06T04:10:10.954835Z", "last_refresh": "2023-12-06T04:19:05.187783Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-06T04:10:13.544463Z", "last_refresh": "2023-12-06T04:19:07.677283Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-06T04:16:34.566097Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi098.mygyec on smithi098: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi098-mygyec\n/bin/podman: stderr Error: no such container ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi098-mygyec\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi098.mygyec\n/bin/podman: stderr Error: no such container ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi098.mygyec\nDeploy daemon haproxy.nfs.foo.smithi098.mygyec ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi098 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-06T04:14:42Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-06T04:15:19Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-06T04:15:57Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi098 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-06T04:19:03.739263Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi047.dhmayl on smithi047: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi047-dhmayl\n/bin/podman: stderr Error: no such container ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi047-dhmayl\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi047.dhmayl\n/bin/podman: stderr Error: no such container ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi047.dhmayl\nDeploy daemon haproxy.nfs.foo.smithi047.dhmayl ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi047 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-06T04:17:11Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-06T04:17:48Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-06T04:18:26Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi047 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-06T04:19:03.744383Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi098.otnkwd on smithi098: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-06T04:19:03.745660Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi047.tduqaw on smithi047: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-06T04:21:37.565046Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi098.canbud on smithi098: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi098-canbud\n/bin/podman: stderr Error: no such container ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi098-canbud\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi098.canbud\n/bin/podman: stderr Error: no such container ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi098.canbud\nDeploy daemon haproxy.nfs.foo.smithi098.canbud ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi098 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-06T04:19:44Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-06T04:20:22Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-06T04:21:00Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi098 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.47/16"}, "status": {"created": "2023-12-06T04:13:56.330826Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.47/16"}}, {"events": ["2023-12-06T04:13:52.727160Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-06T04:13:52.721318Z", "last_refresh": "2023-12-06T04:19:05.188476Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-06T04:10:09.956661Z", "last_refresh": "2023-12-06T04:19:05.187950Z", "running": 2, "size": 2}}, {"events": ["2023-12-06T04:11:13.238878Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi047:172.21.15.47=smithi047", "smithi098:172.21.15.98=smithi098"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-06T04:11:13.235526Z", "last_refresh": "2023-12-06T04:19:05.188035Z", "running": 2, "size": 2}}, {"events": ["2023-12-06T04:13:56.329598Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-12-06T04:13:56.325813Z", "last_refresh": "2023-12-06T04:19:07.677926Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-06T04:10:14.589128Z", "last_refresh": "2023-12-06T04:19:05.188112Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-06T04:11:43.239438Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-06T04:11:43.235053Z", "last_refresh": "2023-12-06T04:19:05.188186Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-06T04:10:12.030635Z", "last_refresh": "2023-12-06T04:19:07.677436Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-06T04:22:10.418 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-06T04:22:11.419 DEBUG:teuthology.orchestra.run.smithi047:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:d03fca4f35d43f61b4679936aef7bd2f01cced0b shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 2ecad2ea-93ed-11ee-95a2-87774f69a715 -- ceph orch ls -f json 2023-12-06T04:22:11.795 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Dec 06 04:22:11 smithi047 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi047[108212]: audit 2023-12-06T04:22:10.034336+0000 mgr.smithi047.erpxvz (mgr.14182) 589 : audit [DBG] from='client.15264 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-06T04:22:11.795 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Dec 06 04:22:11 smithi047 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi047[108212]: cluster 2023-12-06T04:22:10.085373+0000 mgr.smithi047.erpxvz (mgr.14182) 590 : 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-12-06T04:22:11.870 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Dec 06 04:22:11 smithi098 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi098[111615]: audit 2023-12-06T04:22:10.034336+0000 mgr.smithi047.erpxvz (mgr.14182) 589 : audit [DBG] from='client.15264 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-06T04:22:11.870 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Dec 06 04:22:11 smithi098 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi098[111615]: cluster 2023-12-06T04:22:10.085373+0000 mgr.smithi047.erpxvz (mgr.14182) 590 : 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-12-06T04:22:12.867 INFO:teuthology.orchestra.run.smithi047.stdout: 2023-12-06T04:22:12.868 INFO:teuthology.orchestra.run.smithi047.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-06T04:10:15.517593Z", "last_refresh": "2023-12-06T04:19:07.677115Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-06T04:10:10.954835Z", "last_refresh": "2023-12-06T04:19:05.187783Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-06T04:10:13.544463Z", "last_refresh": "2023-12-06T04:19:07.677283Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-06T04:16:34.566097Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi098.mygyec on smithi098: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi098-mygyec\n/bin/podman: stderr Error: no such container ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi098-mygyec\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi098.mygyec\n/bin/podman: stderr Error: no such container ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi098.mygyec\nDeploy daemon haproxy.nfs.foo.smithi098.mygyec ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi098 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-06T04:14:42Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-06T04:15:19Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-06T04:15:57Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi098 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-06T04:19:03.739263Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi047.dhmayl on smithi047: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi047-dhmayl\n/bin/podman: stderr Error: no such container ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi047-dhmayl\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi047.dhmayl\n/bin/podman: stderr Error: no such container ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi047.dhmayl\nDeploy daemon haproxy.nfs.foo.smithi047.dhmayl ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi047 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-06T04:17:11Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-06T04:17:48Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-06T04:18:26Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi047 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-06T04:19:03.744383Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi098.otnkwd on smithi098: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-06T04:19:03.745660Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi047.tduqaw on smithi047: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-06T04:21:37.565046Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi098.canbud on smithi098: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi098-canbud\n/bin/podman: stderr Error: no such container ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi098-canbud\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi098.canbud\n/bin/podman: stderr Error: no such container ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi098.canbud\nDeploy daemon haproxy.nfs.foo.smithi098.canbud ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi098 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-06T04:19:44Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-06T04:20:22Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-06T04:21:00Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi098 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.47/16"}, "status": {"created": "2023-12-06T04:13:56.330826Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.47/16"}}, {"events": ["2023-12-06T04:13:52.727160Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-06T04:13:52.721318Z", "last_refresh": "2023-12-06T04:19:05.188476Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-06T04:10:09.956661Z", "last_refresh": "2023-12-06T04:19:05.187950Z", "running": 2, "size": 2}}, {"events": ["2023-12-06T04:11:13.238878Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi047:172.21.15.47=smithi047", "smithi098:172.21.15.98=smithi098"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-06T04:11:13.235526Z", "last_refresh": "2023-12-06T04:19:05.188035Z", "running": 2, "size": 2}}, {"events": ["2023-12-06T04:13:56.329598Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-12-06T04:13:56.325813Z", "last_refresh": "2023-12-06T04:19:07.677926Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-06T04:10:14.589128Z", "last_refresh": "2023-12-06T04:19:05.188112Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-06T04:11:43.239438Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-06T04:11:43.235053Z", "last_refresh": "2023-12-06T04:19:05.188186Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-06T04:10:12.030635Z", "last_refresh": "2023-12-06T04:19:07.677436Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-06T04:22:13.249 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-06T04:22:13.629 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Dec 06 04:22:13 smithi047 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi047[108212]: cluster 2023-12-06T04:22:12.086011+0000 mgr.smithi047.erpxvz (mgr.14182) 591 : 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-12-06T04:22:13.870 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Dec 06 04:22:13 smithi098 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi098[111615]: cluster 2023-12-06T04:22:12.086011+0000 mgr.smithi047.erpxvz (mgr.14182) 591 : 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-12-06T04:22:14.250 DEBUG:teuthology.orchestra.run.smithi047:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:d03fca4f35d43f61b4679936aef7bd2f01cced0b shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 2ecad2ea-93ed-11ee-95a2-87774f69a715 -- ceph orch ls -f json 2023-12-06T04:22:14.611 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Dec 06 04:22:14 smithi047 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi047[108212]: audit 2023-12-06T04:22:12.862692+0000 mgr.smithi047.erpxvz (mgr.14182) 592 : audit [DBG] from='client.15268 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-06T04:22:14.870 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Dec 06 04:22:14 smithi098 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi098[111615]: audit 2023-12-06T04:22:12.862692+0000 mgr.smithi047.erpxvz (mgr.14182) 592 : audit [DBG] from='client.15268 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-06T04:22:15.629 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Dec 06 04:22:15 smithi047 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi047[108212]: cluster 2023-12-06T04:22:14.086552+0000 mgr.smithi047.erpxvz (mgr.14182) 593 : 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-12-06T04:22:15.704 INFO:teuthology.orchestra.run.smithi047.stdout: 2023-12-06T04:22:15.704 INFO:teuthology.orchestra.run.smithi047.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-06T04:10:15.517593Z", "last_refresh": "2023-12-06T04:19:07.677115Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-06T04:10:10.954835Z", "last_refresh": "2023-12-06T04:19:05.187783Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-06T04:10:13.544463Z", "last_refresh": "2023-12-06T04:19:07.677283Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-06T04:16:34.566097Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi098.mygyec on smithi098: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi098-mygyec\n/bin/podman: stderr Error: no such container ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi098-mygyec\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi098.mygyec\n/bin/podman: stderr Error: no such container ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi098.mygyec\nDeploy daemon haproxy.nfs.foo.smithi098.mygyec ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi098 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-06T04:14:42Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-06T04:15:19Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-06T04:15:57Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi098 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-06T04:19:03.739263Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi047.dhmayl on smithi047: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi047-dhmayl\n/bin/podman: stderr Error: no such container ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi047-dhmayl\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi047.dhmayl\n/bin/podman: stderr Error: no such container ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi047.dhmayl\nDeploy daemon haproxy.nfs.foo.smithi047.dhmayl ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi047 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-06T04:17:11Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-06T04:17:48Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-06T04:18:26Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi047 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-06T04:19:03.744383Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi098.otnkwd on smithi098: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-06T04:19:03.745660Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi047.tduqaw on smithi047: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-06T04:21:37.565046Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi098.canbud on smithi098: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi098-canbud\n/bin/podman: stderr Error: no such container ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi098-canbud\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi098.canbud\n/bin/podman: stderr Error: no such container ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi098.canbud\nDeploy daemon haproxy.nfs.foo.smithi098.canbud ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi098 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-06T04:19:44Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-06T04:20:22Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-06T04:21:00Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi098 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.47/16"}, "status": {"created": "2023-12-06T04:13:56.330826Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.47/16"}}, {"events": ["2023-12-06T04:13:52.727160Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-06T04:13:52.721318Z", "last_refresh": "2023-12-06T04:19:05.188476Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-06T04:10:09.956661Z", "last_refresh": "2023-12-06T04:19:05.187950Z", "running": 2, "size": 2}}, {"events": ["2023-12-06T04:11:13.238878Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi047:172.21.15.47=smithi047", "smithi098:172.21.15.98=smithi098"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-06T04:11:13.235526Z", "last_refresh": "2023-12-06T04:19:05.188035Z", "running": 2, "size": 2}}, {"events": ["2023-12-06T04:13:56.329598Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-12-06T04:13:56.325813Z", "last_refresh": "2023-12-06T04:19:07.677926Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-06T04:10:14.589128Z", "last_refresh": "2023-12-06T04:19:05.188112Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-06T04:11:43.239438Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-06T04:11:43.235053Z", "last_refresh": "2023-12-06T04:19:05.188186Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-06T04:10:12.030635Z", "last_refresh": "2023-12-06T04:19:07.677436Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-06T04:22:15.870 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Dec 06 04:22:15 smithi098 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi098[111615]: cluster 2023-12-06T04:22:14.086552+0000 mgr.smithi047.erpxvz (mgr.14182) 593 : 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-12-06T04:22:16.083 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-06T04:22:17.084 DEBUG:teuthology.orchestra.run.smithi047:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:d03fca4f35d43f61b4679936aef7bd2f01cced0b shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 2ecad2ea-93ed-11ee-95a2-87774f69a715 -- ceph orch ls -f json 2023-12-06T04:22:17.805 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Dec 06 04:22:17 smithi047 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi047[108212]: audit 2023-12-06T04:22:15.699402+0000 mgr.smithi047.erpxvz (mgr.14182) 594 : audit [DBG] from='client.15272 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-06T04:22:17.805 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Dec 06 04:22:17 smithi047 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi047[108212]: cluster 2023-12-06T04:22:16.087055+0000 mgr.smithi047.erpxvz (mgr.14182) 595 : 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-12-06T04:22:17.870 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Dec 06 04:22:17 smithi098 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi098[111615]: audit 2023-12-06T04:22:15.699402+0000 mgr.smithi047.erpxvz (mgr.14182) 594 : audit [DBG] from='client.15272 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-06T04:22:17.870 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Dec 06 04:22:17 smithi098 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi098[111615]: cluster 2023-12-06T04:22:16.087055+0000 mgr.smithi047.erpxvz (mgr.14182) 595 : 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-12-06T04:22:18.555 INFO:teuthology.orchestra.run.smithi047.stdout: 2023-12-06T04:22:18.555 INFO:teuthology.orchestra.run.smithi047.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-06T04:10:15.517593Z", "last_refresh": "2023-12-06T04:19:07.677115Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-06T04:10:10.954835Z", "last_refresh": "2023-12-06T04:19:05.187783Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-06T04:10:13.544463Z", "last_refresh": "2023-12-06T04:19:07.677283Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-06T04:16:34.566097Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi098.mygyec on smithi098: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi098-mygyec\n/bin/podman: stderr Error: no such container ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi098-mygyec\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi098.mygyec\n/bin/podman: stderr Error: no such container ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi098.mygyec\nDeploy daemon haproxy.nfs.foo.smithi098.mygyec ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi098 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-06T04:14:42Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-06T04:15:19Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-06T04:15:57Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi098 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-06T04:19:03.739263Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi047.dhmayl on smithi047: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi047-dhmayl\n/bin/podman: stderr Error: no such container ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi047-dhmayl\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi047.dhmayl\n/bin/podman: stderr Error: no such container ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi047.dhmayl\nDeploy daemon haproxy.nfs.foo.smithi047.dhmayl ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi047 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-06T04:17:11Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-06T04:17:48Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-06T04:18:26Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi047 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-06T04:19:03.744383Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi098.otnkwd on smithi098: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-06T04:19:03.745660Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi047.tduqaw on smithi047: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-06T04:21:37.565046Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi098.canbud on smithi098: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi098-canbud\n/bin/podman: stderr Error: no such container ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi098-canbud\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi098.canbud\n/bin/podman: stderr Error: no such container ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi098.canbud\nDeploy daemon haproxy.nfs.foo.smithi098.canbud ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi098 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-06T04:19:44Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-06T04:20:22Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-06T04:21:00Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi098 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.47/16"}, "status": {"created": "2023-12-06T04:13:56.330826Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.47/16"}}, {"events": ["2023-12-06T04:13:52.727160Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-06T04:13:52.721318Z", "last_refresh": "2023-12-06T04:19:05.188476Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-06T04:10:09.956661Z", "last_refresh": "2023-12-06T04:19:05.187950Z", "running": 2, "size": 2}}, {"events": ["2023-12-06T04:11:13.238878Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi047:172.21.15.47=smithi047", "smithi098:172.21.15.98=smithi098"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-06T04:11:13.235526Z", "last_refresh": "2023-12-06T04:19:05.188035Z", "running": 2, "size": 2}}, {"events": ["2023-12-06T04:13:56.329598Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-12-06T04:13:56.325813Z", "last_refresh": "2023-12-06T04:19:07.677926Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-06T04:10:14.589128Z", "last_refresh": "2023-12-06T04:19:05.188112Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-06T04:11:43.239438Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-06T04:11:43.235053Z", "last_refresh": "2023-12-06T04:19:05.188186Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-06T04:10:12.030635Z", "last_refresh": "2023-12-06T04:19:07.677436Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-06T04:22:18.949 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-06T04:22:19.620 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Dec 06 04:22:19 smithi098 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi098[111615]: cluster 2023-12-06T04:22:18.087713+0000 mgr.smithi047.erpxvz (mgr.14182) 596 : 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-12-06T04:22:19.629 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Dec 06 04:22:19 smithi047 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi047[108212]: cluster 2023-12-06T04:22:18.087713+0000 mgr.smithi047.erpxvz (mgr.14182) 596 : 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-12-06T04:22:19.950 DEBUG:teuthology.orchestra.run.smithi047:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:d03fca4f35d43f61b4679936aef7bd2f01cced0b shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 2ecad2ea-93ed-11ee-95a2-87774f69a715 -- ceph orch ls -f json 2023-12-06T04:22:20.620 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Dec 06 04:22:20 smithi098 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi098[111615]: audit 2023-12-06T04:22:18.549823+0000 mgr.smithi047.erpxvz (mgr.14182) 597 : audit [DBG] from='client.15276 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-06T04:22:20.629 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Dec 06 04:22:20 smithi047 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi047[108212]: audit 2023-12-06T04:22:18.549823+0000 mgr.smithi047.erpxvz (mgr.14182) 597 : audit [DBG] from='client.15276 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-06T04:22:21.399 INFO:teuthology.orchestra.run.smithi047.stdout: 2023-12-06T04:22:21.399 INFO:teuthology.orchestra.run.smithi047.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-06T04:10:15.517593Z", "last_refresh": "2023-12-06T04:19:07.677115Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-06T04:10:10.954835Z", "last_refresh": "2023-12-06T04:19:05.187783Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-06T04:10:13.544463Z", "last_refresh": "2023-12-06T04:19:07.677283Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-06T04:16:34.566097Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi098.mygyec on smithi098: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi098-mygyec\n/bin/podman: stderr Error: no such container ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi098-mygyec\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi098.mygyec\n/bin/podman: stderr Error: no such container ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi098.mygyec\nDeploy daemon haproxy.nfs.foo.smithi098.mygyec ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi098 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-06T04:14:42Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-06T04:15:19Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-06T04:15:57Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi098 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-06T04:19:03.739263Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi047.dhmayl on smithi047: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi047-dhmayl\n/bin/podman: stderr Error: no such container ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi047-dhmayl\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi047.dhmayl\n/bin/podman: stderr Error: no such container ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi047.dhmayl\nDeploy daemon haproxy.nfs.foo.smithi047.dhmayl ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi047 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-06T04:17:11Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-06T04:17:48Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-06T04:18:26Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi047 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-06T04:19:03.744383Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi098.otnkwd on smithi098: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-06T04:19:03.745660Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi047.tduqaw on smithi047: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-06T04:21:37.565046Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi098.canbud on smithi098: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi098-canbud\n/bin/podman: stderr Error: no such container ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi098-canbud\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi098.canbud\n/bin/podman: stderr Error: no such container ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi098.canbud\nDeploy daemon haproxy.nfs.foo.smithi098.canbud ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi098 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-06T04:19:44Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-06T04:20:22Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-06T04:21:00Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi098 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.47/16"}, "status": {"created": "2023-12-06T04:13:56.330826Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.47/16"}}, {"events": ["2023-12-06T04:13:52.727160Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-06T04:13:52.721318Z", "last_refresh": "2023-12-06T04:19:05.188476Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-06T04:10:09.956661Z", "last_refresh": "2023-12-06T04:19:05.187950Z", "running": 2, "size": 2}}, {"events": ["2023-12-06T04:11:13.238878Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi047:172.21.15.47=smithi047", "smithi098:172.21.15.98=smithi098"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-06T04:11:13.235526Z", "last_refresh": "2023-12-06T04:19:05.188035Z", "running": 2, "size": 2}}, {"events": ["2023-12-06T04:13:56.329598Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-12-06T04:13:56.325813Z", "last_refresh": "2023-12-06T04:19:07.677926Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-06T04:10:14.589128Z", "last_refresh": "2023-12-06T04:19:05.188112Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-06T04:11:43.239438Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-06T04:11:43.235053Z", "last_refresh": "2023-12-06T04:19:05.188186Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-06T04:10:12.030635Z", "last_refresh": "2023-12-06T04:19:07.677436Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-06T04:22:21.620 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Dec 06 04:22:21 smithi098 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi098[111615]: cluster 2023-12-06T04:22:20.088219+0000 mgr.smithi047.erpxvz (mgr.14182) 598 : 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-12-06T04:22:21.629 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Dec 06 04:22:21 smithi047 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi047[108212]: cluster 2023-12-06T04:22:20.088219+0000 mgr.smithi047.erpxvz (mgr.14182) 598 : 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-12-06T04:22:21.783 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-06T04:22:22.620 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Dec 06 04:22:22 smithi098 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi098[111615]: audit 2023-12-06T04:22:21.394571+0000 mgr.smithi047.erpxvz (mgr.14182) 599 : audit [DBG] from='client.15280 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-06T04:22:22.629 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Dec 06 04:22:22 smithi047 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi047[108212]: audit 2023-12-06T04:22:21.394571+0000 mgr.smithi047.erpxvz (mgr.14182) 599 : audit [DBG] from='client.15280 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-06T04:22:22.784 DEBUG:teuthology.orchestra.run.smithi047:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:d03fca4f35d43f61b4679936aef7bd2f01cced0b shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 2ecad2ea-93ed-11ee-95a2-87774f69a715 -- ceph orch ls -f json 2023-12-06T04:22:23.495 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Dec 06 04:22:23 smithi047 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi047[108212]: cluster 2023-12-06T04:22:22.088837+0000 mgr.smithi047.erpxvz (mgr.14182) 600 : 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-12-06T04:22:23.620 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Dec 06 04:22:23 smithi098 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi098[111615]: cluster 2023-12-06T04:22:22.088837+0000 mgr.smithi047.erpxvz (mgr.14182) 600 : 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-12-06T04:22:24.244 INFO:teuthology.orchestra.run.smithi047.stdout: 2023-12-06T04:22:24.244 INFO:teuthology.orchestra.run.smithi047.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-06T04:10:15.517593Z", "last_refresh": "2023-12-06T04:19:07.677115Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-06T04:10:10.954835Z", "last_refresh": "2023-12-06T04:19:05.187783Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-06T04:10:13.544463Z", "last_refresh": "2023-12-06T04:19:07.677283Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-06T04:16:34.566097Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi098.mygyec on smithi098: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi098-mygyec\n/bin/podman: stderr Error: no such container ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi098-mygyec\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi098.mygyec\n/bin/podman: stderr Error: no such container ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi098.mygyec\nDeploy daemon haproxy.nfs.foo.smithi098.mygyec ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi098 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-06T04:14:42Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-06T04:15:19Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-06T04:15:57Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi098 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-06T04:19:03.739263Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi047.dhmayl on smithi047: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi047-dhmayl\n/bin/podman: stderr Error: no such container ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi047-dhmayl\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi047.dhmayl\n/bin/podman: stderr Error: no such container ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi047.dhmayl\nDeploy daemon haproxy.nfs.foo.smithi047.dhmayl ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi047 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-06T04:17:11Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-06T04:17:48Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-06T04:18:26Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi047 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-06T04:19:03.744383Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi098.otnkwd on smithi098: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-06T04:19:03.745660Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi047.tduqaw on smithi047: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-06T04:21:37.565046Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi098.canbud on smithi098: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi098-canbud\n/bin/podman: stderr Error: no such container ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi098-canbud\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi098.canbud\n/bin/podman: stderr Error: no such container ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi098.canbud\nDeploy daemon haproxy.nfs.foo.smithi098.canbud ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi098 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-06T04:19:44Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-06T04:20:22Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-06T04:21:00Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi098 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.47/16"}, "status": {"created": "2023-12-06T04:13:56.330826Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.47/16"}}, {"events": ["2023-12-06T04:13:52.727160Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-06T04:13:52.721318Z", "last_refresh": "2023-12-06T04:19:05.188476Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-06T04:10:09.956661Z", "last_refresh": "2023-12-06T04:19:05.187950Z", "running": 2, "size": 2}}, {"events": ["2023-12-06T04:11:13.238878Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi047:172.21.15.47=smithi047", "smithi098:172.21.15.98=smithi098"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-06T04:11:13.235526Z", "last_refresh": "2023-12-06T04:19:05.188035Z", "running": 2, "size": 2}}, {"events": ["2023-12-06T04:13:56.329598Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-12-06T04:13:56.325813Z", "last_refresh": "2023-12-06T04:19:07.677926Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-06T04:10:14.589128Z", "last_refresh": "2023-12-06T04:19:05.188112Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-06T04:11:43.239438Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-06T04:11:43.235053Z", "last_refresh": "2023-12-06T04:19:05.188186Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-06T04:10:12.030635Z", "last_refresh": "2023-12-06T04:19:07.677436Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-06T04:22:24.634 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-06T04:22:25.620 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Dec 06 04:22:25 smithi098 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi098[111615]: cluster 2023-12-06T04:22:24.089271+0000 mgr.smithi047.erpxvz (mgr.14182) 601 : 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-12-06T04:22:25.620 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Dec 06 04:22:25 smithi098 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi098[111615]: audit 2023-12-06T04:22:24.239198+0000 mgr.smithi047.erpxvz (mgr.14182) 602 : audit [DBG] from='client.15284 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-06T04:22:25.629 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Dec 06 04:22:25 smithi047 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi047[108212]: cluster 2023-12-06T04:22:24.089271+0000 mgr.smithi047.erpxvz (mgr.14182) 601 : 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-12-06T04:22:25.629 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Dec 06 04:22:25 smithi047 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi047[108212]: audit 2023-12-06T04:22:24.239198+0000 mgr.smithi047.erpxvz (mgr.14182) 602 : audit [DBG] from='client.15284 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-06T04:22:25.635 DEBUG:teuthology.orchestra.run.smithi047:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:d03fca4f35d43f61b4679936aef7bd2f01cced0b shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 2ecad2ea-93ed-11ee-95a2-87774f69a715 -- ceph orch ls -f json 2023-12-06T04:22:27.076 INFO:teuthology.orchestra.run.smithi047.stdout: 2023-12-06T04:22:27.076 INFO:teuthology.orchestra.run.smithi047.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-06T04:10:15.517593Z", "last_refresh": "2023-12-06T04:19:07.677115Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-06T04:10:10.954835Z", "last_refresh": "2023-12-06T04:19:05.187783Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-06T04:10:13.544463Z", "last_refresh": "2023-12-06T04:19:07.677283Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-06T04:16:34.566097Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi098.mygyec on smithi098: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi098-mygyec\n/bin/podman: stderr Error: no such container ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi098-mygyec\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi098.mygyec\n/bin/podman: stderr Error: no such container ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi098.mygyec\nDeploy daemon haproxy.nfs.foo.smithi098.mygyec ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi098 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-06T04:14:42Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-06T04:15:19Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-06T04:15:57Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi098 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-06T04:19:03.739263Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi047.dhmayl on smithi047: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi047-dhmayl\n/bin/podman: stderr Error: no such container ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi047-dhmayl\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi047.dhmayl\n/bin/podman: stderr Error: no such container ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi047.dhmayl\nDeploy daemon haproxy.nfs.foo.smithi047.dhmayl ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi047 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-06T04:17:11Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-06T04:17:48Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-06T04:18:26Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi047 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-06T04:19:03.744383Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi098.otnkwd on smithi098: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-06T04:19:03.745660Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi047.tduqaw on smithi047: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-06T04:21:37.565046Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi098.canbud on smithi098: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi098-canbud\n/bin/podman: stderr Error: no such container ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi098-canbud\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi098.canbud\n/bin/podman: stderr Error: no such container ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi098.canbud\nDeploy daemon haproxy.nfs.foo.smithi098.canbud ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi098 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-06T04:19:44Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-06T04:20:22Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-06T04:21:00Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi098 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.47/16"}, "status": {"created": "2023-12-06T04:13:56.330826Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.47/16"}}, {"events": ["2023-12-06T04:13:52.727160Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-06T04:13:52.721318Z", "last_refresh": "2023-12-06T04:19:05.188476Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-06T04:10:09.956661Z", "last_refresh": "2023-12-06T04:19:05.187950Z", "running": 2, "size": 2}}, {"events": ["2023-12-06T04:11:13.238878Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi047:172.21.15.47=smithi047", "smithi098:172.21.15.98=smithi098"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-06T04:11:13.235526Z", "last_refresh": "2023-12-06T04:19:05.188035Z", "running": 2, "size": 2}}, {"events": ["2023-12-06T04:13:56.329598Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-12-06T04:13:56.325813Z", "last_refresh": "2023-12-06T04:19:07.677926Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-06T04:10:14.589128Z", "last_refresh": "2023-12-06T04:19:05.188112Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-06T04:11:43.239438Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-06T04:11:43.235053Z", "last_refresh": "2023-12-06T04:19:05.188186Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-06T04:10:12.030635Z", "last_refresh": "2023-12-06T04:19:07.677436Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-06T04:22:27.490 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-06T04:22:27.620 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Dec 06 04:22:27 smithi098 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi098[111615]: cluster 2023-12-06T04:22:26.089886+0000 mgr.smithi047.erpxvz (mgr.14182) 603 : 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-12-06T04:22:27.629 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Dec 06 04:22:27 smithi047 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi047[108212]: cluster 2023-12-06T04:22:26.089886+0000 mgr.smithi047.erpxvz (mgr.14182) 603 : 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-12-06T04:22:28.491 DEBUG:teuthology.orchestra.run.smithi047:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:d03fca4f35d43f61b4679936aef7bd2f01cced0b shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 2ecad2ea-93ed-11ee-95a2-87774f69a715 -- ceph orch ls -f json 2023-12-06T04:22:28.620 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Dec 06 04:22:28 smithi098 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi098[111615]: audit 2023-12-06T04:22:27.070921+0000 mgr.smithi047.erpxvz (mgr.14182) 604 : audit [DBG] from='client.15288 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-06T04:22:28.629 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Dec 06 04:22:28 smithi047 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi047[108212]: audit 2023-12-06T04:22:27.070921+0000 mgr.smithi047.erpxvz (mgr.14182) 604 : audit [DBG] from='client.15288 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-06T04:22:29.538 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Dec 06 04:22:29 smithi047 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi047[108212]: cluster 2023-12-06T04:22:28.090542+0000 mgr.smithi047.erpxvz (mgr.14182) 605 : 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-12-06T04:22:29.620 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Dec 06 04:22:29 smithi098 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi098[111615]: cluster 2023-12-06T04:22:28.090542+0000 mgr.smithi047.erpxvz (mgr.14182) 605 : 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-12-06T04:22:29.954 INFO:teuthology.orchestra.run.smithi047.stdout: 2023-12-06T04:22:29.954 INFO:teuthology.orchestra.run.smithi047.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-06T04:10:15.517593Z", "last_refresh": "2023-12-06T04:19:07.677115Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-06T04:10:10.954835Z", "last_refresh": "2023-12-06T04:19:05.187783Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-06T04:10:13.544463Z", "last_refresh": "2023-12-06T04:19:07.677283Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-06T04:16:34.566097Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi098.mygyec on smithi098: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi098-mygyec\n/bin/podman: stderr Error: no such container ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi098-mygyec\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi098.mygyec\n/bin/podman: stderr Error: no such container ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi098.mygyec\nDeploy daemon haproxy.nfs.foo.smithi098.mygyec ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi098 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-06T04:14:42Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-06T04:15:19Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-06T04:15:57Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi098 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-06T04:19:03.739263Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi047.dhmayl on smithi047: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi047-dhmayl\n/bin/podman: stderr Error: no such container ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi047-dhmayl\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi047.dhmayl\n/bin/podman: stderr Error: no such container ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi047.dhmayl\nDeploy daemon haproxy.nfs.foo.smithi047.dhmayl ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi047 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-06T04:17:11Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-06T04:17:48Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-06T04:18:26Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi047 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-06T04:19:03.744383Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi098.otnkwd on smithi098: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-06T04:19:03.745660Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi047.tduqaw on smithi047: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-06T04:21:37.565046Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi098.canbud on smithi098: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi098-canbud\n/bin/podman: stderr Error: no such container ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi098-canbud\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi098.canbud\n/bin/podman: stderr Error: no such container ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi098.canbud\nDeploy daemon haproxy.nfs.foo.smithi098.canbud ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi098 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-06T04:19:44Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-06T04:20:22Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-06T04:21:00Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi098 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.47/16"}, "status": {"created": "2023-12-06T04:13:56.330826Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.47/16"}}, {"events": ["2023-12-06T04:13:52.727160Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-06T04:13:52.721318Z", "last_refresh": "2023-12-06T04:19:05.188476Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-06T04:10:09.956661Z", "last_refresh": "2023-12-06T04:19:05.187950Z", "running": 2, "size": 2}}, {"events": ["2023-12-06T04:11:13.238878Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi047:172.21.15.47=smithi047", "smithi098:172.21.15.98=smithi098"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-06T04:11:13.235526Z", "last_refresh": "2023-12-06T04:19:05.188035Z", "running": 2, "size": 2}}, {"events": ["2023-12-06T04:13:56.329598Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-12-06T04:13:56.325813Z", "last_refresh": "2023-12-06T04:19:07.677926Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-06T04:10:14.589128Z", "last_refresh": "2023-12-06T04:19:05.188112Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-06T04:11:43.239438Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-06T04:11:43.235053Z", "last_refresh": "2023-12-06T04:19:05.188186Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-06T04:10:12.030635Z", "last_refresh": "2023-12-06T04:19:07.677436Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-06T04:22:30.340 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-06T04:22:31.341 DEBUG:teuthology.orchestra.run.smithi047:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:d03fca4f35d43f61b4679936aef7bd2f01cced0b shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 2ecad2ea-93ed-11ee-95a2-87774f69a715 -- ceph orch ls -f json 2023-12-06T04:22:31.620 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Dec 06 04:22:31 smithi098 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi098[111615]: audit 2023-12-06T04:22:29.949587+0000 mgr.smithi047.erpxvz (mgr.14182) 606 : audit [DBG] from='client.15292 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-06T04:22:31.620 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Dec 06 04:22:31 smithi098 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi098[111615]: cluster 2023-12-06T04:22:30.091142+0000 mgr.smithi047.erpxvz (mgr.14182) 607 : 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-12-06T04:22:31.630 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Dec 06 04:22:31 smithi047 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi047[108212]: audit 2023-12-06T04:22:29.949587+0000 mgr.smithi047.erpxvz (mgr.14182) 606 : audit [DBG] from='client.15292 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-06T04:22:31.630 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Dec 06 04:22:31 smithi047 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi047[108212]: cluster 2023-12-06T04:22:30.091142+0000 mgr.smithi047.erpxvz (mgr.14182) 607 : 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-12-06T04:22:32.804 INFO:teuthology.orchestra.run.smithi047.stdout: 2023-12-06T04:22:32.804 INFO:teuthology.orchestra.run.smithi047.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-06T04:10:15.517593Z", "last_refresh": "2023-12-06T04:19:07.677115Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-06T04:10:10.954835Z", "last_refresh": "2023-12-06T04:19:05.187783Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-06T04:10:13.544463Z", "last_refresh": "2023-12-06T04:19:07.677283Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-06T04:16:34.566097Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi098.mygyec on smithi098: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi098-mygyec\n/bin/podman: stderr Error: no such container ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi098-mygyec\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi098.mygyec\n/bin/podman: stderr Error: no such container ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi098.mygyec\nDeploy daemon haproxy.nfs.foo.smithi098.mygyec ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi098 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-06T04:14:42Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-06T04:15:19Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-06T04:15:57Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi098 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-06T04:19:03.739263Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi047.dhmayl on smithi047: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi047-dhmayl\n/bin/podman: stderr Error: no such container ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi047-dhmayl\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi047.dhmayl\n/bin/podman: stderr Error: no such container ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi047.dhmayl\nDeploy daemon haproxy.nfs.foo.smithi047.dhmayl ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi047 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-06T04:17:11Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-06T04:17:48Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-06T04:18:26Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi047 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-06T04:19:03.744383Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi098.otnkwd on smithi098: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-06T04:19:03.745660Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi047.tduqaw on smithi047: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-06T04:21:37.565046Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi098.canbud on smithi098: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi098-canbud\n/bin/podman: stderr Error: no such container ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi098-canbud\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi098.canbud\n/bin/podman: stderr Error: no such container ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi098.canbud\nDeploy daemon haproxy.nfs.foo.smithi098.canbud ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi098 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-06T04:19:44Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-06T04:20:22Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-06T04:21:00Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi098 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.47/16"}, "status": {"created": "2023-12-06T04:13:56.330826Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.47/16"}}, {"events": ["2023-12-06T04:13:52.727160Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-06T04:13:52.721318Z", "last_refresh": "2023-12-06T04:19:05.188476Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-06T04:10:09.956661Z", "last_refresh": "2023-12-06T04:19:05.187950Z", "running": 2, "size": 2}}, {"events": ["2023-12-06T04:11:13.238878Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi047:172.21.15.47=smithi047", "smithi098:172.21.15.98=smithi098"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-06T04:11:13.235526Z", "last_refresh": "2023-12-06T04:19:05.188035Z", "running": 2, "size": 2}}, {"events": ["2023-12-06T04:13:56.329598Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-12-06T04:13:56.325813Z", "last_refresh": "2023-12-06T04:19:07.677926Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-06T04:10:14.589128Z", "last_refresh": "2023-12-06T04:19:05.188112Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-06T04:11:43.239438Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-06T04:11:43.235053Z", "last_refresh": "2023-12-06T04:19:05.188186Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-06T04:10:12.030635Z", "last_refresh": "2023-12-06T04:19:07.677436Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-06T04:22:33.222 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-06T04:22:33.620 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Dec 06 04:22:33 smithi098 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi098[111615]: cluster 2023-12-06T04:22:32.091843+0000 mgr.smithi047.erpxvz (mgr.14182) 608 : 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-12-06T04:22:33.629 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Dec 06 04:22:33 smithi047 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi047[108212]: cluster 2023-12-06T04:22:32.091843+0000 mgr.smithi047.erpxvz (mgr.14182) 608 : 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-12-06T04:22:34.223 DEBUG:teuthology.orchestra.run.smithi047:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:d03fca4f35d43f61b4679936aef7bd2f01cced0b shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 2ecad2ea-93ed-11ee-95a2-87774f69a715 -- ceph orch ls -f json 2023-12-06T04:22:34.584 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Dec 06 04:22:34 smithi047 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi047[108212]: audit 2023-12-06T04:22:32.798289+0000 mgr.smithi047.erpxvz (mgr.14182) 609 : audit [DBG] from='client.15296 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-06T04:22:34.620 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Dec 06 04:22:34 smithi098 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi098[111615]: audit 2023-12-06T04:22:32.798289+0000 mgr.smithi047.erpxvz (mgr.14182) 609 : audit [DBG] from='client.15296 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-06T04:22:35.620 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Dec 06 04:22:35 smithi098 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi098[111615]: cluster 2023-12-06T04:22:34.092306+0000 mgr.smithi047.erpxvz (mgr.14182) 610 : 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-12-06T04:22:35.629 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Dec 06 04:22:35 smithi047 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi047[108212]: cluster 2023-12-06T04:22:34.092306+0000 mgr.smithi047.erpxvz (mgr.14182) 610 : 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-12-06T04:22:35.703 INFO:teuthology.orchestra.run.smithi047.stdout: 2023-12-06T04:22:35.704 INFO:teuthology.orchestra.run.smithi047.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-06T04:10:15.517593Z", "last_refresh": "2023-12-06T04:19:07.677115Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-06T04:10:10.954835Z", "last_refresh": "2023-12-06T04:19:05.187783Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-06T04:10:13.544463Z", "last_refresh": "2023-12-06T04:19:07.677283Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-06T04:16:34.566097Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi098.mygyec on smithi098: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi098-mygyec\n/bin/podman: stderr Error: no such container ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi098-mygyec\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi098.mygyec\n/bin/podman: stderr Error: no such container ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi098.mygyec\nDeploy daemon haproxy.nfs.foo.smithi098.mygyec ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi098 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-06T04:14:42Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-06T04:15:19Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-06T04:15:57Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi098 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-06T04:19:03.739263Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi047.dhmayl on smithi047: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi047-dhmayl\n/bin/podman: stderr Error: no such container ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi047-dhmayl\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi047.dhmayl\n/bin/podman: stderr Error: no such container ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi047.dhmayl\nDeploy daemon haproxy.nfs.foo.smithi047.dhmayl ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi047 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-06T04:17:11Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-06T04:17:48Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-06T04:18:26Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi047 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-06T04:19:03.744383Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi098.otnkwd on smithi098: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-06T04:19:03.745660Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi047.tduqaw on smithi047: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-06T04:21:37.565046Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi098.canbud on smithi098: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi098-canbud\n/bin/podman: stderr Error: no such container ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi098-canbud\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi098.canbud\n/bin/podman: stderr Error: no such container ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi098.canbud\nDeploy daemon haproxy.nfs.foo.smithi098.canbud ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi098 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-06T04:19:44Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-06T04:20:22Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-06T04:21:00Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi098 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.47/16"}, "status": {"created": "2023-12-06T04:13:56.330826Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.47/16"}}, {"events": ["2023-12-06T04:13:52.727160Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-06T04:13:52.721318Z", "last_refresh": "2023-12-06T04:19:05.188476Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-06T04:10:09.956661Z", "last_refresh": "2023-12-06T04:19:05.187950Z", "running": 2, "size": 2}}, {"events": ["2023-12-06T04:11:13.238878Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi047:172.21.15.47=smithi047", "smithi098:172.21.15.98=smithi098"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-06T04:11:13.235526Z", "last_refresh": "2023-12-06T04:19:05.188035Z", "running": 2, "size": 2}}, {"events": ["2023-12-06T04:13:56.329598Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-12-06T04:13:56.325813Z", "last_refresh": "2023-12-06T04:19:07.677926Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-06T04:10:14.589128Z", "last_refresh": "2023-12-06T04:19:05.188112Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-06T04:11:43.239438Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-06T04:11:43.235053Z", "last_refresh": "2023-12-06T04:19:05.188186Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-06T04:10:12.030635Z", "last_refresh": "2023-12-06T04:19:07.677436Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-06T04:22:36.090 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-06T04:22:37.091 DEBUG:teuthology.orchestra.run.smithi047:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:d03fca4f35d43f61b4679936aef7bd2f01cced0b shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 2ecad2ea-93ed-11ee-95a2-87774f69a715 -- ceph orch ls -f json 2023-12-06T04:22:37.379 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Dec 06 04:22:37 smithi047 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi047[108212]: audit 2023-12-06T04:22:35.698992+0000 mgr.smithi047.erpxvz (mgr.14182) 611 : audit [DBG] from='client.15300 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-06T04:22:37.379 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Dec 06 04:22:37 smithi047 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi047[108212]: cluster 2023-12-06T04:22:36.093001+0000 mgr.smithi047.erpxvz (mgr.14182) 612 : 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-12-06T04:22:37.870 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Dec 06 04:22:37 smithi098 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi098[111615]: audit 2023-12-06T04:22:35.698992+0000 mgr.smithi047.erpxvz (mgr.14182) 611 : audit [DBG] from='client.15300 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-06T04:22:37.870 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Dec 06 04:22:37 smithi098 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi098[111615]: cluster 2023-12-06T04:22:36.093001+0000 mgr.smithi047.erpxvz (mgr.14182) 612 : 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-12-06T04:22:38.537 INFO:teuthology.orchestra.run.smithi047.stdout: 2023-12-06T04:22:38.537 INFO:teuthology.orchestra.run.smithi047.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-06T04:10:15.517593Z", "last_refresh": "2023-12-06T04:19:07.677115Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-06T04:10:10.954835Z", "last_refresh": "2023-12-06T04:19:05.187783Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-06T04:10:13.544463Z", "last_refresh": "2023-12-06T04:19:07.677283Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-06T04:16:34.566097Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi098.mygyec on smithi098: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi098-mygyec\n/bin/podman: stderr Error: no such container ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi098-mygyec\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi098.mygyec\n/bin/podman: stderr Error: no such container ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi098.mygyec\nDeploy daemon haproxy.nfs.foo.smithi098.mygyec ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi098 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-06T04:14:42Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-06T04:15:19Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-06T04:15:57Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi098 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-06T04:19:03.739263Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi047.dhmayl on smithi047: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi047-dhmayl\n/bin/podman: stderr Error: no such container ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi047-dhmayl\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi047.dhmayl\n/bin/podman: stderr Error: no such container ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi047.dhmayl\nDeploy daemon haproxy.nfs.foo.smithi047.dhmayl ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi047 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-06T04:17:11Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-06T04:17:48Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-06T04:18:26Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi047 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-06T04:19:03.744383Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi098.otnkwd on smithi098: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-06T04:19:03.745660Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi047.tduqaw on smithi047: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-06T04:21:37.565046Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi098.canbud on smithi098: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi098-canbud\n/bin/podman: stderr Error: no such container ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi098-canbud\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi098.canbud\n/bin/podman: stderr Error: no such container ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi098.canbud\nDeploy daemon haproxy.nfs.foo.smithi098.canbud ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi098 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-06T04:19:44Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-06T04:20:22Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-06T04:21:00Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi098 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.47/16"}, "status": {"created": "2023-12-06T04:13:56.330826Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.47/16"}}, {"events": ["2023-12-06T04:13:52.727160Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-06T04:13:52.721318Z", "last_refresh": "2023-12-06T04:19:05.188476Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-06T04:10:09.956661Z", "last_refresh": "2023-12-06T04:19:05.187950Z", "running": 2, "size": 2}}, {"events": ["2023-12-06T04:11:13.238878Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi047:172.21.15.47=smithi047", "smithi098:172.21.15.98=smithi098"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-06T04:11:13.235526Z", "last_refresh": "2023-12-06T04:19:05.188035Z", "running": 2, "size": 2}}, {"events": ["2023-12-06T04:13:56.329598Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-12-06T04:13:56.325813Z", "last_refresh": "2023-12-06T04:19:07.677926Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-06T04:10:14.589128Z", "last_refresh": "2023-12-06T04:19:05.188112Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-06T04:11:43.239438Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-06T04:11:43.235053Z", "last_refresh": "2023-12-06T04:19:05.188186Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-06T04:10:12.030635Z", "last_refresh": "2023-12-06T04:19:07.677436Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-06T04:22:38.922 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-06T04:22:39.629 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Dec 06 04:22:39 smithi047 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi047[108212]: cluster 2023-12-06T04:22:38.093622+0000 mgr.smithi047.erpxvz (mgr.14182) 613 : 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-12-06T04:22:39.870 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Dec 06 04:22:39 smithi098 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi098[111615]: cluster 2023-12-06T04:22:38.093622+0000 mgr.smithi047.erpxvz (mgr.14182) 613 : 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-12-06T04:22:39.924 DEBUG:teuthology.orchestra.run.smithi047:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:d03fca4f35d43f61b4679936aef7bd2f01cced0b shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 2ecad2ea-93ed-11ee-95a2-87774f69a715 -- ceph orch ls -f json 2023-12-06T04:22:40.630 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Dec 06 04:22:40 smithi047 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi047[108212]: audit 2023-12-06T04:22:38.532514+0000 mgr.smithi047.erpxvz (mgr.14182) 614 : audit [DBG] from='client.15304 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-06T04:22:40.870 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Dec 06 04:22:40 smithi098 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi098[111615]: audit 2023-12-06T04:22:38.532514+0000 mgr.smithi047.erpxvz (mgr.14182) 614 : audit [DBG] from='client.15304 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-06T04:22:41.392 INFO:teuthology.orchestra.run.smithi047.stdout: 2023-12-06T04:22:41.392 INFO:teuthology.orchestra.run.smithi047.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-06T04:10:15.517593Z", "last_refresh": "2023-12-06T04:19:07.677115Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-06T04:10:10.954835Z", "last_refresh": "2023-12-06T04:19:05.187783Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-06T04:10:13.544463Z", "last_refresh": "2023-12-06T04:19:07.677283Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-06T04:16:34.566097Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi098.mygyec on smithi098: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi098-mygyec\n/bin/podman: stderr Error: no such container ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi098-mygyec\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi098.mygyec\n/bin/podman: stderr Error: no such container ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi098.mygyec\nDeploy daemon haproxy.nfs.foo.smithi098.mygyec ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi098 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-06T04:14:42Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-06T04:15:19Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-06T04:15:57Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi098 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-06T04:19:03.739263Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi047.dhmayl on smithi047: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi047-dhmayl\n/bin/podman: stderr Error: no such container ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi047-dhmayl\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi047.dhmayl\n/bin/podman: stderr Error: no such container ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi047.dhmayl\nDeploy daemon haproxy.nfs.foo.smithi047.dhmayl ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi047 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-06T04:17:11Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-06T04:17:48Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-06T04:18:26Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi047 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-06T04:19:03.744383Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi098.otnkwd on smithi098: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-06T04:19:03.745660Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi047.tduqaw on smithi047: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-06T04:21:37.565046Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi098.canbud on smithi098: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi098-canbud\n/bin/podman: stderr Error: no such container ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi098-canbud\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi098.canbud\n/bin/podman: stderr Error: no such container ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi098.canbud\nDeploy daemon haproxy.nfs.foo.smithi098.canbud ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi098 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-06T04:19:44Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-06T04:20:22Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-06T04:21:00Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi098 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.47/16"}, "status": {"created": "2023-12-06T04:13:56.330826Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.47/16"}}, {"events": ["2023-12-06T04:13:52.727160Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-06T04:13:52.721318Z", "last_refresh": "2023-12-06T04:19:05.188476Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-06T04:10:09.956661Z", "last_refresh": "2023-12-06T04:19:05.187950Z", "running": 2, "size": 2}}, {"events": ["2023-12-06T04:11:13.238878Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi047:172.21.15.47=smithi047", "smithi098:172.21.15.98=smithi098"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-06T04:11:13.235526Z", "last_refresh": "2023-12-06T04:19:05.188035Z", "running": 2, "size": 2}}, {"events": ["2023-12-06T04:13:56.329598Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-12-06T04:13:56.325813Z", "last_refresh": "2023-12-06T04:19:07.677926Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-06T04:10:14.589128Z", "last_refresh": "2023-12-06T04:19:05.188112Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-06T04:11:43.239438Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-06T04:11:43.235053Z", "last_refresh": "2023-12-06T04:19:05.188186Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-06T04:10:12.030635Z", "last_refresh": "2023-12-06T04:19:07.677436Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-06T04:22:41.713 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Dec 06 04:22:41 smithi047 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi047[108212]: cluster 2023-12-06T04:22:40.094105+0000 mgr.smithi047.erpxvz (mgr.14182) 615 : 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-12-06T04:22:41.781 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-06T04:22:41.870 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Dec 06 04:22:41 smithi098 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi098[111615]: cluster 2023-12-06T04:22:40.094105+0000 mgr.smithi047.erpxvz (mgr.14182) 615 : 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-12-06T04:22:42.782 DEBUG:teuthology.orchestra.run.smithi047:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:d03fca4f35d43f61b4679936aef7bd2f01cced0b shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 2ecad2ea-93ed-11ee-95a2-87774f69a715 -- ceph orch ls -f json 2023-12-06T04:22:42.818 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Dec 06 04:22:42 smithi047 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi047[108212]: audit 2023-12-06T04:22:41.387263+0000 mgr.smithi047.erpxvz (mgr.14182) 616 : audit [DBG] from='client.15308 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-06T04:22:42.870 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Dec 06 04:22:42 smithi098 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi098[111615]: audit 2023-12-06T04:22:41.387263+0000 mgr.smithi047.erpxvz (mgr.14182) 616 : audit [DBG] from='client.15308 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-06T04:22:43.838 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Dec 06 04:22:43 smithi047 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi047[108212]: cluster 2023-12-06T04:22:42.094667+0000 mgr.smithi047.erpxvz (mgr.14182) 617 : 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-12-06T04:22:43.870 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Dec 06 04:22:43 smithi098 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi098[111615]: cluster 2023-12-06T04:22:42.094667+0000 mgr.smithi047.erpxvz (mgr.14182) 617 : 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-12-06T04:22:44.253 INFO:teuthology.orchestra.run.smithi047.stdout: 2023-12-06T04:22:44.253 INFO:teuthology.orchestra.run.smithi047.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-06T04:10:15.517593Z", "last_refresh": "2023-12-06T04:19:07.677115Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-06T04:10:10.954835Z", "last_refresh": "2023-12-06T04:19:05.187783Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-06T04:10:13.544463Z", "last_refresh": "2023-12-06T04:19:07.677283Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-06T04:16:34.566097Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi098.mygyec on smithi098: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi098-mygyec\n/bin/podman: stderr Error: no such container ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi098-mygyec\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi098.mygyec\n/bin/podman: stderr Error: no such container ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi098.mygyec\nDeploy daemon haproxy.nfs.foo.smithi098.mygyec ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi098 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-06T04:14:42Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-06T04:15:19Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-06T04:15:57Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi098 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-06T04:19:03.739263Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi047.dhmayl on smithi047: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi047-dhmayl\n/bin/podman: stderr Error: no such container ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi047-dhmayl\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi047.dhmayl\n/bin/podman: stderr Error: no such container ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi047.dhmayl\nDeploy daemon haproxy.nfs.foo.smithi047.dhmayl ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi047 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-06T04:17:11Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-06T04:17:48Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-06T04:18:26Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi047 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-06T04:19:03.744383Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi098.otnkwd on smithi098: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-06T04:19:03.745660Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi047.tduqaw on smithi047: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-06T04:21:37.565046Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi098.canbud on smithi098: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi098-canbud\n/bin/podman: stderr Error: no such container ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi098-canbud\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi098.canbud\n/bin/podman: stderr Error: no such container ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi098.canbud\nDeploy daemon haproxy.nfs.foo.smithi098.canbud ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi098 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-06T04:19:44Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-06T04:20:22Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-06T04:21:00Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi098 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.47/16"}, "status": {"created": "2023-12-06T04:13:56.330826Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.47/16"}}, {"events": ["2023-12-06T04:13:52.727160Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-06T04:13:52.721318Z", "last_refresh": "2023-12-06T04:19:05.188476Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-06T04:10:09.956661Z", "last_refresh": "2023-12-06T04:19:05.187950Z", "running": 2, "size": 2}}, {"events": ["2023-12-06T04:11:13.238878Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi047:172.21.15.47=smithi047", "smithi098:172.21.15.98=smithi098"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-06T04:11:13.235526Z", "last_refresh": "2023-12-06T04:19:05.188035Z", "running": 2, "size": 2}}, {"events": ["2023-12-06T04:13:56.329598Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-12-06T04:13:56.325813Z", "last_refresh": "2023-12-06T04:19:07.677926Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-06T04:10:14.589128Z", "last_refresh": "2023-12-06T04:19:05.188112Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-06T04:11:43.239438Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-06T04:11:43.235053Z", "last_refresh": "2023-12-06T04:19:05.188186Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-06T04:10:12.030635Z", "last_refresh": "2023-12-06T04:19:07.677436Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-06T04:22:44.655 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-06T04:22:45.656 DEBUG:teuthology.orchestra.run.smithi047:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:d03fca4f35d43f61b4679936aef7bd2f01cced0b shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 2ecad2ea-93ed-11ee-95a2-87774f69a715 -- ceph orch ls -f json 2023-12-06T04:22:45.690 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Dec 06 04:22:45 smithi047 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi047[108212]: cluster 2023-12-06T04:22:44.095186+0000 mgr.smithi047.erpxvz (mgr.14182) 618 : 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-12-06T04:22:45.690 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Dec 06 04:22:45 smithi047 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi047[108212]: audit 2023-12-06T04:22:44.248248+0000 mgr.smithi047.erpxvz (mgr.14182) 619 : audit [DBG] from='client.15312 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-06T04:22:45.870 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Dec 06 04:22:45 smithi098 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi098[111615]: cluster 2023-12-06T04:22:44.095186+0000 mgr.smithi047.erpxvz (mgr.14182) 618 : 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-12-06T04:22:45.870 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Dec 06 04:22:45 smithi098 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi098[111615]: audit 2023-12-06T04:22:44.248248+0000 mgr.smithi047.erpxvz (mgr.14182) 619 : audit [DBG] from='client.15312 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-06T04:22:47.103 INFO:teuthology.orchestra.run.smithi047.stdout: 2023-12-06T04:22:47.103 INFO:teuthology.orchestra.run.smithi047.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-06T04:10:15.517593Z", "last_refresh": "2023-12-06T04:19:07.677115Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-06T04:10:10.954835Z", "last_refresh": "2023-12-06T04:19:05.187783Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-06T04:10:13.544463Z", "last_refresh": "2023-12-06T04:19:07.677283Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-06T04:16:34.566097Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi098.mygyec on smithi098: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi098-mygyec\n/bin/podman: stderr Error: no such container ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi098-mygyec\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi098.mygyec\n/bin/podman: stderr Error: no such container ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi098.mygyec\nDeploy daemon haproxy.nfs.foo.smithi098.mygyec ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi098 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-06T04:14:42Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-06T04:15:19Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-06T04:15:57Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi098 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-06T04:19:03.739263Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi047.dhmayl on smithi047: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi047-dhmayl\n/bin/podman: stderr Error: no such container ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi047-dhmayl\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi047.dhmayl\n/bin/podman: stderr Error: no such container ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi047.dhmayl\nDeploy daemon haproxy.nfs.foo.smithi047.dhmayl ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi047 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-06T04:17:11Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-06T04:17:48Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-06T04:18:26Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi047 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-06T04:19:03.744383Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi098.otnkwd on smithi098: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-06T04:19:03.745660Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi047.tduqaw on smithi047: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-06T04:21:37.565046Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi098.canbud on smithi098: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi098-canbud\n/bin/podman: stderr Error: no such container ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi098-canbud\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi098.canbud\n/bin/podman: stderr Error: no such container ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi098.canbud\nDeploy daemon haproxy.nfs.foo.smithi098.canbud ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi098 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-06T04:19:44Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-06T04:20:22Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-06T04:21:00Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi098 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.47/16"}, "status": {"created": "2023-12-06T04:13:56.330826Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.47/16"}}, {"events": ["2023-12-06T04:13:52.727160Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-06T04:13:52.721318Z", "last_refresh": "2023-12-06T04:19:05.188476Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-06T04:10:09.956661Z", "last_refresh": "2023-12-06T04:19:05.187950Z", "running": 2, "size": 2}}, {"events": ["2023-12-06T04:11:13.238878Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi047:172.21.15.47=smithi047", "smithi098:172.21.15.98=smithi098"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-06T04:11:13.235526Z", "last_refresh": "2023-12-06T04:19:05.188035Z", "running": 2, "size": 2}}, {"events": ["2023-12-06T04:13:56.329598Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-12-06T04:13:56.325813Z", "last_refresh": "2023-12-06T04:19:07.677926Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-06T04:10:14.589128Z", "last_refresh": "2023-12-06T04:19:05.188112Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-06T04:11:43.239438Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-06T04:11:43.235053Z", "last_refresh": "2023-12-06T04:19:05.188186Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-06T04:10:12.030635Z", "last_refresh": "2023-12-06T04:19:07.677436Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-06T04:22:47.505 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-06T04:22:47.870 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Dec 06 04:22:47 smithi098 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi098[111615]: cluster 2023-12-06T04:22:46.095794+0000 mgr.smithi047.erpxvz (mgr.14182) 620 : 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-12-06T04:22:47.879 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Dec 06 04:22:47 smithi047 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi047[108212]: cluster 2023-12-06T04:22:46.095794+0000 mgr.smithi047.erpxvz (mgr.14182) 620 : 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-12-06T04:22:48.506 DEBUG:teuthology.orchestra.run.smithi047:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:d03fca4f35d43f61b4679936aef7bd2f01cced0b shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 2ecad2ea-93ed-11ee-95a2-87774f69a715 -- ceph orch ls -f json 2023-12-06T04:22:48.866 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Dec 06 04:22:48 smithi047 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi047[108212]: audit 2023-12-06T04:22:47.097837+0000 mgr.smithi047.erpxvz (mgr.14182) 621 : audit [DBG] from='client.15316 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-06T04:22:48.870 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Dec 06 04:22:48 smithi098 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi098[111615]: audit 2023-12-06T04:22:47.097837+0000 mgr.smithi047.erpxvz (mgr.14182) 621 : audit [DBG] from='client.15316 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-06T04:22:49.552 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Dec 06 04:22:49 smithi047 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi047[108212]: cluster 2023-12-06T04:22:48.096305+0000 mgr.smithi047.erpxvz (mgr.14182) 622 : 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-12-06T04:22:49.870 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Dec 06 04:22:49 smithi098 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi098[111615]: cluster 2023-12-06T04:22:48.096305+0000 mgr.smithi047.erpxvz (mgr.14182) 622 : 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-12-06T04:22:49.985 INFO:teuthology.orchestra.run.smithi047.stdout: 2023-12-06T04:22:49.985 INFO:teuthology.orchestra.run.smithi047.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-06T04:10:15.517593Z", "last_refresh": "2023-12-06T04:19:07.677115Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-06T04:10:10.954835Z", "last_refresh": "2023-12-06T04:19:05.187783Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-06T04:10:13.544463Z", "last_refresh": "2023-12-06T04:19:07.677283Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-06T04:16:34.566097Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi098.mygyec on smithi098: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi098-mygyec\n/bin/podman: stderr Error: no such container ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi098-mygyec\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi098.mygyec\n/bin/podman: stderr Error: no such container ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi098.mygyec\nDeploy daemon haproxy.nfs.foo.smithi098.mygyec ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi098 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-06T04:14:42Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-06T04:15:19Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-06T04:15:57Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi098 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-06T04:19:03.739263Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi047.dhmayl on smithi047: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi047-dhmayl\n/bin/podman: stderr Error: no such container ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi047-dhmayl\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi047.dhmayl\n/bin/podman: stderr Error: no such container ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi047.dhmayl\nDeploy daemon haproxy.nfs.foo.smithi047.dhmayl ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi047 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-06T04:17:11Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-06T04:17:48Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-06T04:18:26Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi047 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-06T04:19:03.744383Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi098.otnkwd on smithi098: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-06T04:19:03.745660Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi047.tduqaw on smithi047: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-06T04:21:37.565046Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi098.canbud on smithi098: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi098-canbud\n/bin/podman: stderr Error: no such container ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi098-canbud\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi098.canbud\n/bin/podman: stderr Error: no such container ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi098.canbud\nDeploy daemon haproxy.nfs.foo.smithi098.canbud ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi098 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-06T04:19:44Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-06T04:20:22Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-06T04:21:00Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi098 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.47/16"}, "status": {"created": "2023-12-06T04:13:56.330826Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.47/16"}}, {"events": ["2023-12-06T04:13:52.727160Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-06T04:13:52.721318Z", "last_refresh": "2023-12-06T04:19:05.188476Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-06T04:10:09.956661Z", "last_refresh": "2023-12-06T04:19:05.187950Z", "running": 2, "size": 2}}, {"events": ["2023-12-06T04:11:13.238878Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi047:172.21.15.47=smithi047", "smithi098:172.21.15.98=smithi098"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-06T04:11:13.235526Z", "last_refresh": "2023-12-06T04:19:05.188035Z", "running": 2, "size": 2}}, {"events": ["2023-12-06T04:13:56.329598Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-12-06T04:13:56.325813Z", "last_refresh": "2023-12-06T04:19:07.677926Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-06T04:10:14.589128Z", "last_refresh": "2023-12-06T04:19:05.188112Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-06T04:11:43.239438Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-06T04:11:43.235053Z", "last_refresh": "2023-12-06T04:19:05.188186Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-06T04:10:12.030635Z", "last_refresh": "2023-12-06T04:19:07.677436Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-06T04:22:50.371 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-06T04:22:51.372 DEBUG:teuthology.orchestra.run.smithi047:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:d03fca4f35d43f61b4679936aef7bd2f01cced0b shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 2ecad2ea-93ed-11ee-95a2-87774f69a715 -- ceph orch ls -f json 2023-12-06T04:22:51.733 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Dec 06 04:22:51 smithi047 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi047[108212]: audit 2023-12-06T04:22:49.980220+0000 mgr.smithi047.erpxvz (mgr.14182) 623 : audit [DBG] from='client.15320 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-06T04:22:51.734 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Dec 06 04:22:51 smithi047 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi047[108212]: cluster 2023-12-06T04:22:50.096841+0000 mgr.smithi047.erpxvz (mgr.14182) 624 : 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-12-06T04:22:51.870 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Dec 06 04:22:51 smithi098 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi098[111615]: audit 2023-12-06T04:22:49.980220+0000 mgr.smithi047.erpxvz (mgr.14182) 623 : audit [DBG] from='client.15320 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-06T04:22:51.870 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Dec 06 04:22:51 smithi098 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi098[111615]: cluster 2023-12-06T04:22:50.096841+0000 mgr.smithi047.erpxvz (mgr.14182) 624 : 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-12-06T04:22:52.816 INFO:teuthology.orchestra.run.smithi047.stdout: 2023-12-06T04:22:52.816 INFO:teuthology.orchestra.run.smithi047.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-06T04:10:15.517593Z", "last_refresh": "2023-12-06T04:19:07.677115Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-06T04:10:10.954835Z", "last_refresh": "2023-12-06T04:19:05.187783Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-06T04:10:13.544463Z", "last_refresh": "2023-12-06T04:19:07.677283Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-06T04:16:34.566097Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi098.mygyec on smithi098: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi098-mygyec\n/bin/podman: stderr Error: no such container ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi098-mygyec\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi098.mygyec\n/bin/podman: stderr Error: no such container ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi098.mygyec\nDeploy daemon haproxy.nfs.foo.smithi098.mygyec ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi098 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-06T04:14:42Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-06T04:15:19Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-06T04:15:57Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi098 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-06T04:19:03.739263Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi047.dhmayl on smithi047: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi047-dhmayl\n/bin/podman: stderr Error: no such container ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi047-dhmayl\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi047.dhmayl\n/bin/podman: stderr Error: no such container ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi047.dhmayl\nDeploy daemon haproxy.nfs.foo.smithi047.dhmayl ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi047 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-06T04:17:11Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-06T04:17:48Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-06T04:18:26Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi047 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-06T04:19:03.744383Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi098.otnkwd on smithi098: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-06T04:19:03.745660Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi047.tduqaw on smithi047: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-06T04:21:37.565046Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi098.canbud on smithi098: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi098-canbud\n/bin/podman: stderr Error: no such container ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi098-canbud\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi098.canbud\n/bin/podman: stderr Error: no such container ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi098.canbud\nDeploy daemon haproxy.nfs.foo.smithi098.canbud ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi098 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-06T04:19:44Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-06T04:20:22Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-06T04:21:00Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi098 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.47/16"}, "status": {"created": "2023-12-06T04:13:56.330826Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.47/16"}}, {"events": ["2023-12-06T04:13:52.727160Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-06T04:13:52.721318Z", "last_refresh": "2023-12-06T04:19:05.188476Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-06T04:10:09.956661Z", "last_refresh": "2023-12-06T04:19:05.187950Z", "running": 2, "size": 2}}, {"events": ["2023-12-06T04:11:13.238878Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi047:172.21.15.47=smithi047", "smithi098:172.21.15.98=smithi098"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-06T04:11:13.235526Z", "last_refresh": "2023-12-06T04:19:05.188035Z", "running": 2, "size": 2}}, {"events": ["2023-12-06T04:13:56.329598Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-12-06T04:13:56.325813Z", "last_refresh": "2023-12-06T04:19:07.677926Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-06T04:10:14.589128Z", "last_refresh": "2023-12-06T04:19:05.188112Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-06T04:11:43.239438Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-06T04:11:43.235053Z", "last_refresh": "2023-12-06T04:19:05.188186Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-06T04:10:12.030635Z", "last_refresh": "2023-12-06T04:19:07.677436Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-06T04:22:52.844 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Dec 06 04:22:52 smithi047 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi047[108212]: cluster 2023-12-06T04:22:52.097362+0000 mgr.smithi047.erpxvz (mgr.14182) 625 : 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-12-06T04:22:52.870 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Dec 06 04:22:52 smithi098 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi098[111615]: cluster 2023-12-06T04:22:52.097362+0000 mgr.smithi047.erpxvz (mgr.14182) 625 : 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-12-06T04:22:53.244 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-06T04:22:54.246 DEBUG:teuthology.orchestra.run.smithi047:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:d03fca4f35d43f61b4679936aef7bd2f01cced0b shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 2ecad2ea-93ed-11ee-95a2-87774f69a715 -- ceph orch ls -f json 2023-12-06T04:22:54.599 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Dec 06 04:22:54 smithi047 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi047[108212]: audit 2023-12-06T04:22:52.810666+0000 mgr.smithi047.erpxvz (mgr.14182) 626 : audit [DBG] from='client.15324 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-06T04:22:54.620 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Dec 06 04:22:54 smithi098 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi098[111615]: audit 2023-12-06T04:22:52.810666+0000 mgr.smithi047.erpxvz (mgr.14182) 626 : audit [DBG] from='client.15324 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-06T04:22:55.620 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Dec 06 04:22:55 smithi098 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi098[111615]: cluster 2023-12-06T04:22:54.097835+0000 mgr.smithi047.erpxvz (mgr.14182) 627 : 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-12-06T04:22:55.629 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Dec 06 04:22:55 smithi047 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi047[108212]: cluster 2023-12-06T04:22:54.097835+0000 mgr.smithi047.erpxvz (mgr.14182) 627 : 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-12-06T04:22:55.666 INFO:teuthology.orchestra.run.smithi047.stdout: 2023-12-06T04:22:55.666 INFO:teuthology.orchestra.run.smithi047.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-06T04:10:15.517593Z", "last_refresh": "2023-12-06T04:19:07.677115Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-06T04:10:10.954835Z", "last_refresh": "2023-12-06T04:19:05.187783Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-06T04:10:13.544463Z", "last_refresh": "2023-12-06T04:19:07.677283Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-06T04:16:34.566097Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi098.mygyec on smithi098: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi098-mygyec\n/bin/podman: stderr Error: no such container ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi098-mygyec\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi098.mygyec\n/bin/podman: stderr Error: no such container ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi098.mygyec\nDeploy daemon haproxy.nfs.foo.smithi098.mygyec ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi098 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-06T04:14:42Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-06T04:15:19Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-06T04:15:57Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi098 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-06T04:19:03.739263Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi047.dhmayl on smithi047: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi047-dhmayl\n/bin/podman: stderr Error: no such container ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi047-dhmayl\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi047.dhmayl\n/bin/podman: stderr Error: no such container ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi047.dhmayl\nDeploy daemon haproxy.nfs.foo.smithi047.dhmayl ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi047 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-06T04:17:11Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-06T04:17:48Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-06T04:18:26Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi047 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-06T04:19:03.744383Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi098.otnkwd on smithi098: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-06T04:19:03.745660Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi047.tduqaw on smithi047: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-06T04:21:37.565046Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi098.canbud on smithi098: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi098-canbud\n/bin/podman: stderr Error: no such container ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi098-canbud\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi098.canbud\n/bin/podman: stderr Error: no such container ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi098.canbud\nDeploy daemon haproxy.nfs.foo.smithi098.canbud ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi098 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-06T04:19:44Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-06T04:20:22Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-06T04:21:00Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi098 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.47/16"}, "status": {"created": "2023-12-06T04:13:56.330826Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.47/16"}}, {"events": ["2023-12-06T04:13:52.727160Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-06T04:13:52.721318Z", "last_refresh": "2023-12-06T04:19:05.188476Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-06T04:10:09.956661Z", "last_refresh": "2023-12-06T04:19:05.187950Z", "running": 2, "size": 2}}, {"events": ["2023-12-06T04:11:13.238878Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi047:172.21.15.47=smithi047", "smithi098:172.21.15.98=smithi098"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-06T04:11:13.235526Z", "last_refresh": "2023-12-06T04:19:05.188035Z", "running": 2, "size": 2}}, {"events": ["2023-12-06T04:13:56.329598Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-12-06T04:13:56.325813Z", "last_refresh": "2023-12-06T04:19:07.677926Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-06T04:10:14.589128Z", "last_refresh": "2023-12-06T04:19:05.188112Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-06T04:11:43.239438Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-06T04:11:43.235053Z", "last_refresh": "2023-12-06T04:19:05.188186Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-06T04:10:12.030635Z", "last_refresh": "2023-12-06T04:19:07.677436Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-06T04:22:56.060 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-06T04:22:57.060 DEBUG:teuthology.orchestra.run.smithi047:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:d03fca4f35d43f61b4679936aef7bd2f01cced0b shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 2ecad2ea-93ed-11ee-95a2-87774f69a715 -- ceph orch ls -f json 2023-12-06T04:22:57.617 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Dec 06 04:22:57 smithi047 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi047[108212]: audit 2023-12-06T04:22:55.661692+0000 mgr.smithi047.erpxvz (mgr.14182) 628 : audit [DBG] from='client.15328 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-06T04:22:57.617 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Dec 06 04:22:57 smithi047 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi047[108212]: cluster 2023-12-06T04:22:56.098383+0000 mgr.smithi047.erpxvz (mgr.14182) 629 : 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-12-06T04:22:57.620 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Dec 06 04:22:57 smithi098 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi098[111615]: audit 2023-12-06T04:22:55.661692+0000 mgr.smithi047.erpxvz (mgr.14182) 628 : audit [DBG] from='client.15328 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-06T04:22:57.620 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Dec 06 04:22:57 smithi098 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi098[111615]: cluster 2023-12-06T04:22:56.098383+0000 mgr.smithi047.erpxvz (mgr.14182) 629 : 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-12-06T04:22:58.534 INFO:teuthology.orchestra.run.smithi047.stdout: 2023-12-06T04:22:58.535 INFO:teuthology.orchestra.run.smithi047.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-06T04:10:15.517593Z", "last_refresh": "2023-12-06T04:19:07.677115Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-06T04:10:10.954835Z", "last_refresh": "2023-12-06T04:19:05.187783Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-06T04:10:13.544463Z", "last_refresh": "2023-12-06T04:19:07.677283Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-06T04:16:34.566097Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi098.mygyec on smithi098: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi098-mygyec\n/bin/podman: stderr Error: no such container ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi098-mygyec\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi098.mygyec\n/bin/podman: stderr Error: no such container ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi098.mygyec\nDeploy daemon haproxy.nfs.foo.smithi098.mygyec ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi098 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-06T04:14:42Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-06T04:15:19Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-06T04:15:57Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi098 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-06T04:19:03.739263Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi047.dhmayl on smithi047: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi047-dhmayl\n/bin/podman: stderr Error: no such container ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi047-dhmayl\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi047.dhmayl\n/bin/podman: stderr Error: no such container ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi047.dhmayl\nDeploy daemon haproxy.nfs.foo.smithi047.dhmayl ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi047 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-06T04:17:11Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-06T04:17:48Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-06T04:18:26Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi047 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-06T04:19:03.744383Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi098.otnkwd on smithi098: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-06T04:19:03.745660Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi047.tduqaw on smithi047: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-06T04:21:37.565046Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi098.canbud on smithi098: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi098-canbud\n/bin/podman: stderr Error: no such container ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi098-canbud\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi098.canbud\n/bin/podman: stderr Error: no such container ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi098.canbud\nDeploy daemon haproxy.nfs.foo.smithi098.canbud ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi098 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-06T04:19:44Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-06T04:20:22Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-06T04:21:00Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi098 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.47/16"}, "status": {"created": "2023-12-06T04:13:56.330826Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.47/16"}}, {"events": ["2023-12-06T04:13:52.727160Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-06T04:13:52.721318Z", "last_refresh": "2023-12-06T04:19:05.188476Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-06T04:10:09.956661Z", "last_refresh": "2023-12-06T04:19:05.187950Z", "running": 2, "size": 2}}, {"events": ["2023-12-06T04:11:13.238878Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi047:172.21.15.47=smithi047", "smithi098:172.21.15.98=smithi098"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-06T04:11:13.235526Z", "last_refresh": "2023-12-06T04:19:05.188035Z", "running": 2, "size": 2}}, {"events": ["2023-12-06T04:13:56.329598Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-12-06T04:13:56.325813Z", "last_refresh": "2023-12-06T04:19:07.677926Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-06T04:10:14.589128Z", "last_refresh": "2023-12-06T04:19:05.188112Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-06T04:11:43.239438Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-06T04:11:43.235053Z", "last_refresh": "2023-12-06T04:19:05.188186Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-06T04:10:12.030635Z", "last_refresh": "2023-12-06T04:19:07.677436Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-06T04:22:58.905 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-06T04:22:59.620 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Dec 06 04:22:59 smithi098 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi098[111615]: cluster 2023-12-06T04:22:58.098990+0000 mgr.smithi047.erpxvz (mgr.14182) 630 : 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-12-06T04:22:59.629 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Dec 06 04:22:59 smithi047 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi047[108212]: cluster 2023-12-06T04:22:58.098990+0000 mgr.smithi047.erpxvz (mgr.14182) 630 : 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-12-06T04:22:59.909 DEBUG:teuthology.orchestra.run.smithi047:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:d03fca4f35d43f61b4679936aef7bd2f01cced0b shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 2ecad2ea-93ed-11ee-95a2-87774f69a715 -- ceph orch ls -f json 2023-12-06T04:23:00.620 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Dec 06 04:23:00 smithi098 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi098[111615]: audit 2023-12-06T04:22:58.529147+0000 mgr.smithi047.erpxvz (mgr.14182) 631 : audit [DBG] from='client.15332 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-06T04:23:00.629 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Dec 06 04:23:00 smithi047 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi047[108212]: audit 2023-12-06T04:22:58.529147+0000 mgr.smithi047.erpxvz (mgr.14182) 631 : audit [DBG] from='client.15332 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-06T04:23:01.459 INFO:teuthology.orchestra.run.smithi047.stdout: 2023-12-06T04:23:01.460 INFO:teuthology.orchestra.run.smithi047.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-06T04:10:15.517593Z", "last_refresh": "2023-12-06T04:19:07.677115Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-06T04:10:10.954835Z", "last_refresh": "2023-12-06T04:19:05.187783Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-06T04:10:13.544463Z", "last_refresh": "2023-12-06T04:19:07.677283Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-06T04:16:34.566097Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi098.mygyec on smithi098: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi098-mygyec\n/bin/podman: stderr Error: no such container ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi098-mygyec\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi098.mygyec\n/bin/podman: stderr Error: no such container ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi098.mygyec\nDeploy daemon haproxy.nfs.foo.smithi098.mygyec ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi098 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-06T04:14:42Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-06T04:15:19Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-06T04:15:57Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi098 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-06T04:19:03.739263Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi047.dhmayl on smithi047: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi047-dhmayl\n/bin/podman: stderr Error: no such container ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi047-dhmayl\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi047.dhmayl\n/bin/podman: stderr Error: no such container ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi047.dhmayl\nDeploy daemon haproxy.nfs.foo.smithi047.dhmayl ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi047 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-06T04:17:11Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-06T04:17:48Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-06T04:18:26Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi047 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-06T04:19:03.744383Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi098.otnkwd on smithi098: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-06T04:19:03.745660Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi047.tduqaw on smithi047: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-06T04:21:37.565046Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi098.canbud on smithi098: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi098-canbud\n/bin/podman: stderr Error: no such container ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi098-canbud\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi098.canbud\n/bin/podman: stderr Error: no such container ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi098.canbud\nDeploy daemon haproxy.nfs.foo.smithi098.canbud ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi098 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-06T04:19:44Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-06T04:20:22Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-06T04:21:00Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi098 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.47/16"}, "status": {"created": "2023-12-06T04:13:56.330826Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.47/16"}}, {"events": ["2023-12-06T04:13:52.727160Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-06T04:13:52.721318Z", "last_refresh": "2023-12-06T04:19:05.188476Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-06T04:10:09.956661Z", "last_refresh": "2023-12-06T04:19:05.187950Z", "running": 2, "size": 2}}, {"events": ["2023-12-06T04:11:13.238878Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi047:172.21.15.47=smithi047", "smithi098:172.21.15.98=smithi098"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-06T04:11:13.235526Z", "last_refresh": "2023-12-06T04:19:05.188035Z", "running": 2, "size": 2}}, {"events": ["2023-12-06T04:13:56.329598Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-12-06T04:13:56.325813Z", "last_refresh": "2023-12-06T04:19:07.677926Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-06T04:10:14.589128Z", "last_refresh": "2023-12-06T04:19:05.188112Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-06T04:11:43.239438Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-06T04:11:43.235053Z", "last_refresh": "2023-12-06T04:19:05.188186Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-06T04:10:12.030635Z", "last_refresh": "2023-12-06T04:19:07.677436Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-06T04:23:01.620 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Dec 06 04:23:01 smithi098 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi098[111615]: cluster 2023-12-06T04:23:00.099494+0000 mgr.smithi047.erpxvz (mgr.14182) 632 : 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-12-06T04:23:01.629 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Dec 06 04:23:01 smithi047 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi047[108212]: cluster 2023-12-06T04:23:00.099494+0000 mgr.smithi047.erpxvz (mgr.14182) 632 : 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-12-06T04:23:01.843 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-06T04:23:02.844 DEBUG:teuthology.orchestra.run.smithi047:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:d03fca4f35d43f61b4679936aef7bd2f01cced0b shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 2ecad2ea-93ed-11ee-95a2-87774f69a715 -- ceph orch ls -f json 2023-12-06T04:23:03.620 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Dec 06 04:23:03 smithi098 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi098[111615]: audit 2023-12-06T04:23:01.454333+0000 mgr.smithi047.erpxvz (mgr.14182) 633 : audit [DBG] from='client.15336 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-06T04:23:03.620 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Dec 06 04:23:03 smithi098 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi098[111615]: cluster 2023-12-06T04:23:02.100091+0000 mgr.smithi047.erpxvz (mgr.14182) 634 : 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-12-06T04:23:03.629 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Dec 06 04:23:03 smithi047 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi047[108212]: audit 2023-12-06T04:23:01.454333+0000 mgr.smithi047.erpxvz (mgr.14182) 633 : audit [DBG] from='client.15336 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-06T04:23:03.629 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Dec 06 04:23:03 smithi047 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi047[108212]: cluster 2023-12-06T04:23:02.100091+0000 mgr.smithi047.erpxvz (mgr.14182) 634 : 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-12-06T04:23:04.411 INFO:teuthology.orchestra.run.smithi047.stdout: 2023-12-06T04:23:04.411 INFO:teuthology.orchestra.run.smithi047.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-06T04:10:15.517593Z", "last_refresh": "2023-12-06T04:19:07.677115Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-06T04:10:10.954835Z", "last_refresh": "2023-12-06T04:19:05.187783Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-06T04:10:13.544463Z", "last_refresh": "2023-12-06T04:19:07.677283Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-06T04:16:34.566097Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi098.mygyec on smithi098: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi098-mygyec\n/bin/podman: stderr Error: no such container ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi098-mygyec\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi098.mygyec\n/bin/podman: stderr Error: no such container ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi098.mygyec\nDeploy daemon haproxy.nfs.foo.smithi098.mygyec ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi098 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-06T04:14:42Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-06T04:15:19Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-06T04:15:57Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi098 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-06T04:19:03.739263Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi047.dhmayl on smithi047: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi047-dhmayl\n/bin/podman: stderr Error: no such container ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi047-dhmayl\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi047.dhmayl\n/bin/podman: stderr Error: no such container ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi047.dhmayl\nDeploy daemon haproxy.nfs.foo.smithi047.dhmayl ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi047 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-06T04:17:11Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-06T04:17:48Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-06T04:18:26Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi047 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-06T04:19:03.744383Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi098.otnkwd on smithi098: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-06T04:19:03.745660Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi047.tduqaw on smithi047: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-06T04:21:37.565046Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi098.canbud on smithi098: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi098-canbud\n/bin/podman: stderr Error: no such container ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi098-canbud\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi098.canbud\n/bin/podman: stderr Error: no such container ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi098.canbud\nDeploy daemon haproxy.nfs.foo.smithi098.canbud ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi098 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-06T04:19:44Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-06T04:20:22Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-06T04:21:00Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi098 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.47/16"}, "status": {"created": "2023-12-06T04:13:56.330826Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.47/16"}}, {"events": ["2023-12-06T04:13:52.727160Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-06T04:13:52.721318Z", "last_refresh": "2023-12-06T04:19:05.188476Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-06T04:10:09.956661Z", "last_refresh": "2023-12-06T04:19:05.187950Z", "running": 2, "size": 2}}, {"events": ["2023-12-06T04:11:13.238878Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi047:172.21.15.47=smithi047", "smithi098:172.21.15.98=smithi098"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-06T04:11:13.235526Z", "last_refresh": "2023-12-06T04:19:05.188035Z", "running": 2, "size": 2}}, {"events": ["2023-12-06T04:13:56.329598Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-12-06T04:13:56.325813Z", "last_refresh": "2023-12-06T04:19:07.677926Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-06T04:10:14.589128Z", "last_refresh": "2023-12-06T04:19:05.188112Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-06T04:11:43.239438Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-06T04:11:43.235053Z", "last_refresh": "2023-12-06T04:19:05.188186Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-06T04:10:12.030635Z", "last_refresh": "2023-12-06T04:19:07.677436Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-06T04:23:04.793 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-06T04:23:05.620 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Dec 06 04:23:05 smithi098 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi098[111615]: cluster 2023-12-06T04:23:04.100613+0000 mgr.smithi047.erpxvz (mgr.14182) 635 : 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-12-06T04:23:05.620 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Dec 06 04:23:05 smithi098 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi098[111615]: audit 2023-12-06T04:23:04.406018+0000 mgr.smithi047.erpxvz (mgr.14182) 636 : audit [DBG] from='client.15340 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-06T04:23:05.629 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Dec 06 04:23:05 smithi047 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi047[108212]: cluster 2023-12-06T04:23:04.100613+0000 mgr.smithi047.erpxvz (mgr.14182) 635 : 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-12-06T04:23:05.629 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Dec 06 04:23:05 smithi047 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi047[108212]: audit 2023-12-06T04:23:04.406018+0000 mgr.smithi047.erpxvz (mgr.14182) 636 : audit [DBG] from='client.15340 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-06T04:23:05.793 DEBUG:teuthology.orchestra.run.smithi047:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:d03fca4f35d43f61b4679936aef7bd2f01cced0b shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 2ecad2ea-93ed-11ee-95a2-87774f69a715 -- ceph orch ls -f json 2023-12-06T04:23:07.257 INFO:teuthology.orchestra.run.smithi047.stdout: 2023-12-06T04:23:07.257 INFO:teuthology.orchestra.run.smithi047.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-06T04:10:15.517593Z", "last_refresh": "2023-12-06T04:19:07.677115Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-06T04:10:10.954835Z", "last_refresh": "2023-12-06T04:19:05.187783Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-06T04:10:13.544463Z", "last_refresh": "2023-12-06T04:19:07.677283Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-06T04:16:34.566097Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi098.mygyec on smithi098: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi098-mygyec\n/bin/podman: stderr Error: no such container ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi098-mygyec\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi098.mygyec\n/bin/podman: stderr Error: no such container ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi098.mygyec\nDeploy daemon haproxy.nfs.foo.smithi098.mygyec ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi098 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-06T04:14:42Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-06T04:15:19Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-06T04:15:57Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi098 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-06T04:19:03.739263Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi047.dhmayl on smithi047: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi047-dhmayl\n/bin/podman: stderr Error: no such container ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi047-dhmayl\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi047.dhmayl\n/bin/podman: stderr Error: no such container ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi047.dhmayl\nDeploy daemon haproxy.nfs.foo.smithi047.dhmayl ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi047 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-06T04:17:11Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-06T04:17:48Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-06T04:18:26Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi047 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-06T04:19:03.744383Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi098.otnkwd on smithi098: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-06T04:19:03.745660Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi047.tduqaw on smithi047: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-06T04:21:37.565046Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi098.canbud on smithi098: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi098-canbud\n/bin/podman: stderr Error: no such container ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi098-canbud\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi098.canbud\n/bin/podman: stderr Error: no such container ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi098.canbud\nDeploy daemon haproxy.nfs.foo.smithi098.canbud ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi098 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-06T04:19:44Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-06T04:20:22Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-06T04:21:00Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi098 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.47/16"}, "status": {"created": "2023-12-06T04:13:56.330826Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.47/16"}}, {"events": ["2023-12-06T04:13:52.727160Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-06T04:13:52.721318Z", "last_refresh": "2023-12-06T04:19:05.188476Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-06T04:10:09.956661Z", "last_refresh": "2023-12-06T04:19:05.187950Z", "running": 2, "size": 2}}, {"events": ["2023-12-06T04:11:13.238878Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi047:172.21.15.47=smithi047", "smithi098:172.21.15.98=smithi098"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-06T04:11:13.235526Z", "last_refresh": "2023-12-06T04:19:05.188035Z", "running": 2, "size": 2}}, {"events": ["2023-12-06T04:13:56.329598Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-12-06T04:13:56.325813Z", "last_refresh": "2023-12-06T04:19:07.677926Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-06T04:10:14.589128Z", "last_refresh": "2023-12-06T04:19:05.188112Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-06T04:11:43.239438Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-06T04:11:43.235053Z", "last_refresh": "2023-12-06T04:19:05.188186Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-06T04:10:12.030635Z", "last_refresh": "2023-12-06T04:19:07.677436Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-06T04:23:07.568 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Dec 06 04:23:07 smithi047 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi047[108212]: cluster 2023-12-06T04:23:06.101285+0000 mgr.smithi047.erpxvz (mgr.14182) 637 : 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-12-06T04:23:07.620 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Dec 06 04:23:07 smithi098 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi098[111615]: cluster 2023-12-06T04:23:06.101285+0000 mgr.smithi047.erpxvz (mgr.14182) 637 : 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-12-06T04:23:07.642 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-06T04:23:08.629 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Dec 06 04:23:08 smithi047 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi047[108212]: audit 2023-12-06T04:23:07.252245+0000 mgr.smithi047.erpxvz (mgr.14182) 638 : audit [DBG] from='client.15344 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-06T04:23:08.645 DEBUG:teuthology.orchestra.run.smithi047:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:d03fca4f35d43f61b4679936aef7bd2f01cced0b shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 2ecad2ea-93ed-11ee-95a2-87774f69a715 -- ceph orch ls -f json 2023-12-06T04:23:08.870 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Dec 06 04:23:08 smithi098 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi098[111615]: audit 2023-12-06T04:23:07.252245+0000 mgr.smithi047.erpxvz (mgr.14182) 638 : audit [DBG] from='client.15344 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-06T04:23:09.629 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Dec 06 04:23:09 smithi047 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi047[108212]: cluster 2023-12-06T04:23:08.102058+0000 mgr.smithi047.erpxvz (mgr.14182) 639 : 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-12-06T04:23:09.870 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Dec 06 04:23:09 smithi098 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi098[111615]: cluster 2023-12-06T04:23:08.102058+0000 mgr.smithi047.erpxvz (mgr.14182) 639 : 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-12-06T04:23:10.127 INFO:teuthology.orchestra.run.smithi047.stdout: 2023-12-06T04:23:10.127 INFO:teuthology.orchestra.run.smithi047.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-06T04:10:15.517593Z", "last_refresh": "2023-12-06T04:19:07.677115Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-06T04:10:10.954835Z", "last_refresh": "2023-12-06T04:19:05.187783Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-06T04:10:13.544463Z", "last_refresh": "2023-12-06T04:19:07.677283Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-06T04:16:34.566097Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi098.mygyec on smithi098: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi098-mygyec\n/bin/podman: stderr Error: no such container ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi098-mygyec\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi098.mygyec\n/bin/podman: stderr Error: no such container ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi098.mygyec\nDeploy daemon haproxy.nfs.foo.smithi098.mygyec ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi098 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-06T04:14:42Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-06T04:15:19Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-06T04:15:57Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi098 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-06T04:19:03.739263Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi047.dhmayl on smithi047: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi047-dhmayl\n/bin/podman: stderr Error: no such container ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi047-dhmayl\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi047.dhmayl\n/bin/podman: stderr Error: no such container ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi047.dhmayl\nDeploy daemon haproxy.nfs.foo.smithi047.dhmayl ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi047 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-06T04:17:11Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-06T04:17:48Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-06T04:18:26Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi047 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-06T04:19:03.744383Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi098.otnkwd on smithi098: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-06T04:19:03.745660Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi047.tduqaw on smithi047: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-06T04:21:37.565046Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi098.canbud on smithi098: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi098-canbud\n/bin/podman: stderr Error: no such container ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi098-canbud\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi098.canbud\n/bin/podman: stderr Error: no such container ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi098.canbud\nDeploy daemon haproxy.nfs.foo.smithi098.canbud ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi098 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-06T04:19:44Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-06T04:20:22Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-06T04:21:00Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi098 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.47/16"}, "status": {"created": "2023-12-06T04:13:56.330826Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.47/16"}}, {"events": ["2023-12-06T04:13:52.727160Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-06T04:13:52.721318Z", "last_refresh": "2023-12-06T04:19:05.188476Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-06T04:10:09.956661Z", "last_refresh": "2023-12-06T04:19:05.187950Z", "running": 2, "size": 2}}, {"events": ["2023-12-06T04:11:13.238878Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi047:172.21.15.47=smithi047", "smithi098:172.21.15.98=smithi098"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-06T04:11:13.235526Z", "last_refresh": "2023-12-06T04:19:05.188035Z", "running": 2, "size": 2}}, {"events": ["2023-12-06T04:13:56.329598Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-12-06T04:13:56.325813Z", "last_refresh": "2023-12-06T04:19:07.677926Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-06T04:10:14.589128Z", "last_refresh": "2023-12-06T04:19:05.188112Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-06T04:11:43.239438Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-06T04:11:43.235053Z", "last_refresh": "2023-12-06T04:19:05.188186Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-06T04:10:12.030635Z", "last_refresh": "2023-12-06T04:19:07.677436Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-06T04:23:10.510 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-06T04:23:11.511 DEBUG:teuthology.orchestra.run.smithi047:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:d03fca4f35d43f61b4679936aef7bd2f01cced0b shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 2ecad2ea-93ed-11ee-95a2-87774f69a715 -- ceph orch ls -f json 2023-12-06T04:23:11.629 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Dec 06 04:23:11 smithi047 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi047[108212]: cluster 2023-12-06T04:23:10.102578+0000 mgr.smithi047.erpxvz (mgr.14182) 640 : 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-12-06T04:23:11.629 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Dec 06 04:23:11 smithi047 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi047[108212]: audit 2023-12-06T04:23:10.122152+0000 mgr.smithi047.erpxvz (mgr.14182) 641 : audit [DBG] from='client.15348 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-06T04:23:11.870 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Dec 06 04:23:11 smithi098 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi098[111615]: cluster 2023-12-06T04:23:10.102578+0000 mgr.smithi047.erpxvz (mgr.14182) 640 : 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-12-06T04:23:11.870 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Dec 06 04:23:11 smithi098 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi098[111615]: audit 2023-12-06T04:23:10.122152+0000 mgr.smithi047.erpxvz (mgr.14182) 641 : audit [DBG] from='client.15348 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-06T04:23:13.029 INFO:teuthology.orchestra.run.smithi047.stdout: 2023-12-06T04:23:13.029 INFO:teuthology.orchestra.run.smithi047.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-06T04:10:15.517593Z", "last_refresh": "2023-12-06T04:19:07.677115Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-06T04:10:10.954835Z", "last_refresh": "2023-12-06T04:19:05.187783Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-06T04:10:13.544463Z", "last_refresh": "2023-12-06T04:19:07.677283Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-06T04:16:34.566097Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi098.mygyec on smithi098: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi098-mygyec\n/bin/podman: stderr Error: no such container ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi098-mygyec\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi098.mygyec\n/bin/podman: stderr Error: no such container ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi098.mygyec\nDeploy daemon haproxy.nfs.foo.smithi098.mygyec ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi098 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-06T04:14:42Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-06T04:15:19Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-06T04:15:57Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi098 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-06T04:19:03.739263Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi047.dhmayl on smithi047: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi047-dhmayl\n/bin/podman: stderr Error: no such container ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi047-dhmayl\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi047.dhmayl\n/bin/podman: stderr Error: no such container ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi047.dhmayl\nDeploy daemon haproxy.nfs.foo.smithi047.dhmayl ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi047 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-06T04:17:11Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-06T04:17:48Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-06T04:18:26Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi047 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-06T04:19:03.744383Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi098.otnkwd on smithi098: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-06T04:19:03.745660Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi047.tduqaw on smithi047: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-06T04:21:37.565046Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi098.canbud on smithi098: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi098-canbud\n/bin/podman: stderr Error: no such container ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi098-canbud\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi098.canbud\n/bin/podman: stderr Error: no such container ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi098.canbud\nDeploy daemon haproxy.nfs.foo.smithi098.canbud ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi098 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-06T04:19:44Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-06T04:20:22Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-06T04:21:00Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi098 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.47/16"}, "status": {"created": "2023-12-06T04:13:56.330826Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.47/16"}}, {"events": ["2023-12-06T04:13:52.727160Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-06T04:13:52.721318Z", "last_refresh": "2023-12-06T04:19:05.188476Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-06T04:10:09.956661Z", "last_refresh": "2023-12-06T04:19:05.187950Z", "running": 2, "size": 2}}, {"events": ["2023-12-06T04:11:13.238878Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi047:172.21.15.47=smithi047", "smithi098:172.21.15.98=smithi098"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-06T04:11:13.235526Z", "last_refresh": "2023-12-06T04:19:05.188035Z", "running": 2, "size": 2}}, {"events": ["2023-12-06T04:13:56.329598Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-12-06T04:13:56.325813Z", "last_refresh": "2023-12-06T04:19:07.677926Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-06T04:10:14.589128Z", "last_refresh": "2023-12-06T04:19:05.188112Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-06T04:11:43.239438Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-06T04:11:43.235053Z", "last_refresh": "2023-12-06T04:19:05.188186Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-06T04:10:12.030635Z", "last_refresh": "2023-12-06T04:19:07.677436Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-06T04:23:13.418 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-06T04:23:13.629 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Dec 06 04:23:13 smithi047 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi047[108212]: cluster 2023-12-06T04:23:12.103169+0000 mgr.smithi047.erpxvz (mgr.14182) 642 : 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-12-06T04:23:13.870 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Dec 06 04:23:13 smithi098 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi098[111615]: cluster 2023-12-06T04:23:12.103169+0000 mgr.smithi047.erpxvz (mgr.14182) 642 : 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-12-06T04:23:14.418 DEBUG:teuthology.orchestra.run.smithi047:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:d03fca4f35d43f61b4679936aef7bd2f01cced0b shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 2ecad2ea-93ed-11ee-95a2-87774f69a715 -- ceph orch ls -f json 2023-12-06T04:23:14.769 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Dec 06 04:23:14 smithi047 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi047[108212]: audit 2023-12-06T04:23:13.024159+0000 mgr.smithi047.erpxvz (mgr.14182) 643 : audit [DBG] from='client.15352 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-06T04:23:14.870 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Dec 06 04:23:14 smithi098 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi098[111615]: audit 2023-12-06T04:23:13.024159+0000 mgr.smithi047.erpxvz (mgr.14182) 643 : audit [DBG] from='client.15352 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-06T04:23:15.870 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Dec 06 04:23:15 smithi098 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi098[111615]: cluster 2023-12-06T04:23:14.103778+0000 mgr.smithi047.erpxvz (mgr.14182) 644 : 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-12-06T04:23:15.880 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Dec 06 04:23:15 smithi047 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi047[108212]: cluster 2023-12-06T04:23:14.103778+0000 mgr.smithi047.erpxvz (mgr.14182) 644 : 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-12-06T04:23:15.909 INFO:teuthology.orchestra.run.smithi047.stdout: 2023-12-06T04:23:15.910 INFO:teuthology.orchestra.run.smithi047.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-06T04:10:15.517593Z", "last_refresh": "2023-12-06T04:19:07.677115Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-06T04:10:10.954835Z", "last_refresh": "2023-12-06T04:19:05.187783Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-06T04:10:13.544463Z", "last_refresh": "2023-12-06T04:19:07.677283Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-06T04:16:34.566097Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi098.mygyec on smithi098: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi098-mygyec\n/bin/podman: stderr Error: no such container ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi098-mygyec\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi098.mygyec\n/bin/podman: stderr Error: no such container ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi098.mygyec\nDeploy daemon haproxy.nfs.foo.smithi098.mygyec ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi098 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-06T04:14:42Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-06T04:15:19Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-06T04:15:57Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi098 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-06T04:19:03.739263Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi047.dhmayl on smithi047: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi047-dhmayl\n/bin/podman: stderr Error: no such container ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi047-dhmayl\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi047.dhmayl\n/bin/podman: stderr Error: no such container ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi047.dhmayl\nDeploy daemon haproxy.nfs.foo.smithi047.dhmayl ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi047 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-06T04:17:11Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-06T04:17:48Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-06T04:18:26Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi047 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-06T04:19:03.744383Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi098.otnkwd on smithi098: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-06T04:19:03.745660Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi047.tduqaw on smithi047: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-06T04:21:37.565046Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi098.canbud on smithi098: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi098-canbud\n/bin/podman: stderr Error: no such container ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi098-canbud\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi098.canbud\n/bin/podman: stderr Error: no such container ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi098.canbud\nDeploy daemon haproxy.nfs.foo.smithi098.canbud ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi098 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-06T04:19:44Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-06T04:20:22Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-06T04:21:00Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi098 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.47/16"}, "status": {"created": "2023-12-06T04:13:56.330826Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.47/16"}}, {"events": ["2023-12-06T04:13:52.727160Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-06T04:13:52.721318Z", "last_refresh": "2023-12-06T04:19:05.188476Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-06T04:10:09.956661Z", "last_refresh": "2023-12-06T04:19:05.187950Z", "running": 2, "size": 2}}, {"events": ["2023-12-06T04:11:13.238878Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi047:172.21.15.47=smithi047", "smithi098:172.21.15.98=smithi098"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-06T04:11:13.235526Z", "last_refresh": "2023-12-06T04:19:05.188035Z", "running": 2, "size": 2}}, {"events": ["2023-12-06T04:13:56.329598Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-12-06T04:13:56.325813Z", "last_refresh": "2023-12-06T04:19:07.677926Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-06T04:10:14.589128Z", "last_refresh": "2023-12-06T04:19:05.188112Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-06T04:11:43.239438Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-06T04:11:43.235053Z", "last_refresh": "2023-12-06T04:19:05.188186Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-06T04:10:12.030635Z", "last_refresh": "2023-12-06T04:19:07.677436Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-06T04:23:16.283 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-06T04:23:17.284 DEBUG:teuthology.orchestra.run.smithi047:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:d03fca4f35d43f61b4679936aef7bd2f01cced0b shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 2ecad2ea-93ed-11ee-95a2-87774f69a715 -- ceph orch ls -f json 2023-12-06T04:23:17.620 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Dec 06 04:23:17 smithi047 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi047[108212]: audit 2023-12-06T04:23:15.904916+0000 mgr.smithi047.erpxvz (mgr.14182) 645 : audit [DBG] from='client.15356 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-06T04:23:17.621 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Dec 06 04:23:17 smithi047 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi047[108212]: cluster 2023-12-06T04:23:16.104298+0000 mgr.smithi047.erpxvz (mgr.14182) 646 : 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-12-06T04:23:17.870 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Dec 06 04:23:17 smithi098 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi098[111615]: audit 2023-12-06T04:23:15.904916+0000 mgr.smithi047.erpxvz (mgr.14182) 645 : audit [DBG] from='client.15356 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-06T04:23:17.870 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Dec 06 04:23:17 smithi098 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi098[111615]: cluster 2023-12-06T04:23:16.104298+0000 mgr.smithi047.erpxvz (mgr.14182) 646 : 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-12-06T04:23:18.739 INFO:teuthology.orchestra.run.smithi047.stdout: 2023-12-06T04:23:18.739 INFO:teuthology.orchestra.run.smithi047.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-06T04:10:15.517593Z", "last_refresh": "2023-12-06T04:19:07.677115Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-06T04:10:10.954835Z", "last_refresh": "2023-12-06T04:19:05.187783Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-06T04:10:13.544463Z", "last_refresh": "2023-12-06T04:19:07.677283Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-06T04:16:34.566097Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi098.mygyec on smithi098: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi098-mygyec\n/bin/podman: stderr Error: no such container ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi098-mygyec\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi098.mygyec\n/bin/podman: stderr Error: no such container ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi098.mygyec\nDeploy daemon haproxy.nfs.foo.smithi098.mygyec ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi098 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-06T04:14:42Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-06T04:15:19Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-06T04:15:57Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi098 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-06T04:19:03.739263Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi047.dhmayl on smithi047: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi047-dhmayl\n/bin/podman: stderr Error: no such container ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi047-dhmayl\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi047.dhmayl\n/bin/podman: stderr Error: no such container ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi047.dhmayl\nDeploy daemon haproxy.nfs.foo.smithi047.dhmayl ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi047 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-06T04:17:11Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-06T04:17:48Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-06T04:18:26Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi047 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-06T04:19:03.744383Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi098.otnkwd on smithi098: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-06T04:19:03.745660Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi047.tduqaw on smithi047: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-06T04:21:37.565046Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi098.canbud on smithi098: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi098-canbud\n/bin/podman: stderr Error: no such container ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi098-canbud\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi098.canbud\n/bin/podman: stderr Error: no such container ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi098.canbud\nDeploy daemon haproxy.nfs.foo.smithi098.canbud ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi098 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-06T04:19:44Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-06T04:20:22Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-06T04:21:00Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi098 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.47/16"}, "status": {"created": "2023-12-06T04:13:56.330826Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.47/16"}}, {"events": ["2023-12-06T04:13:52.727160Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-06T04:13:52.721318Z", "last_refresh": "2023-12-06T04:19:05.188476Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-06T04:10:09.956661Z", "last_refresh": "2023-12-06T04:19:05.187950Z", "running": 2, "size": 2}}, {"events": ["2023-12-06T04:11:13.238878Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi047:172.21.15.47=smithi047", "smithi098:172.21.15.98=smithi098"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-06T04:11:13.235526Z", "last_refresh": "2023-12-06T04:19:05.188035Z", "running": 2, "size": 2}}, {"events": ["2023-12-06T04:13:56.329598Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-12-06T04:13:56.325813Z", "last_refresh": "2023-12-06T04:19:07.677926Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-06T04:10:14.589128Z", "last_refresh": "2023-12-06T04:19:05.188112Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-06T04:11:43.239438Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-06T04:11:43.235053Z", "last_refresh": "2023-12-06T04:19:05.188186Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-06T04:10:12.030635Z", "last_refresh": "2023-12-06T04:19:07.677436Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-06T04:23:19.141 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-06T04:23:19.870 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Dec 06 04:23:19 smithi098 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi098[111615]: cluster 2023-12-06T04:23:18.104970+0000 mgr.smithi047.erpxvz (mgr.14182) 647 : 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-12-06T04:23:19.879 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Dec 06 04:23:19 smithi047 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi047[108212]: cluster 2023-12-06T04:23:18.104970+0000 mgr.smithi047.erpxvz (mgr.14182) 647 : 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-12-06T04:23:20.143 DEBUG:teuthology.orchestra.run.smithi047:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:d03fca4f35d43f61b4679936aef7bd2f01cced0b shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 2ecad2ea-93ed-11ee-95a2-87774f69a715 -- ceph orch ls -f json 2023-12-06T04:23:20.545 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Dec 06 04:23:20 smithi047 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi047[108212]: audit 2023-12-06T04:23:18.734248+0000 mgr.smithi047.erpxvz (mgr.14182) 648 : audit [DBG] from='client.15360 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-06T04:23:20.870 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Dec 06 04:23:20 smithi098 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi098[111615]: audit 2023-12-06T04:23:18.734248+0000 mgr.smithi047.erpxvz (mgr.14182) 648 : audit [DBG] from='client.15360 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-06T04:23:21.629 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Dec 06 04:23:21 smithi047 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi047[108212]: cluster 2023-12-06T04:23:20.105531+0000 mgr.smithi047.erpxvz (mgr.14182) 649 : 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-12-06T04:23:21.678 INFO:teuthology.orchestra.run.smithi047.stdout: 2023-12-06T04:23:21.678 INFO:teuthology.orchestra.run.smithi047.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-06T04:10:15.517593Z", "last_refresh": "2023-12-06T04:19:07.677115Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-06T04:10:10.954835Z", "last_refresh": "2023-12-06T04:19:05.187783Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-06T04:10:13.544463Z", "last_refresh": "2023-12-06T04:19:07.677283Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-06T04:16:34.566097Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi098.mygyec on smithi098: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi098-mygyec\n/bin/podman: stderr Error: no such container ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi098-mygyec\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi098.mygyec\n/bin/podman: stderr Error: no such container ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi098.mygyec\nDeploy daemon haproxy.nfs.foo.smithi098.mygyec ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi098 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-06T04:14:42Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-06T04:15:19Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-06T04:15:57Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi098 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-06T04:19:03.739263Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi047.dhmayl on smithi047: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi047-dhmayl\n/bin/podman: stderr Error: no such container ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi047-dhmayl\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi047.dhmayl\n/bin/podman: stderr Error: no such container ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi047.dhmayl\nDeploy daemon haproxy.nfs.foo.smithi047.dhmayl ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi047 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-06T04:17:11Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-06T04:17:48Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-06T04:18:26Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi047 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-06T04:19:03.744383Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi098.otnkwd on smithi098: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-06T04:19:03.745660Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi047.tduqaw on smithi047: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-06T04:21:37.565046Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi098.canbud on smithi098: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi098-canbud\n/bin/podman: stderr Error: no such container ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi098-canbud\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi098.canbud\n/bin/podman: stderr Error: no such container ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi098.canbud\nDeploy daemon haproxy.nfs.foo.smithi098.canbud ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi098 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-06T04:19:44Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-06T04:20:22Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-06T04:21:00Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi098 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.47/16"}, "status": {"created": "2023-12-06T04:13:56.330826Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.47/16"}}, {"events": ["2023-12-06T04:13:52.727160Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-06T04:13:52.721318Z", "last_refresh": "2023-12-06T04:19:05.188476Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-06T04:10:09.956661Z", "last_refresh": "2023-12-06T04:19:05.187950Z", "running": 2, "size": 2}}, {"events": ["2023-12-06T04:11:13.238878Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi047:172.21.15.47=smithi047", "smithi098:172.21.15.98=smithi098"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-06T04:11:13.235526Z", "last_refresh": "2023-12-06T04:19:05.188035Z", "running": 2, "size": 2}}, {"events": ["2023-12-06T04:13:56.329598Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-12-06T04:13:56.325813Z", "last_refresh": "2023-12-06T04:19:07.677926Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-06T04:10:14.589128Z", "last_refresh": "2023-12-06T04:19:05.188112Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-06T04:11:43.239438Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-06T04:11:43.235053Z", "last_refresh": "2023-12-06T04:19:05.188186Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-06T04:10:12.030635Z", "last_refresh": "2023-12-06T04:19:07.677436Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-06T04:23:21.870 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Dec 06 04:23:21 smithi098 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi098[111615]: cluster 2023-12-06T04:23:20.105531+0000 mgr.smithi047.erpxvz (mgr.14182) 649 : 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-12-06T04:23:22.083 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-06T04:23:23.083 DEBUG:teuthology.orchestra.run.smithi047:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:d03fca4f35d43f61b4679936aef7bd2f01cced0b shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 2ecad2ea-93ed-11ee-95a2-87774f69a715 -- ceph orch ls -f json 2023-12-06T04:23:23.870 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Dec 06 04:23:23 smithi098 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi098[111615]: audit 2023-12-06T04:23:21.673751+0000 mgr.smithi047.erpxvz (mgr.14182) 650 : audit [DBG] from='client.15364 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-06T04:23:23.870 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Dec 06 04:23:23 smithi098 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi098[111615]: cluster 2023-12-06T04:23:22.106303+0000 mgr.smithi047.erpxvz (mgr.14182) 651 : 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-12-06T04:23:23.879 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Dec 06 04:23:23 smithi047 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi047[108212]: audit 2023-12-06T04:23:21.673751+0000 mgr.smithi047.erpxvz (mgr.14182) 650 : audit [DBG] from='client.15364 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-06T04:23:23.879 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Dec 06 04:23:23 smithi047 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi047[108212]: cluster 2023-12-06T04:23:22.106303+0000 mgr.smithi047.erpxvz (mgr.14182) 651 : 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-12-06T04:23:24.609 INFO:teuthology.orchestra.run.smithi047.stdout: 2023-12-06T04:23:24.609 INFO:teuthology.orchestra.run.smithi047.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-06T04:10:15.517593Z", "last_refresh": "2023-12-06T04:19:07.677115Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-06T04:10:10.954835Z", "last_refresh": "2023-12-06T04:19:05.187783Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-06T04:10:13.544463Z", "last_refresh": "2023-12-06T04:19:07.677283Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-06T04:16:34.566097Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi098.mygyec on smithi098: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi098-mygyec\n/bin/podman: stderr Error: no such container ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi098-mygyec\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi098.mygyec\n/bin/podman: stderr Error: no such container ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi098.mygyec\nDeploy daemon haproxy.nfs.foo.smithi098.mygyec ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi098 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-06T04:14:42Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-06T04:15:19Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-06T04:15:57Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi098 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-06T04:19:03.739263Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi047.dhmayl on smithi047: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi047-dhmayl\n/bin/podman: stderr Error: no such container ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi047-dhmayl\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi047.dhmayl\n/bin/podman: stderr Error: no such container ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi047.dhmayl\nDeploy daemon haproxy.nfs.foo.smithi047.dhmayl ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi047 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-06T04:17:11Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-06T04:17:48Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-06T04:18:26Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi047 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-06T04:19:03.744383Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi098.otnkwd on smithi098: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-06T04:19:03.745660Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi047.tduqaw on smithi047: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-06T04:21:37.565046Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi098.canbud on smithi098: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi098-canbud\n/bin/podman: stderr Error: no such container ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi098-canbud\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi098.canbud\n/bin/podman: stderr Error: no such container ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi098.canbud\nDeploy daemon haproxy.nfs.foo.smithi098.canbud ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi098 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-06T04:19:44Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-06T04:20:22Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-06T04:21:00Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi098 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.47/16"}, "status": {"created": "2023-12-06T04:13:56.330826Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.47/16"}}, {"events": ["2023-12-06T04:13:52.727160Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-06T04:13:52.721318Z", "last_refresh": "2023-12-06T04:19:05.188476Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-06T04:10:09.956661Z", "last_refresh": "2023-12-06T04:19:05.187950Z", "running": 2, "size": 2}}, {"events": ["2023-12-06T04:11:13.238878Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi047:172.21.15.47=smithi047", "smithi098:172.21.15.98=smithi098"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-06T04:11:13.235526Z", "last_refresh": "2023-12-06T04:19:05.188035Z", "running": 2, "size": 2}}, {"events": ["2023-12-06T04:13:56.329598Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-12-06T04:13:56.325813Z", "last_refresh": "2023-12-06T04:19:07.677926Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-06T04:10:14.589128Z", "last_refresh": "2023-12-06T04:19:05.188112Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-06T04:11:43.239438Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-06T04:11:43.235053Z", "last_refresh": "2023-12-06T04:19:05.188186Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-06T04:10:12.030635Z", "last_refresh": "2023-12-06T04:19:07.677436Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-06T04:23:25.000 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-06T04:23:25.870 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Dec 06 04:23:25 smithi098 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi098[111615]: cluster 2023-12-06T04:23:24.106823+0000 mgr.smithi047.erpxvz (mgr.14182) 652 : 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-12-06T04:23:25.879 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Dec 06 04:23:25 smithi047 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi047[108212]: cluster 2023-12-06T04:23:24.106823+0000 mgr.smithi047.erpxvz (mgr.14182) 652 : 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-12-06T04:23:26.001 DEBUG:teuthology.orchestra.run.smithi047:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:d03fca4f35d43f61b4679936aef7bd2f01cced0b shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 2ecad2ea-93ed-11ee-95a2-87774f69a715 -- ceph orch ls -f json 2023-12-06T04:23:26.630 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Dec 06 04:23:26 smithi047 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi047[108212]: audit 2023-12-06T04:23:24.603964+0000 mgr.smithi047.erpxvz (mgr.14182) 653 : audit [DBG] from='client.15368 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-06T04:23:26.691 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Dec 06 04:23:26 smithi098 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi098[111615]: audit 2023-12-06T04:23:24.603964+0000 mgr.smithi047.erpxvz (mgr.14182) 653 : audit [DBG] from='client.15368 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-06T04:23:27.529 INFO:teuthology.orchestra.run.smithi047.stdout: 2023-12-06T04:23:27.529 INFO:teuthology.orchestra.run.smithi047.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-06T04:10:15.517593Z", "last_refresh": "2023-12-06T04:19:07.677115Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-06T04:10:10.954835Z", "last_refresh": "2023-12-06T04:19:05.187783Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-06T04:10:13.544463Z", "last_refresh": "2023-12-06T04:19:07.677283Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-06T04:16:34.566097Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi098.mygyec on smithi098: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi098-mygyec\n/bin/podman: stderr Error: no such container ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi098-mygyec\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi098.mygyec\n/bin/podman: stderr Error: no such container ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi098.mygyec\nDeploy daemon haproxy.nfs.foo.smithi098.mygyec ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi098 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-06T04:14:42Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-06T04:15:19Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-06T04:15:57Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi098 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-06T04:19:03.739263Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi047.dhmayl on smithi047: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi047-dhmayl\n/bin/podman: stderr Error: no such container ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi047-dhmayl\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi047.dhmayl\n/bin/podman: stderr Error: no such container ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi047.dhmayl\nDeploy daemon haproxy.nfs.foo.smithi047.dhmayl ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi047 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-06T04:17:11Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-06T04:17:48Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-06T04:18:26Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi047 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-06T04:19:03.744383Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi098.otnkwd on smithi098: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-06T04:19:03.745660Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi047.tduqaw on smithi047: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-06T04:21:37.565046Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi098.canbud on smithi098: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi098-canbud\n/bin/podman: stderr Error: no such container ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi098-canbud\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi098.canbud\n/bin/podman: stderr Error: no such container ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi098.canbud\nDeploy daemon haproxy.nfs.foo.smithi098.canbud ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi098 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-06T04:19:44Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-06T04:20:22Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-06T04:21:00Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi098 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.47/16"}, "status": {"created": "2023-12-06T04:13:56.330826Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.47/16"}}, {"events": ["2023-12-06T04:13:52.727160Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-06T04:13:52.721318Z", "last_refresh": "2023-12-06T04:19:05.188476Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-06T04:10:09.956661Z", "last_refresh": "2023-12-06T04:19:05.187950Z", "running": 2, "size": 2}}, {"events": ["2023-12-06T04:11:13.238878Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi047:172.21.15.47=smithi047", "smithi098:172.21.15.98=smithi098"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-06T04:11:13.235526Z", "last_refresh": "2023-12-06T04:19:05.188035Z", "running": 2, "size": 2}}, {"events": ["2023-12-06T04:13:56.329598Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-12-06T04:13:56.325813Z", "last_refresh": "2023-12-06T04:19:07.677926Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-06T04:10:14.589128Z", "last_refresh": "2023-12-06T04:19:05.188112Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-06T04:11:43.239438Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-06T04:11:43.235053Z", "last_refresh": "2023-12-06T04:19:05.188186Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-06T04:10:12.030635Z", "last_refresh": "2023-12-06T04:19:07.677436Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-06T04:23:27.694 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Dec 06 04:23:27 smithi047 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi047[108212]: cluster 2023-12-06T04:23:26.107330+0000 mgr.smithi047.erpxvz (mgr.14182) 654 : 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-12-06T04:23:27.870 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Dec 06 04:23:27 smithi098 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi098[111615]: cluster 2023-12-06T04:23:26.107330+0000 mgr.smithi047.erpxvz (mgr.14182) 654 : 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-12-06T04:23:27.907 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-06T04:23:28.908 DEBUG:teuthology.orchestra.run.smithi047:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:d03fca4f35d43f61b4679936aef7bd2f01cced0b shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 2ecad2ea-93ed-11ee-95a2-87774f69a715 -- ceph orch ls -f json 2023-12-06T04:23:29.620 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Dec 06 04:23:29 smithi098 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi098[111615]: audit 2023-12-06T04:23:27.524467+0000 mgr.smithi047.erpxvz (mgr.14182) 655 : audit [DBG] from='client.15372 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-06T04:23:29.620 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Dec 06 04:23:29 smithi098 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi098[111615]: cluster 2023-12-06T04:23:28.107946+0000 mgr.smithi047.erpxvz (mgr.14182) 656 : 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-12-06T04:23:29.629 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Dec 06 04:23:29 smithi047 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi047[108212]: audit 2023-12-06T04:23:27.524467+0000 mgr.smithi047.erpxvz (mgr.14182) 655 : audit [DBG] from='client.15372 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-06T04:23:29.629 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Dec 06 04:23:29 smithi047 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi047[108212]: cluster 2023-12-06T04:23:28.107946+0000 mgr.smithi047.erpxvz (mgr.14182) 656 : 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-12-06T04:23:30.424 INFO:teuthology.orchestra.run.smithi047.stdout: 2023-12-06T04:23:30.425 INFO:teuthology.orchestra.run.smithi047.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-06T04:10:15.517593Z", "last_refresh": "2023-12-06T04:19:07.677115Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-06T04:10:10.954835Z", "last_refresh": "2023-12-06T04:19:05.187783Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-06T04:10:13.544463Z", "last_refresh": "2023-12-06T04:19:07.677283Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-06T04:16:34.566097Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi098.mygyec on smithi098: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi098-mygyec\n/bin/podman: stderr Error: no such container ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi098-mygyec\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi098.mygyec\n/bin/podman: stderr Error: no such container ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi098.mygyec\nDeploy daemon haproxy.nfs.foo.smithi098.mygyec ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi098 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-06T04:14:42Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-06T04:15:19Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-06T04:15:57Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi098 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-06T04:19:03.739263Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi047.dhmayl on smithi047: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi047-dhmayl\n/bin/podman: stderr Error: no such container ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi047-dhmayl\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi047.dhmayl\n/bin/podman: stderr Error: no such container ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi047.dhmayl\nDeploy daemon haproxy.nfs.foo.smithi047.dhmayl ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi047 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-06T04:17:11Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-06T04:17:48Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-06T04:18:26Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi047 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-06T04:19:03.744383Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi098.otnkwd on smithi098: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-06T04:19:03.745660Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi047.tduqaw on smithi047: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-06T04:21:37.565046Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi098.canbud on smithi098: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi098-canbud\n/bin/podman: stderr Error: no such container ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi098-canbud\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi098.canbud\n/bin/podman: stderr Error: no such container ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi098.canbud\nDeploy daemon haproxy.nfs.foo.smithi098.canbud ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi098 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-06T04:19:44Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-06T04:20:22Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-06T04:21:00Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi098 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.47/16"}, "status": {"created": "2023-12-06T04:13:56.330826Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.47/16"}}, {"events": ["2023-12-06T04:13:52.727160Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-06T04:13:52.721318Z", "last_refresh": "2023-12-06T04:19:05.188476Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-06T04:10:09.956661Z", "last_refresh": "2023-12-06T04:19:05.187950Z", "running": 2, "size": 2}}, {"events": ["2023-12-06T04:11:13.238878Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi047:172.21.15.47=smithi047", "smithi098:172.21.15.98=smithi098"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-06T04:11:13.235526Z", "last_refresh": "2023-12-06T04:19:05.188035Z", "running": 2, "size": 2}}, {"events": ["2023-12-06T04:13:56.329598Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-12-06T04:13:56.325813Z", "last_refresh": "2023-12-06T04:19:07.677926Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-06T04:10:14.589128Z", "last_refresh": "2023-12-06T04:19:05.188112Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-06T04:11:43.239438Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-06T04:11:43.235053Z", "last_refresh": "2023-12-06T04:19:05.188186Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-06T04:10:12.030635Z", "last_refresh": "2023-12-06T04:19:07.677436Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-06T04:23:30.826 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-06T04:23:31.620 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Dec 06 04:23:31 smithi098 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi098[111615]: cluster 2023-12-06T04:23:30.108513+0000 mgr.smithi047.erpxvz (mgr.14182) 657 : 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-12-06T04:23:31.629 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Dec 06 04:23:31 smithi047 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi047[108212]: cluster 2023-12-06T04:23:30.108513+0000 mgr.smithi047.erpxvz (mgr.14182) 657 : 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-12-06T04:23:31.827 DEBUG:teuthology.orchestra.run.smithi047:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:d03fca4f35d43f61b4679936aef7bd2f01cced0b shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 2ecad2ea-93ed-11ee-95a2-87774f69a715 -- ceph orch ls -f json 2023-12-06T04:23:32.535 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Dec 06 04:23:32 smithi047 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi047[108212]: audit 2023-12-06T04:23:30.419365+0000 mgr.smithi047.erpxvz (mgr.14182) 658 : audit [DBG] from='client.15376 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-06T04:23:32.620 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Dec 06 04:23:32 smithi098 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi098[111615]: audit 2023-12-06T04:23:30.419365+0000 mgr.smithi047.erpxvz (mgr.14182) 658 : audit [DBG] from='client.15376 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-06T04:23:33.269 INFO:teuthology.orchestra.run.smithi047.stdout: 2023-12-06T04:23:33.269 INFO:teuthology.orchestra.run.smithi047.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-06T04:10:15.517593Z", "last_refresh": "2023-12-06T04:19:07.677115Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-06T04:10:10.954835Z", "last_refresh": "2023-12-06T04:19:05.187783Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-06T04:10:13.544463Z", "last_refresh": "2023-12-06T04:19:07.677283Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-06T04:16:34.566097Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi098.mygyec on smithi098: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi098-mygyec\n/bin/podman: stderr Error: no such container ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi098-mygyec\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi098.mygyec\n/bin/podman: stderr Error: no such container ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi098.mygyec\nDeploy daemon haproxy.nfs.foo.smithi098.mygyec ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi098 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-06T04:14:42Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-06T04:15:19Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-06T04:15:57Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi098 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-06T04:19:03.739263Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi047.dhmayl on smithi047: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi047-dhmayl\n/bin/podman: stderr Error: no such container ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi047-dhmayl\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi047.dhmayl\n/bin/podman: stderr Error: no such container ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi047.dhmayl\nDeploy daemon haproxy.nfs.foo.smithi047.dhmayl ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi047 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-06T04:17:11Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-06T04:17:48Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-06T04:18:26Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi047 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-06T04:19:03.744383Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi098.otnkwd on smithi098: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-06T04:19:03.745660Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi047.tduqaw on smithi047: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-06T04:21:37.565046Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi098.canbud on smithi098: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi098-canbud\n/bin/podman: stderr Error: no such container ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi098-canbud\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi098.canbud\n/bin/podman: stderr Error: no such container ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi098.canbud\nDeploy daemon haproxy.nfs.foo.smithi098.canbud ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi098 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-06T04:19:44Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-06T04:20:22Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-06T04:21:00Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi098 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.47/16"}, "status": {"created": "2023-12-06T04:13:56.330826Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.47/16"}}, {"events": ["2023-12-06T04:13:52.727160Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-06T04:13:52.721318Z", "last_refresh": "2023-12-06T04:19:05.188476Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-06T04:10:09.956661Z", "last_refresh": "2023-12-06T04:19:05.187950Z", "running": 2, "size": 2}}, {"events": ["2023-12-06T04:11:13.238878Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi047:172.21.15.47=smithi047", "smithi098:172.21.15.98=smithi098"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-06T04:11:13.235526Z", "last_refresh": "2023-12-06T04:19:05.188035Z", "running": 2, "size": 2}}, {"events": ["2023-12-06T04:13:56.329598Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-12-06T04:13:56.325813Z", "last_refresh": "2023-12-06T04:19:07.677926Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-06T04:10:14.589128Z", "last_refresh": "2023-12-06T04:19:05.188112Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-06T04:11:43.239438Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-06T04:11:43.235053Z", "last_refresh": "2023-12-06T04:19:05.188186Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-06T04:10:12.030635Z", "last_refresh": "2023-12-06T04:19:07.677436Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-06T04:23:33.573 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Dec 06 04:23:33 smithi047 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi047[108212]: cluster 2023-12-06T04:23:32.109242+0000 mgr.smithi047.erpxvz (mgr.14182) 659 : 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-12-06T04:23:33.620 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Dec 06 04:23:33 smithi098 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi098[111615]: cluster 2023-12-06T04:23:32.109242+0000 mgr.smithi047.erpxvz (mgr.14182) 659 : 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-12-06T04:23:33.649 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-06T04:23:34.620 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Dec 06 04:23:34 smithi098 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi098[111615]: audit 2023-12-06T04:23:33.264375+0000 mgr.smithi047.erpxvz (mgr.14182) 660 : audit [DBG] from='client.15380 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-06T04:23:34.629 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Dec 06 04:23:34 smithi047 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi047[108212]: audit 2023-12-06T04:23:33.264375+0000 mgr.smithi047.erpxvz (mgr.14182) 660 : audit [DBG] from='client.15380 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-06T04:23:34.650 DEBUG:teuthology.orchestra.run.smithi047:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:d03fca4f35d43f61b4679936aef7bd2f01cced0b shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 2ecad2ea-93ed-11ee-95a2-87774f69a715 -- ceph orch ls -f json 2023-12-06T04:23:35.622 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Dec 06 04:23:35 smithi098 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi098[111615]: cluster 2023-12-06T04:23:34.109732+0000 mgr.smithi047.erpxvz (mgr.14182) 661 : 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-12-06T04:23:35.629 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Dec 06 04:23:35 smithi047 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi047[108212]: cluster 2023-12-06T04:23:34.109732+0000 mgr.smithi047.erpxvz (mgr.14182) 661 : 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-12-06T04:23:36.083 INFO:teuthology.orchestra.run.smithi047.stdout: 2023-12-06T04:23:36.083 INFO:teuthology.orchestra.run.smithi047.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-06T04:10:15.517593Z", "last_refresh": "2023-12-06T04:19:07.677115Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-06T04:10:10.954835Z", "last_refresh": "2023-12-06T04:19:05.187783Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-06T04:10:13.544463Z", "last_refresh": "2023-12-06T04:19:07.677283Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-06T04:16:34.566097Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi098.mygyec on smithi098: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi098-mygyec\n/bin/podman: stderr Error: no such container ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi098-mygyec\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi098.mygyec\n/bin/podman: stderr Error: no such container ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi098.mygyec\nDeploy daemon haproxy.nfs.foo.smithi098.mygyec ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi098 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-06T04:14:42Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-06T04:15:19Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-06T04:15:57Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi098 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-06T04:19:03.739263Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi047.dhmayl on smithi047: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi047-dhmayl\n/bin/podman: stderr Error: no such container ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi047-dhmayl\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi047.dhmayl\n/bin/podman: stderr Error: no such container ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi047.dhmayl\nDeploy daemon haproxy.nfs.foo.smithi047.dhmayl ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi047 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-06T04:17:11Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-06T04:17:48Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-06T04:18:26Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi047 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-06T04:19:03.744383Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi098.otnkwd on smithi098: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-06T04:19:03.745660Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi047.tduqaw on smithi047: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-06T04:21:37.565046Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi098.canbud on smithi098: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi098-canbud\n/bin/podman: stderr Error: no such container ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi098-canbud\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi098.canbud\n/bin/podman: stderr Error: no such container ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi098.canbud\nDeploy daemon haproxy.nfs.foo.smithi098.canbud ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi098 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-06T04:19:44Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-06T04:20:22Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-06T04:21:00Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi098 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.47/16"}, "status": {"created": "2023-12-06T04:13:56.330826Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.47/16"}}, {"events": ["2023-12-06T04:13:52.727160Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-06T04:13:52.721318Z", "last_refresh": "2023-12-06T04:19:05.188476Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-06T04:10:09.956661Z", "last_refresh": "2023-12-06T04:19:05.187950Z", "running": 2, "size": 2}}, {"events": ["2023-12-06T04:11:13.238878Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi047:172.21.15.47=smithi047", "smithi098:172.21.15.98=smithi098"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-06T04:11:13.235526Z", "last_refresh": "2023-12-06T04:19:05.188035Z", "running": 2, "size": 2}}, {"events": ["2023-12-06T04:13:56.329598Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-12-06T04:13:56.325813Z", "last_refresh": "2023-12-06T04:19:07.677926Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-06T04:10:14.589128Z", "last_refresh": "2023-12-06T04:19:05.188112Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-06T04:11:43.239438Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-06T04:11:43.235053Z", "last_refresh": "2023-12-06T04:19:05.188186Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-06T04:10:12.030635Z", "last_refresh": "2023-12-06T04:19:07.677436Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-06T04:23:36.456 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-06T04:23:37.457 DEBUG:teuthology.orchestra.run.smithi047:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:d03fca4f35d43f61b4679936aef7bd2f01cced0b shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 2ecad2ea-93ed-11ee-95a2-87774f69a715 -- ceph orch ls -f json 2023-12-06T04:23:37.629 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Dec 06 04:23:37 smithi047 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi047[108212]: audit 2023-12-06T04:23:36.078336+0000 mgr.smithi047.erpxvz (mgr.14182) 662 : audit [DBG] from='client.15384 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-06T04:23:37.630 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Dec 06 04:23:37 smithi047 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi047[108212]: cluster 2023-12-06T04:23:36.110367+0000 mgr.smithi047.erpxvz (mgr.14182) 663 : 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-12-06T04:23:37.870 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Dec 06 04:23:37 smithi098 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi098[111615]: audit 2023-12-06T04:23:36.078336+0000 mgr.smithi047.erpxvz (mgr.14182) 662 : audit [DBG] from='client.15384 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-06T04:23:37.870 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Dec 06 04:23:37 smithi098 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi098[111615]: cluster 2023-12-06T04:23:36.110367+0000 mgr.smithi047.erpxvz (mgr.14182) 663 : 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-12-06T04:23:38.879 INFO:teuthology.orchestra.run.smithi047.stdout: 2023-12-06T04:23:38.880 INFO:teuthology.orchestra.run.smithi047.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-06T04:10:15.517593Z", "last_refresh": "2023-12-06T04:19:07.677115Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-06T04:10:10.954835Z", "last_refresh": "2023-12-06T04:19:05.187783Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-06T04:10:13.544463Z", "last_refresh": "2023-12-06T04:19:07.677283Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-06T04:16:34.566097Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi098.mygyec on smithi098: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi098-mygyec\n/bin/podman: stderr Error: no such container ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi098-mygyec\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi098.mygyec\n/bin/podman: stderr Error: no such container ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi098.mygyec\nDeploy daemon haproxy.nfs.foo.smithi098.mygyec ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi098 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-06T04:14:42Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-06T04:15:19Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-06T04:15:57Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi098 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-06T04:19:03.739263Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi047.dhmayl on smithi047: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi047-dhmayl\n/bin/podman: stderr Error: no such container ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi047-dhmayl\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi047.dhmayl\n/bin/podman: stderr Error: no such container ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi047.dhmayl\nDeploy daemon haproxy.nfs.foo.smithi047.dhmayl ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi047 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-06T04:17:11Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-06T04:17:48Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-06T04:18:26Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi047 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-06T04:19:03.744383Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi098.otnkwd on smithi098: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-06T04:19:03.745660Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi047.tduqaw on smithi047: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-06T04:21:37.565046Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi098.canbud on smithi098: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi098-canbud\n/bin/podman: stderr Error: no such container ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi098-canbud\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi098.canbud\n/bin/podman: stderr Error: no such container ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi098.canbud\nDeploy daemon haproxy.nfs.foo.smithi098.canbud ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi098 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-06T04:19:44Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-06T04:20:22Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-06T04:21:00Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi098 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.47/16"}, "status": {"created": "2023-12-06T04:13:56.330826Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.47/16"}}, {"events": ["2023-12-06T04:13:52.727160Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-06T04:13:52.721318Z", "last_refresh": "2023-12-06T04:19:05.188476Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-06T04:10:09.956661Z", "last_refresh": "2023-12-06T04:19:05.187950Z", "running": 2, "size": 2}}, {"events": ["2023-12-06T04:11:13.238878Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi047:172.21.15.47=smithi047", "smithi098:172.21.15.98=smithi098"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-06T04:11:13.235526Z", "last_refresh": "2023-12-06T04:19:05.188035Z", "running": 2, "size": 2}}, {"events": ["2023-12-06T04:13:56.329598Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-12-06T04:13:56.325813Z", "last_refresh": "2023-12-06T04:19:07.677926Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-06T04:10:14.589128Z", "last_refresh": "2023-12-06T04:19:05.188112Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-06T04:11:43.239438Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-06T04:11:43.235053Z", "last_refresh": "2023-12-06T04:19:05.188186Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-06T04:10:12.030635Z", "last_refresh": "2023-12-06T04:19:07.677436Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-06T04:23:39.265 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-06T04:23:39.629 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Dec 06 04:23:39 smithi047 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi047[108212]: cluster 2023-12-06T04:23:38.111092+0000 mgr.smithi047.erpxvz (mgr.14182) 664 : 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-12-06T04:23:39.870 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Dec 06 04:23:39 smithi098 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi098[111615]: cluster 2023-12-06T04:23:38.111092+0000 mgr.smithi047.erpxvz (mgr.14182) 664 : 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-12-06T04:23:40.266 DEBUG:teuthology.orchestra.run.smithi047:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:d03fca4f35d43f61b4679936aef7bd2f01cced0b shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 2ecad2ea-93ed-11ee-95a2-87774f69a715 -- ceph orch ls -f json 2023-12-06T04:23:40.618 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Dec 06 04:23:40 smithi047 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi047[108212]: audit 2023-12-06T04:23:38.871731+0000 mgr.smithi047.erpxvz (mgr.14182) 665 : audit [DBG] from='client.15388 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-06T04:23:40.870 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Dec 06 04:23:40 smithi098 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi098[111615]: audit 2023-12-06T04:23:38.871731+0000 mgr.smithi047.erpxvz (mgr.14182) 665 : audit [DBG] from='client.15388 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-06T04:23:41.629 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Dec 06 04:23:41 smithi047 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi047[108212]: cluster 2023-12-06T04:23:40.111810+0000 mgr.smithi047.erpxvz (mgr.14182) 666 : 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-12-06T04:23:41.715 INFO:teuthology.orchestra.run.smithi047.stdout: 2023-12-06T04:23:41.715 INFO:teuthology.orchestra.run.smithi047.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-06T04:10:15.517593Z", "last_refresh": "2023-12-06T04:19:07.677115Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-06T04:10:10.954835Z", "last_refresh": "2023-12-06T04:19:05.187783Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-06T04:10:13.544463Z", "last_refresh": "2023-12-06T04:19:07.677283Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-06T04:16:34.566097Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi098.mygyec on smithi098: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi098-mygyec\n/bin/podman: stderr Error: no such container ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi098-mygyec\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi098.mygyec\n/bin/podman: stderr Error: no such container ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi098.mygyec\nDeploy daemon haproxy.nfs.foo.smithi098.mygyec ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi098 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-06T04:14:42Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-06T04:15:19Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-06T04:15:57Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi098 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-06T04:19:03.739263Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi047.dhmayl on smithi047: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi047-dhmayl\n/bin/podman: stderr Error: no such container ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi047-dhmayl\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi047.dhmayl\n/bin/podman: stderr Error: no such container ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi047.dhmayl\nDeploy daemon haproxy.nfs.foo.smithi047.dhmayl ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi047 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-06T04:17:11Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-06T04:17:48Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-06T04:18:26Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi047 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-06T04:19:03.744383Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi098.otnkwd on smithi098: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-06T04:19:03.745660Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi047.tduqaw on smithi047: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-06T04:21:37.565046Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi098.canbud on smithi098: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi098-canbud\n/bin/podman: stderr Error: no such container ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi098-canbud\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi098.canbud\n/bin/podman: stderr Error: no such container ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi098.canbud\nDeploy daemon haproxy.nfs.foo.smithi098.canbud ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi098 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-06T04:19:44Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-06T04:20:22Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-06T04:21:00Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi098 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.47/16"}, "status": {"created": "2023-12-06T04:13:56.330826Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.47/16"}}, {"events": ["2023-12-06T04:13:52.727160Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-06T04:13:52.721318Z", "last_refresh": "2023-12-06T04:19:05.188476Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-06T04:10:09.956661Z", "last_refresh": "2023-12-06T04:19:05.187950Z", "running": 2, "size": 2}}, {"events": ["2023-12-06T04:11:13.238878Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi047:172.21.15.47=smithi047", "smithi098:172.21.15.98=smithi098"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-06T04:11:13.235526Z", "last_refresh": "2023-12-06T04:19:05.188035Z", "running": 2, "size": 2}}, {"events": ["2023-12-06T04:13:56.329598Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-12-06T04:13:56.325813Z", "last_refresh": "2023-12-06T04:19:07.677926Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-06T04:10:14.589128Z", "last_refresh": "2023-12-06T04:19:05.188112Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-06T04:11:43.239438Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-06T04:11:43.235053Z", "last_refresh": "2023-12-06T04:19:05.188186Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-06T04:10:12.030635Z", "last_refresh": "2023-12-06T04:19:07.677436Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-06T04:23:41.870 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Dec 06 04:23:41 smithi098 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi098[111615]: cluster 2023-12-06T04:23:40.111810+0000 mgr.smithi047.erpxvz (mgr.14182) 666 : 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-12-06T04:23:42.097 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-06T04:23:43.097 DEBUG:teuthology.orchestra.run.smithi047:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:d03fca4f35d43f61b4679936aef7bd2f01cced0b shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 2ecad2ea-93ed-11ee-95a2-87774f69a715 -- ceph orch ls -f json 2023-12-06T04:23:43.860 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Dec 06 04:23:43 smithi047 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi047[108212]: audit 2023-12-06T04:23:41.710531+0000 mgr.smithi047.erpxvz (mgr.14182) 667 : audit [DBG] from='client.15392 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-06T04:23:43.860 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Dec 06 04:23:43 smithi047 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi047[108212]: cluster 2023-12-06T04:23:42.112355+0000 mgr.smithi047.erpxvz (mgr.14182) 668 : 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-12-06T04:23:43.870 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Dec 06 04:23:43 smithi098 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi098[111615]: audit 2023-12-06T04:23:41.710531+0000 mgr.smithi047.erpxvz (mgr.14182) 667 : audit [DBG] from='client.15392 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-06T04:23:43.871 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Dec 06 04:23:43 smithi098 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi098[111615]: cluster 2023-12-06T04:23:42.112355+0000 mgr.smithi047.erpxvz (mgr.14182) 668 : 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-12-06T04:23:44.593 INFO:teuthology.orchestra.run.smithi047.stdout: 2023-12-06T04:23:44.593 INFO:teuthology.orchestra.run.smithi047.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-06T04:10:15.517593Z", "last_refresh": "2023-12-06T04:19:07.677115Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-06T04:10:10.954835Z", "last_refresh": "2023-12-06T04:19:05.187783Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-06T04:10:13.544463Z", "last_refresh": "2023-12-06T04:19:07.677283Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-06T04:16:34.566097Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi098.mygyec on smithi098: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi098-mygyec\n/bin/podman: stderr Error: no such container ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi098-mygyec\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi098.mygyec\n/bin/podman: stderr Error: no such container ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi098.mygyec\nDeploy daemon haproxy.nfs.foo.smithi098.mygyec ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi098 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-06T04:14:42Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-06T04:15:19Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-06T04:15:57Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi098 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-06T04:19:03.739263Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi047.dhmayl on smithi047: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi047-dhmayl\n/bin/podman: stderr Error: no such container ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi047-dhmayl\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi047.dhmayl\n/bin/podman: stderr Error: no such container ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi047.dhmayl\nDeploy daemon haproxy.nfs.foo.smithi047.dhmayl ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi047 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-06T04:17:11Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-06T04:17:48Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-06T04:18:26Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi047 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-06T04:19:03.744383Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi098.otnkwd on smithi098: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-06T04:19:03.745660Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi047.tduqaw on smithi047: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-06T04:21:37.565046Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi098.canbud on smithi098: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi098-canbud\n/bin/podman: stderr Error: no such container ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi098-canbud\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi098.canbud\n/bin/podman: stderr Error: no such container ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi098.canbud\nDeploy daemon haproxy.nfs.foo.smithi098.canbud ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi098 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-06T04:19:44Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-06T04:20:22Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-06T04:21:00Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi098 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.47/16"}, "status": {"created": "2023-12-06T04:13:56.330826Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.47/16"}}, {"events": ["2023-12-06T04:13:52.727160Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-06T04:13:52.721318Z", "last_refresh": "2023-12-06T04:19:05.188476Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-06T04:10:09.956661Z", "last_refresh": "2023-12-06T04:19:05.187950Z", "running": 2, "size": 2}}, {"events": ["2023-12-06T04:11:13.238878Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi047:172.21.15.47=smithi047", "smithi098:172.21.15.98=smithi098"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-06T04:11:13.235526Z", "last_refresh": "2023-12-06T04:19:05.188035Z", "running": 2, "size": 2}}, {"events": ["2023-12-06T04:13:56.329598Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-12-06T04:13:56.325813Z", "last_refresh": "2023-12-06T04:19:07.677926Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-06T04:10:14.589128Z", "last_refresh": "2023-12-06T04:19:05.188112Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-06T04:11:43.239438Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-06T04:11:43.235053Z", "last_refresh": "2023-12-06T04:19:05.188186Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-06T04:10:12.030635Z", "last_refresh": "2023-12-06T04:19:07.677436Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-06T04:23:44.980 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-06T04:23:45.870 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Dec 06 04:23:45 smithi098 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi098[111615]: cluster 2023-12-06T04:23:44.112797+0000 mgr.smithi047.erpxvz (mgr.14182) 669 : 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-12-06T04:23:45.880 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Dec 06 04:23:45 smithi047 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi047[108212]: cluster 2023-12-06T04:23:44.112797+0000 mgr.smithi047.erpxvz (mgr.14182) 669 : 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-12-06T04:23:45.981 DEBUG:teuthology.orchestra.run.smithi047:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:d03fca4f35d43f61b4679936aef7bd2f01cced0b shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 2ecad2ea-93ed-11ee-95a2-87774f69a715 -- ceph orch ls -f json 2023-12-06T04:23:46.629 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Dec 06 04:23:46 smithi047 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi047[108212]: audit 2023-12-06T04:23:44.588430+0000 mgr.smithi047.erpxvz (mgr.14182) 670 : audit [DBG] from='client.15396 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-06T04:23:46.691 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Dec 06 04:23:46 smithi098 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi098[111615]: audit 2023-12-06T04:23:44.588430+0000 mgr.smithi047.erpxvz (mgr.14182) 670 : audit [DBG] from='client.15396 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-06T04:23:47.409 INFO:teuthology.orchestra.run.smithi047.stdout: 2023-12-06T04:23:47.409 INFO:teuthology.orchestra.run.smithi047.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-06T04:10:15.517593Z", "last_refresh": "2023-12-06T04:19:07.677115Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-06T04:10:10.954835Z", "last_refresh": "2023-12-06T04:19:05.187783Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-06T04:10:13.544463Z", "last_refresh": "2023-12-06T04:19:07.677283Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-06T04:16:34.566097Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi098.mygyec on smithi098: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi098-mygyec\n/bin/podman: stderr Error: no such container ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi098-mygyec\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi098.mygyec\n/bin/podman: stderr Error: no such container ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi098.mygyec\nDeploy daemon haproxy.nfs.foo.smithi098.mygyec ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi098 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-06T04:14:42Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-06T04:15:19Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-06T04:15:57Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi098 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-06T04:19:03.739263Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi047.dhmayl on smithi047: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi047-dhmayl\n/bin/podman: stderr Error: no such container ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi047-dhmayl\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi047.dhmayl\n/bin/podman: stderr Error: no such container ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi047.dhmayl\nDeploy daemon haproxy.nfs.foo.smithi047.dhmayl ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi047 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-06T04:17:11Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-06T04:17:48Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-06T04:18:26Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi047 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-06T04:19:03.744383Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi098.otnkwd on smithi098: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-06T04:19:03.745660Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi047.tduqaw on smithi047: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-06T04:21:37.565046Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi098.canbud on smithi098: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi098-canbud\n/bin/podman: stderr Error: no such container ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi098-canbud\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi098.canbud\n/bin/podman: stderr Error: no such container ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi098.canbud\nDeploy daemon haproxy.nfs.foo.smithi098.canbud ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi098 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-06T04:19:44Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-06T04:20:22Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-06T04:21:00Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi098 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.47/16"}, "status": {"created": "2023-12-06T04:13:56.330826Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.47/16"}}, {"events": ["2023-12-06T04:13:52.727160Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-06T04:13:52.721318Z", "last_refresh": "2023-12-06T04:19:05.188476Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-06T04:10:09.956661Z", "last_refresh": "2023-12-06T04:19:05.187950Z", "running": 2, "size": 2}}, {"events": ["2023-12-06T04:11:13.238878Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi047:172.21.15.47=smithi047", "smithi098:172.21.15.98=smithi098"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-06T04:11:13.235526Z", "last_refresh": "2023-12-06T04:19:05.188035Z", "running": 2, "size": 2}}, {"events": ["2023-12-06T04:13:56.329598Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-12-06T04:13:56.325813Z", "last_refresh": "2023-12-06T04:19:07.677926Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-06T04:10:14.589128Z", "last_refresh": "2023-12-06T04:19:05.188112Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-06T04:11:43.239438Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-06T04:11:43.235053Z", "last_refresh": "2023-12-06T04:19:05.188186Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-06T04:10:12.030635Z", "last_refresh": "2023-12-06T04:19:07.677436Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-06T04:23:47.729 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Dec 06 04:23:47 smithi047 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi047[108212]: cluster 2023-12-06T04:23:46.113249+0000 mgr.smithi047.erpxvz (mgr.14182) 671 : 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-12-06T04:23:47.805 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-06T04:23:47.870 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Dec 06 04:23:47 smithi098 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi098[111615]: cluster 2023-12-06T04:23:46.113249+0000 mgr.smithi047.erpxvz (mgr.14182) 671 : 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-12-06T04:23:48.805 DEBUG:teuthology.orchestra.run.smithi047:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:d03fca4f35d43f61b4679936aef7bd2f01cced0b shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 2ecad2ea-93ed-11ee-95a2-87774f69a715 -- ceph orch ls -f json 2023-12-06T04:23:48.842 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Dec 06 04:23:48 smithi047 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi047[108212]: audit 2023-12-06T04:23:47.404141+0000 mgr.smithi047.erpxvz (mgr.14182) 672 : audit [DBG] from='client.15400 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-06T04:23:48.870 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Dec 06 04:23:48 smithi098 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi098[111615]: audit 2023-12-06T04:23:47.404141+0000 mgr.smithi047.erpxvz (mgr.14182) 672 : audit [DBG] from='client.15400 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-06T04:23:49.492 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Dec 06 04:23:49 smithi047 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi047[108212]: cluster 2023-12-06T04:23:48.113853+0000 mgr.smithi047.erpxvz (mgr.14182) 673 : 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-12-06T04:23:49.870 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Dec 06 04:23:49 smithi098 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi098[111615]: cluster 2023-12-06T04:23:48.113853+0000 mgr.smithi047.erpxvz (mgr.14182) 673 : 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-12-06T04:23:50.263 INFO:teuthology.orchestra.run.smithi047.stdout: 2023-12-06T04:23:50.263 INFO:teuthology.orchestra.run.smithi047.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-06T04:10:15.517593Z", "last_refresh": "2023-12-06T04:19:07.677115Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-06T04:10:10.954835Z", "last_refresh": "2023-12-06T04:19:05.187783Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-06T04:10:13.544463Z", "last_refresh": "2023-12-06T04:19:07.677283Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-06T04:16:34.566097Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi098.mygyec on smithi098: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi098-mygyec\n/bin/podman: stderr Error: no such container ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi098-mygyec\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi098.mygyec\n/bin/podman: stderr Error: no such container ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi098.mygyec\nDeploy daemon haproxy.nfs.foo.smithi098.mygyec ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi098 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-06T04:14:42Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-06T04:15:19Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-06T04:15:57Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi098 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-06T04:19:03.739263Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi047.dhmayl on smithi047: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi047-dhmayl\n/bin/podman: stderr Error: no such container ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi047-dhmayl\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi047.dhmayl\n/bin/podman: stderr Error: no such container ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi047.dhmayl\nDeploy daemon haproxy.nfs.foo.smithi047.dhmayl ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi047 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-06T04:17:11Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-06T04:17:48Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-06T04:18:26Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi047 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-06T04:19:03.744383Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi098.otnkwd on smithi098: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-06T04:19:03.745660Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi047.tduqaw on smithi047: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-06T04:21:37.565046Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi098.canbud on smithi098: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi098-canbud\n/bin/podman: stderr Error: no such container ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi098-canbud\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi098.canbud\n/bin/podman: stderr Error: no such container ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi098.canbud\nDeploy daemon haproxy.nfs.foo.smithi098.canbud ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi098 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-06T04:19:44Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-06T04:20:22Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-06T04:21:00Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi098 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.47/16"}, "status": {"created": "2023-12-06T04:13:56.330826Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.47/16"}}, {"events": ["2023-12-06T04:13:52.727160Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-06T04:13:52.721318Z", "last_refresh": "2023-12-06T04:19:05.188476Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-06T04:10:09.956661Z", "last_refresh": "2023-12-06T04:19:05.187950Z", "running": 2, "size": 2}}, {"events": ["2023-12-06T04:11:13.238878Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi047:172.21.15.47=smithi047", "smithi098:172.21.15.98=smithi098"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-06T04:11:13.235526Z", "last_refresh": "2023-12-06T04:19:05.188035Z", "running": 2, "size": 2}}, {"events": ["2023-12-06T04:13:56.329598Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-12-06T04:13:56.325813Z", "last_refresh": "2023-12-06T04:19:07.677926Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-06T04:10:14.589128Z", "last_refresh": "2023-12-06T04:19:05.188112Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-06T04:11:43.239438Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-06T04:11:43.235053Z", "last_refresh": "2023-12-06T04:19:05.188186Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-06T04:10:12.030635Z", "last_refresh": "2023-12-06T04:19:07.677436Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-06T04:23:50.679 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-06T04:23:51.679 DEBUG:teuthology.orchestra.run.smithi047:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:d03fca4f35d43f61b4679936aef7bd2f01cced0b shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 2ecad2ea-93ed-11ee-95a2-87774f69a715 -- ceph orch ls -f json 2023-12-06T04:23:51.715 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Dec 06 04:23:51 smithi047 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi047[108212]: cluster 2023-12-06T04:23:50.114342+0000 mgr.smithi047.erpxvz (mgr.14182) 674 : 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-12-06T04:23:51.715 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Dec 06 04:23:51 smithi047 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi047[108212]: audit 2023-12-06T04:23:50.258588+0000 mgr.smithi047.erpxvz (mgr.14182) 675 : audit [DBG] from='client.15404 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-06T04:23:51.870 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Dec 06 04:23:51 smithi098 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi098[111615]: cluster 2023-12-06T04:23:50.114342+0000 mgr.smithi047.erpxvz (mgr.14182) 674 : 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-12-06T04:23:51.870 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Dec 06 04:23:51 smithi098 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi098[111615]: audit 2023-12-06T04:23:50.258588+0000 mgr.smithi047.erpxvz (mgr.14182) 675 : audit [DBG] from='client.15404 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-06T04:23:53.107 INFO:teuthology.orchestra.run.smithi047.stdout: 2023-12-06T04:23:53.108 INFO:teuthology.orchestra.run.smithi047.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-06T04:10:15.517593Z", "last_refresh": "2023-12-06T04:19:07.677115Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-06T04:10:10.954835Z", "last_refresh": "2023-12-06T04:19:05.187783Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-06T04:10:13.544463Z", "last_refresh": "2023-12-06T04:19:07.677283Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-06T04:16:34.566097Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi098.mygyec on smithi098: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi098-mygyec\n/bin/podman: stderr Error: no such container ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi098-mygyec\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi098.mygyec\n/bin/podman: stderr Error: no such container ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi098.mygyec\nDeploy daemon haproxy.nfs.foo.smithi098.mygyec ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi098 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-06T04:14:42Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-06T04:15:19Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-06T04:15:57Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi098 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-06T04:19:03.739263Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi047.dhmayl on smithi047: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi047-dhmayl\n/bin/podman: stderr Error: no such container ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi047-dhmayl\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi047.dhmayl\n/bin/podman: stderr Error: no such container ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi047.dhmayl\nDeploy daemon haproxy.nfs.foo.smithi047.dhmayl ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi047 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-06T04:17:11Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-06T04:17:48Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-06T04:18:26Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi047 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-06T04:19:03.744383Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi098.otnkwd on smithi098: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-06T04:19:03.745660Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi047.tduqaw on smithi047: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-06T04:21:37.565046Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi098.canbud on smithi098: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi098-canbud\n/bin/podman: stderr Error: no such container ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi098-canbud\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi098.canbud\n/bin/podman: stderr Error: no such container ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi098.canbud\nDeploy daemon haproxy.nfs.foo.smithi098.canbud ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi098 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-06T04:19:44Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-06T04:20:22Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-06T04:21:00Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi098 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.47/16"}, "status": {"created": "2023-12-06T04:13:56.330826Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.47/16"}}, {"events": ["2023-12-06T04:13:52.727160Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-06T04:13:52.721318Z", "last_refresh": "2023-12-06T04:19:05.188476Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-06T04:10:09.956661Z", "last_refresh": "2023-12-06T04:19:05.187950Z", "running": 2, "size": 2}}, {"events": ["2023-12-06T04:11:13.238878Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi047:172.21.15.47=smithi047", "smithi098:172.21.15.98=smithi098"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-06T04:11:13.235526Z", "last_refresh": "2023-12-06T04:19:05.188035Z", "running": 2, "size": 2}}, {"events": ["2023-12-06T04:13:56.329598Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-12-06T04:13:56.325813Z", "last_refresh": "2023-12-06T04:19:07.677926Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-06T04:10:14.589128Z", "last_refresh": "2023-12-06T04:19:05.188112Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-06T04:11:43.239438Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-06T04:11:43.235053Z", "last_refresh": "2023-12-06T04:19:05.188186Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-06T04:10:12.030635Z", "last_refresh": "2023-12-06T04:19:07.677436Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-06T04:23:53.488 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-06T04:23:53.870 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Dec 06 04:23:53 smithi098 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi098[111615]: cluster 2023-12-06T04:23:52.115039+0000 mgr.smithi047.erpxvz (mgr.14182) 676 : 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-12-06T04:23:53.879 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Dec 06 04:23:53 smithi047 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi047[108212]: cluster 2023-12-06T04:23:52.115039+0000 mgr.smithi047.erpxvz (mgr.14182) 676 : 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-12-06T04:23:54.489 DEBUG:teuthology.orchestra.run.smithi047:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:d03fca4f35d43f61b4679936aef7bd2f01cced0b shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 2ecad2ea-93ed-11ee-95a2-87774f69a715 -- ceph orch ls -f json 2023-12-06T04:23:54.831 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Dec 06 04:23:54 smithi047 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi047[108212]: audit 2023-12-06T04:23:53.101812+0000 mgr.smithi047.erpxvz (mgr.14182) 677 : audit [DBG] from='client.15408 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-06T04:23:54.870 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Dec 06 04:23:54 smithi098 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi098[111615]: audit 2023-12-06T04:23:53.101812+0000 mgr.smithi047.erpxvz (mgr.14182) 677 : audit [DBG] from='client.15408 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-06T04:23:55.528 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Dec 06 04:23:55 smithi047 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi047[108212]: cluster 2023-12-06T04:23:54.115503+0000 mgr.smithi047.erpxvz (mgr.14182) 678 : 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-12-06T04:23:55.870 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Dec 06 04:23:55 smithi098 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi098[111615]: cluster 2023-12-06T04:23:54.115503+0000 mgr.smithi047.erpxvz (mgr.14182) 678 : 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-12-06T04:23:55.928 INFO:teuthology.orchestra.run.smithi047.stdout: 2023-12-06T04:23:55.928 INFO:teuthology.orchestra.run.smithi047.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-06T04:10:15.517593Z", "last_refresh": "2023-12-06T04:19:07.677115Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-06T04:10:10.954835Z", "last_refresh": "2023-12-06T04:19:05.187783Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-06T04:10:13.544463Z", "last_refresh": "2023-12-06T04:19:07.677283Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-06T04:16:34.566097Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi098.mygyec on smithi098: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi098-mygyec\n/bin/podman: stderr Error: no such container ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi098-mygyec\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi098.mygyec\n/bin/podman: stderr Error: no such container ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi098.mygyec\nDeploy daemon haproxy.nfs.foo.smithi098.mygyec ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi098 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-06T04:14:42Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-06T04:15:19Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-06T04:15:57Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi098 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-06T04:19:03.739263Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi047.dhmayl on smithi047: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi047-dhmayl\n/bin/podman: stderr Error: no such container ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi047-dhmayl\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi047.dhmayl\n/bin/podman: stderr Error: no such container ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi047.dhmayl\nDeploy daemon haproxy.nfs.foo.smithi047.dhmayl ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi047 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-06T04:17:11Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-06T04:17:48Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-06T04:18:26Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi047 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-06T04:19:03.744383Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi098.otnkwd on smithi098: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-06T04:19:03.745660Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi047.tduqaw on smithi047: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-06T04:21:37.565046Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi098.canbud on smithi098: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi098-canbud\n/bin/podman: stderr Error: no such container ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi098-canbud\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi098.canbud\n/bin/podman: stderr Error: no such container ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi098.canbud\nDeploy daemon haproxy.nfs.foo.smithi098.canbud ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi098 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-06T04:19:44Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-06T04:20:22Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-06T04:21:00Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi098 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.47/16"}, "status": {"created": "2023-12-06T04:13:56.330826Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.47/16"}}, {"events": ["2023-12-06T04:13:52.727160Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-06T04:13:52.721318Z", "last_refresh": "2023-12-06T04:19:05.188476Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-06T04:10:09.956661Z", "last_refresh": "2023-12-06T04:19:05.187950Z", "running": 2, "size": 2}}, {"events": ["2023-12-06T04:11:13.238878Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi047:172.21.15.47=smithi047", "smithi098:172.21.15.98=smithi098"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-06T04:11:13.235526Z", "last_refresh": "2023-12-06T04:19:05.188035Z", "running": 2, "size": 2}}, {"events": ["2023-12-06T04:13:56.329598Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-12-06T04:13:56.325813Z", "last_refresh": "2023-12-06T04:19:07.677926Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-06T04:10:14.589128Z", "last_refresh": "2023-12-06T04:19:05.188112Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-06T04:11:43.239438Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-06T04:11:43.235053Z", "last_refresh": "2023-12-06T04:19:05.188186Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-06T04:10:12.030635Z", "last_refresh": "2023-12-06T04:19:07.677436Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-06T04:23:56.312 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-06T04:23:56.629 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Dec 06 04:23:56 smithi047 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi047[108212]: audit 2023-12-06T04:23:55.923405+0000 mgr.smithi047.erpxvz (mgr.14182) 679 : audit [DBG] from='client.15412 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-06T04:23:56.629 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Dec 06 04:23:56 smithi047 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi047[108212]: cluster 2023-12-06T04:23:56.116114+0000 mgr.smithi047.erpxvz (mgr.14182) 680 : 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-12-06T04:23:56.692 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Dec 06 04:23:56 smithi098 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi098[111615]: audit 2023-12-06T04:23:55.923405+0000 mgr.smithi047.erpxvz (mgr.14182) 679 : audit [DBG] from='client.15412 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-06T04:23:56.692 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Dec 06 04:23:56 smithi098 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi098[111615]: cluster 2023-12-06T04:23:56.116114+0000 mgr.smithi047.erpxvz (mgr.14182) 680 : 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-12-06T04:23:57.313 DEBUG:teuthology.orchestra.run.smithi047:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:d03fca4f35d43f61b4679936aef7bd2f01cced0b shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 2ecad2ea-93ed-11ee-95a2-87774f69a715 -- ceph orch ls -f json 2023-12-06T04:23:58.809 INFO:teuthology.orchestra.run.smithi047.stdout: 2023-12-06T04:23:58.809 INFO:teuthology.orchestra.run.smithi047.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-06T04:10:15.517593Z", "last_refresh": "2023-12-06T04:19:07.677115Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-06T04:10:10.954835Z", "last_refresh": "2023-12-06T04:19:05.187783Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-06T04:10:13.544463Z", "last_refresh": "2023-12-06T04:19:07.677283Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-06T04:16:34.566097Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi098.mygyec on smithi098: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi098-mygyec\n/bin/podman: stderr Error: no such container ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi098-mygyec\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi098.mygyec\n/bin/podman: stderr Error: no such container ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi098.mygyec\nDeploy daemon haproxy.nfs.foo.smithi098.mygyec ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi098 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-06T04:14:42Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-06T04:15:19Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-06T04:15:57Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi098 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-06T04:19:03.739263Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi047.dhmayl on smithi047: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi047-dhmayl\n/bin/podman: stderr Error: no such container ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi047-dhmayl\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi047.dhmayl\n/bin/podman: stderr Error: no such container ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi047.dhmayl\nDeploy daemon haproxy.nfs.foo.smithi047.dhmayl ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi047 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-06T04:17:11Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-06T04:17:48Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-06T04:18:26Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi047 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-06T04:19:03.744383Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi098.otnkwd on smithi098: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-06T04:19:03.745660Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi047.tduqaw on smithi047: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-06T04:21:37.565046Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi098.canbud on smithi098: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi098-canbud\n/bin/podman: stderr Error: no such container ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi098-canbud\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi098.canbud\n/bin/podman: stderr Error: no such container ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi098.canbud\nDeploy daemon haproxy.nfs.foo.smithi098.canbud ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi098 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-06T04:19:44Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-06T04:20:22Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-06T04:21:00Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi098 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.47/16"}, "status": {"created": "2023-12-06T04:13:56.330826Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.47/16"}}, {"events": ["2023-12-06T04:13:52.727160Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-06T04:13:52.721318Z", "last_refresh": "2023-12-06T04:19:05.188476Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-06T04:10:09.956661Z", "last_refresh": "2023-12-06T04:19:05.187950Z", "running": 2, "size": 2}}, {"events": ["2023-12-06T04:11:13.238878Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi047:172.21.15.47=smithi047", "smithi098:172.21.15.98=smithi098"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-06T04:11:13.235526Z", "last_refresh": "2023-12-06T04:19:05.188035Z", "running": 2, "size": 2}}, {"events": ["2023-12-06T04:13:56.329598Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-12-06T04:13:56.325813Z", "last_refresh": "2023-12-06T04:19:07.677926Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-06T04:10:14.589128Z", "last_refresh": "2023-12-06T04:19:05.188112Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-06T04:11:43.239438Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-06T04:11:43.235053Z", "last_refresh": "2023-12-06T04:19:05.188186Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-06T04:10:12.030635Z", "last_refresh": "2023-12-06T04:19:07.677436Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-06T04:23:59.197 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-06T04:23:59.379 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Dec 06 04:23:59 smithi047 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi047[108212]: cluster 2023-12-06T04:23:58.116828+0000 mgr.smithi047.erpxvz (mgr.14182) 681 : 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-12-06T04:23:59.620 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Dec 06 04:23:59 smithi098 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi098[111615]: cluster 2023-12-06T04:23:58.116828+0000 mgr.smithi047.erpxvz (mgr.14182) 681 : 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-12-06T04:24:00.198 DEBUG:teuthology.orchestra.run.smithi047:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:d03fca4f35d43f61b4679936aef7bd2f01cced0b shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 2ecad2ea-93ed-11ee-95a2-87774f69a715 -- ceph orch ls -f json 2023-12-06T04:24:00.540 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Dec 06 04:24:00 smithi047 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi047[108212]: audit 2023-12-06T04:23:58.804117+0000 mgr.smithi047.erpxvz (mgr.14182) 682 : audit [DBG] from='client.15416 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-06T04:24:00.620 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Dec 06 04:24:00 smithi098 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi098[111615]: audit 2023-12-06T04:23:58.804117+0000 mgr.smithi047.erpxvz (mgr.14182) 682 : audit [DBG] from='client.15416 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-06T04:24:01.620 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Dec 06 04:24:01 smithi098 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi098[111615]: cluster 2023-12-06T04:24:00.117684+0000 mgr.smithi047.erpxvz (mgr.14182) 683 : 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-12-06T04:24:01.629 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Dec 06 04:24:01 smithi047 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi047[108212]: cluster 2023-12-06T04:24:00.117684+0000 mgr.smithi047.erpxvz (mgr.14182) 683 : 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-12-06T04:24:01.686 INFO:teuthology.orchestra.run.smithi047.stdout: 2023-12-06T04:24:01.687 INFO:teuthology.orchestra.run.smithi047.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-06T04:10:15.517593Z", "last_refresh": "2023-12-06T04:19:07.677115Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-06T04:10:10.954835Z", "last_refresh": "2023-12-06T04:19:05.187783Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-06T04:10:13.544463Z", "last_refresh": "2023-12-06T04:19:07.677283Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-06T04:16:34.566097Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi098.mygyec on smithi098: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi098-mygyec\n/bin/podman: stderr Error: no such container ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi098-mygyec\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi098.mygyec\n/bin/podman: stderr Error: no such container ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi098.mygyec\nDeploy daemon haproxy.nfs.foo.smithi098.mygyec ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi098 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-06T04:14:42Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-06T04:15:19Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-06T04:15:57Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi098 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-06T04:19:03.739263Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi047.dhmayl on smithi047: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi047-dhmayl\n/bin/podman: stderr Error: no such container ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi047-dhmayl\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi047.dhmayl\n/bin/podman: stderr Error: no such container ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi047.dhmayl\nDeploy daemon haproxy.nfs.foo.smithi047.dhmayl ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi047 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-06T04:17:11Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-06T04:17:48Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-06T04:18:26Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi047 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-06T04:19:03.744383Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi098.otnkwd on smithi098: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-06T04:19:03.745660Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi047.tduqaw on smithi047: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-06T04:21:37.565046Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi098.canbud on smithi098: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi098-canbud\n/bin/podman: stderr Error: no such container ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi098-canbud\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi098.canbud\n/bin/podman: stderr Error: no such container ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi098.canbud\nDeploy daemon haproxy.nfs.foo.smithi098.canbud ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi098 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-06T04:19:44Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-06T04:20:22Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-06T04:21:00Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi098 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.47/16"}, "status": {"created": "2023-12-06T04:13:56.330826Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.47/16"}}, {"events": ["2023-12-06T04:13:52.727160Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-06T04:13:52.721318Z", "last_refresh": "2023-12-06T04:19:05.188476Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-06T04:10:09.956661Z", "last_refresh": "2023-12-06T04:19:05.187950Z", "running": 2, "size": 2}}, {"events": ["2023-12-06T04:11:13.238878Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi047:172.21.15.47=smithi047", "smithi098:172.21.15.98=smithi098"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-06T04:11:13.235526Z", "last_refresh": "2023-12-06T04:19:05.188035Z", "running": 2, "size": 2}}, {"events": ["2023-12-06T04:13:56.329598Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-12-06T04:13:56.325813Z", "last_refresh": "2023-12-06T04:19:07.677926Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-06T04:10:14.589128Z", "last_refresh": "2023-12-06T04:19:05.188112Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-06T04:11:43.239438Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-06T04:11:43.235053Z", "last_refresh": "2023-12-06T04:19:05.188186Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-06T04:10:12.030635Z", "last_refresh": "2023-12-06T04:19:07.677436Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-06T04:24:02.078 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-06T04:24:03.082 DEBUG:teuthology.orchestra.run.smithi047:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:d03fca4f35d43f61b4679936aef7bd2f01cced0b shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 2ecad2ea-93ed-11ee-95a2-87774f69a715 -- ceph orch ls -f json 2023-12-06T04:24:03.629 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Dec 06 04:24:03 smithi047 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi047[108212]: audit 2023-12-06T04:24:01.681615+0000 mgr.smithi047.erpxvz (mgr.14182) 684 : audit [DBG] from='client.15420 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-06T04:24:03.630 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Dec 06 04:24:03 smithi047 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi047[108212]: cluster 2023-12-06T04:24:02.118409+0000 mgr.smithi047.erpxvz (mgr.14182) 685 : 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-12-06T04:24:03.870 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Dec 06 04:24:03 smithi098 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi098[111615]: audit 2023-12-06T04:24:01.681615+0000 mgr.smithi047.erpxvz (mgr.14182) 684 : audit [DBG] from='client.15420 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-06T04:24:03.870 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Dec 06 04:24:03 smithi098 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi098[111615]: cluster 2023-12-06T04:24:02.118409+0000 mgr.smithi047.erpxvz (mgr.14182) 685 : 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-12-06T04:24:04.491 INFO:teuthology.orchestra.run.smithi047.stdout: 2023-12-06T04:24:04.491 INFO:teuthology.orchestra.run.smithi047.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-06T04:10:15.517593Z", "last_refresh": "2023-12-06T04:19:07.677115Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-06T04:10:10.954835Z", "last_refresh": "2023-12-06T04:19:05.187783Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-06T04:10:13.544463Z", "last_refresh": "2023-12-06T04:19:07.677283Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-06T04:16:34.566097Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi098.mygyec on smithi098: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi098-mygyec\n/bin/podman: stderr Error: no such container ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi098-mygyec\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi098.mygyec\n/bin/podman: stderr Error: no such container ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi098.mygyec\nDeploy daemon haproxy.nfs.foo.smithi098.mygyec ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi098 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-06T04:14:42Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-06T04:15:19Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-06T04:15:57Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi098 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-06T04:19:03.739263Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi047.dhmayl on smithi047: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi047-dhmayl\n/bin/podman: stderr Error: no such container ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi047-dhmayl\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi047.dhmayl\n/bin/podman: stderr Error: no such container ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi047.dhmayl\nDeploy daemon haproxy.nfs.foo.smithi047.dhmayl ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi047 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-06T04:17:11Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-06T04:17:48Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-06T04:18:26Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi047 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-06T04:19:03.744383Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi098.otnkwd on smithi098: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-06T04:19:03.745660Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi047.tduqaw on smithi047: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-06T04:21:37.565046Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi098.canbud on smithi098: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi098-canbud\n/bin/podman: stderr Error: no such container ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi098-canbud\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi098.canbud\n/bin/podman: stderr Error: no such container ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi098.canbud\nDeploy daemon haproxy.nfs.foo.smithi098.canbud ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi098 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-06T04:19:44Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-06T04:20:22Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-06T04:21:00Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi098 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.47/16"}, "status": {"created": "2023-12-06T04:13:56.330826Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.47/16"}}, {"events": ["2023-12-06T04:13:52.727160Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-06T04:13:52.721318Z", "last_refresh": "2023-12-06T04:19:05.188476Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-06T04:10:09.956661Z", "last_refresh": "2023-12-06T04:19:05.187950Z", "running": 2, "size": 2}}, {"events": ["2023-12-06T04:11:13.238878Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi047:172.21.15.47=smithi047", "smithi098:172.21.15.98=smithi098"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-06T04:11:13.235526Z", "last_refresh": "2023-12-06T04:19:05.188035Z", "running": 2, "size": 2}}, {"events": ["2023-12-06T04:13:56.329598Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-12-06T04:13:56.325813Z", "last_refresh": "2023-12-06T04:19:07.677926Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-06T04:10:14.589128Z", "last_refresh": "2023-12-06T04:19:05.188112Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-06T04:11:43.239438Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-06T04:11:43.235053Z", "last_refresh": "2023-12-06T04:19:05.188186Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-06T04:10:12.030635Z", "last_refresh": "2023-12-06T04:19:07.677436Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-06T04:24:04.878 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-06T04:24:05.629 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Dec 06 04:24:05 smithi047 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi047[108212]: cluster 2023-12-06T04:24:04.118896+0000 mgr.smithi047.erpxvz (mgr.14182) 686 : 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-12-06T04:24:05.870 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Dec 06 04:24:05 smithi098 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi098[111615]: cluster 2023-12-06T04:24:04.118896+0000 mgr.smithi047.erpxvz (mgr.14182) 686 : 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-12-06T04:24:05.879 DEBUG:teuthology.orchestra.run.smithi047:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:d03fca4f35d43f61b4679936aef7bd2f01cced0b shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 2ecad2ea-93ed-11ee-95a2-87774f69a715 -- ceph orch ls -f json 2023-12-06T04:24:06.606 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Dec 06 04:24:06 smithi047 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi047[108212]: audit 2023-12-06T04:24:04.485990+0000 mgr.smithi047.erpxvz (mgr.14182) 687 : audit [DBG] from='client.15424 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-06T04:24:06.691 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Dec 06 04:24:06 smithi098 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi098[111615]: audit 2023-12-06T04:24:04.485990+0000 mgr.smithi047.erpxvz (mgr.14182) 687 : audit [DBG] from='client.15424 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-06T04:24:07.374 INFO:teuthology.orchestra.run.smithi047.stdout: 2023-12-06T04:24:07.375 INFO:teuthology.orchestra.run.smithi047.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-06T04:10:15.517593Z", "last_refresh": "2023-12-06T04:19:07.677115Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-06T04:10:10.954835Z", "last_refresh": "2023-12-06T04:19:05.187783Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-06T04:10:13.544463Z", "last_refresh": "2023-12-06T04:19:07.677283Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-06T04:19:03.745660Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi047.tduqaw on smithi047: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-06T04:21:37.565046Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi098.canbud on smithi098: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi098-canbud\n/bin/podman: stderr Error: no such container ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi098-canbud\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi098.canbud\n/bin/podman: stderr Error: no such container ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi098.canbud\nDeploy daemon haproxy.nfs.foo.smithi098.canbud ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi098 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-06T04:19:44Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-06T04:20:22Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-06T04:21:00Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi098 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-06T04:24:07.062005Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi047.awplmn on smithi047: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi047-awplmn\n/bin/podman: stderr Error: no such container ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi047-awplmn\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi047.awplmn\n/bin/podman: stderr Error: no such container ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi047.awplmn\nDeploy daemon haproxy.nfs.foo.smithi047.awplmn ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi047 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-06T04:22:14Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-06T04:22:52Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-06T04:23:29Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi047 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-06T04:24:07.064352Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi098.hbytsr on smithi098: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-06T04:24:07.066424Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi047.smeokd on smithi047: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.47/16"}, "status": {"created": "2023-12-06T04:13:56.330826Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.47/16"}}, {"events": ["2023-12-06T04:13:52.727160Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-06T04:13:52.721318Z", "last_refresh": "2023-12-06T04:19:05.188476Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-06T04:10:09.956661Z", "last_refresh": "2023-12-06T04:19:05.187950Z", "running": 2, "size": 2}}, {"events": ["2023-12-06T04:11:13.238878Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi047:172.21.15.47=smithi047", "smithi098:172.21.15.98=smithi098"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-06T04:11:13.235526Z", "last_refresh": "2023-12-06T04:19:05.188035Z", "running": 2, "size": 2}}, {"events": ["2023-12-06T04:13:56.329598Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-12-06T04:13:56.325813Z", "last_refresh": "2023-12-06T04:19:07.677926Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-06T04:10:14.589128Z", "last_refresh": "2023-12-06T04:19:05.188112Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-06T04:11:43.239438Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-06T04:11:43.235053Z", "last_refresh": "2023-12-06T04:19:05.188186Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-06T04:10:12.030635Z", "last_refresh": "2023-12-06T04:19:07.677436Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-06T04:24:07.684 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Dec 06 04:24:07 smithi047 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi047[108212]: cluster 2023-12-06T04:24:06.119403+0000 mgr.smithi047.erpxvz (mgr.14182) 688 : 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-12-06T04:24:07.685 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Dec 06 04:24:07 smithi047 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi047[108212]: audit 2023-12-06T04:24:07.061358+0000 mon.smithi047 (mon.0) 671 : audit [INF] from='mgr.14182 172.21.15.47:0/1495146391' entity='mgr.smithi047.erpxvz' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi047.awplmn"}]: dispatch 2023-12-06T04:24:07.685 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Dec 06 04:24:07 smithi047 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi047[108212]: audit 2023-12-06T04:24:07.070747+0000 mon.smithi047 (mon.0) 672 : audit [DBG] from='mgr.14182 172.21.15.47:0/1495146391' entity='mgr.smithi047.erpxvz' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T04:24:07.685 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Dec 06 04:24:07 smithi047 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi047[108212]: audit 2023-12-06T04:24:07.317041+0000 mon.smithi047 (mon.0) 673 : audit [INF] from='mgr.14182 172.21.15.47:0/1495146391' entity='mgr.smithi047.erpxvz' 2023-12-06T04:24:07.685 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Dec 06 04:24:07 smithi047 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi047[108212]: audit 2023-12-06T04:24:07.339796+0000 mon.smithi047 (mon.0) 674 : audit [INF] from='mgr.14182 172.21.15.47:0/1495146391' entity='mgr.smithi047.erpxvz' 2023-12-06T04:24:07.754 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-06T04:24:07.857 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Dec 06 04:24:07 smithi098 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi098[111615]: cluster 2023-12-06T04:24:06.119403+0000 mgr.smithi047.erpxvz (mgr.14182) 688 : 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-12-06T04:24:07.857 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Dec 06 04:24:07 smithi098 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi098[111615]: audit 2023-12-06T04:24:07.061358+0000 mon.smithi047 (mon.0) 671 : audit [INF] from='mgr.14182 172.21.15.47:0/1495146391' entity='mgr.smithi047.erpxvz' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi047.awplmn"}]: dispatch 2023-12-06T04:24:07.857 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Dec 06 04:24:07 smithi098 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi098[111615]: audit 2023-12-06T04:24:07.070747+0000 mon.smithi047 (mon.0) 672 : audit [DBG] from='mgr.14182 172.21.15.47:0/1495146391' entity='mgr.smithi047.erpxvz' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T04:24:07.857 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Dec 06 04:24:07 smithi098 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi098[111615]: audit 2023-12-06T04:24:07.317041+0000 mon.smithi047 (mon.0) 673 : audit [INF] from='mgr.14182 172.21.15.47:0/1495146391' entity='mgr.smithi047.erpxvz' 2023-12-06T04:24:07.857 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Dec 06 04:24:07 smithi098 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi098[111615]: audit 2023-12-06T04:24:07.339796+0000 mon.smithi047 (mon.0) 674 : audit [INF] from='mgr.14182 172.21.15.47:0/1495146391' entity='mgr.smithi047.erpxvz' 2023-12-06T04:24:08.621 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Dec 06 04:24:08 smithi098 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi098[111615]: cephadm 2023-12-06T04:24:07.060620+0000 mgr.smithi047.erpxvz (mgr.14182) 689 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi047-awplmn 2023-12-06T04:24:08.621 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Dec 06 04:24:08 smithi098 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi098[111615]: /bin/podman: stderr Error: no such container ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi047-awplmn 2023-12-06T04:24:08.621 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Dec 06 04:24:08 smithi098 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi098[111615]: Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi047.awplmn 2023-12-06T04:24:08.621 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Dec 06 04:24:08 smithi098 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi098[111615]: /bin/podman: stderr Error: no such container ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi047.awplmn 2023-12-06T04:24:08.621 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Dec 06 04:24:08 smithi098 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi098[111615]: Deploy daemon haproxy.nfs.foo.smithi047.awplmn ... 2023-12-06T04:24:08.621 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Dec 06 04:24:08 smithi098 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi098[111615]: 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=smithi047 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-06T04:24:08.621 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Dec 06 04:24:08 smithi098 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi098[111615]: stat: stderr Trying to pull docker.io/library/haproxy:2.3... 2023-12-06T04:24:08.621 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Dec 06 04:24:08 smithi098 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi098[111615]: stat: stderr time="2023-12-06T04:22:14Z" level=warning msg="Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: 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-12-06T04:24:08.622 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Dec 06 04:24:08 smithi098 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi098[111615]: stat: stderr time="2023-12-06T04:22:52Z" level=warning msg="Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: 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-12-06T04:24:08.622 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Dec 06 04:24:08 smithi098 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi098[111615]: stat: stderr time="2023-12-06T04:23:29Z" level=warning msg="Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: 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-12-06T04:24:08.622 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Dec 06 04:24:08 smithi098 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi098[111615]: 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-12-06T04:24:08.622 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Dec 06 04:24:08 smithi098 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi098[111615]: 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=smithi047 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-06T04:24:08.622 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Dec 06 04:24:08 smithi098 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi098[111615]: Traceback (most recent call last): 2023-12-06T04:24:08.622 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Dec 06 04:24:08 smithi098 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi098[111615]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2023-12-06T04:24:08.622 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Dec 06 04:24:08 smithi098 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi098[111615]: yield (conn, connr) 2023-12-06T04:24:08.622 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Dec 06 04:24:08 smithi098 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi098[111615]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2023-12-06T04:24:08.622 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Dec 06 04:24:08 smithi098 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi098[111615]: code, '\n'.join(err))) 2023-12-06T04:24:08.622 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Dec 06 04:24:08 smithi098 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi098[111615]: 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-2ecad2ea-93ed-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi047-awplmn 2023-12-06T04:24:08.622 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Dec 06 04:24:08 smithi098 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi098[111615]: /bin/podman: stderr Error: no such container ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi047-awplmn 2023-12-06T04:24:08.622 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Dec 06 04:24:08 smithi098 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi098[111615]: Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi047.awplmn 2023-12-06T04:24:08.622 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Dec 06 04:24:08 smithi098 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi098[111615]: /bin/podman: stderr Error: no such container ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi047.awplmn 2023-12-06T04:24:08.622 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Dec 06 04:24:08 smithi098 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi098[111615]: Deploy daemon haproxy.nfs.foo.smithi047.awplmn ... 2023-12-06T04:24:08.623 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Dec 06 04:24:08 smithi098 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi098[111615]: 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=smithi047 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-06T04:24:08.623 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Dec 06 04:24:08 smithi098 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi098[111615]: stat: stderr Trying to pull docker.io/library/haproxy:2.3... 2023-12-06T04:24:08.623 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Dec 06 04:24:08 smithi098 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi098[111615]: stat: stderr time="2023-12-06T04:22:14Z" level=warning msg="Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: 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-12-06T04:24:08.623 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Dec 06 04:24:08 smithi098 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi098[111615]: stat: stderr time="2023-12-06T04:22:52Z" level=warning msg="Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: 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-12-06T04:24:08.623 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Dec 06 04:24:08 smithi098 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi098[111615]: stat: stderr time="2023-12-06T04:23:29Z" level=warning msg="Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: 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-12-06T04:24:08.623 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Dec 06 04:24:08 smithi098 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi098[111615]: 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-12-06T04:24:08.623 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Dec 06 04:24:08 smithi098 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi098[111615]: 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=smithi047 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-06T04:24:08.623 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Dec 06 04:24:08 smithi098 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi098[111615]: cephadm 2023-12-06T04:24:07.060935+0000 mgr.smithi047.erpxvz (mgr.14182) 690 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi047.awplmn 2023-12-06T04:24:08.623 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Dec 06 04:24:08 smithi098 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi098[111615]: cephadm 2023-12-06T04:24:07.062153+0000 mgr.smithi047.erpxvz (mgr.14182) 691 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi047.awplmn on smithi047: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi047-awplmn 2023-12-06T04:24:08.623 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Dec 06 04:24:08 smithi098 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi098[111615]: /bin/podman: stderr Error: no such container ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi047-awplmn 2023-12-06T04:24:08.623 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Dec 06 04:24:08 smithi098 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi098[111615]: Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi047.awplmn 2023-12-06T04:24:08.623 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Dec 06 04:24:08 smithi098 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi098[111615]: /bin/podman: stderr Error: no such container ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi047.awplmn 2023-12-06T04:24:08.623 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Dec 06 04:24:08 smithi098 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi098[111615]: Deploy daemon haproxy.nfs.foo.smithi047.awplmn ... 2023-12-06T04:24:08.623 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Dec 06 04:24:08 smithi098 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi098[111615]: 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=smithi047 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-06T04:24:08.623 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Dec 06 04:24:08 smithi098 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi098[111615]: stat: stderr Trying to pull docker.io/library/haproxy:2.3... 2023-12-06T04:24:08.624 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Dec 06 04:24:08 smithi098 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi098[111615]: stat: stderr time="2023-12-06T04:22:14Z" level=warning msg="Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: 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-12-06T04:24:08.624 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Dec 06 04:24:08 smithi098 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi098[111615]: stat: stderr time="2023-12-06T04:22:52Z" level=warning msg="Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: 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-12-06T04:24:08.624 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Dec 06 04:24:08 smithi098 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi098[111615]: stat: stderr time="2023-12-06T04:23:29Z" level=warning msg="Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: 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-12-06T04:24:08.624 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Dec 06 04:24:08 smithi098 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi098[111615]: 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-12-06T04:24:08.624 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Dec 06 04:24:08 smithi098 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi098[111615]: 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=smithi047 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-06T04:24:08.624 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Dec 06 04:24:08 smithi098 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi098[111615]: cephadm 2023-12-06T04:24:07.064478+0000 mgr.smithi047.erpxvz (mgr.14182) 692 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi098.hbytsr on smithi098: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2023-12-06T04:24:08.624 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Dec 06 04:24:08 smithi098 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi098[111615]: cephadm 2023-12-06T04:24:07.066555+0000 mgr.smithi047.erpxvz (mgr.14182) 693 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi047.smeokd on smithi047: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2023-12-06T04:24:08.624 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Dec 06 04:24:08 smithi098 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi098[111615]: cluster 2023-12-06T04:24:07.067619+0000 mgr.smithi047.erpxvz (mgr.14182) 694 : cluster [DBG] pgmap v424: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 93 B/s rd, 0 op/s 2023-12-06T04:24:08.624 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Dec 06 04:24:08 smithi098 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi098[111615]: audit 2023-12-06T04:24:07.369744+0000 mgr.smithi047.erpxvz (mgr.14182) 695 : audit [DBG] from='client.25087 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-06T04:24:08.624 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Dec 06 04:24:08 smithi098 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi098[111615]: cluster 2023-12-06T04:24:07.378023+0000 mon.smithi047 (mon.0) 675 : cluster [WRN] Health check failed: Failed to place 4 daemon(s) (CEPHADM_DAEMON_PLACE_FAIL) 2023-12-06T04:24:08.755 DEBUG:teuthology.orchestra.run.smithi047:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:d03fca4f35d43f61b4679936aef7bd2f01cced0b shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 2ecad2ea-93ed-11ee-95a2-87774f69a715 -- ceph orch ls -f json 2023-12-06T04:24:08.789 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Dec 06 04:24:08 smithi047 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi047[108212]: cephadm 2023-12-06T04:24:07.060620+0000 mgr.smithi047.erpxvz (mgr.14182) 689 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi047-awplmn 2023-12-06T04:24:08.790 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Dec 06 04:24:08 smithi047 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi047[108212]: /bin/podman: stderr Error: no such container ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi047-awplmn 2023-12-06T04:24:08.790 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Dec 06 04:24:08 smithi047 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi047[108212]: Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi047.awplmn 2023-12-06T04:24:08.790 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Dec 06 04:24:08 smithi047 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi047[108212]: /bin/podman: stderr Error: no such container ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi047.awplmn 2023-12-06T04:24:08.790 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Dec 06 04:24:08 smithi047 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi047[108212]: Deploy daemon haproxy.nfs.foo.smithi047.awplmn ... 2023-12-06T04:24:08.790 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Dec 06 04:24:08 smithi047 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi047[108212]: 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=smithi047 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-06T04:24:08.790 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Dec 06 04:24:08 smithi047 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi047[108212]: stat: stderr Trying to pull docker.io/library/haproxy:2.3... 2023-12-06T04:24:08.790 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Dec 06 04:24:08 smithi047 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi047[108212]: stat: stderr time="2023-12-06T04:22:14Z" level=warning msg="Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: 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-12-06T04:24:08.790 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Dec 06 04:24:08 smithi047 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi047[108212]: stat: stderr time="2023-12-06T04:22:52Z" level=warning msg="Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: 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-12-06T04:24:08.790 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Dec 06 04:24:08 smithi047 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi047[108212]: stat: stderr time="2023-12-06T04:23:29Z" level=warning msg="Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: 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-12-06T04:24:08.790 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Dec 06 04:24:08 smithi047 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi047[108212]: 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-12-06T04:24:08.790 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Dec 06 04:24:08 smithi047 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi047[108212]: 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=smithi047 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-06T04:24:08.790 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Dec 06 04:24:08 smithi047 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi047[108212]: Traceback (most recent call last): 2023-12-06T04:24:08.790 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Dec 06 04:24:08 smithi047 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi047[108212]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2023-12-06T04:24:08.790 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Dec 06 04:24:08 smithi047 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi047[108212]: yield (conn, connr) 2023-12-06T04:24:08.791 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Dec 06 04:24:08 smithi047 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi047[108212]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2023-12-06T04:24:08.791 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Dec 06 04:24:08 smithi047 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi047[108212]: code, '\n'.join(err))) 2023-12-06T04:24:08.791 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Dec 06 04:24:08 smithi047 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi047[108212]: 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-2ecad2ea-93ed-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi047-awplmn 2023-12-06T04:24:08.791 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Dec 06 04:24:08 smithi047 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi047[108212]: /bin/podman: stderr Error: no such container ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi047-awplmn 2023-12-06T04:24:08.791 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Dec 06 04:24:08 smithi047 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi047[108212]: Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi047.awplmn 2023-12-06T04:24:08.791 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Dec 06 04:24:08 smithi047 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi047[108212]: /bin/podman: stderr Error: no such container ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi047.awplmn 2023-12-06T04:24:08.791 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Dec 06 04:24:08 smithi047 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi047[108212]: Deploy daemon haproxy.nfs.foo.smithi047.awplmn ... 2023-12-06T04:24:08.791 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Dec 06 04:24:08 smithi047 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi047[108212]: 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=smithi047 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-06T04:24:08.791 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Dec 06 04:24:08 smithi047 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi047[108212]: stat: stderr Trying to pull docker.io/library/haproxy:2.3... 2023-12-06T04:24:08.791 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Dec 06 04:24:08 smithi047 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi047[108212]: stat: stderr time="2023-12-06T04:22:14Z" level=warning msg="Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: 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-12-06T04:24:08.791 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Dec 06 04:24:08 smithi047 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi047[108212]: stat: stderr time="2023-12-06T04:22:52Z" level=warning msg="Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: 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-12-06T04:24:08.791 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Dec 06 04:24:08 smithi047 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi047[108212]: stat: stderr time="2023-12-06T04:23:29Z" level=warning msg="Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: 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-12-06T04:24:08.791 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Dec 06 04:24:08 smithi047 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi047[108212]: 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-12-06T04:24:08.791 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Dec 06 04:24:08 smithi047 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi047[108212]: 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=smithi047 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-06T04:24:08.791 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Dec 06 04:24:08 smithi047 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi047[108212]: cephadm 2023-12-06T04:24:07.060935+0000 mgr.smithi047.erpxvz (mgr.14182) 690 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi047.awplmn 2023-12-06T04:24:08.792 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Dec 06 04:24:08 smithi047 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi047[108212]: cephadm 2023-12-06T04:24:07.062153+0000 mgr.smithi047.erpxvz (mgr.14182) 691 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi047.awplmn on smithi047: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi047-awplmn 2023-12-06T04:24:08.792 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Dec 06 04:24:08 smithi047 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi047[108212]: /bin/podman: stderr Error: no such container ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi047-awplmn 2023-12-06T04:24:08.792 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Dec 06 04:24:08 smithi047 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi047[108212]: Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi047.awplmn 2023-12-06T04:24:08.792 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Dec 06 04:24:08 smithi047 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi047[108212]: /bin/podman: stderr Error: no such container ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi047.awplmn 2023-12-06T04:24:08.792 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Dec 06 04:24:08 smithi047 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi047[108212]: Deploy daemon haproxy.nfs.foo.smithi047.awplmn ... 2023-12-06T04:24:08.792 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Dec 06 04:24:08 smithi047 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi047[108212]: 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=smithi047 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-06T04:24:08.792 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Dec 06 04:24:08 smithi047 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi047[108212]: stat: stderr Trying to pull docker.io/library/haproxy:2.3... 2023-12-06T04:24:08.792 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Dec 06 04:24:08 smithi047 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi047[108212]: stat: stderr time="2023-12-06T04:22:14Z" level=warning msg="Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: 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-12-06T04:24:08.792 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Dec 06 04:24:08 smithi047 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi047[108212]: stat: stderr time="2023-12-06T04:22:52Z" level=warning msg="Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: 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-12-06T04:24:08.792 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Dec 06 04:24:08 smithi047 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi047[108212]: stat: stderr time="2023-12-06T04:23:29Z" level=warning msg="Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: 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-12-06T04:24:08.792 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Dec 06 04:24:08 smithi047 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi047[108212]: 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-12-06T04:24:08.792 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Dec 06 04:24:08 smithi047 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi047[108212]: 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=smithi047 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-06T04:24:08.792 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Dec 06 04:24:08 smithi047 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi047[108212]: cephadm 2023-12-06T04:24:07.064478+0000 mgr.smithi047.erpxvz (mgr.14182) 692 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi098.hbytsr on smithi098: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2023-12-06T04:24:08.792 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Dec 06 04:24:08 smithi047 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi047[108212]: cephadm 2023-12-06T04:24:07.066555+0000 mgr.smithi047.erpxvz (mgr.14182) 693 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi047.smeokd on smithi047: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2023-12-06T04:24:08.792 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Dec 06 04:24:08 smithi047 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi047[108212]: cluster 2023-12-06T04:24:07.067619+0000 mgr.smithi047.erpxvz (mgr.14182) 694 : cluster [DBG] pgmap v424: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 93 B/s rd, 0 op/s 2023-12-06T04:24:08.793 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Dec 06 04:24:08 smithi047 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi047[108212]: audit 2023-12-06T04:24:07.369744+0000 mgr.smithi047.erpxvz (mgr.14182) 695 : audit [DBG] from='client.25087 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-06T04:24:08.793 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Dec 06 04:24:08 smithi047 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi047[108212]: cluster 2023-12-06T04:24:07.378023+0000 mon.smithi047 (mon.0) 675 : cluster [WRN] Health check failed: Failed to place 4 daemon(s) (CEPHADM_DAEMON_PLACE_FAIL) 2023-12-06T04:24:09.844 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Dec 06 04:24:09 smithi047 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi047[108212]: audit 2023-12-06T04:24:08.737891+0000 mon.smithi047 (mon.0) 676 : audit [INF] from='mgr.14182 172.21.15.47:0/1495146391' entity='mgr.smithi047.erpxvz' 2023-12-06T04:24:09.844 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Dec 06 04:24:09 smithi047 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi047[108212]: audit 2023-12-06T04:24:08.882763+0000 mon.smithi047 (mon.0) 677 : audit [INF] from='mgr.14182 172.21.15.47:0/1495146391' entity='mgr.smithi047.erpxvz' 2023-12-06T04:24:09.844 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Dec 06 04:24:09 smithi047 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi047[108212]: audit 2023-12-06T04:24:09.018677+0000 mon.smithi047 (mon.0) 678 : audit [INF] from='mgr.14182 172.21.15.47:0/1495146391' entity='mgr.smithi047.erpxvz' cmd=[{"prefix": "config rm", "who": "osd.0", "name": "osd_memory_target"}]: dispatch 2023-12-06T04:24:09.844 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Dec 06 04:24:09 smithi047 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi047[108212]: audit 2023-12-06T04:24:09.019431+0000 mon.smithi047 (mon.0) 679 : audit [INF] from='mgr.14182 172.21.15.47:0/1495146391' entity='mgr.smithi047.erpxvz' cmd=[{"prefix": "config rm", "who": "osd.3", "name": "osd_memory_target"}]: dispatch 2023-12-06T04:24:09.844 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Dec 06 04:24:09 smithi047 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi047[108212]: audit 2023-12-06T04:24:09.020045+0000 mon.smithi047 (mon.0) 680 : audit [INF] from='mgr.14182 172.21.15.47:0/1495146391' entity='mgr.smithi047.erpxvz' cmd=[{"prefix": "config rm", "who": "osd.5", "name": "osd_memory_target"}]: dispatch 2023-12-06T04:24:09.845 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Dec 06 04:24:09 smithi047 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi047[108212]: audit 2023-12-06T04:24:09.020635+0000 mon.smithi047 (mon.0) 681 : audit [INF] from='mgr.14182 172.21.15.47:0/1495146391' entity='mgr.smithi047.erpxvz' cmd=[{"prefix": "config rm", "who": "osd.6", "name": "osd_memory_target"}]: dispatch 2023-12-06T04:24:09.845 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Dec 06 04:24:09 smithi047 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi047[108212]: cephadm 2023-12-06T04:24:09.021146+0000 mgr.smithi047.erpxvz (mgr.14182) 696 : cephadm [INF] Adjusting osd_memory_target on smithi098 to 2968M 2023-12-06T04:24:09.845 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Dec 06 04:24:09 smithi047 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi047[108212]: audit 2023-12-06T04:24:09.025881+0000 mon.smithi047 (mon.0) 682 : audit [INF] from='mgr.14182 172.21.15.47:0/1495146391' entity='mgr.smithi047.erpxvz' 2023-12-06T04:24:09.845 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Dec 06 04:24:09 smithi047 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi047[108212]: cluster 2023-12-06T04:24:09.068155+0000 mgr.smithi047.erpxvz (mgr.14182) 697 : cluster [DBG] pgmap v425: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 93 B/s rd, 0 op/s 2023-12-06T04:24:10.120 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Dec 06 04:24:09 smithi098 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi098[111615]: audit 2023-12-06T04:24:08.737891+0000 mon.smithi047 (mon.0) 676 : audit [INF] from='mgr.14182 172.21.15.47:0/1495146391' entity='mgr.smithi047.erpxvz' 2023-12-06T04:24:10.120 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Dec 06 04:24:09 smithi098 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi098[111615]: audit 2023-12-06T04:24:08.882763+0000 mon.smithi047 (mon.0) 677 : audit [INF] from='mgr.14182 172.21.15.47:0/1495146391' entity='mgr.smithi047.erpxvz' 2023-12-06T04:24:10.120 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Dec 06 04:24:09 smithi098 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi098[111615]: audit 2023-12-06T04:24:09.018677+0000 mon.smithi047 (mon.0) 678 : audit [INF] from='mgr.14182 172.21.15.47:0/1495146391' entity='mgr.smithi047.erpxvz' cmd=[{"prefix": "config rm", "who": "osd.0", "name": "osd_memory_target"}]: dispatch 2023-12-06T04:24:10.121 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Dec 06 04:24:09 smithi098 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi098[111615]: audit 2023-12-06T04:24:09.019431+0000 mon.smithi047 (mon.0) 679 : audit [INF] from='mgr.14182 172.21.15.47:0/1495146391' entity='mgr.smithi047.erpxvz' cmd=[{"prefix": "config rm", "who": "osd.3", "name": "osd_memory_target"}]: dispatch 2023-12-06T04:24:10.121 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Dec 06 04:24:09 smithi098 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi098[111615]: audit 2023-12-06T04:24:09.020045+0000 mon.smithi047 (mon.0) 680 : audit [INF] from='mgr.14182 172.21.15.47:0/1495146391' entity='mgr.smithi047.erpxvz' cmd=[{"prefix": "config rm", "who": "osd.5", "name": "osd_memory_target"}]: dispatch 2023-12-06T04:24:10.121 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Dec 06 04:24:09 smithi098 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi098[111615]: audit 2023-12-06T04:24:09.020635+0000 mon.smithi047 (mon.0) 681 : audit [INF] from='mgr.14182 172.21.15.47:0/1495146391' entity='mgr.smithi047.erpxvz' cmd=[{"prefix": "config rm", "who": "osd.6", "name": "osd_memory_target"}]: dispatch 2023-12-06T04:24:10.121 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Dec 06 04:24:09 smithi098 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi098[111615]: cephadm 2023-12-06T04:24:09.021146+0000 mgr.smithi047.erpxvz (mgr.14182) 696 : cephadm [INF] Adjusting osd_memory_target on smithi098 to 2968M 2023-12-06T04:24:10.121 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Dec 06 04:24:09 smithi098 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi098[111615]: audit 2023-12-06T04:24:09.025881+0000 mon.smithi047 (mon.0) 682 : audit [INF] from='mgr.14182 172.21.15.47:0/1495146391' entity='mgr.smithi047.erpxvz' 2023-12-06T04:24:10.121 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Dec 06 04:24:09 smithi098 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi098[111615]: cluster 2023-12-06T04:24:09.068155+0000 mgr.smithi047.erpxvz (mgr.14182) 697 : cluster [DBG] pgmap v425: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 93 B/s rd, 0 op/s 2023-12-06T04:24:10.512 INFO:teuthology.orchestra.run.smithi047.stdout: 2023-12-06T04:24:10.512 INFO:teuthology.orchestra.run.smithi047.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-06T04:10:15.517593Z", "last_refresh": "2023-12-06T04:19:07.677115Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-06T04:10:10.954835Z", "last_refresh": "2023-12-06T04:19:07.677197Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-06T04:10:13.544463Z", "last_refresh": "2023-12-06T04:19:07.677283Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-06T04:19:03.745660Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi047.tduqaw on smithi047: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-06T04:21:37.565046Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi098.canbud on smithi098: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi098-canbud\n/bin/podman: stderr Error: no such container ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi098-canbud\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi098.canbud\n/bin/podman: stderr Error: no such container ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi098.canbud\nDeploy daemon haproxy.nfs.foo.smithi098.canbud ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi098 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-06T04:19:44Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-06T04:20:22Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-06T04:21:00Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi098 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-06T04:24:07.062005Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi047.awplmn on smithi047: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi047-awplmn\n/bin/podman: stderr Error: no such container ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi047-awplmn\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi047.awplmn\n/bin/podman: stderr Error: no such container ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi047.awplmn\nDeploy daemon haproxy.nfs.foo.smithi047.awplmn ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi047 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-06T04:22:14Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-06T04:22:52Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-06T04:23:29Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi047 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-06T04:24:07.064352Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi098.hbytsr on smithi098: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-06T04:24:07.066424Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi047.smeokd on smithi047: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.47/16"}, "status": {"created": "2023-12-06T04:13:56.330826Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.47/16"}}, {"events": ["2023-12-06T04:13:52.727160Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-06T04:13:52.721318Z", "last_refresh": "2023-12-06T04:19:07.677849Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-06T04:10:09.956661Z", "last_refresh": "2023-12-06T04:19:07.677026Z", "running": 2, "size": 2}}, {"events": ["2023-12-06T04:11:13.238878Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi047:172.21.15.47=smithi047", "smithi098:172.21.15.98=smithi098"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-06T04:11:13.235526Z", "last_refresh": "2023-12-06T04:19:07.676844Z", "running": 2, "size": 2}}, {"events": ["2023-12-06T04:13:56.329598Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-12-06T04:13:56.325813Z", "last_refresh": "2023-12-06T04:19:07.677926Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-06T04:10:14.589128Z", "last_refresh": "2023-12-06T04:19:07.677360Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-06T04:11:43.239438Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-06T04:11:43.235053Z", "last_refresh": "2023-12-06T04:19:07.677511Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-06T04:10:12.030635Z", "last_refresh": "2023-12-06T04:19:07.677436Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-06T04:24:11.012 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-06T04:24:12.013 DEBUG:teuthology.orchestra.run.smithi047:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:d03fca4f35d43f61b4679936aef7bd2f01cced0b shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 2ecad2ea-93ed-11ee-95a2-87774f69a715 -- ceph orch ls -f json 2023-12-06T04:24:12.372 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Dec 06 04:24:12 smithi047 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi047[108212]: audit 2023-12-06T04:24:10.503717+0000 mgr.smithi047.erpxvz (mgr.14182) 698 : audit [DBG] from='client.15432 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-06T04:24:12.372 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Dec 06 04:24:12 smithi047 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi047[108212]: cluster 2023-12-06T04:24:11.068919+0000 mgr.smithi047.erpxvz (mgr.14182) 699 : cluster [DBG] pgmap v426: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 93 B/s rd, 0 op/s 2023-12-06T04:24:12.372 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Dec 06 04:24:12 smithi047 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi047[108212]: audit 2023-12-06T04:24:11.143048+0000 mon.smithi047 (mon.0) 683 : audit [INF] from='mgr.14182 172.21.15.47:0/1495146391' entity='mgr.smithi047.erpxvz' 2023-12-06T04:24:12.372 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Dec 06 04:24:12 smithi047 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi047[108212]: audit 2023-12-06T04:24:11.464249+0000 mon.smithi047 (mon.0) 684 : audit [INF] from='mgr.14182 172.21.15.47:0/1495146391' entity='mgr.smithi047.erpxvz' cmd=[{"prefix": "config rm", "who": "osd.1", "name": "osd_memory_target"}]: dispatch 2023-12-06T04:24:12.372 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Dec 06 04:24:12 smithi047 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi047[108212]: audit 2023-12-06T04:24:11.464964+0000 mon.smithi047 (mon.0) 685 : audit [INF] from='mgr.14182 172.21.15.47:0/1495146391' entity='mgr.smithi047.erpxvz' cmd=[{"prefix": "config rm", "who": "osd.2", "name": "osd_memory_target"}]: dispatch 2023-12-06T04:24:12.372 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Dec 06 04:24:12 smithi047 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi047[108212]: audit 2023-12-06T04:24:11.465571+0000 mon.smithi047 (mon.0) 686 : audit [INF] from='mgr.14182 172.21.15.47:0/1495146391' entity='mgr.smithi047.erpxvz' cmd=[{"prefix": "config rm", "who": "osd.4", "name": "osd_memory_target"}]: dispatch 2023-12-06T04:24:12.372 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Dec 06 04:24:12 smithi047 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi047[108212]: audit 2023-12-06T04:24:11.466175+0000 mon.smithi047 (mon.0) 687 : audit [INF] from='mgr.14182 172.21.15.47:0/1495146391' entity='mgr.smithi047.erpxvz' cmd=[{"prefix": "config rm", "who": "osd.7", "name": "osd_memory_target"}]: dispatch 2023-12-06T04:24:12.372 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Dec 06 04:24:12 smithi047 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi047[108212]: audit 2023-12-06T04:24:11.470445+0000 mon.smithi047 (mon.0) 688 : audit [INF] from='mgr.14182 172.21.15.47:0/1495146391' entity='mgr.smithi047.erpxvz' 2023-12-06T04:24:12.372 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Dec 06 04:24:12 smithi047 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi047[108212]: audit 2023-12-06T04:24:11.471425+0000 mon.smithi047 (mon.0) 689 : audit [DBG] from='mgr.14182 172.21.15.47:0/1495146391' entity='mgr.smithi047.erpxvz' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T04:24:12.373 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Dec 06 04:24:12 smithi047 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi047[108212]: audit 2023-12-06T04:24:11.472124+0000 mon.smithi047 (mon.0) 690 : audit [INF] from='mgr.14182 172.21.15.47:0/1495146391' entity='mgr.smithi047.erpxvz' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T04:24:12.373 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Dec 06 04:24:12 smithi047 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi047[108212]: audit 2023-12-06T04:24:11.476331+0000 mon.smithi047 (mon.0) 691 : audit [INF] from='mgr.14182 172.21.15.47:0/1495146391' entity='mgr.smithi047.erpxvz' 2023-12-06T04:24:12.373 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Dec 06 04:24:12 smithi047 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi047[108212]: audit 2023-12-06T04:24:11.480284+0000 mon.smithi047 (mon.0) 692 : audit [DBG] from='mgr.14182 172.21.15.47:0/1495146391' entity='mgr.smithi047.erpxvz' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-12-06T04:24:12.373 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Dec 06 04:24:12 smithi047 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi047[108212]: audit 2023-12-06T04:24:11.487609+0000 mon.smithi047 (mon.0) 693 : audit [INF] from='mgr.14182 172.21.15.47:0/1495146391' entity='mgr.smithi047.erpxvz' 2023-12-06T04:24:12.620 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Dec 06 04:24:12 smithi098 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi098[111615]: audit 2023-12-06T04:24:10.503717+0000 mgr.smithi047.erpxvz (mgr.14182) 698 : audit [DBG] from='client.15432 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-06T04:24:12.620 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Dec 06 04:24:12 smithi098 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi098[111615]: cluster 2023-12-06T04:24:11.068919+0000 mgr.smithi047.erpxvz (mgr.14182) 699 : cluster [DBG] pgmap v426: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 93 B/s rd, 0 op/s 2023-12-06T04:24:12.620 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Dec 06 04:24:12 smithi098 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi098[111615]: audit 2023-12-06T04:24:11.143048+0000 mon.smithi047 (mon.0) 683 : audit [INF] from='mgr.14182 172.21.15.47:0/1495146391' entity='mgr.smithi047.erpxvz' 2023-12-06T04:24:12.620 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Dec 06 04:24:12 smithi098 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi098[111615]: audit 2023-12-06T04:24:11.464249+0000 mon.smithi047 (mon.0) 684 : audit [INF] from='mgr.14182 172.21.15.47:0/1495146391' entity='mgr.smithi047.erpxvz' cmd=[{"prefix": "config rm", "who": "osd.1", "name": "osd_memory_target"}]: dispatch 2023-12-06T04:24:12.621 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Dec 06 04:24:12 smithi098 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi098[111615]: audit 2023-12-06T04:24:11.464964+0000 mon.smithi047 (mon.0) 685 : audit [INF] from='mgr.14182 172.21.15.47:0/1495146391' entity='mgr.smithi047.erpxvz' cmd=[{"prefix": "config rm", "who": "osd.2", "name": "osd_memory_target"}]: dispatch 2023-12-06T04:24:12.621 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Dec 06 04:24:12 smithi098 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi098[111615]: audit 2023-12-06T04:24:11.465571+0000 mon.smithi047 (mon.0) 686 : audit [INF] from='mgr.14182 172.21.15.47:0/1495146391' entity='mgr.smithi047.erpxvz' cmd=[{"prefix": "config rm", "who": "osd.4", "name": "osd_memory_target"}]: dispatch 2023-12-06T04:24:12.621 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Dec 06 04:24:12 smithi098 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi098[111615]: audit 2023-12-06T04:24:11.466175+0000 mon.smithi047 (mon.0) 687 : audit [INF] from='mgr.14182 172.21.15.47:0/1495146391' entity='mgr.smithi047.erpxvz' cmd=[{"prefix": "config rm", "who": "osd.7", "name": "osd_memory_target"}]: dispatch 2023-12-06T04:24:12.621 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Dec 06 04:24:12 smithi098 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi098[111615]: audit 2023-12-06T04:24:11.470445+0000 mon.smithi047 (mon.0) 688 : audit [INF] from='mgr.14182 172.21.15.47:0/1495146391' entity='mgr.smithi047.erpxvz' 2023-12-06T04:24:12.621 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Dec 06 04:24:12 smithi098 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi098[111615]: audit 2023-12-06T04:24:11.471425+0000 mon.smithi047 (mon.0) 689 : audit [DBG] from='mgr.14182 172.21.15.47:0/1495146391' entity='mgr.smithi047.erpxvz' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T04:24:12.621 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Dec 06 04:24:12 smithi098 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi098[111615]: audit 2023-12-06T04:24:11.472124+0000 mon.smithi047 (mon.0) 690 : audit [INF] from='mgr.14182 172.21.15.47:0/1495146391' entity='mgr.smithi047.erpxvz' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T04:24:12.621 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Dec 06 04:24:12 smithi098 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi098[111615]: audit 2023-12-06T04:24:11.476331+0000 mon.smithi047 (mon.0) 691 : audit [INF] from='mgr.14182 172.21.15.47:0/1495146391' entity='mgr.smithi047.erpxvz' 2023-12-06T04:24:12.621 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Dec 06 04:24:12 smithi098 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi098[111615]: audit 2023-12-06T04:24:11.480284+0000 mon.smithi047 (mon.0) 692 : audit [DBG] from='mgr.14182 172.21.15.47:0/1495146391' entity='mgr.smithi047.erpxvz' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-12-06T04:24:12.621 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Dec 06 04:24:12 smithi098 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi098[111615]: audit 2023-12-06T04:24:11.487609+0000 mon.smithi047 (mon.0) 693 : audit [INF] from='mgr.14182 172.21.15.47:0/1495146391' entity='mgr.smithi047.erpxvz' 2023-12-06T04:24:13.379 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Dec 06 04:24:13 smithi047 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi047[108212]: cephadm 2023-12-06T04:24:11.466648+0000 mgr.smithi047.erpxvz (mgr.14182) 700 : cephadm [INF] Adjusting osd_memory_target on smithi047 to 1945M 2023-12-06T04:24:13.379 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Dec 06 04:24:13 smithi047 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi047[108212]: cluster 2023-12-06T04:24:11.476910+0000 mgr.smithi047.erpxvz (mgr.14182) 701 : cluster [DBG] pgmap v427: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 109 B/s rd, 0 op/s 2023-12-06T04:24:13.379 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Dec 06 04:24:13 smithi047 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi047[108212]: cephadm 2023-12-06T04:24:11.489783+0000 mgr.smithi047.erpxvz (mgr.14182) 702 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi098.ysltza on smithi098 2023-12-06T04:24:13.379 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Dec 06 04:24:13 smithi047 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi047[108212]: cluster 2023-12-06T04:24:12.474587+0000 mon.smithi047 (mon.0) 694 : cluster [INF] Health check cleared: CEPHADM_DAEMON_PLACE_FAIL (was: Failed to place 4 daemon(s)) 2023-12-06T04:24:13.379 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Dec 06 04:24:13 smithi047 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi047[108212]: cluster 2023-12-06T04:24:12.474619+0000 mon.smithi047 (mon.0) 695 : cluster [INF] Cluster is now healthy 2023-12-06T04:24:13.507 INFO:teuthology.orchestra.run.smithi047.stdout: 2023-12-06T04:24:13.507 INFO:teuthology.orchestra.run.smithi047.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-06T04:10:15.517593Z", "last_refresh": "2023-12-06T04:24:11.136231Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-06T04:10:10.954835Z", "last_refresh": "2023-12-06T04:24:08.731374Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-06T04:10:13.544463Z", "last_refresh": "2023-12-06T04:24:11.136388Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-06T04:19:03.745660Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi047.tduqaw on smithi047: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-06T04:21:37.565046Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi098.canbud on smithi098: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi098-canbud\n/bin/podman: stderr Error: no such container ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi098-canbud\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi098.canbud\n/bin/podman: stderr Error: no such container ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi098.canbud\nDeploy daemon haproxy.nfs.foo.smithi098.canbud ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi098 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-06T04:19:44Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-06T04:20:22Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-06T04:21:00Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi098 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-06T04:24:07.062005Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi047.awplmn on smithi047: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi047-awplmn\n/bin/podman: stderr Error: no such container ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi047-awplmn\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi047.awplmn\n/bin/podman: stderr Error: no such container ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi047.awplmn\nDeploy daemon haproxy.nfs.foo.smithi047.awplmn ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi047 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-06T04:22:14Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-06T04:22:52Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-06T04:23:29Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi047 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-06T04:24:07.064352Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi098.hbytsr on smithi098: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-06T04:24:07.066424Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi047.smeokd on smithi047: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.47/16"}, "status": {"created": "2023-12-06T04:13:56.330826Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.47/16"}}, {"events": ["2023-12-06T04:13:52.727160Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-06T04:13:52.721318Z", "last_refresh": "2023-12-06T04:24:08.732560Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-06T04:10:09.956661Z", "last_refresh": "2023-12-06T04:24:08.731634Z", "running": 2, "size": 2}}, {"events": ["2023-12-06T04:11:13.238878Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi047:172.21.15.47=smithi047", "smithi098:172.21.15.98=smithi098"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-06T04:11:13.235526Z", "last_refresh": "2023-12-06T04:24:08.731843Z", "running": 2, "size": 2}}, {"events": ["2023-12-06T04:13:56.329598Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-12-06T04:13:56.325813Z", "last_refresh": "2023-12-06T04:24:11.137018Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-06T04:10:14.589128Z", "last_refresh": "2023-12-06T04:24:08.732044Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-06T04:11:43.239438Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-06T04:11:43.235053Z", "last_refresh": "2023-12-06T04:24:08.732204Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-06T04:10:12.030635Z", "last_refresh": "2023-12-06T04:24:11.136541Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-06T04:24:13.620 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Dec 06 04:24:13 smithi098 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi098[111615]: cephadm 2023-12-06T04:24:11.466648+0000 mgr.smithi047.erpxvz (mgr.14182) 700 : cephadm [INF] Adjusting osd_memory_target on smithi047 to 1945M 2023-12-06T04:24:13.620 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Dec 06 04:24:13 smithi098 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi098[111615]: cluster 2023-12-06T04:24:11.476910+0000 mgr.smithi047.erpxvz (mgr.14182) 701 : cluster [DBG] pgmap v427: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 109 B/s rd, 0 op/s 2023-12-06T04:24:13.620 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Dec 06 04:24:13 smithi098 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi098[111615]: cephadm 2023-12-06T04:24:11.489783+0000 mgr.smithi047.erpxvz (mgr.14182) 702 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi098.ysltza on smithi098 2023-12-06T04:24:13.620 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Dec 06 04:24:13 smithi098 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi098[111615]: cluster 2023-12-06T04:24:12.474587+0000 mon.smithi047 (mon.0) 694 : cluster [INF] Health check cleared: CEPHADM_DAEMON_PLACE_FAIL (was: Failed to place 4 daemon(s)) 2023-12-06T04:24:13.620 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Dec 06 04:24:13 smithi098 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi098[111615]: cluster 2023-12-06T04:24:12.474619+0000 mon.smithi047 (mon.0) 695 : cluster [INF] Cluster is now healthy 2023-12-06T04:24:13.900 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-06T04:24:14.901 DEBUG:teuthology.orchestra.run.smithi047:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:d03fca4f35d43f61b4679936aef7bd2f01cced0b shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 2ecad2ea-93ed-11ee-95a2-87774f69a715 -- ceph orch ls -f json 2023-12-06T04:24:15.620 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Dec 06 04:24:15 smithi098 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi098[111615]: cluster 2023-12-06T04:24:13.477377+0000 mgr.smithi047.erpxvz (mgr.14182) 703 : cluster [DBG] pgmap v428: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 109 B/s rd, 0 op/s 2023-12-06T04:24:15.620 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Dec 06 04:24:15 smithi098 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi098[111615]: audit 2023-12-06T04:24:13.501611+0000 mgr.smithi047.erpxvz (mgr.14182) 704 : audit [DBG] from='client.15436 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-06T04:24:15.629 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Dec 06 04:24:15 smithi047 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi047[108212]: cluster 2023-12-06T04:24:13.477377+0000 mgr.smithi047.erpxvz (mgr.14182) 703 : cluster [DBG] pgmap v428: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 109 B/s rd, 0 op/s 2023-12-06T04:24:15.629 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Dec 06 04:24:15 smithi047 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi047[108212]: audit 2023-12-06T04:24:13.501611+0000 mgr.smithi047.erpxvz (mgr.14182) 704 : audit [DBG] from='client.15436 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-06T04:24:16.505 INFO:teuthology.orchestra.run.smithi047.stdout: 2023-12-06T04:24:16.505 INFO:teuthology.orchestra.run.smithi047.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-06T04:10:15.517593Z", "last_refresh": "2023-12-06T04:24:11.136231Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-06T04:10:10.954835Z", "last_refresh": "2023-12-06T04:24:08.731374Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-06T04:10:13.544463Z", "last_refresh": "2023-12-06T04:24:11.136388Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-06T04:19:03.745660Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi047.tduqaw on smithi047: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-06T04:21:37.565046Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi098.canbud on smithi098: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi098-canbud\n/bin/podman: stderr Error: no such container ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi098-canbud\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi098.canbud\n/bin/podman: stderr Error: no such container ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi098.canbud\nDeploy daemon haproxy.nfs.foo.smithi098.canbud ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi098 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-06T04:19:44Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-06T04:20:22Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-06T04:21:00Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi098 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-06T04:24:07.062005Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi047.awplmn on smithi047: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi047-awplmn\n/bin/podman: stderr Error: no such container ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi047-awplmn\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi047.awplmn\n/bin/podman: stderr Error: no such container ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi047.awplmn\nDeploy daemon haproxy.nfs.foo.smithi047.awplmn ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi047 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-06T04:22:14Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-06T04:22:52Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-06T04:23:29Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi047 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-06T04:24:07.064352Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi098.hbytsr on smithi098: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-06T04:24:07.066424Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi047.smeokd on smithi047: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.47/16"}, "status": {"created": "2023-12-06T04:13:56.330826Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.47/16"}}, {"events": ["2023-12-06T04:13:52.727160Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-06T04:13:52.721318Z", "last_refresh": "2023-12-06T04:24:08.732560Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-06T04:10:09.956661Z", "last_refresh": "2023-12-06T04:24:08.731634Z", "running": 2, "size": 2}}, {"events": ["2023-12-06T04:11:13.238878Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi047:172.21.15.47=smithi047", "smithi098:172.21.15.98=smithi098"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-06T04:11:13.235526Z", "last_refresh": "2023-12-06T04:24:08.731843Z", "running": 2, "size": 2}}, {"events": ["2023-12-06T04:13:56.329598Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-12-06T04:13:56.325813Z", "last_refresh": "2023-12-06T04:24:11.137018Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-06T04:10:14.589128Z", "last_refresh": "2023-12-06T04:24:08.732044Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-06T04:11:43.239438Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-06T04:11:43.235053Z", "last_refresh": "2023-12-06T04:24:08.732204Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-06T04:10:12.030635Z", "last_refresh": "2023-12-06T04:24:11.136541Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-06T04:24:16.893 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-06T04:24:17.620 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Dec 06 04:24:17 smithi098 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi098[111615]: cluster 2023-12-06T04:24:15.477876+0000 mgr.smithi047.erpxvz (mgr.14182) 705 : cluster [DBG] pgmap v429: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 109 B/s rd, 0 op/s 2023-12-06T04:24:17.629 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Dec 06 04:24:17 smithi047 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi047[108212]: cluster 2023-12-06T04:24:15.477876+0000 mgr.smithi047.erpxvz (mgr.14182) 705 : cluster [DBG] pgmap v429: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 109 B/s rd, 0 op/s 2023-12-06T04:24:17.893 DEBUG:teuthology.orchestra.run.smithi047:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:d03fca4f35d43f61b4679936aef7bd2f01cced0b shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 2ecad2ea-93ed-11ee-95a2-87774f69a715 -- ceph orch ls -f json 2023-12-06T04:24:18.571 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Dec 06 04:24:18 smithi047 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi047[108212]: audit 2023-12-06T04:24:16.500207+0000 mgr.smithi047.erpxvz (mgr.14182) 706 : audit [DBG] from='client.15440 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-06T04:24:18.870 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Dec 06 04:24:18 smithi098 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi098[111615]: audit 2023-12-06T04:24:16.500207+0000 mgr.smithi047.erpxvz (mgr.14182) 706 : audit [DBG] from='client.15440 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-06T04:24:19.322 INFO:teuthology.orchestra.run.smithi047.stdout: 2023-12-06T04:24:19.322 INFO:teuthology.orchestra.run.smithi047.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-06T04:10:15.517593Z", "last_refresh": "2023-12-06T04:24:11.136231Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-06T04:10:10.954835Z", "last_refresh": "2023-12-06T04:24:08.731374Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-06T04:10:13.544463Z", "last_refresh": "2023-12-06T04:24:11.136388Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-06T04:19:03.745660Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi047.tduqaw on smithi047: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-06T04:21:37.565046Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi098.canbud on smithi098: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi098-canbud\n/bin/podman: stderr Error: no such container ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi098-canbud\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi098.canbud\n/bin/podman: stderr Error: no such container ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi098.canbud\nDeploy daemon haproxy.nfs.foo.smithi098.canbud ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi098 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-06T04:19:44Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-06T04:20:22Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-06T04:21:00Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi098 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-06T04:24:07.062005Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi047.awplmn on smithi047: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi047-awplmn\n/bin/podman: stderr Error: no such container ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi047-awplmn\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi047.awplmn\n/bin/podman: stderr Error: no such container ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi047.awplmn\nDeploy daemon haproxy.nfs.foo.smithi047.awplmn ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi047 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-06T04:22:14Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-06T04:22:52Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-06T04:23:29Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi047 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-06T04:24:07.064352Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi098.hbytsr on smithi098: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-06T04:24:07.066424Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi047.smeokd on smithi047: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.47/16"}, "status": {"created": "2023-12-06T04:13:56.330826Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.47/16"}}, {"events": ["2023-12-06T04:13:52.727160Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-06T04:13:52.721318Z", "last_refresh": "2023-12-06T04:24:08.732560Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-06T04:10:09.956661Z", "last_refresh": "2023-12-06T04:24:08.731634Z", "running": 2, "size": 2}}, {"events": ["2023-12-06T04:11:13.238878Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi047:172.21.15.47=smithi047", "smithi098:172.21.15.98=smithi098"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-06T04:11:13.235526Z", "last_refresh": "2023-12-06T04:24:08.731843Z", "running": 2, "size": 2}}, {"events": ["2023-12-06T04:13:56.329598Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-12-06T04:13:56.325813Z", "last_refresh": "2023-12-06T04:24:11.137018Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-06T04:10:14.589128Z", "last_refresh": "2023-12-06T04:24:08.732044Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-06T04:11:43.239438Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-06T04:11:43.235053Z", "last_refresh": "2023-12-06T04:24:08.732204Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-06T04:10:12.030635Z", "last_refresh": "2023-12-06T04:24:11.136541Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-06T04:24:19.629 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Dec 06 04:24:19 smithi047 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi047[108212]: cluster 2023-12-06T04:24:17.478556+0000 mgr.smithi047.erpxvz (mgr.14182) 707 : cluster [DBG] pgmap v430: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 98 B/s rd, 0 op/s 2023-12-06T04:24:19.717 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-06T04:24:19.870 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Dec 06 04:24:19 smithi098 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi098[111615]: cluster 2023-12-06T04:24:17.478556+0000 mgr.smithi047.erpxvz (mgr.14182) 707 : cluster [DBG] pgmap v430: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 98 B/s rd, 0 op/s 2023-12-06T04:24:20.718 DEBUG:teuthology.orchestra.run.smithi047:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:d03fca4f35d43f61b4679936aef7bd2f01cced0b shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 2ecad2ea-93ed-11ee-95a2-87774f69a715 -- ceph orch ls -f json 2023-12-06T04:24:20.754 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Dec 06 04:24:20 smithi047 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi047[108212]: audit 2023-12-06T04:24:19.317022+0000 mgr.smithi047.erpxvz (mgr.14182) 708 : audit [DBG] from='client.15444 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-06T04:24:20.870 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Dec 06 04:24:20 smithi098 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi098[111615]: audit 2023-12-06T04:24:19.317022+0000 mgr.smithi047.erpxvz (mgr.14182) 708 : audit [DBG] from='client.15444 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-06T04:24:21.757 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Dec 06 04:24:21 smithi047 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi047[108212]: cluster 2023-12-06T04:24:19.479199+0000 mgr.smithi047.erpxvz (mgr.14182) 709 : cluster [DBG] pgmap v431: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 98 B/s rd, 0 op/s 2023-12-06T04:24:21.870 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Dec 06 04:24:21 smithi098 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi098[111615]: cluster 2023-12-06T04:24:19.479199+0000 mgr.smithi047.erpxvz (mgr.14182) 709 : cluster [DBG] pgmap v431: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 98 B/s rd, 0 op/s 2023-12-06T04:24:22.173 INFO:teuthology.orchestra.run.smithi047.stdout: 2023-12-06T04:24:22.173 INFO:teuthology.orchestra.run.smithi047.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-06T04:10:15.517593Z", "last_refresh": "2023-12-06T04:24:11.136231Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-06T04:10:10.954835Z", "last_refresh": "2023-12-06T04:24:08.731374Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-06T04:10:13.544463Z", "last_refresh": "2023-12-06T04:24:11.136388Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-06T04:19:03.745660Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi047.tduqaw on smithi047: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-06T04:21:37.565046Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi098.canbud on smithi098: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi098-canbud\n/bin/podman: stderr Error: no such container ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi098-canbud\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi098.canbud\n/bin/podman: stderr Error: no such container ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi098.canbud\nDeploy daemon haproxy.nfs.foo.smithi098.canbud ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi098 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-06T04:19:44Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-06T04:20:22Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-06T04:21:00Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi098 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-06T04:24:07.062005Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi047.awplmn on smithi047: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi047-awplmn\n/bin/podman: stderr Error: no such container ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi047-awplmn\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi047.awplmn\n/bin/podman: stderr Error: no such container ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi047.awplmn\nDeploy daemon haproxy.nfs.foo.smithi047.awplmn ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi047 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-06T04:22:14Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-06T04:22:52Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-06T04:23:29Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi047 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-06T04:24:07.064352Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi098.hbytsr on smithi098: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-06T04:24:07.066424Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi047.smeokd on smithi047: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.47/16"}, "status": {"created": "2023-12-06T04:13:56.330826Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.47/16"}}, {"events": ["2023-12-06T04:13:52.727160Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-06T04:13:52.721318Z", "last_refresh": "2023-12-06T04:24:08.732560Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-06T04:10:09.956661Z", "last_refresh": "2023-12-06T04:24:08.731634Z", "running": 2, "size": 2}}, {"events": ["2023-12-06T04:11:13.238878Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi047:172.21.15.47=smithi047", "smithi098:172.21.15.98=smithi098"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-06T04:11:13.235526Z", "last_refresh": "2023-12-06T04:24:08.731843Z", "running": 2, "size": 2}}, {"events": ["2023-12-06T04:13:56.329598Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-12-06T04:13:56.325813Z", "last_refresh": "2023-12-06T04:24:11.137018Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-06T04:10:14.589128Z", "last_refresh": "2023-12-06T04:24:08.732044Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-06T04:11:43.239438Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-06T04:11:43.235053Z", "last_refresh": "2023-12-06T04:24:08.732204Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-06T04:10:12.030635Z", "last_refresh": "2023-12-06T04:24:11.136541Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-06T04:24:22.541 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-06T04:24:23.542 DEBUG:teuthology.orchestra.run.smithi047:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:d03fca4f35d43f61b4679936aef7bd2f01cced0b shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 2ecad2ea-93ed-11ee-95a2-87774f69a715 -- ceph orch ls -f json 2023-12-06T04:24:23.870 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Dec 06 04:24:23 smithi098 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi098[111615]: cluster 2023-12-06T04:24:21.479792+0000 mgr.smithi047.erpxvz (mgr.14182) 710 : cluster [DBG] pgmap v432: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 196 B/s rd, 0 op/s 2023-12-06T04:24:23.870 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Dec 06 04:24:23 smithi098 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi098[111615]: audit 2023-12-06T04:24:22.167036+0000 mgr.smithi047.erpxvz (mgr.14182) 711 : audit [DBG] from='client.15448 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-06T04:24:23.877 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Dec 06 04:24:23 smithi047 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi047[108212]: cluster 2023-12-06T04:24:21.479792+0000 mgr.smithi047.erpxvz (mgr.14182) 710 : cluster [DBG] pgmap v432: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 196 B/s rd, 0 op/s 2023-12-06T04:24:23.878 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Dec 06 04:24:23 smithi047 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi047[108212]: audit 2023-12-06T04:24:22.167036+0000 mgr.smithi047.erpxvz (mgr.14182) 711 : audit [DBG] from='client.15448 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-06T04:24:24.989 INFO:teuthology.orchestra.run.smithi047.stdout: 2023-12-06T04:24:24.989 INFO:teuthology.orchestra.run.smithi047.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-06T04:10:15.517593Z", "last_refresh": "2023-12-06T04:24:11.136231Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-06T04:10:10.954835Z", "last_refresh": "2023-12-06T04:24:08.731374Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-06T04:10:13.544463Z", "last_refresh": "2023-12-06T04:24:11.136388Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-06T04:19:03.745660Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi047.tduqaw on smithi047: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-06T04:21:37.565046Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi098.canbud on smithi098: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi098-canbud\n/bin/podman: stderr Error: no such container ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi098-canbud\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi098.canbud\n/bin/podman: stderr Error: no such container ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi098.canbud\nDeploy daemon haproxy.nfs.foo.smithi098.canbud ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi098 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-06T04:19:44Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-06T04:20:22Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-06T04:21:00Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi098 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-06T04:24:07.062005Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi047.awplmn on smithi047: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi047-awplmn\n/bin/podman: stderr Error: no such container ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi047-awplmn\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi047.awplmn\n/bin/podman: stderr Error: no such container ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi047.awplmn\nDeploy daemon haproxy.nfs.foo.smithi047.awplmn ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi047 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-06T04:22:14Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-06T04:22:52Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-06T04:23:29Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi047 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-06T04:24:07.064352Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi098.hbytsr on smithi098: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-06T04:24:07.066424Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi047.smeokd on smithi047: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.47/16"}, "status": {"created": "2023-12-06T04:13:56.330826Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.47/16"}}, {"events": ["2023-12-06T04:13:52.727160Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-06T04:13:52.721318Z", "last_refresh": "2023-12-06T04:24:08.732560Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-06T04:10:09.956661Z", "last_refresh": "2023-12-06T04:24:08.731634Z", "running": 2, "size": 2}}, {"events": ["2023-12-06T04:11:13.238878Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi047:172.21.15.47=smithi047", "smithi098:172.21.15.98=smithi098"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-06T04:11:13.235526Z", "last_refresh": "2023-12-06T04:24:08.731843Z", "running": 2, "size": 2}}, {"events": ["2023-12-06T04:13:56.329598Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-12-06T04:13:56.325813Z", "last_refresh": "2023-12-06T04:24:11.137018Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-06T04:10:14.589128Z", "last_refresh": "2023-12-06T04:24:08.732044Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-06T04:11:43.239438Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-06T04:11:43.235053Z", "last_refresh": "2023-12-06T04:24:08.732204Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-06T04:10:12.030635Z", "last_refresh": "2023-12-06T04:24:11.136541Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-06T04:24:25.367 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-06T04:24:25.631 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Dec 06 04:24:25 smithi047 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi047[108212]: cluster 2023-12-06T04:24:23.480228+0000 mgr.smithi047.erpxvz (mgr.14182) 712 : cluster [DBG] pgmap v433: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-06T04:24:25.870 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Dec 06 04:24:25 smithi098 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi098[111615]: cluster 2023-12-06T04:24:23.480228+0000 mgr.smithi047.erpxvz (mgr.14182) 712 : cluster [DBG] pgmap v433: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-06T04:24:26.368 DEBUG:teuthology.orchestra.run.smithi047:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:d03fca4f35d43f61b4679936aef7bd2f01cced0b shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 2ecad2ea-93ed-11ee-95a2-87774f69a715 -- ceph orch ls -f json 2023-12-06T04:24:26.691 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Dec 06 04:24:26 smithi098 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi098[111615]: audit 2023-12-06T04:24:24.984218+0000 mgr.smithi047.erpxvz (mgr.14182) 713 : audit [DBG] from='client.15452 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-06T04:24:26.710 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Dec 06 04:24:26 smithi047 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi047[108212]: audit 2023-12-06T04:24:24.984218+0000 mgr.smithi047.erpxvz (mgr.14182) 713 : audit [DBG] from='client.15452 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-06T04:24:27.813 INFO:teuthology.orchestra.run.smithi047.stdout: 2023-12-06T04:24:27.813 INFO:teuthology.orchestra.run.smithi047.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-06T04:10:15.517593Z", "last_refresh": "2023-12-06T04:24:11.136231Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-06T04:10:10.954835Z", "last_refresh": "2023-12-06T04:24:08.731374Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-06T04:10:13.544463Z", "last_refresh": "2023-12-06T04:24:11.136388Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-06T04:19:03.745660Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi047.tduqaw on smithi047: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-06T04:21:37.565046Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi098.canbud on smithi098: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi098-canbud\n/bin/podman: stderr Error: no such container ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi098-canbud\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi098.canbud\n/bin/podman: stderr Error: no such container ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi098.canbud\nDeploy daemon haproxy.nfs.foo.smithi098.canbud ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi098 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-06T04:19:44Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-06T04:20:22Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-06T04:21:00Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi098 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-06T04:24:07.062005Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi047.awplmn on smithi047: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi047-awplmn\n/bin/podman: stderr Error: no such container ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi047-awplmn\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi047.awplmn\n/bin/podman: stderr Error: no such container ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi047.awplmn\nDeploy daemon haproxy.nfs.foo.smithi047.awplmn ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi047 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-06T04:22:14Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-06T04:22:52Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-06T04:23:29Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi047 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-06T04:24:07.064352Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi098.hbytsr on smithi098: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-06T04:24:07.066424Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi047.smeokd on smithi047: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.47/16"}, "status": {"created": "2023-12-06T04:13:56.330826Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.47/16"}}, {"events": ["2023-12-06T04:13:52.727160Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-06T04:13:52.721318Z", "last_refresh": "2023-12-06T04:24:08.732560Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-06T04:10:09.956661Z", "last_refresh": "2023-12-06T04:24:08.731634Z", "running": 2, "size": 2}}, {"events": ["2023-12-06T04:11:13.238878Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi047:172.21.15.47=smithi047", "smithi098:172.21.15.98=smithi098"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-06T04:11:13.235526Z", "last_refresh": "2023-12-06T04:24:08.731843Z", "running": 2, "size": 2}}, {"events": ["2023-12-06T04:13:56.329598Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-12-06T04:13:56.325813Z", "last_refresh": "2023-12-06T04:24:11.137018Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-06T04:10:14.589128Z", "last_refresh": "2023-12-06T04:24:08.732044Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-06T04:11:43.239438Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-06T04:11:43.235053Z", "last_refresh": "2023-12-06T04:24:08.732204Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-06T04:10:12.030635Z", "last_refresh": "2023-12-06T04:24:11.136541Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-06T04:24:27.835 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Dec 06 04:24:27 smithi047 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi047[108212]: cluster 2023-12-06T04:24:25.480894+0000 mgr.smithi047.erpxvz (mgr.14182) 714 : 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-12-06T04:24:27.870 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Dec 06 04:24:27 smithi098 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi098[111615]: cluster 2023-12-06T04:24:25.480894+0000 mgr.smithi047.erpxvz (mgr.14182) 714 : 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-12-06T04:24:28.191 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-06T04:24:29.192 DEBUG:teuthology.orchestra.run.smithi047:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:d03fca4f35d43f61b4679936aef7bd2f01cced0b shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 2ecad2ea-93ed-11ee-95a2-87774f69a715 -- ceph orch ls -f json 2023-12-06T04:24:29.551 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Dec 06 04:24:29 smithi047 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi047[108212]: cluster 2023-12-06T04:24:27.481380+0000 mgr.smithi047.erpxvz (mgr.14182) 715 : 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-12-06T04:24:29.551 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Dec 06 04:24:29 smithi047 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi047[108212]: audit 2023-12-06T04:24:27.807743+0000 mgr.smithi047.erpxvz (mgr.14182) 716 : audit [DBG] from='client.15456 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-06T04:24:29.870 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Dec 06 04:24:29 smithi098 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi098[111615]: cluster 2023-12-06T04:24:27.481380+0000 mgr.smithi047.erpxvz (mgr.14182) 715 : 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-12-06T04:24:29.871 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Dec 06 04:24:29 smithi098 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi098[111615]: audit 2023-12-06T04:24:27.807743+0000 mgr.smithi047.erpxvz (mgr.14182) 716 : audit [DBG] from='client.15456 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-06T04:24:30.679 INFO:teuthology.orchestra.run.smithi047.stdout: 2023-12-06T04:24:30.679 INFO:teuthology.orchestra.run.smithi047.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-06T04:10:15.517593Z", "last_refresh": "2023-12-06T04:24:11.136231Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-06T04:10:10.954835Z", "last_refresh": "2023-12-06T04:24:08.731374Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-06T04:10:13.544463Z", "last_refresh": "2023-12-06T04:24:11.136388Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-06T04:19:03.745660Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi047.tduqaw on smithi047: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-06T04:21:37.565046Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi098.canbud on smithi098: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi098-canbud\n/bin/podman: stderr Error: no such container ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi098-canbud\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi098.canbud\n/bin/podman: stderr Error: no such container ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi098.canbud\nDeploy daemon haproxy.nfs.foo.smithi098.canbud ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi098 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-06T04:19:44Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-06T04:20:22Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-06T04:21:00Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi098 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-06T04:24:07.062005Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi047.awplmn on smithi047: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi047-awplmn\n/bin/podman: stderr Error: no such container ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi047-awplmn\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi047.awplmn\n/bin/podman: stderr Error: no such container ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi047.awplmn\nDeploy daemon haproxy.nfs.foo.smithi047.awplmn ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi047 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-06T04:22:14Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-06T04:22:52Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-06T04:23:29Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi047 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-06T04:24:07.064352Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi098.hbytsr on smithi098: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-06T04:24:07.066424Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi047.smeokd on smithi047: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.47/16"}, "status": {"created": "2023-12-06T04:13:56.330826Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.47/16"}}, {"events": ["2023-12-06T04:13:52.727160Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-06T04:13:52.721318Z", "last_refresh": "2023-12-06T04:24:08.732560Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-06T04:10:09.956661Z", "last_refresh": "2023-12-06T04:24:08.731634Z", "running": 2, "size": 2}}, {"events": ["2023-12-06T04:11:13.238878Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi047:172.21.15.47=smithi047", "smithi098:172.21.15.98=smithi098"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-06T04:11:13.235526Z", "last_refresh": "2023-12-06T04:24:08.731843Z", "running": 2, "size": 2}}, {"events": ["2023-12-06T04:13:56.329598Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-12-06T04:13:56.325813Z", "last_refresh": "2023-12-06T04:24:11.137018Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-06T04:10:14.589128Z", "last_refresh": "2023-12-06T04:24:08.732044Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-06T04:11:43.239438Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-06T04:11:43.235053Z", "last_refresh": "2023-12-06T04:24:08.732204Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-06T04:10:12.030635Z", "last_refresh": "2023-12-06T04:24:11.136541Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-06T04:24:31.058 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-06T04:24:31.870 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Dec 06 04:24:31 smithi098 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi098[111615]: cluster 2023-12-06T04:24:29.481804+0000 mgr.smithi047.erpxvz (mgr.14182) 717 : cluster [DBG] pgmap v436: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-06T04:24:31.879 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Dec 06 04:24:31 smithi047 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi047[108212]: cluster 2023-12-06T04:24:29.481804+0000 mgr.smithi047.erpxvz (mgr.14182) 717 : cluster [DBG] pgmap v436: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-06T04:24:32.060 DEBUG:teuthology.orchestra.run.smithi047:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:d03fca4f35d43f61b4679936aef7bd2f01cced0b shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 2ecad2ea-93ed-11ee-95a2-87774f69a715 -- ceph orch ls -f json 2023-12-06T04:24:32.770 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Dec 06 04:24:32 smithi047 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi047[108212]: audit 2023-12-06T04:24:30.674419+0000 mgr.smithi047.erpxvz (mgr.14182) 718 : audit [DBG] from='client.15460 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-06T04:24:32.870 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Dec 06 04:24:32 smithi098 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi098[111615]: audit 2023-12-06T04:24:30.674419+0000 mgr.smithi047.erpxvz (mgr.14182) 718 : audit [DBG] from='client.15460 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-06T04:24:33.503 INFO:teuthology.orchestra.run.smithi047.stdout: 2023-12-06T04:24:33.503 INFO:teuthology.orchestra.run.smithi047.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-06T04:10:15.517593Z", "last_refresh": "2023-12-06T04:24:11.136231Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-06T04:10:10.954835Z", "last_refresh": "2023-12-06T04:24:08.731374Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-06T04:10:13.544463Z", "last_refresh": "2023-12-06T04:24:11.136388Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-06T04:19:03.745660Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi047.tduqaw on smithi047: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-06T04:21:37.565046Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi098.canbud on smithi098: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi098-canbud\n/bin/podman: stderr Error: no such container ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi098-canbud\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi098.canbud\n/bin/podman: stderr Error: no such container ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi098.canbud\nDeploy daemon haproxy.nfs.foo.smithi098.canbud ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi098 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-06T04:19:44Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-06T04:20:22Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-06T04:21:00Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi098 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-06T04:24:07.062005Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi047.awplmn on smithi047: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi047-awplmn\n/bin/podman: stderr Error: no such container ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi047-awplmn\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi047.awplmn\n/bin/podman: stderr Error: no such container ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi047.awplmn\nDeploy daemon haproxy.nfs.foo.smithi047.awplmn ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi047 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-06T04:22:14Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-06T04:22:52Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-06T04:23:29Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi047 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-06T04:24:07.064352Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi098.hbytsr on smithi098: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-06T04:24:07.066424Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi047.smeokd on smithi047: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.47/16"}, "status": {"created": "2023-12-06T04:13:56.330826Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.47/16"}}, {"events": ["2023-12-06T04:13:52.727160Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-06T04:13:52.721318Z", "last_refresh": "2023-12-06T04:24:08.732560Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-06T04:10:09.956661Z", "last_refresh": "2023-12-06T04:24:08.731634Z", "running": 2, "size": 2}}, {"events": ["2023-12-06T04:11:13.238878Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi047:172.21.15.47=smithi047", "smithi098:172.21.15.98=smithi098"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-06T04:11:13.235526Z", "last_refresh": "2023-12-06T04:24:08.731843Z", "running": 2, "size": 2}}, {"events": ["2023-12-06T04:13:56.329598Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-12-06T04:13:56.325813Z", "last_refresh": "2023-12-06T04:24:11.137018Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-06T04:10:14.589128Z", "last_refresh": "2023-12-06T04:24:08.732044Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-06T04:11:43.239438Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-06T04:11:43.235053Z", "last_refresh": "2023-12-06T04:24:08.732204Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-06T04:10:12.030635Z", "last_refresh": "2023-12-06T04:24:11.136541Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-06T04:24:33.761 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Dec 06 04:24:33 smithi047 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi047[108212]: cluster 2023-12-06T04:24:31.482508+0000 mgr.smithi047.erpxvz (mgr.14182) 719 : cluster [DBG] pgmap v437: 97 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-12-06T04:24:33.870 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Dec 06 04:24:33 smithi098 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi098[111615]: cluster 2023-12-06T04:24:31.482508+0000 mgr.smithi047.erpxvz (mgr.14182) 719 : cluster [DBG] pgmap v437: 97 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-12-06T04:24:33.933 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-06T04:24:34.935 DEBUG:teuthology.orchestra.run.smithi047:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:d03fca4f35d43f61b4679936aef7bd2f01cced0b shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 2ecad2ea-93ed-11ee-95a2-87774f69a715 -- ceph orch ls -f json 2023-12-06T04:24:35.629 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Dec 06 04:24:35 smithi047 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi047[108212]: cluster 2023-12-06T04:24:33.482898+0000 mgr.smithi047.erpxvz (mgr.14182) 720 : 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-12-06T04:24:35.630 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Dec 06 04:24:35 smithi047 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi047[108212]: audit 2023-12-06T04:24:33.498376+0000 mgr.smithi047.erpxvz (mgr.14182) 721 : audit [DBG] from='client.15464 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-06T04:24:35.870 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Dec 06 04:24:35 smithi098 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi098[111615]: cluster 2023-12-06T04:24:33.482898+0000 mgr.smithi047.erpxvz (mgr.14182) 720 : 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-12-06T04:24:35.870 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Dec 06 04:24:35 smithi098 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi098[111615]: audit 2023-12-06T04:24:33.498376+0000 mgr.smithi047.erpxvz (mgr.14182) 721 : audit [DBG] from='client.15464 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-06T04:24:36.408 INFO:teuthology.orchestra.run.smithi047.stdout: 2023-12-06T04:24:36.408 INFO:teuthology.orchestra.run.smithi047.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-06T04:10:15.517593Z", "last_refresh": "2023-12-06T04:24:11.136231Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-06T04:10:10.954835Z", "last_refresh": "2023-12-06T04:24:08.731374Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-06T04:10:13.544463Z", "last_refresh": "2023-12-06T04:24:11.136388Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-06T04:19:03.745660Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi047.tduqaw on smithi047: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-06T04:21:37.565046Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi098.canbud on smithi098: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi098-canbud\n/bin/podman: stderr Error: no such container ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi098-canbud\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi098.canbud\n/bin/podman: stderr Error: no such container ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi098.canbud\nDeploy daemon haproxy.nfs.foo.smithi098.canbud ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi098 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-06T04:19:44Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-06T04:20:22Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-06T04:21:00Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi098 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-06T04:24:07.062005Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi047.awplmn on smithi047: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi047-awplmn\n/bin/podman: stderr Error: no such container ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi047-awplmn\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi047.awplmn\n/bin/podman: stderr Error: no such container ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi047.awplmn\nDeploy daemon haproxy.nfs.foo.smithi047.awplmn ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi047 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-06T04:22:14Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-06T04:22:52Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-06T04:23:29Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi047 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-06T04:24:07.064352Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi098.hbytsr on smithi098: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-06T04:24:07.066424Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi047.smeokd on smithi047: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.47/16"}, "status": {"created": "2023-12-06T04:13:56.330826Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.47/16"}}, {"events": ["2023-12-06T04:13:52.727160Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-06T04:13:52.721318Z", "last_refresh": "2023-12-06T04:24:08.732560Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-06T04:10:09.956661Z", "last_refresh": "2023-12-06T04:24:08.731634Z", "running": 2, "size": 2}}, {"events": ["2023-12-06T04:11:13.238878Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi047:172.21.15.47=smithi047", "smithi098:172.21.15.98=smithi098"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-06T04:11:13.235526Z", "last_refresh": "2023-12-06T04:24:08.731843Z", "running": 2, "size": 2}}, {"events": ["2023-12-06T04:13:56.329598Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-12-06T04:13:56.325813Z", "last_refresh": "2023-12-06T04:24:11.137018Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-06T04:10:14.589128Z", "last_refresh": "2023-12-06T04:24:08.732044Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-06T04:11:43.239438Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-06T04:11:43.235053Z", "last_refresh": "2023-12-06T04:24:08.732204Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-06T04:10:12.030635Z", "last_refresh": "2023-12-06T04:24:11.136541Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-06T04:24:36.798 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-06T04:24:37.798 DEBUG:teuthology.orchestra.run.smithi047:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:d03fca4f35d43f61b4679936aef7bd2f01cced0b shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 2ecad2ea-93ed-11ee-95a2-87774f69a715 -- ceph orch ls -f json 2023-12-06T04:24:37.832 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Dec 06 04:24:37 smithi047 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi047[108212]: cluster 2023-12-06T04:24:35.483364+0000 mgr.smithi047.erpxvz (mgr.14182) 722 : 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-12-06T04:24:37.832 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Dec 06 04:24:37 smithi047 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi047[108212]: audit 2023-12-06T04:24:36.403450+0000 mgr.smithi047.erpxvz (mgr.14182) 723 : audit [DBG] from='client.15468 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-06T04:24:37.870 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Dec 06 04:24:37 smithi098 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi098[111615]: cluster 2023-12-06T04:24:35.483364+0000 mgr.smithi047.erpxvz (mgr.14182) 722 : 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-12-06T04:24:37.870 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Dec 06 04:24:37 smithi098 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi098[111615]: audit 2023-12-06T04:24:36.403450+0000 mgr.smithi047.erpxvz (mgr.14182) 723 : audit [DBG] from='client.15468 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-06T04:24:39.199 INFO:teuthology.orchestra.run.smithi047.stdout: 2023-12-06T04:24:39.199 INFO:teuthology.orchestra.run.smithi047.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-06T04:10:15.517593Z", "last_refresh": "2023-12-06T04:24:11.136231Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-06T04:10:10.954835Z", "last_refresh": "2023-12-06T04:24:08.731374Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-06T04:10:13.544463Z", "last_refresh": "2023-12-06T04:24:11.136388Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-06T04:19:03.745660Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi047.tduqaw on smithi047: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-06T04:21:37.565046Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi098.canbud on smithi098: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi098-canbud\n/bin/podman: stderr Error: no such container ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi098-canbud\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi098.canbud\n/bin/podman: stderr Error: no such container ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi098.canbud\nDeploy daemon haproxy.nfs.foo.smithi098.canbud ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi098 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-06T04:19:44Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-06T04:20:22Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-06T04:21:00Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi098 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-06T04:24:07.062005Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi047.awplmn on smithi047: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi047-awplmn\n/bin/podman: stderr Error: no such container ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi047-awplmn\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi047.awplmn\n/bin/podman: stderr Error: no such container ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi047.awplmn\nDeploy daemon haproxy.nfs.foo.smithi047.awplmn ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi047 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-06T04:22:14Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-06T04:22:52Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-06T04:23:29Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi047 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-06T04:24:07.064352Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi098.hbytsr on smithi098: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-06T04:24:07.066424Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi047.smeokd on smithi047: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.47/16"}, "status": {"created": "2023-12-06T04:13:56.330826Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.47/16"}}, {"events": ["2023-12-06T04:13:52.727160Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-06T04:13:52.721318Z", "last_refresh": "2023-12-06T04:24:08.732560Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-06T04:10:09.956661Z", "last_refresh": "2023-12-06T04:24:08.731634Z", "running": 2, "size": 2}}, {"events": ["2023-12-06T04:11:13.238878Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi047:172.21.15.47=smithi047", "smithi098:172.21.15.98=smithi098"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-06T04:11:13.235526Z", "last_refresh": "2023-12-06T04:24:08.731843Z", "running": 2, "size": 2}}, {"events": ["2023-12-06T04:13:56.329598Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-12-06T04:13:56.325813Z", "last_refresh": "2023-12-06T04:24:11.137018Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-06T04:10:14.589128Z", "last_refresh": "2023-12-06T04:24:08.732044Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-06T04:11:43.239438Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-06T04:11:43.235053Z", "last_refresh": "2023-12-06T04:24:08.732204Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-06T04:10:12.030635Z", "last_refresh": "2023-12-06T04:24:11.136541Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-06T04:24:39.547 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Dec 06 04:24:39 smithi047 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi047[108212]: cluster 2023-12-06T04:24:37.484008+0000 mgr.smithi047.erpxvz (mgr.14182) 724 : 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-12-06T04:24:39.574 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-06T04:24:39.870 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Dec 06 04:24:39 smithi098 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi098[111615]: cluster 2023-12-06T04:24:37.484008+0000 mgr.smithi047.erpxvz (mgr.14182) 724 : 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-12-06T04:24:40.575 DEBUG:teuthology.orchestra.run.smithi047:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:d03fca4f35d43f61b4679936aef7bd2f01cced0b shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 2ecad2ea-93ed-11ee-95a2-87774f69a715 -- ceph orch ls -f json 2023-12-06T04:24:40.870 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Dec 06 04:24:40 smithi098 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi098[111615]: audit 2023-12-06T04:24:39.193902+0000 mgr.smithi047.erpxvz (mgr.14182) 725 : audit [DBG] from='client.15472 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-06T04:24:40.879 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Dec 06 04:24:40 smithi047 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi047[108212]: audit 2023-12-06T04:24:39.193902+0000 mgr.smithi047.erpxvz (mgr.14182) 725 : audit [DBG] from='client.15472 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-06T04:24:41.611 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Dec 06 04:24:41 smithi047 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi047[108212]: cluster 2023-12-06T04:24:39.484526+0000 mgr.smithi047.erpxvz (mgr.14182) 726 : cluster [DBG] pgmap v441: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-06T04:24:41.870 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Dec 06 04:24:41 smithi098 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi098[111615]: cluster 2023-12-06T04:24:39.484526+0000 mgr.smithi047.erpxvz (mgr.14182) 726 : cluster [DBG] pgmap v441: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-06T04:24:42.006 INFO:teuthology.orchestra.run.smithi047.stdout: 2023-12-06T04:24:42.006 INFO:teuthology.orchestra.run.smithi047.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-06T04:10:15.517593Z", "last_refresh": "2023-12-06T04:24:11.136231Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-06T04:10:10.954835Z", "last_refresh": "2023-12-06T04:24:08.731374Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-06T04:10:13.544463Z", "last_refresh": "2023-12-06T04:24:11.136388Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-06T04:19:03.745660Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi047.tduqaw on smithi047: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-06T04:21:37.565046Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi098.canbud on smithi098: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi098-canbud\n/bin/podman: stderr Error: no such container ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi098-canbud\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi098.canbud\n/bin/podman: stderr Error: no such container ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi098.canbud\nDeploy daemon haproxy.nfs.foo.smithi098.canbud ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi098 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-06T04:19:44Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-06T04:20:22Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-06T04:21:00Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi098 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-06T04:24:07.062005Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi047.awplmn on smithi047: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi047-awplmn\n/bin/podman: stderr Error: no such container ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi047-awplmn\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi047.awplmn\n/bin/podman: stderr Error: no such container ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi047.awplmn\nDeploy daemon haproxy.nfs.foo.smithi047.awplmn ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi047 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-06T04:22:14Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-06T04:22:52Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-06T04:23:29Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi047 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-06T04:24:07.064352Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi098.hbytsr on smithi098: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-06T04:24:07.066424Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi047.smeokd on smithi047: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.47/16"}, "status": {"created": "2023-12-06T04:13:56.330826Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.47/16"}}, {"events": ["2023-12-06T04:13:52.727160Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-06T04:13:52.721318Z", "last_refresh": "2023-12-06T04:24:08.732560Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-06T04:10:09.956661Z", "last_refresh": "2023-12-06T04:24:08.731634Z", "running": 2, "size": 2}}, {"events": ["2023-12-06T04:11:13.238878Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi047:172.21.15.47=smithi047", "smithi098:172.21.15.98=smithi098"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-06T04:11:13.235526Z", "last_refresh": "2023-12-06T04:24:08.731843Z", "running": 2, "size": 2}}, {"events": ["2023-12-06T04:13:56.329598Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-12-06T04:13:56.325813Z", "last_refresh": "2023-12-06T04:24:11.137018Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-06T04:10:14.589128Z", "last_refresh": "2023-12-06T04:24:08.732044Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-06T04:11:43.239438Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-06T04:11:43.235053Z", "last_refresh": "2023-12-06T04:24:08.732204Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-06T04:10:12.030635Z", "last_refresh": "2023-12-06T04:24:11.136541Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-06T04:24:42.390 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-06T04:24:43.391 DEBUG:teuthology.orchestra.run.smithi047:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:d03fca4f35d43f61b4679936aef7bd2f01cced0b shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 2ecad2ea-93ed-11ee-95a2-87774f69a715 -- ceph orch ls -f json 2023-12-06T04:24:43.733 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Dec 06 04:24:43 smithi047 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi047[108212]: cluster 2023-12-06T04:24:41.485142+0000 mgr.smithi047.erpxvz (mgr.14182) 727 : cluster [DBG] pgmap v442: 97 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-12-06T04:24:43.733 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Dec 06 04:24:43 smithi047 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi047[108212]: audit 2023-12-06T04:24:42.001227+0000 mgr.smithi047.erpxvz (mgr.14182) 728 : audit [DBG] from='client.15476 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-06T04:24:43.870 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Dec 06 04:24:43 smithi098 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi098[111615]: cluster 2023-12-06T04:24:41.485142+0000 mgr.smithi047.erpxvz (mgr.14182) 727 : cluster [DBG] pgmap v442: 97 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-12-06T04:24:43.870 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Dec 06 04:24:43 smithi098 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi098[111615]: audit 2023-12-06T04:24:42.001227+0000 mgr.smithi047.erpxvz (mgr.14182) 728 : audit [DBG] from='client.15476 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-06T04:24:44.824 INFO:teuthology.orchestra.run.smithi047.stdout: 2023-12-06T04:24:44.825 INFO:teuthology.orchestra.run.smithi047.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-06T04:10:15.517593Z", "last_refresh": "2023-12-06T04:24:11.136231Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-06T04:10:10.954835Z", "last_refresh": "2023-12-06T04:24:08.731374Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-06T04:10:13.544463Z", "last_refresh": "2023-12-06T04:24:11.136388Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-06T04:19:03.745660Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi047.tduqaw on smithi047: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-06T04:21:37.565046Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi098.canbud on smithi098: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi098-canbud\n/bin/podman: stderr Error: no such container ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi098-canbud\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi098.canbud\n/bin/podman: stderr Error: no such container ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi098.canbud\nDeploy daemon haproxy.nfs.foo.smithi098.canbud ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi098 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-06T04:19:44Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-06T04:20:22Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-06T04:21:00Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi098 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-06T04:24:07.062005Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi047.awplmn on smithi047: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi047-awplmn\n/bin/podman: stderr Error: no such container ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi047-awplmn\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi047.awplmn\n/bin/podman: stderr Error: no such container ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi047.awplmn\nDeploy daemon haproxy.nfs.foo.smithi047.awplmn ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi047 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-06T04:22:14Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-06T04:22:52Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-06T04:23:29Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi047 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-06T04:24:07.064352Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi098.hbytsr on smithi098: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-06T04:24:07.066424Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi047.smeokd on smithi047: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.47/16"}, "status": {"created": "2023-12-06T04:13:56.330826Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.47/16"}}, {"events": ["2023-12-06T04:13:52.727160Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-06T04:13:52.721318Z", "last_refresh": "2023-12-06T04:24:08.732560Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-06T04:10:09.956661Z", "last_refresh": "2023-12-06T04:24:08.731634Z", "running": 2, "size": 2}}, {"events": ["2023-12-06T04:11:13.238878Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi047:172.21.15.47=smithi047", "smithi098:172.21.15.98=smithi098"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-06T04:11:13.235526Z", "last_refresh": "2023-12-06T04:24:08.731843Z", "running": 2, "size": 2}}, {"events": ["2023-12-06T04:13:56.329598Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-12-06T04:13:56.325813Z", "last_refresh": "2023-12-06T04:24:11.137018Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-06T04:10:14.589128Z", "last_refresh": "2023-12-06T04:24:08.732044Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-06T04:11:43.239438Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-06T04:11:43.235053Z", "last_refresh": "2023-12-06T04:24:08.732204Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-06T04:10:12.030635Z", "last_refresh": "2023-12-06T04:24:11.136541Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-06T04:24:45.203 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-06T04:24:45.629 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Dec 06 04:24:45 smithi047 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi047[108212]: cluster 2023-12-06T04:24:43.485577+0000 mgr.smithi047.erpxvz (mgr.14182) 729 : 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-12-06T04:24:45.870 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Dec 06 04:24:45 smithi098 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi098[111615]: cluster 2023-12-06T04:24:43.485577+0000 mgr.smithi047.erpxvz (mgr.14182) 729 : 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-12-06T04:24:46.204 DEBUG:teuthology.orchestra.run.smithi047:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:d03fca4f35d43f61b4679936aef7bd2f01cced0b shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 2ecad2ea-93ed-11ee-95a2-87774f69a715 -- ceph orch ls -f json 2023-12-06T04:24:46.576 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Dec 06 04:24:46 smithi047 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi047[108212]: audit 2023-12-06T04:24:44.819679+0000 mgr.smithi047.erpxvz (mgr.14182) 730 : audit [DBG] from='client.15480 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-06T04:24:46.691 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Dec 06 04:24:46 smithi098 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi098[111615]: audit 2023-12-06T04:24:44.819679+0000 mgr.smithi047.erpxvz (mgr.14182) 730 : audit [DBG] from='client.15480 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-06T04:24:47.629 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Dec 06 04:24:47 smithi047 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi047[108212]: cluster 2023-12-06T04:24:45.486126+0000 mgr.smithi047.erpxvz (mgr.14182) 731 : 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-12-06T04:24:47.676 INFO:teuthology.orchestra.run.smithi047.stdout: 2023-12-06T04:24:47.676 INFO:teuthology.orchestra.run.smithi047.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-06T04:10:15.517593Z", "last_refresh": "2023-12-06T04:24:11.136231Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-06T04:10:10.954835Z", "last_refresh": "2023-12-06T04:24:08.731374Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-06T04:10:13.544463Z", "last_refresh": "2023-12-06T04:24:11.136388Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-06T04:19:03.745660Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi047.tduqaw on smithi047: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-06T04:21:37.565046Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi098.canbud on smithi098: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi098-canbud\n/bin/podman: stderr Error: no such container ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi098-canbud\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi098.canbud\n/bin/podman: stderr Error: no such container ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi098.canbud\nDeploy daemon haproxy.nfs.foo.smithi098.canbud ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi098 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-06T04:19:44Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-06T04:20:22Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-06T04:21:00Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi098 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-06T04:24:07.062005Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi047.awplmn on smithi047: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi047-awplmn\n/bin/podman: stderr Error: no such container ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi047-awplmn\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi047.awplmn\n/bin/podman: stderr Error: no such container ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi047.awplmn\nDeploy daemon haproxy.nfs.foo.smithi047.awplmn ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi047 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-06T04:22:14Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-06T04:22:52Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-06T04:23:29Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi047 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-06T04:24:07.064352Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi098.hbytsr on smithi098: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-06T04:24:07.066424Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi047.smeokd on smithi047: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.47/16"}, "status": {"created": "2023-12-06T04:13:56.330826Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.47/16"}}, {"events": ["2023-12-06T04:13:52.727160Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-06T04:13:52.721318Z", "last_refresh": "2023-12-06T04:24:08.732560Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-06T04:10:09.956661Z", "last_refresh": "2023-12-06T04:24:08.731634Z", "running": 2, "size": 2}}, {"events": ["2023-12-06T04:11:13.238878Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi047:172.21.15.47=smithi047", "smithi098:172.21.15.98=smithi098"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-06T04:11:13.235526Z", "last_refresh": "2023-12-06T04:24:08.731843Z", "running": 2, "size": 2}}, {"events": ["2023-12-06T04:13:56.329598Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-12-06T04:13:56.325813Z", "last_refresh": "2023-12-06T04:24:11.137018Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-06T04:10:14.589128Z", "last_refresh": "2023-12-06T04:24:08.732044Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-06T04:11:43.239438Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-06T04:11:43.235053Z", "last_refresh": "2023-12-06T04:24:08.732204Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-06T04:10:12.030635Z", "last_refresh": "2023-12-06T04:24:11.136541Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-06T04:24:47.870 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Dec 06 04:24:47 smithi098 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi098[111615]: cluster 2023-12-06T04:24:45.486126+0000 mgr.smithi047.erpxvz (mgr.14182) 731 : 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-12-06T04:24:48.079 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-06T04:24:49.080 DEBUG:teuthology.orchestra.run.smithi047:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:d03fca4f35d43f61b4679936aef7bd2f01cced0b shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 2ecad2ea-93ed-11ee-95a2-87774f69a715 -- ceph orch ls -f json 2023-12-06T04:24:49.652 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Dec 06 04:24:49 smithi047 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi047[108212]: cluster 2023-12-06T04:24:47.486721+0000 mgr.smithi047.erpxvz (mgr.14182) 732 : 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-12-06T04:24:49.652 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Dec 06 04:24:49 smithi047 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi047[108212]: audit 2023-12-06T04:24:47.671747+0000 mgr.smithi047.erpxvz (mgr.14182) 733 : audit [DBG] from='client.15484 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-06T04:24:49.870 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Dec 06 04:24:49 smithi098 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi098[111615]: cluster 2023-12-06T04:24:47.486721+0000 mgr.smithi047.erpxvz (mgr.14182) 732 : 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-12-06T04:24:49.870 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Dec 06 04:24:49 smithi098 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi098[111615]: audit 2023-12-06T04:24:47.671747+0000 mgr.smithi047.erpxvz (mgr.14182) 733 : audit [DBG] from='client.15484 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-06T04:24:50.552 INFO:teuthology.orchestra.run.smithi047.stdout: 2023-12-06T04:24:50.552 INFO:teuthology.orchestra.run.smithi047.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-06T04:10:15.517593Z", "last_refresh": "2023-12-06T04:24:11.136231Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-06T04:10:10.954835Z", "last_refresh": "2023-12-06T04:24:08.731374Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-06T04:10:13.544463Z", "last_refresh": "2023-12-06T04:24:11.136388Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-06T04:19:03.745660Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi047.tduqaw on smithi047: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-06T04:21:37.565046Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi098.canbud on smithi098: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi098-canbud\n/bin/podman: stderr Error: no such container ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi098-canbud\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi098.canbud\n/bin/podman: stderr Error: no such container ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi098.canbud\nDeploy daemon haproxy.nfs.foo.smithi098.canbud ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi098 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-06T04:19:44Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-06T04:20:22Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-06T04:21:00Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi098 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-06T04:24:07.062005Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi047.awplmn on smithi047: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi047-awplmn\n/bin/podman: stderr Error: no such container ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi047-awplmn\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi047.awplmn\n/bin/podman: stderr Error: no such container ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi047.awplmn\nDeploy daemon haproxy.nfs.foo.smithi047.awplmn ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi047 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-06T04:22:14Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-06T04:22:52Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-06T04:23:29Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi047 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-06T04:24:07.064352Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi098.hbytsr on smithi098: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-06T04:24:07.066424Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi047.smeokd on smithi047: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.47/16"}, "status": {"created": "2023-12-06T04:13:56.330826Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.47/16"}}, {"events": ["2023-12-06T04:13:52.727160Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-06T04:13:52.721318Z", "last_refresh": "2023-12-06T04:24:08.732560Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-06T04:10:09.956661Z", "last_refresh": "2023-12-06T04:24:08.731634Z", "running": 2, "size": 2}}, {"events": ["2023-12-06T04:11:13.238878Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi047:172.21.15.47=smithi047", "smithi098:172.21.15.98=smithi098"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-06T04:11:13.235526Z", "last_refresh": "2023-12-06T04:24:08.731843Z", "running": 2, "size": 2}}, {"events": ["2023-12-06T04:13:56.329598Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-12-06T04:13:56.325813Z", "last_refresh": "2023-12-06T04:24:11.137018Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-06T04:10:14.589128Z", "last_refresh": "2023-12-06T04:24:08.732044Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-06T04:11:43.239438Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-06T04:11:43.235053Z", "last_refresh": "2023-12-06T04:24:08.732204Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-06T04:10:12.030635Z", "last_refresh": "2023-12-06T04:24:11.136541Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-06T04:24:50.939 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-06T04:24:51.870 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Dec 06 04:24:51 smithi098 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi098[111615]: cluster 2023-12-06T04:24:49.487198+0000 mgr.smithi047.erpxvz (mgr.14182) 734 : cluster [DBG] pgmap v446: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-06T04:24:51.879 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Dec 06 04:24:51 smithi047 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi047[108212]: cluster 2023-12-06T04:24:49.487198+0000 mgr.smithi047.erpxvz (mgr.14182) 734 : cluster [DBG] pgmap v446: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-06T04:24:51.939 DEBUG:teuthology.orchestra.run.smithi047:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:d03fca4f35d43f61b4679936aef7bd2f01cced0b shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 2ecad2ea-93ed-11ee-95a2-87774f69a715 -- ceph orch ls -f json 2023-12-06T04:24:52.629 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Dec 06 04:24:52 smithi047 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi047[108212]: audit 2023-12-06T04:24:50.546985+0000 mgr.smithi047.erpxvz (mgr.14182) 735 : audit [DBG] from='client.15488 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-06T04:24:52.870 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Dec 06 04:24:52 smithi098 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi098[111615]: audit 2023-12-06T04:24:50.546985+0000 mgr.smithi047.erpxvz (mgr.14182) 735 : audit [DBG] from='client.15488 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-06T04:24:53.411 INFO:teuthology.orchestra.run.smithi047.stdout: 2023-12-06T04:24:53.411 INFO:teuthology.orchestra.run.smithi047.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-06T04:10:15.517593Z", "last_refresh": "2023-12-06T04:24:11.136231Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-06T04:10:10.954835Z", "last_refresh": "2023-12-06T04:24:08.731374Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-06T04:10:13.544463Z", "last_refresh": "2023-12-06T04:24:11.136388Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-06T04:19:03.745660Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi047.tduqaw on smithi047: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-06T04:21:37.565046Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi098.canbud on smithi098: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi098-canbud\n/bin/podman: stderr Error: no such container ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi098-canbud\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi098.canbud\n/bin/podman: stderr Error: no such container ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi098.canbud\nDeploy daemon haproxy.nfs.foo.smithi098.canbud ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi098 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-06T04:19:44Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-06T04:20:22Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-06T04:21:00Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi098 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-06T04:24:07.062005Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi047.awplmn on smithi047: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi047-awplmn\n/bin/podman: stderr Error: no such container ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi047-awplmn\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi047.awplmn\n/bin/podman: stderr Error: no such container ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi047.awplmn\nDeploy daemon haproxy.nfs.foo.smithi047.awplmn ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi047 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-06T04:22:14Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-06T04:22:52Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-06T04:23:29Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi047 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-06T04:24:07.064352Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi098.hbytsr on smithi098: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-06T04:24:07.066424Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi047.smeokd on smithi047: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.47/16"}, "status": {"created": "2023-12-06T04:13:56.330826Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.47/16"}}, {"events": ["2023-12-06T04:13:52.727160Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-06T04:13:52.721318Z", "last_refresh": "2023-12-06T04:24:08.732560Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-06T04:10:09.956661Z", "last_refresh": "2023-12-06T04:24:08.731634Z", "running": 2, "size": 2}}, {"events": ["2023-12-06T04:11:13.238878Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi047:172.21.15.47=smithi047", "smithi098:172.21.15.98=smithi098"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-06T04:11:13.235526Z", "last_refresh": "2023-12-06T04:24:08.731843Z", "running": 2, "size": 2}}, {"events": ["2023-12-06T04:13:56.329598Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-12-06T04:13:56.325813Z", "last_refresh": "2023-12-06T04:24:11.137018Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-06T04:10:14.589128Z", "last_refresh": "2023-12-06T04:24:08.732044Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-06T04:11:43.239438Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-06T04:11:43.235053Z", "last_refresh": "2023-12-06T04:24:08.732204Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-06T04:10:12.030635Z", "last_refresh": "2023-12-06T04:24:11.136541Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-06T04:24:53.745 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Dec 06 04:24:53 smithi047 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi047[108212]: cluster 2023-12-06T04:24:51.488021+0000 mgr.smithi047.erpxvz (mgr.14182) 736 : cluster [DBG] pgmap v447: 97 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-12-06T04:24:53.795 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-06T04:24:53.870 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Dec 06 04:24:53 smithi098 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi098[111615]: cluster 2023-12-06T04:24:51.488021+0000 mgr.smithi047.erpxvz (mgr.14182) 736 : cluster [DBG] pgmap v447: 97 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-12-06T04:24:54.796 DEBUG:teuthology.orchestra.run.smithi047:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:d03fca4f35d43f61b4679936aef7bd2f01cced0b shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 2ecad2ea-93ed-11ee-95a2-87774f69a715 -- ceph orch ls -f json 2023-12-06T04:24:54.832 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Dec 06 04:24:54 smithi047 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi047[108212]: audit 2023-12-06T04:24:53.405980+0000 mgr.smithi047.erpxvz (mgr.14182) 737 : audit [DBG] from='client.15492 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-06T04:24:54.870 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Dec 06 04:24:54 smithi098 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi098[111615]: audit 2023-12-06T04:24:53.405980+0000 mgr.smithi047.erpxvz (mgr.14182) 737 : audit [DBG] from='client.15492 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-06T04:24:55.812 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Dec 06 04:24:55 smithi047 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi047[108212]: cluster 2023-12-06T04:24:53.488414+0000 mgr.smithi047.erpxvz (mgr.14182) 738 : 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-12-06T04:24:55.870 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Dec 06 04:24:55 smithi098 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi098[111615]: cluster 2023-12-06T04:24:53.488414+0000 mgr.smithi047.erpxvz (mgr.14182) 738 : 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-12-06T04:24:56.215 INFO:teuthology.orchestra.run.smithi047.stdout: 2023-12-06T04:24:56.216 INFO:teuthology.orchestra.run.smithi047.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-06T04:10:15.517593Z", "last_refresh": "2023-12-06T04:24:11.136231Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-06T04:10:10.954835Z", "last_refresh": "2023-12-06T04:24:08.731374Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-06T04:10:13.544463Z", "last_refresh": "2023-12-06T04:24:11.136388Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-06T04:19:03.745660Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi047.tduqaw on smithi047: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-06T04:21:37.565046Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi098.canbud on smithi098: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi098-canbud\n/bin/podman: stderr Error: no such container ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi098-canbud\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi098.canbud\n/bin/podman: stderr Error: no such container ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi098.canbud\nDeploy daemon haproxy.nfs.foo.smithi098.canbud ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi098 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-06T04:19:44Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-06T04:20:22Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-06T04:21:00Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi098 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-06T04:24:07.062005Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi047.awplmn on smithi047: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi047-awplmn\n/bin/podman: stderr Error: no such container ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi047-awplmn\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi047.awplmn\n/bin/podman: stderr Error: no such container ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi047.awplmn\nDeploy daemon haproxy.nfs.foo.smithi047.awplmn ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi047 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-06T04:22:14Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-06T04:22:52Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-06T04:23:29Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi047 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-06T04:24:07.064352Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi098.hbytsr on smithi098: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-06T04:24:07.066424Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi047.smeokd on smithi047: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.47/16"}, "status": {"created": "2023-12-06T04:13:56.330826Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.47/16"}}, {"events": ["2023-12-06T04:13:52.727160Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-06T04:13:52.721318Z", "last_refresh": "2023-12-06T04:24:08.732560Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-06T04:10:09.956661Z", "last_refresh": "2023-12-06T04:24:08.731634Z", "running": 2, "size": 2}}, {"events": ["2023-12-06T04:11:13.238878Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi047:172.21.15.47=smithi047", "smithi098:172.21.15.98=smithi098"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-06T04:11:13.235526Z", "last_refresh": "2023-12-06T04:24:08.731843Z", "running": 2, "size": 2}}, {"events": ["2023-12-06T04:13:56.329598Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-12-06T04:13:56.325813Z", "last_refresh": "2023-12-06T04:24:11.137018Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-06T04:10:14.589128Z", "last_refresh": "2023-12-06T04:24:08.732044Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-06T04:11:43.239438Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-06T04:11:43.235053Z", "last_refresh": "2023-12-06T04:24:08.732204Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-06T04:10:12.030635Z", "last_refresh": "2023-12-06T04:24:11.136541Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-06T04:24:56.604 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-06T04:24:57.606 DEBUG:teuthology.orchestra.run.smithi047:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:d03fca4f35d43f61b4679936aef7bd2f01cced0b shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 2ecad2ea-93ed-11ee-95a2-87774f69a715 -- ceph orch ls -f json 2023-12-06T04:24:57.870 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Dec 06 04:24:57 smithi098 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi098[111615]: cluster 2023-12-06T04:24:55.489058+0000 mgr.smithi047.erpxvz (mgr.14182) 739 : 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-12-06T04:24:57.870 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Dec 06 04:24:57 smithi098 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi098[111615]: audit 2023-12-06T04:24:56.210817+0000 mgr.smithi047.erpxvz (mgr.14182) 740 : audit [DBG] from='client.15496 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-06T04:24:57.879 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Dec 06 04:24:57 smithi047 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi047[108212]: cluster 2023-12-06T04:24:55.489058+0000 mgr.smithi047.erpxvz (mgr.14182) 739 : 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-12-06T04:24:57.879 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Dec 06 04:24:57 smithi047 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi047[108212]: audit 2023-12-06T04:24:56.210817+0000 mgr.smithi047.erpxvz (mgr.14182) 740 : audit [DBG] from='client.15496 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-06T04:24:59.059 INFO:teuthology.orchestra.run.smithi047.stdout: 2023-12-06T04:24:59.059 INFO:teuthology.orchestra.run.smithi047.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-06T04:10:15.517593Z", "last_refresh": "2023-12-06T04:24:11.136231Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-06T04:10:10.954835Z", "last_refresh": "2023-12-06T04:24:08.731374Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-06T04:10:13.544463Z", "last_refresh": "2023-12-06T04:24:11.136388Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-06T04:19:03.745660Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi047.tduqaw on smithi047: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-06T04:21:37.565046Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi098.canbud on smithi098: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi098-canbud\n/bin/podman: stderr Error: no such container ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi098-canbud\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi098.canbud\n/bin/podman: stderr Error: no such container ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi098.canbud\nDeploy daemon haproxy.nfs.foo.smithi098.canbud ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi098 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-06T04:19:44Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-06T04:20:22Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-06T04:21:00Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi098 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-06T04:24:07.062005Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi047.awplmn on smithi047: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi047-awplmn\n/bin/podman: stderr Error: no such container ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi047-awplmn\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi047.awplmn\n/bin/podman: stderr Error: no such container ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi047.awplmn\nDeploy daemon haproxy.nfs.foo.smithi047.awplmn ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi047 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-06T04:22:14Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-06T04:22:52Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-06T04:23:29Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi047 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-06T04:24:07.064352Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi098.hbytsr on smithi098: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-06T04:24:07.066424Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi047.smeokd on smithi047: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.47/16"}, "status": {"created": "2023-12-06T04:13:56.330826Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.47/16"}}, {"events": ["2023-12-06T04:13:52.727160Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-06T04:13:52.721318Z", "last_refresh": "2023-12-06T04:24:08.732560Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-06T04:10:09.956661Z", "last_refresh": "2023-12-06T04:24:08.731634Z", "running": 2, "size": 2}}, {"events": ["2023-12-06T04:11:13.238878Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi047:172.21.15.47=smithi047", "smithi098:172.21.15.98=smithi098"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-06T04:11:13.235526Z", "last_refresh": "2023-12-06T04:24:08.731843Z", "running": 2, "size": 2}}, {"events": ["2023-12-06T04:13:56.329598Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-12-06T04:13:56.325813Z", "last_refresh": "2023-12-06T04:24:11.137018Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-06T04:10:14.589128Z", "last_refresh": "2023-12-06T04:24:08.732044Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-06T04:11:43.239438Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-06T04:11:43.235053Z", "last_refresh": "2023-12-06T04:24:08.732204Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-06T04:10:12.030635Z", "last_refresh": "2023-12-06T04:24:11.136541Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-06T04:24:59.420 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-06T04:24:59.870 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Dec 06 04:24:59 smithi098 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi098[111615]: cluster 2023-12-06T04:24:57.489809+0000 mgr.smithi047.erpxvz (mgr.14182) 741 : 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-12-06T04:24:59.879 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Dec 06 04:24:59 smithi047 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi047[108212]: cluster 2023-12-06T04:24:57.489809+0000 mgr.smithi047.erpxvz (mgr.14182) 741 : 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-12-06T04:25:00.421 DEBUG:teuthology.orchestra.run.smithi047:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:d03fca4f35d43f61b4679936aef7bd2f01cced0b shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 2ecad2ea-93ed-11ee-95a2-87774f69a715 -- ceph orch ls -f json 2023-12-06T04:25:00.772 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Dec 06 04:25:00 smithi047 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi047[108212]: audit 2023-12-06T04:24:59.054104+0000 mgr.smithi047.erpxvz (mgr.14182) 742 : audit [DBG] from='client.15500 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-06T04:25:00.870 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Dec 06 04:25:00 smithi098 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi098[111615]: audit 2023-12-06T04:24:59.054104+0000 mgr.smithi047.erpxvz (mgr.14182) 742 : audit [DBG] from='client.15500 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-06T04:25:01.866 INFO:teuthology.orchestra.run.smithi047.stdout: 2023-12-06T04:25:01.866 INFO:teuthology.orchestra.run.smithi047.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-06T04:10:15.517593Z", "last_refresh": "2023-12-06T04:24:11.136231Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-06T04:10:10.954835Z", "last_refresh": "2023-12-06T04:24:08.731374Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-06T04:10:13.544463Z", "last_refresh": "2023-12-06T04:24:11.136388Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-06T04:19:03.745660Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi047.tduqaw on smithi047: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-06T04:21:37.565046Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi098.canbud on smithi098: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi098-canbud\n/bin/podman: stderr Error: no such container ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi098-canbud\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi098.canbud\n/bin/podman: stderr Error: no such container ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi098.canbud\nDeploy daemon haproxy.nfs.foo.smithi098.canbud ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi098 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-06T04:19:44Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-06T04:20:22Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-06T04:21:00Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi098 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-06T04:24:07.062005Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi047.awplmn on smithi047: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi047-awplmn\n/bin/podman: stderr Error: no such container ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi047-awplmn\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi047.awplmn\n/bin/podman: stderr Error: no such container ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi047.awplmn\nDeploy daemon haproxy.nfs.foo.smithi047.awplmn ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi047 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-06T04:22:14Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-06T04:22:52Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-06T04:23:29Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi047 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-06T04:24:07.064352Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi098.hbytsr on smithi098: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-06T04:24:07.066424Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi047.smeokd on smithi047: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.47/16"}, "status": {"created": "2023-12-06T04:13:56.330826Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.47/16"}}, {"events": ["2023-12-06T04:13:52.727160Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-06T04:13:52.721318Z", "last_refresh": "2023-12-06T04:24:08.732560Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-06T04:10:09.956661Z", "last_refresh": "2023-12-06T04:24:08.731634Z", "running": 2, "size": 2}}, {"events": ["2023-12-06T04:11:13.238878Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi047:172.21.15.47=smithi047", "smithi098:172.21.15.98=smithi098"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-06T04:11:13.235526Z", "last_refresh": "2023-12-06T04:24:08.731843Z", "running": 2, "size": 2}}, {"events": ["2023-12-06T04:13:56.329598Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-12-06T04:13:56.325813Z", "last_refresh": "2023-12-06T04:24:11.137018Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-06T04:10:14.589128Z", "last_refresh": "2023-12-06T04:24:08.732044Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-06T04:11:43.239438Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-06T04:11:43.235053Z", "last_refresh": "2023-12-06T04:24:08.732204Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-06T04:10:12.030635Z", "last_refresh": "2023-12-06T04:24:11.136541Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-06T04:25:01.870 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Dec 06 04:25:01 smithi098 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi098[111615]: cluster 2023-12-06T04:24:59.490414+0000 mgr.smithi047.erpxvz (mgr.14182) 743 : cluster [DBG] pgmap v451: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-06T04:25:01.879 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Dec 06 04:25:01 smithi047 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi047[108212]: cluster 2023-12-06T04:24:59.490414+0000 mgr.smithi047.erpxvz (mgr.14182) 743 : cluster [DBG] pgmap v451: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-06T04:25:02.277 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-06T04:25:02.629 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Dec 06 04:25:02 smithi047 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi047[108212]: cluster 2023-12-06T04:25:01.490966+0000 mgr.smithi047.erpxvz (mgr.14182) 744 : cluster [DBG] pgmap v452: 97 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-12-06T04:25:02.629 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Dec 06 04:25:02 smithi047 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi047[108212]: audit 2023-12-06T04:25:01.861357+0000 mgr.smithi047.erpxvz (mgr.14182) 745 : audit [DBG] from='client.15504 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-06T04:25:02.870 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Dec 06 04:25:02 smithi098 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi098[111615]: cluster 2023-12-06T04:25:01.490966+0000 mgr.smithi047.erpxvz (mgr.14182) 744 : cluster [DBG] pgmap v452: 97 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-12-06T04:25:02.870 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Dec 06 04:25:02 smithi098 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi098[111615]: audit 2023-12-06T04:25:01.861357+0000 mgr.smithi047.erpxvz (mgr.14182) 745 : audit [DBG] from='client.15504 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-06T04:25:03.278 DEBUG:teuthology.orchestra.run.smithi047:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:d03fca4f35d43f61b4679936aef7bd2f01cced0b shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 2ecad2ea-93ed-11ee-95a2-87774f69a715 -- ceph orch ls -f json 2023-12-06T04:25:04.758 INFO:teuthology.orchestra.run.smithi047.stdout: 2023-12-06T04:25:04.758 INFO:teuthology.orchestra.run.smithi047.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-06T04:10:15.517593Z", "last_refresh": "2023-12-06T04:24:11.136231Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-06T04:10:10.954835Z", "last_refresh": "2023-12-06T04:24:08.731374Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-06T04:10:13.544463Z", "last_refresh": "2023-12-06T04:24:11.136388Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-06T04:19:03.745660Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi047.tduqaw on smithi047: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-06T04:21:37.565046Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi098.canbud on smithi098: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi098-canbud\n/bin/podman: stderr Error: no such container ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi098-canbud\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi098.canbud\n/bin/podman: stderr Error: no such container ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi098.canbud\nDeploy daemon haproxy.nfs.foo.smithi098.canbud ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi098 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-06T04:19:44Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-06T04:20:22Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-06T04:21:00Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi098 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-06T04:24:07.062005Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi047.awplmn on smithi047: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi047-awplmn\n/bin/podman: stderr Error: no such container ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi047-awplmn\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi047.awplmn\n/bin/podman: stderr Error: no such container ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi047.awplmn\nDeploy daemon haproxy.nfs.foo.smithi047.awplmn ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi047 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-06T04:22:14Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-06T04:22:52Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-06T04:23:29Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi047 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-06T04:24:07.064352Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi098.hbytsr on smithi098: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-06T04:24:07.066424Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi047.smeokd on smithi047: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.47/16"}, "status": {"created": "2023-12-06T04:13:56.330826Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.47/16"}}, {"events": ["2023-12-06T04:13:52.727160Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-06T04:13:52.721318Z", "last_refresh": "2023-12-06T04:24:08.732560Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-06T04:10:09.956661Z", "last_refresh": "2023-12-06T04:24:08.731634Z", "running": 2, "size": 2}}, {"events": ["2023-12-06T04:11:13.238878Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi047:172.21.15.47=smithi047", "smithi098:172.21.15.98=smithi098"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-06T04:11:13.235526Z", "last_refresh": "2023-12-06T04:24:08.731843Z", "running": 2, "size": 2}}, {"events": ["2023-12-06T04:13:56.329598Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-12-06T04:13:56.325813Z", "last_refresh": "2023-12-06T04:24:11.137018Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-06T04:10:14.589128Z", "last_refresh": "2023-12-06T04:24:08.732044Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-06T04:11:43.239438Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-06T04:11:43.235053Z", "last_refresh": "2023-12-06T04:24:08.732204Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-06T04:10:12.030635Z", "last_refresh": "2023-12-06T04:24:11.136541Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-06T04:25:05.144 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-06T04:25:05.870 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Dec 06 04:25:05 smithi098 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi098[111615]: cluster 2023-12-06T04:25:03.491344+0000 mgr.smithi047.erpxvz (mgr.14182) 746 : 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-12-06T04:25:05.879 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Dec 06 04:25:05 smithi047 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi047[108212]: cluster 2023-12-06T04:25:03.491344+0000 mgr.smithi047.erpxvz (mgr.14182) 746 : 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-12-06T04:25:06.145 DEBUG:teuthology.orchestra.run.smithi047:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:d03fca4f35d43f61b4679936aef7bd2f01cced0b shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 2ecad2ea-93ed-11ee-95a2-87774f69a715 -- ceph orch ls -f json 2023-12-06T04:25:06.498 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Dec 06 04:25:06 smithi047 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi047[108212]: audit 2023-12-06T04:25:04.751871+0000 mgr.smithi047.erpxvz (mgr.14182) 747 : audit [DBG] from='client.15508 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-06T04:25:06.691 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Dec 06 04:25:06 smithi098 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi098[111615]: audit 2023-12-06T04:25:04.751871+0000 mgr.smithi047.erpxvz (mgr.14182) 747 : audit [DBG] from='client.15508 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-06T04:25:07.590 INFO:teuthology.orchestra.run.smithi047.stdout: 2023-12-06T04:25:07.590 INFO:teuthology.orchestra.run.smithi047.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-06T04:10:15.517593Z", "last_refresh": "2023-12-06T04:24:11.136231Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-06T04:10:10.954835Z", "last_refresh": "2023-12-06T04:24:08.731374Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-06T04:10:13.544463Z", "last_refresh": "2023-12-06T04:24:11.136388Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-06T04:19:03.745660Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi047.tduqaw on smithi047: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-06T04:21:37.565046Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi098.canbud on smithi098: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi098-canbud\n/bin/podman: stderr Error: no such container ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi098-canbud\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi098.canbud\n/bin/podman: stderr Error: no such container ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi098.canbud\nDeploy daemon haproxy.nfs.foo.smithi098.canbud ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi098 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-06T04:19:44Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-06T04:20:22Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-06T04:21:00Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi098 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-06T04:24:07.062005Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi047.awplmn on smithi047: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi047-awplmn\n/bin/podman: stderr Error: no such container ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi047-awplmn\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi047.awplmn\n/bin/podman: stderr Error: no such container ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi047.awplmn\nDeploy daemon haproxy.nfs.foo.smithi047.awplmn ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi047 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-06T04:22:14Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-06T04:22:52Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-06T04:23:29Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi047 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-06T04:24:07.064352Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi098.hbytsr on smithi098: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-06T04:24:07.066424Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi047.smeokd on smithi047: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.47/16"}, "status": {"created": "2023-12-06T04:13:56.330826Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.47/16"}}, {"events": ["2023-12-06T04:13:52.727160Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-06T04:13:52.721318Z", "last_refresh": "2023-12-06T04:24:08.732560Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-06T04:10:09.956661Z", "last_refresh": "2023-12-06T04:24:08.731634Z", "running": 2, "size": 2}}, {"events": ["2023-12-06T04:11:13.238878Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi047:172.21.15.47=smithi047", "smithi098:172.21.15.98=smithi098"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-06T04:11:13.235526Z", "last_refresh": "2023-12-06T04:24:08.731843Z", "running": 2, "size": 2}}, {"events": ["2023-12-06T04:13:56.329598Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-12-06T04:13:56.325813Z", "last_refresh": "2023-12-06T04:24:11.137018Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-06T04:10:14.589128Z", "last_refresh": "2023-12-06T04:24:08.732044Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-06T04:11:43.239438Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-06T04:11:43.235053Z", "last_refresh": "2023-12-06T04:24:08.732204Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-06T04:10:12.030635Z", "last_refresh": "2023-12-06T04:24:11.136541Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-06T04:25:07.623 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Dec 06 04:25:07 smithi047 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi047[108212]: cluster 2023-12-06T04:25:05.491875+0000 mgr.smithi047.erpxvz (mgr.14182) 748 : 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-12-06T04:25:07.870 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Dec 06 04:25:07 smithi098 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi098[111615]: cluster 2023-12-06T04:25:05.491875+0000 mgr.smithi047.erpxvz (mgr.14182) 748 : 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-12-06T04:25:07.977 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-06T04:25:08.978 DEBUG:teuthology.orchestra.run.smithi047:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:d03fca4f35d43f61b4679936aef7bd2f01cced0b shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 2ecad2ea-93ed-11ee-95a2-87774f69a715 -- ceph orch ls -f json 2023-12-06T04:25:09.629 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Dec 06 04:25:09 smithi047 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi047[108212]: cluster 2023-12-06T04:25:07.492327+0000 mgr.smithi047.erpxvz (mgr.14182) 749 : 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-12-06T04:25:09.629 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Dec 06 04:25:09 smithi047 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi047[108212]: audit 2023-12-06T04:25:07.585299+0000 mgr.smithi047.erpxvz (mgr.14182) 750 : audit [DBG] from='client.15512 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-06T04:25:09.870 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Dec 06 04:25:09 smithi098 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi098[111615]: cluster 2023-12-06T04:25:07.492327+0000 mgr.smithi047.erpxvz (mgr.14182) 749 : 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-12-06T04:25:09.870 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Dec 06 04:25:09 smithi098 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi098[111615]: audit 2023-12-06T04:25:07.585299+0000 mgr.smithi047.erpxvz (mgr.14182) 750 : audit [DBG] from='client.15512 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-06T04:25:10.436 INFO:teuthology.orchestra.run.smithi047.stdout: 2023-12-06T04:25:10.437 INFO:teuthology.orchestra.run.smithi047.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-06T04:10:15.517593Z", "last_refresh": "2023-12-06T04:24:11.136231Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-06T04:10:10.954835Z", "last_refresh": "2023-12-06T04:24:08.731374Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-06T04:10:13.544463Z", "last_refresh": "2023-12-06T04:24:11.136388Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-06T04:19:03.745660Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi047.tduqaw on smithi047: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-06T04:21:37.565046Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi098.canbud on smithi098: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi098-canbud\n/bin/podman: stderr Error: no such container ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi098-canbud\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi098.canbud\n/bin/podman: stderr Error: no such container ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi098.canbud\nDeploy daemon haproxy.nfs.foo.smithi098.canbud ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi098 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-06T04:19:44Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-06T04:20:22Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-06T04:21:00Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi098 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-06T04:24:07.062005Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi047.awplmn on smithi047: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi047-awplmn\n/bin/podman: stderr Error: no such container ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi047-awplmn\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi047.awplmn\n/bin/podman: stderr Error: no such container ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi047.awplmn\nDeploy daemon haproxy.nfs.foo.smithi047.awplmn ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi047 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-06T04:22:14Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-06T04:22:52Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-06T04:23:29Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi047 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-06T04:24:07.064352Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi098.hbytsr on smithi098: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-06T04:24:07.066424Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi047.smeokd on smithi047: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.47/16"}, "status": {"created": "2023-12-06T04:13:56.330826Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.47/16"}}, {"events": ["2023-12-06T04:13:52.727160Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-06T04:13:52.721318Z", "last_refresh": "2023-12-06T04:24:08.732560Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-06T04:10:09.956661Z", "last_refresh": "2023-12-06T04:24:08.731634Z", "running": 2, "size": 2}}, {"events": ["2023-12-06T04:11:13.238878Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi047:172.21.15.47=smithi047", "smithi098:172.21.15.98=smithi098"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-06T04:11:13.235526Z", "last_refresh": "2023-12-06T04:24:08.731843Z", "running": 2, "size": 2}}, {"events": ["2023-12-06T04:13:56.329598Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-12-06T04:13:56.325813Z", "last_refresh": "2023-12-06T04:24:11.137018Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-06T04:10:14.589128Z", "last_refresh": "2023-12-06T04:24:08.732044Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-06T04:11:43.239438Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-06T04:11:43.235053Z", "last_refresh": "2023-12-06T04:24:08.732204Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-06T04:10:12.030635Z", "last_refresh": "2023-12-06T04:24:11.136541Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-06T04:25:10.819 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-06T04:25:11.820 DEBUG:teuthology.orchestra.run.smithi047:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:d03fca4f35d43f61b4679936aef7bd2f01cced0b shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 2ecad2ea-93ed-11ee-95a2-87774f69a715 -- ceph orch ls -f json 2023-12-06T04:25:11.857 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Dec 06 04:25:11 smithi047 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi047[108212]: cluster 2023-12-06T04:25:09.492989+0000 mgr.smithi047.erpxvz (mgr.14182) 751 : cluster [DBG] pgmap v456: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-06T04:25:11.870 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Dec 06 04:25:11 smithi098 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi098[111615]: cluster 2023-12-06T04:25:09.492989+0000 mgr.smithi047.erpxvz (mgr.14182) 751 : cluster [DBG] pgmap v456: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-06T04:25:12.530 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Dec 06 04:25:12 smithi047 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi047[108212]: audit 2023-12-06T04:25:10.431961+0000 mgr.smithi047.erpxvz (mgr.14182) 752 : audit [DBG] from='client.15516 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-06T04:25:12.870 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Dec 06 04:25:12 smithi098 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi098[111615]: audit 2023-12-06T04:25:10.431961+0000 mgr.smithi047.erpxvz (mgr.14182) 752 : audit [DBG] from='client.15516 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-06T04:25:13.234 INFO:teuthology.orchestra.run.smithi047.stdout: 2023-12-06T04:25:13.235 INFO:teuthology.orchestra.run.smithi047.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-06T04:10:15.517593Z", "last_refresh": "2023-12-06T04:24:11.136231Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-06T04:10:10.954835Z", "last_refresh": "2023-12-06T04:24:08.731374Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-06T04:10:13.544463Z", "last_refresh": "2023-12-06T04:24:11.136388Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-06T04:19:03.745660Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi047.tduqaw on smithi047: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-06T04:21:37.565046Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi098.canbud on smithi098: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi098-canbud\n/bin/podman: stderr Error: no such container ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi098-canbud\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi098.canbud\n/bin/podman: stderr Error: no such container ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi098.canbud\nDeploy daemon haproxy.nfs.foo.smithi098.canbud ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi098 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-06T04:19:44Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-06T04:20:22Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-06T04:21:00Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi098 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-06T04:24:07.062005Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi047.awplmn on smithi047: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi047-awplmn\n/bin/podman: stderr Error: no such container ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi047-awplmn\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi047.awplmn\n/bin/podman: stderr Error: no such container ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi047.awplmn\nDeploy daemon haproxy.nfs.foo.smithi047.awplmn ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi047 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-06T04:22:14Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-06T04:22:52Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-06T04:23:29Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi047 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-06T04:24:07.064352Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi098.hbytsr on smithi098: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-06T04:24:07.066424Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi047.smeokd on smithi047: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.47/16"}, "status": {"created": "2023-12-06T04:13:56.330826Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.47/16"}}, {"events": ["2023-12-06T04:13:52.727160Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-06T04:13:52.721318Z", "last_refresh": "2023-12-06T04:24:08.732560Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-06T04:10:09.956661Z", "last_refresh": "2023-12-06T04:24:08.731634Z", "running": 2, "size": 2}}, {"events": ["2023-12-06T04:11:13.238878Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi047:172.21.15.47=smithi047", "smithi098:172.21.15.98=smithi098"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-06T04:11:13.235526Z", "last_refresh": "2023-12-06T04:24:08.731843Z", "running": 2, "size": 2}}, {"events": ["2023-12-06T04:13:56.329598Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-12-06T04:13:56.325813Z", "last_refresh": "2023-12-06T04:24:11.137018Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-06T04:10:14.589128Z", "last_refresh": "2023-12-06T04:24:08.732044Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-06T04:11:43.239438Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-06T04:11:43.235053Z", "last_refresh": "2023-12-06T04:24:08.732204Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-06T04:10:12.030635Z", "last_refresh": "2023-12-06T04:24:11.136541Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-06T04:25:13.542 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Dec 06 04:25:13 smithi047 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi047[108212]: cluster 2023-12-06T04:25:11.493740+0000 mgr.smithi047.erpxvz (mgr.14182) 753 : cluster [DBG] pgmap v457: 97 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-12-06T04:25:13.619 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-06T04:25:13.870 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Dec 06 04:25:13 smithi098 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi098[111615]: cluster 2023-12-06T04:25:11.493740+0000 mgr.smithi047.erpxvz (mgr.14182) 753 : cluster [DBG] pgmap v457: 97 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-12-06T04:25:14.620 DEBUG:teuthology.orchestra.run.smithi047:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:d03fca4f35d43f61b4679936aef7bd2f01cced0b shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 2ecad2ea-93ed-11ee-95a2-87774f69a715 -- ceph orch ls -f json 2023-12-06T04:25:14.870 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Dec 06 04:25:14 smithi098 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi098[111615]: audit 2023-12-06T04:25:13.229887+0000 mgr.smithi047.erpxvz (mgr.14182) 754 : audit [DBG] from='client.15520 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-06T04:25:14.879 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Dec 06 04:25:14 smithi047 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi047[108212]: audit 2023-12-06T04:25:13.229887+0000 mgr.smithi047.erpxvz (mgr.14182) 754 : audit [DBG] from='client.15520 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-06T04:25:15.629 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Dec 06 04:25:15 smithi047 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi047[108212]: cluster 2023-12-06T04:25:13.494222+0000 mgr.smithi047.erpxvz (mgr.14182) 755 : 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-12-06T04:25:15.870 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Dec 06 04:25:15 smithi098 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi098[111615]: cluster 2023-12-06T04:25:13.494222+0000 mgr.smithi047.erpxvz (mgr.14182) 755 : 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-12-06T04:25:16.062 INFO:teuthology.orchestra.run.smithi047.stdout: 2023-12-06T04:25:16.063 INFO:teuthology.orchestra.run.smithi047.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-06T04:10:15.517593Z", "last_refresh": "2023-12-06T04:24:11.136231Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-06T04:10:10.954835Z", "last_refresh": "2023-12-06T04:24:08.731374Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-06T04:10:13.544463Z", "last_refresh": "2023-12-06T04:24:11.136388Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-06T04:19:03.745660Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi047.tduqaw on smithi047: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-06T04:21:37.565046Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi098.canbud on smithi098: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi098-canbud\n/bin/podman: stderr Error: no such container ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi098-canbud\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi098.canbud\n/bin/podman: stderr Error: no such container ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi098.canbud\nDeploy daemon haproxy.nfs.foo.smithi098.canbud ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi098 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-06T04:19:44Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-06T04:20:22Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-06T04:21:00Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi098 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-06T04:24:07.062005Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi047.awplmn on smithi047: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi047-awplmn\n/bin/podman: stderr Error: no such container ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi047-awplmn\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi047.awplmn\n/bin/podman: stderr Error: no such container ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi047.awplmn\nDeploy daemon haproxy.nfs.foo.smithi047.awplmn ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi047 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-06T04:22:14Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-06T04:22:52Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-06T04:23:29Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi047 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-06T04:24:07.064352Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi098.hbytsr on smithi098: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-06T04:24:07.066424Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi047.smeokd on smithi047: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.47/16"}, "status": {"created": "2023-12-06T04:13:56.330826Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.47/16"}}, {"events": ["2023-12-06T04:13:52.727160Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-06T04:13:52.721318Z", "last_refresh": "2023-12-06T04:24:08.732560Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-06T04:10:09.956661Z", "last_refresh": "2023-12-06T04:24:08.731634Z", "running": 2, "size": 2}}, {"events": ["2023-12-06T04:11:13.238878Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi047:172.21.15.47=smithi047", "smithi098:172.21.15.98=smithi098"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-06T04:11:13.235526Z", "last_refresh": "2023-12-06T04:24:08.731843Z", "running": 2, "size": 2}}, {"events": ["2023-12-06T04:13:56.329598Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-12-06T04:13:56.325813Z", "last_refresh": "2023-12-06T04:24:11.137018Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-06T04:10:14.589128Z", "last_refresh": "2023-12-06T04:24:08.732044Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-06T04:11:43.239438Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-06T04:11:43.235053Z", "last_refresh": "2023-12-06T04:24:08.732204Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-06T04:10:12.030635Z", "last_refresh": "2023-12-06T04:24:11.136541Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-06T04:25:16.452 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-06T04:25:17.453 DEBUG:teuthology.orchestra.run.smithi047:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:d03fca4f35d43f61b4679936aef7bd2f01cced0b shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 2ecad2ea-93ed-11ee-95a2-87774f69a715 -- ceph orch ls -f json 2023-12-06T04:25:17.804 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Dec 06 04:25:17 smithi047 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi047[108212]: cluster 2023-12-06T04:25:15.494758+0000 mgr.smithi047.erpxvz (mgr.14182) 756 : 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-12-06T04:25:17.804 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Dec 06 04:25:17 smithi047 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi047[108212]: audit 2023-12-06T04:25:16.057997+0000 mgr.smithi047.erpxvz (mgr.14182) 757 : audit [DBG] from='client.15524 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-06T04:25:17.870 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Dec 06 04:25:17 smithi098 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi098[111615]: cluster 2023-12-06T04:25:15.494758+0000 mgr.smithi047.erpxvz (mgr.14182) 756 : 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-12-06T04:25:17.870 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Dec 06 04:25:17 smithi098 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi098[111615]: audit 2023-12-06T04:25:16.057997+0000 mgr.smithi047.erpxvz (mgr.14182) 757 : audit [DBG] from='client.15524 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-06T04:25:18.894 INFO:teuthology.orchestra.run.smithi047.stdout: 2023-12-06T04:25:18.895 INFO:teuthology.orchestra.run.smithi047.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-06T04:10:15.517593Z", "last_refresh": "2023-12-06T04:24:11.136231Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-06T04:10:10.954835Z", "last_refresh": "2023-12-06T04:24:08.731374Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-06T04:10:13.544463Z", "last_refresh": "2023-12-06T04:24:11.136388Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-06T04:19:03.745660Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi047.tduqaw on smithi047: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-06T04:21:37.565046Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi098.canbud on smithi098: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi098-canbud\n/bin/podman: stderr Error: no such container ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi098-canbud\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi098.canbud\n/bin/podman: stderr Error: no such container ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi098.canbud\nDeploy daemon haproxy.nfs.foo.smithi098.canbud ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi098 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-06T04:19:44Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-06T04:20:22Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-06T04:21:00Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi098 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-06T04:24:07.062005Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi047.awplmn on smithi047: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi047-awplmn\n/bin/podman: stderr Error: no such container ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi047-awplmn\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi047.awplmn\n/bin/podman: stderr Error: no such container ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi047.awplmn\nDeploy daemon haproxy.nfs.foo.smithi047.awplmn ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi047 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-06T04:22:14Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-06T04:22:52Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-06T04:23:29Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi047 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-06T04:24:07.064352Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi098.hbytsr on smithi098: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-06T04:24:07.066424Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi047.smeokd on smithi047: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.47/16"}, "status": {"created": "2023-12-06T04:13:56.330826Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.47/16"}}, {"events": ["2023-12-06T04:13:52.727160Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-06T04:13:52.721318Z", "last_refresh": "2023-12-06T04:24:08.732560Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-06T04:10:09.956661Z", "last_refresh": "2023-12-06T04:24:08.731634Z", "running": 2, "size": 2}}, {"events": ["2023-12-06T04:11:13.238878Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi047:172.21.15.47=smithi047", "smithi098:172.21.15.98=smithi098"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-06T04:11:13.235526Z", "last_refresh": "2023-12-06T04:24:08.731843Z", "running": 2, "size": 2}}, {"events": ["2023-12-06T04:13:56.329598Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-12-06T04:13:56.325813Z", "last_refresh": "2023-12-06T04:24:11.137018Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-06T04:10:14.589128Z", "last_refresh": "2023-12-06T04:24:08.732044Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-06T04:11:43.239438Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-06T04:11:43.235053Z", "last_refresh": "2023-12-06T04:24:08.732204Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-06T04:10:12.030635Z", "last_refresh": "2023-12-06T04:24:11.136541Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-06T04:25:19.276 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-06T04:25:19.629 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Dec 06 04:25:19 smithi047 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi047[108212]: cluster 2023-12-06T04:25:17.495277+0000 mgr.smithi047.erpxvz (mgr.14182) 758 : 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-12-06T04:25:19.870 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Dec 06 04:25:19 smithi098 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi098[111615]: cluster 2023-12-06T04:25:17.495277+0000 mgr.smithi047.erpxvz (mgr.14182) 758 : 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-12-06T04:25:20.277 DEBUG:teuthology.orchestra.run.smithi047:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:d03fca4f35d43f61b4679936aef7bd2f01cced0b shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 2ecad2ea-93ed-11ee-95a2-87774f69a715 -- ceph orch ls -f json 2023-12-06T04:25:20.629 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Dec 06 04:25:20 smithi047 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi047[108212]: audit 2023-12-06T04:25:18.889732+0000 mgr.smithi047.erpxvz (mgr.14182) 759 : audit [DBG] from='client.15528 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-06T04:25:20.870 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Dec 06 04:25:20 smithi098 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi098[111615]: audit 2023-12-06T04:25:18.889732+0000 mgr.smithi047.erpxvz (mgr.14182) 759 : audit [DBG] from='client.15528 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-06T04:25:21.833 INFO:teuthology.orchestra.run.smithi047.stdout: 2023-12-06T04:25:21.833 INFO:teuthology.orchestra.run.smithi047.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-06T04:10:15.517593Z", "last_refresh": "2023-12-06T04:24:11.136231Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-06T04:10:10.954835Z", "last_refresh": "2023-12-06T04:24:08.731374Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-06T04:10:13.544463Z", "last_refresh": "2023-12-06T04:24:11.136388Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-06T04:19:03.745660Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi047.tduqaw on smithi047: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-06T04:21:37.565046Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi098.canbud on smithi098: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi098-canbud\n/bin/podman: stderr Error: no such container ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi098-canbud\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi098.canbud\n/bin/podman: stderr Error: no such container ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi098.canbud\nDeploy daemon haproxy.nfs.foo.smithi098.canbud ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi098 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-06T04:19:44Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-06T04:20:22Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-06T04:21:00Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi098 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-06T04:24:07.062005Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi047.awplmn on smithi047: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi047-awplmn\n/bin/podman: stderr Error: no such container ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi047-awplmn\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi047.awplmn\n/bin/podman: stderr Error: no such container ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi047.awplmn\nDeploy daemon haproxy.nfs.foo.smithi047.awplmn ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi047 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-06T04:22:14Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-06T04:22:52Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-06T04:23:29Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi047 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-06T04:24:07.064352Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi098.hbytsr on smithi098: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-06T04:24:07.066424Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi047.smeokd on smithi047: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.47/16"}, "status": {"created": "2023-12-06T04:13:56.330826Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.47/16"}}, {"events": ["2023-12-06T04:13:52.727160Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-06T04:13:52.721318Z", "last_refresh": "2023-12-06T04:24:08.732560Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-06T04:10:09.956661Z", "last_refresh": "2023-12-06T04:24:08.731634Z", "running": 2, "size": 2}}, {"events": ["2023-12-06T04:11:13.238878Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi047:172.21.15.47=smithi047", "smithi098:172.21.15.98=smithi098"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-06T04:11:13.235526Z", "last_refresh": "2023-12-06T04:24:08.731843Z", "running": 2, "size": 2}}, {"events": ["2023-12-06T04:13:56.329598Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-12-06T04:13:56.325813Z", "last_refresh": "2023-12-06T04:24:11.137018Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-06T04:10:14.589128Z", "last_refresh": "2023-12-06T04:24:08.732044Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-06T04:11:43.239438Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-06T04:11:43.235053Z", "last_refresh": "2023-12-06T04:24:08.732204Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-06T04:10:12.030635Z", "last_refresh": "2023-12-06T04:24:11.136541Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-06T04:25:21.860 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Dec 06 04:25:21 smithi047 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi047[108212]: cluster 2023-12-06T04:25:19.495961+0000 mgr.smithi047.erpxvz (mgr.14182) 760 : cluster [DBG] pgmap v461: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-06T04:25:21.870 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Dec 06 04:25:21 smithi098 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi098[111615]: cluster 2023-12-06T04:25:19.495961+0000 mgr.smithi047.erpxvz (mgr.14182) 760 : cluster [DBG] pgmap v461: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-06T04:25:22.232 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-06T04:25:22.870 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Dec 06 04:25:22 smithi098 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi098[111615]: cluster 2023-12-06T04:25:21.496547+0000 mgr.smithi047.erpxvz (mgr.14182) 761 : cluster [DBG] pgmap v462: 97 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-12-06T04:25:22.870 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Dec 06 04:25:22 smithi098 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi098[111615]: audit 2023-12-06T04:25:21.827767+0000 mgr.smithi047.erpxvz (mgr.14182) 762 : audit [DBG] from='client.15532 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-06T04:25:22.879 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Dec 06 04:25:22 smithi047 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi047[108212]: cluster 2023-12-06T04:25:21.496547+0000 mgr.smithi047.erpxvz (mgr.14182) 761 : cluster [DBG] pgmap v462: 97 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-12-06T04:25:22.879 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Dec 06 04:25:22 smithi047 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi047[108212]: audit 2023-12-06T04:25:21.827767+0000 mgr.smithi047.erpxvz (mgr.14182) 762 : audit [DBG] from='client.15532 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-06T04:25:23.233 DEBUG:teuthology.orchestra.run.smithi047:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:d03fca4f35d43f61b4679936aef7bd2f01cced0b shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 2ecad2ea-93ed-11ee-95a2-87774f69a715 -- ceph orch ls -f json 2023-12-06T04:25:24.721 INFO:teuthology.orchestra.run.smithi047.stdout: 2023-12-06T04:25:24.721 INFO:teuthology.orchestra.run.smithi047.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-06T04:10:15.517593Z", "last_refresh": "2023-12-06T04:24:11.136231Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-06T04:10:10.954835Z", "last_refresh": "2023-12-06T04:24:08.731374Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-06T04:10:13.544463Z", "last_refresh": "2023-12-06T04:24:11.136388Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-06T04:19:03.745660Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi047.tduqaw on smithi047: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-06T04:21:37.565046Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi098.canbud on smithi098: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi098-canbud\n/bin/podman: stderr Error: no such container ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi098-canbud\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi098.canbud\n/bin/podman: stderr Error: no such container ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi098.canbud\nDeploy daemon haproxy.nfs.foo.smithi098.canbud ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi098 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-06T04:19:44Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-06T04:20:22Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-06T04:21:00Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi098 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-06T04:24:07.062005Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi047.awplmn on smithi047: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi047-awplmn\n/bin/podman: stderr Error: no such container ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi047-awplmn\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi047.awplmn\n/bin/podman: stderr Error: no such container ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi047.awplmn\nDeploy daemon haproxy.nfs.foo.smithi047.awplmn ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi047 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-06T04:22:14Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-06T04:22:52Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-06T04:23:29Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi047 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-06T04:24:07.064352Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi098.hbytsr on smithi098: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-06T04:24:07.066424Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi047.smeokd on smithi047: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.47/16"}, "status": {"created": "2023-12-06T04:13:56.330826Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.47/16"}}, {"events": ["2023-12-06T04:13:52.727160Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-06T04:13:52.721318Z", "last_refresh": "2023-12-06T04:24:08.732560Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-06T04:10:09.956661Z", "last_refresh": "2023-12-06T04:24:08.731634Z", "running": 2, "size": 2}}, {"events": ["2023-12-06T04:11:13.238878Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi047:172.21.15.47=smithi047", "smithi098:172.21.15.98=smithi098"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-06T04:11:13.235526Z", "last_refresh": "2023-12-06T04:24:08.731843Z", "running": 2, "size": 2}}, {"events": ["2023-12-06T04:13:56.329598Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-12-06T04:13:56.325813Z", "last_refresh": "2023-12-06T04:24:11.137018Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-06T04:10:14.589128Z", "last_refresh": "2023-12-06T04:24:08.732044Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-06T04:11:43.239438Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-06T04:11:43.235053Z", "last_refresh": "2023-12-06T04:24:08.732204Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-06T04:10:12.030635Z", "last_refresh": "2023-12-06T04:24:11.136541Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-06T04:25:25.118 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-06T04:25:25.870 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Dec 06 04:25:25 smithi098 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi098[111615]: cluster 2023-12-06T04:25:23.496963+0000 mgr.smithi047.erpxvz (mgr.14182) 763 : 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-12-06T04:25:25.879 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Dec 06 04:25:25 smithi047 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi047[108212]: cluster 2023-12-06T04:25:23.496963+0000 mgr.smithi047.erpxvz (mgr.14182) 763 : 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-12-06T04:25:26.119 DEBUG:teuthology.orchestra.run.smithi047:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:d03fca4f35d43f61b4679936aef7bd2f01cced0b shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 2ecad2ea-93ed-11ee-95a2-87774f69a715 -- ceph orch ls -f json 2023-12-06T04:25:26.469 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Dec 06 04:25:26 smithi047 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi047[108212]: audit 2023-12-06T04:25:24.716559+0000 mgr.smithi047.erpxvz (mgr.14182) 764 : audit [DBG] from='client.15536 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-06T04:25:26.691 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Dec 06 04:25:26 smithi098 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi098[111615]: audit 2023-12-06T04:25:24.716559+0000 mgr.smithi047.erpxvz (mgr.14182) 764 : audit [DBG] from='client.15536 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-06T04:25:27.613 INFO:teuthology.orchestra.run.smithi047.stdout: 2023-12-06T04:25:27.613 INFO:teuthology.orchestra.run.smithi047.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-06T04:10:15.517593Z", "last_refresh": "2023-12-06T04:24:11.136231Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-06T04:10:10.954835Z", "last_refresh": "2023-12-06T04:24:08.731374Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-06T04:10:13.544463Z", "last_refresh": "2023-12-06T04:24:11.136388Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-06T04:19:03.745660Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi047.tduqaw on smithi047: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-06T04:21:37.565046Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi098.canbud on smithi098: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi098-canbud\n/bin/podman: stderr Error: no such container ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi098-canbud\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi098.canbud\n/bin/podman: stderr Error: no such container ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi098.canbud\nDeploy daemon haproxy.nfs.foo.smithi098.canbud ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi098 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-06T04:19:44Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-06T04:20:22Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-06T04:21:00Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi098 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-06T04:24:07.062005Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi047.awplmn on smithi047: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi047-awplmn\n/bin/podman: stderr Error: no such container ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi047-awplmn\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi047.awplmn\n/bin/podman: stderr Error: no such container ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi047.awplmn\nDeploy daemon haproxy.nfs.foo.smithi047.awplmn ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi047 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-06T04:22:14Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-06T04:22:52Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-06T04:23:29Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi047 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-06T04:24:07.064352Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi098.hbytsr on smithi098: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-06T04:24:07.066424Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi047.smeokd on smithi047: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.47/16"}, "status": {"created": "2023-12-06T04:13:56.330826Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.47/16"}}, {"events": ["2023-12-06T04:13:52.727160Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-06T04:13:52.721318Z", "last_refresh": "2023-12-06T04:24:08.732560Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-06T04:10:09.956661Z", "last_refresh": "2023-12-06T04:24:08.731634Z", "running": 2, "size": 2}}, {"events": ["2023-12-06T04:11:13.238878Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi047:172.21.15.47=smithi047", "smithi098:172.21.15.98=smithi098"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-06T04:11:13.235526Z", "last_refresh": "2023-12-06T04:24:08.731843Z", "running": 2, "size": 2}}, {"events": ["2023-12-06T04:13:56.329598Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-12-06T04:13:56.325813Z", "last_refresh": "2023-12-06T04:24:11.137018Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-06T04:10:14.589128Z", "last_refresh": "2023-12-06T04:24:08.732044Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-06T04:11:43.239438Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-06T04:11:43.235053Z", "last_refresh": "2023-12-06T04:24:08.732204Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-06T04:10:12.030635Z", "last_refresh": "2023-12-06T04:24:11.136541Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-06T04:25:27.629 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Dec 06 04:25:27 smithi047 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi047[108212]: cluster 2023-12-06T04:25:25.497478+0000 mgr.smithi047.erpxvz (mgr.14182) 765 : 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-12-06T04:25:27.870 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Dec 06 04:25:27 smithi098 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi098[111615]: cluster 2023-12-06T04:25:25.497478+0000 mgr.smithi047.erpxvz (mgr.14182) 765 : 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-12-06T04:25:28.033 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-06T04:25:29.033 DEBUG:teuthology.orchestra.run.smithi047:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:d03fca4f35d43f61b4679936aef7bd2f01cced0b shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 2ecad2ea-93ed-11ee-95a2-87774f69a715 -- ceph orch ls -f json 2023-12-06T04:25:29.762 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Dec 06 04:25:29 smithi047 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi047[108212]: cluster 2023-12-06T04:25:27.497959+0000 mgr.smithi047.erpxvz (mgr.14182) 766 : 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-12-06T04:25:29.765 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Dec 06 04:25:29 smithi047 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi047[108212]: audit 2023-12-06T04:25:27.607953+0000 mgr.smithi047.erpxvz (mgr.14182) 767 : audit [DBG] from='client.15540 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-06T04:25:29.870 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Dec 06 04:25:29 smithi098 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi098[111615]: cluster 2023-12-06T04:25:27.497959+0000 mgr.smithi047.erpxvz (mgr.14182) 766 : 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-12-06T04:25:29.870 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Dec 06 04:25:29 smithi098 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi098[111615]: audit 2023-12-06T04:25:27.607953+0000 mgr.smithi047.erpxvz (mgr.14182) 767 : audit [DBG] from='client.15540 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-06T04:25:30.455 INFO:teuthology.orchestra.run.smithi047.stdout: 2023-12-06T04:25:30.455 INFO:teuthology.orchestra.run.smithi047.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-06T04:10:15.517593Z", "last_refresh": "2023-12-06T04:24:11.136231Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-06T04:10:10.954835Z", "last_refresh": "2023-12-06T04:24:08.731374Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-06T04:10:13.544463Z", "last_refresh": "2023-12-06T04:24:11.136388Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-06T04:19:03.745660Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi047.tduqaw on smithi047: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-06T04:21:37.565046Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi098.canbud on smithi098: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi098-canbud\n/bin/podman: stderr Error: no such container ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi098-canbud\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi098.canbud\n/bin/podman: stderr Error: no such container ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi098.canbud\nDeploy daemon haproxy.nfs.foo.smithi098.canbud ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi098 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-06T04:19:44Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-06T04:20:22Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-06T04:21:00Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi098 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-06T04:24:07.062005Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi047.awplmn on smithi047: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi047-awplmn\n/bin/podman: stderr Error: no such container ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi047-awplmn\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi047.awplmn\n/bin/podman: stderr Error: no such container ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi047.awplmn\nDeploy daemon haproxy.nfs.foo.smithi047.awplmn ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi047 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-06T04:22:14Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-06T04:22:52Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-06T04:23:29Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi047 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-06T04:24:07.064352Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi098.hbytsr on smithi098: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-06T04:24:07.066424Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi047.smeokd on smithi047: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.47/16"}, "status": {"created": "2023-12-06T04:13:56.330826Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.47/16"}}, {"events": ["2023-12-06T04:13:52.727160Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-06T04:13:52.721318Z", "last_refresh": "2023-12-06T04:24:08.732560Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-06T04:10:09.956661Z", "last_refresh": "2023-12-06T04:24:08.731634Z", "running": 2, "size": 2}}, {"events": ["2023-12-06T04:11:13.238878Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi047:172.21.15.47=smithi047", "smithi098:172.21.15.98=smithi098"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-06T04:11:13.235526Z", "last_refresh": "2023-12-06T04:24:08.731843Z", "running": 2, "size": 2}}, {"events": ["2023-12-06T04:13:56.329598Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-12-06T04:13:56.325813Z", "last_refresh": "2023-12-06T04:24:11.137018Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-06T04:10:14.589128Z", "last_refresh": "2023-12-06T04:24:08.732044Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-06T04:11:43.239438Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-06T04:11:43.235053Z", "last_refresh": "2023-12-06T04:24:08.732204Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-06T04:10:12.030635Z", "last_refresh": "2023-12-06T04:24:11.136541Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-06T04:25:30.850 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-06T04:25:31.850 DEBUG:teuthology.orchestra.run.smithi047:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:d03fca4f35d43f61b4679936aef7bd2f01cced0b shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 2ecad2ea-93ed-11ee-95a2-87774f69a715 -- ceph orch ls -f json 2023-12-06T04:25:31.870 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Dec 06 04:25:31 smithi098 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi098[111615]: cluster 2023-12-06T04:25:29.498436+0000 mgr.smithi047.erpxvz (mgr.14182) 768 : cluster [DBG] pgmap v466: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-06T04:25:31.879 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Dec 06 04:25:31 smithi047 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi047[108212]: cluster 2023-12-06T04:25:29.498436+0000 mgr.smithi047.erpxvz (mgr.14182) 768 : cluster [DBG] pgmap v466: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-06T04:25:32.578 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Dec 06 04:25:32 smithi047 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi047[108212]: audit 2023-12-06T04:25:30.450285+0000 mgr.smithi047.erpxvz (mgr.14182) 769 : audit [DBG] from='client.15544 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-06T04:25:32.870 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Dec 06 04:25:32 smithi098 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi098[111615]: audit 2023-12-06T04:25:30.450285+0000 mgr.smithi047.erpxvz (mgr.14182) 769 : audit [DBG] from='client.15544 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-06T04:25:33.337 INFO:teuthology.orchestra.run.smithi047.stdout: 2023-12-06T04:25:33.337 INFO:teuthology.orchestra.run.smithi047.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-06T04:10:15.517593Z", "last_refresh": "2023-12-06T04:24:11.136231Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-06T04:10:10.954835Z", "last_refresh": "2023-12-06T04:24:08.731374Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-06T04:10:13.544463Z", "last_refresh": "2023-12-06T04:24:11.136388Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-06T04:19:03.745660Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi047.tduqaw on smithi047: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-06T04:21:37.565046Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi098.canbud on smithi098: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi098-canbud\n/bin/podman: stderr Error: no such container ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi098-canbud\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi098.canbud\n/bin/podman: stderr Error: no such container ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi098.canbud\nDeploy daemon haproxy.nfs.foo.smithi098.canbud ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi098 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-06T04:19:44Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-06T04:20:22Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-06T04:21:00Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi098 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-06T04:24:07.062005Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi047.awplmn on smithi047: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi047-awplmn\n/bin/podman: stderr Error: no such container ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi047-awplmn\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi047.awplmn\n/bin/podman: stderr Error: no such container ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi047.awplmn\nDeploy daemon haproxy.nfs.foo.smithi047.awplmn ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi047 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-06T04:22:14Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-06T04:22:52Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-06T04:23:29Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi047 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-06T04:24:07.064352Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi098.hbytsr on smithi098: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-06T04:24:07.066424Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi047.smeokd on smithi047: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.47/16"}, "status": {"created": "2023-12-06T04:13:56.330826Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.47/16"}}, {"events": ["2023-12-06T04:13:52.727160Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-06T04:13:52.721318Z", "last_refresh": "2023-12-06T04:24:08.732560Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-06T04:10:09.956661Z", "last_refresh": "2023-12-06T04:24:08.731634Z", "running": 2, "size": 2}}, {"events": ["2023-12-06T04:11:13.238878Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi047:172.21.15.47=smithi047", "smithi098:172.21.15.98=smithi098"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-06T04:11:13.235526Z", "last_refresh": "2023-12-06T04:24:08.731843Z", "running": 2, "size": 2}}, {"events": ["2023-12-06T04:13:56.329598Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-12-06T04:13:56.325813Z", "last_refresh": "2023-12-06T04:24:11.137018Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-06T04:10:14.589128Z", "last_refresh": "2023-12-06T04:24:08.732044Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-06T04:11:43.239438Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-06T04:11:43.235053Z", "last_refresh": "2023-12-06T04:24:08.732204Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-06T04:10:12.030635Z", "last_refresh": "2023-12-06T04:24:11.136541Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-06T04:25:33.629 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Dec 06 04:25:33 smithi047 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi047[108212]: cluster 2023-12-06T04:25:31.499005+0000 mgr.smithi047.erpxvz (mgr.14182) 770 : cluster [DBG] pgmap v467: 97 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-12-06T04:25:33.736 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-06T04:25:33.870 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Dec 06 04:25:33 smithi098 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi098[111615]: cluster 2023-12-06T04:25:31.499005+0000 mgr.smithi047.erpxvz (mgr.14182) 770 : cluster [DBG] pgmap v467: 97 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-12-06T04:25:34.737 DEBUG:teuthology.orchestra.run.smithi047:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:d03fca4f35d43f61b4679936aef7bd2f01cced0b shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 2ecad2ea-93ed-11ee-95a2-87774f69a715 -- ceph orch ls -f json 2023-12-06T04:25:34.771 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Dec 06 04:25:34 smithi047 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi047[108212]: audit 2023-12-06T04:25:33.332073+0000 mgr.smithi047.erpxvz (mgr.14182) 771 : audit [DBG] from='client.15548 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-06T04:25:34.870 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Dec 06 04:25:34 smithi098 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi098[111615]: audit 2023-12-06T04:25:33.332073+0000 mgr.smithi047.erpxvz (mgr.14182) 771 : audit [DBG] from='client.15548 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-06T04:25:35.738 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Dec 06 04:25:35 smithi047 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi047[108212]: cluster 2023-12-06T04:25:33.499404+0000 mgr.smithi047.erpxvz (mgr.14182) 772 : 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-12-06T04:25:35.870 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Dec 06 04:25:35 smithi098 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi098[111615]: cluster 2023-12-06T04:25:33.499404+0000 mgr.smithi047.erpxvz (mgr.14182) 772 : 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-12-06T04:25:36.141 INFO:teuthology.orchestra.run.smithi047.stdout: 2023-12-06T04:25:36.141 INFO:teuthology.orchestra.run.smithi047.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-06T04:10:15.517593Z", "last_refresh": "2023-12-06T04:24:11.136231Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-06T04:10:10.954835Z", "last_refresh": "2023-12-06T04:24:08.731374Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-06T04:10:13.544463Z", "last_refresh": "2023-12-06T04:24:11.136388Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-06T04:19:03.745660Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi047.tduqaw on smithi047: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-06T04:21:37.565046Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi098.canbud on smithi098: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi098-canbud\n/bin/podman: stderr Error: no such container ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi098-canbud\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi098.canbud\n/bin/podman: stderr Error: no such container ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi098.canbud\nDeploy daemon haproxy.nfs.foo.smithi098.canbud ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi098 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-06T04:19:44Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-06T04:20:22Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-06T04:21:00Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi098 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-06T04:24:07.062005Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi047.awplmn on smithi047: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi047-awplmn\n/bin/podman: stderr Error: no such container ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi047-awplmn\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi047.awplmn\n/bin/podman: stderr Error: no such container ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi047.awplmn\nDeploy daemon haproxy.nfs.foo.smithi047.awplmn ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi047 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-06T04:22:14Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-06T04:22:52Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-06T04:23:29Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi047 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-06T04:24:07.064352Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi098.hbytsr on smithi098: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-06T04:24:07.066424Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi047.smeokd on smithi047: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.47/16"}, "status": {"created": "2023-12-06T04:13:56.330826Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.47/16"}}, {"events": ["2023-12-06T04:13:52.727160Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-06T04:13:52.721318Z", "last_refresh": "2023-12-06T04:24:08.732560Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-06T04:10:09.956661Z", "last_refresh": "2023-12-06T04:24:08.731634Z", "running": 2, "size": 2}}, {"events": ["2023-12-06T04:11:13.238878Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi047:172.21.15.47=smithi047", "smithi098:172.21.15.98=smithi098"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-06T04:11:13.235526Z", "last_refresh": "2023-12-06T04:24:08.731843Z", "running": 2, "size": 2}}, {"events": ["2023-12-06T04:13:56.329598Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-12-06T04:13:56.325813Z", "last_refresh": "2023-12-06T04:24:11.137018Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-06T04:10:14.589128Z", "last_refresh": "2023-12-06T04:24:08.732044Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-06T04:11:43.239438Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-06T04:11:43.235053Z", "last_refresh": "2023-12-06T04:24:08.732204Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-06T04:10:12.030635Z", "last_refresh": "2023-12-06T04:24:11.136541Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-06T04:25:36.515 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-06T04:25:37.516 DEBUG:teuthology.orchestra.run.smithi047:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:d03fca4f35d43f61b4679936aef7bd2f01cced0b shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 2ecad2ea-93ed-11ee-95a2-87774f69a715 -- ceph orch ls -f json 2023-12-06T04:25:37.868 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Dec 06 04:25:37 smithi047 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi047[108212]: cluster 2023-12-06T04:25:35.500153+0000 mgr.smithi047.erpxvz (mgr.14182) 773 : 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-12-06T04:25:37.868 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Dec 06 04:25:37 smithi047 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi047[108212]: audit 2023-12-06T04:25:36.135770+0000 mgr.smithi047.erpxvz (mgr.14182) 774 : audit [DBG] from='client.15552 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-06T04:25:37.870 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Dec 06 04:25:37 smithi098 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi098[111615]: cluster 2023-12-06T04:25:35.500153+0000 mgr.smithi047.erpxvz (mgr.14182) 773 : 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-12-06T04:25:37.870 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Dec 06 04:25:37 smithi098 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi098[111615]: audit 2023-12-06T04:25:36.135770+0000 mgr.smithi047.erpxvz (mgr.14182) 774 : audit [DBG] from='client.15552 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-06T04:25:38.951 INFO:teuthology.orchestra.run.smithi047.stdout: 2023-12-06T04:25:38.952 INFO:teuthology.orchestra.run.smithi047.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-06T04:10:15.517593Z", "last_refresh": "2023-12-06T04:24:11.136231Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-06T04:10:10.954835Z", "last_refresh": "2023-12-06T04:24:08.731374Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-06T04:10:13.544463Z", "last_refresh": "2023-12-06T04:24:11.136388Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-06T04:19:03.745660Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi047.tduqaw on smithi047: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-06T04:21:37.565046Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi098.canbud on smithi098: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi098-canbud\n/bin/podman: stderr Error: no such container ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi098-canbud\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi098.canbud\n/bin/podman: stderr Error: no such container ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi098.canbud\nDeploy daemon haproxy.nfs.foo.smithi098.canbud ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi098 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-06T04:19:44Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-06T04:20:22Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-06T04:21:00Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi098 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-06T04:24:07.062005Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi047.awplmn on smithi047: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi047-awplmn\n/bin/podman: stderr Error: no such container ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi047-awplmn\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi047.awplmn\n/bin/podman: stderr Error: no such container ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi047.awplmn\nDeploy daemon haproxy.nfs.foo.smithi047.awplmn ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi047 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-06T04:22:14Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-06T04:22:52Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-06T04:23:29Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi047 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-06T04:24:07.064352Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi098.hbytsr on smithi098: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-06T04:24:07.066424Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi047.smeokd on smithi047: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.47/16"}, "status": {"created": "2023-12-06T04:13:56.330826Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.47/16"}}, {"events": ["2023-12-06T04:13:52.727160Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-06T04:13:52.721318Z", "last_refresh": "2023-12-06T04:24:08.732560Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-06T04:10:09.956661Z", "last_refresh": "2023-12-06T04:24:08.731634Z", "running": 2, "size": 2}}, {"events": ["2023-12-06T04:11:13.238878Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi047:172.21.15.47=smithi047", "smithi098:172.21.15.98=smithi098"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-06T04:11:13.235526Z", "last_refresh": "2023-12-06T04:24:08.731843Z", "running": 2, "size": 2}}, {"events": ["2023-12-06T04:13:56.329598Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-12-06T04:13:56.325813Z", "last_refresh": "2023-12-06T04:24:11.137018Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-06T04:10:14.589128Z", "last_refresh": "2023-12-06T04:24:08.732044Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-06T04:11:43.239438Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-06T04:11:43.235053Z", "last_refresh": "2023-12-06T04:24:08.732204Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-06T04:10:12.030635Z", "last_refresh": "2023-12-06T04:24:11.136541Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-06T04:25:39.330 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-06T04:25:39.629 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Dec 06 04:25:39 smithi047 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi047[108212]: cluster 2023-12-06T04:25:37.500741+0000 mgr.smithi047.erpxvz (mgr.14182) 775 : 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-12-06T04:25:39.870 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Dec 06 04:25:39 smithi098 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi098[111615]: cluster 2023-12-06T04:25:37.500741+0000 mgr.smithi047.erpxvz (mgr.14182) 775 : 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-12-06T04:25:40.331 DEBUG:teuthology.orchestra.run.smithi047:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:d03fca4f35d43f61b4679936aef7bd2f01cced0b shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 2ecad2ea-93ed-11ee-95a2-87774f69a715 -- ceph orch ls -f json 2023-12-06T04:25:40.629 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Dec 06 04:25:40 smithi047 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi047[108212]: audit 2023-12-06T04:25:38.946514+0000 mgr.smithi047.erpxvz (mgr.14182) 776 : audit [DBG] from='client.15556 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-06T04:25:40.870 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Dec 06 04:25:40 smithi098 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi098[111615]: audit 2023-12-06T04:25:38.946514+0000 mgr.smithi047.erpxvz (mgr.14182) 776 : audit [DBG] from='client.15556 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-06T04:25:41.629 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Dec 06 04:25:41 smithi047 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi047[108212]: cluster 2023-12-06T04:25:39.501299+0000 mgr.smithi047.erpxvz (mgr.14182) 777 : cluster [DBG] pgmap v471: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-06T04:25:41.735 INFO:teuthology.orchestra.run.smithi047.stdout: 2023-12-06T04:25:41.736 INFO:teuthology.orchestra.run.smithi047.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-06T04:10:15.517593Z", "last_refresh": "2023-12-06T04:24:11.136231Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-06T04:10:10.954835Z", "last_refresh": "2023-12-06T04:24:08.731374Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-06T04:10:13.544463Z", "last_refresh": "2023-12-06T04:24:11.136388Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-06T04:19:03.745660Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi047.tduqaw on smithi047: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-06T04:21:37.565046Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi098.canbud on smithi098: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi098-canbud\n/bin/podman: stderr Error: no such container ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi098-canbud\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi098.canbud\n/bin/podman: stderr Error: no such container ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi098.canbud\nDeploy daemon haproxy.nfs.foo.smithi098.canbud ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi098 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-06T04:19:44Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-06T04:20:22Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-06T04:21:00Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi098 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-06T04:24:07.062005Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi047.awplmn on smithi047: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi047-awplmn\n/bin/podman: stderr Error: no such container ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi047-awplmn\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi047.awplmn\n/bin/podman: stderr Error: no such container ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi047.awplmn\nDeploy daemon haproxy.nfs.foo.smithi047.awplmn ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi047 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-06T04:22:14Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-06T04:22:52Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-06T04:23:29Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi047 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-06T04:24:07.064352Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi098.hbytsr on smithi098: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-06T04:24:07.066424Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi047.smeokd on smithi047: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.47/16"}, "status": {"created": "2023-12-06T04:13:56.330826Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.47/16"}}, {"events": ["2023-12-06T04:13:52.727160Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-06T04:13:52.721318Z", "last_refresh": "2023-12-06T04:24:08.732560Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-06T04:10:09.956661Z", "last_refresh": "2023-12-06T04:24:08.731634Z", "running": 2, "size": 2}}, {"events": ["2023-12-06T04:11:13.238878Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi047:172.21.15.47=smithi047", "smithi098:172.21.15.98=smithi098"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-06T04:11:13.235526Z", "last_refresh": "2023-12-06T04:24:08.731843Z", "running": 2, "size": 2}}, {"events": ["2023-12-06T04:13:56.329598Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-12-06T04:13:56.325813Z", "last_refresh": "2023-12-06T04:24:11.137018Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-06T04:10:14.589128Z", "last_refresh": "2023-12-06T04:24:08.732044Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-06T04:11:43.239438Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-06T04:11:43.235053Z", "last_refresh": "2023-12-06T04:24:08.732204Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-06T04:10:12.030635Z", "last_refresh": "2023-12-06T04:24:11.136541Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-06T04:25:41.870 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Dec 06 04:25:41 smithi098 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi098[111615]: cluster 2023-12-06T04:25:39.501299+0000 mgr.smithi047.erpxvz (mgr.14182) 777 : cluster [DBG] pgmap v471: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-06T04:25:42.148 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-06T04:25:42.870 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Dec 06 04:25:42 smithi098 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi098[111615]: cluster 2023-12-06T04:25:41.501837+0000 mgr.smithi047.erpxvz (mgr.14182) 778 : cluster [DBG] pgmap v472: 97 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-12-06T04:25:42.870 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Dec 06 04:25:42 smithi098 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi098[111615]: audit 2023-12-06T04:25:41.730803+0000 mgr.smithi047.erpxvz (mgr.14182) 779 : audit [DBG] from='client.15560 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-06T04:25:42.879 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Dec 06 04:25:42 smithi047 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi047[108212]: cluster 2023-12-06T04:25:41.501837+0000 mgr.smithi047.erpxvz (mgr.14182) 778 : cluster [DBG] pgmap v472: 97 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-12-06T04:25:42.879 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Dec 06 04:25:42 smithi047 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi047[108212]: audit 2023-12-06T04:25:41.730803+0000 mgr.smithi047.erpxvz (mgr.14182) 779 : audit [DBG] from='client.15560 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-06T04:25:43.149 DEBUG:teuthology.orchestra.run.smithi047:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:d03fca4f35d43f61b4679936aef7bd2f01cced0b shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 2ecad2ea-93ed-11ee-95a2-87774f69a715 -- ceph orch ls -f json 2023-12-06T04:25:44.637 INFO:teuthology.orchestra.run.smithi047.stdout: 2023-12-06T04:25:44.637 INFO:teuthology.orchestra.run.smithi047.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-06T04:10:15.517593Z", "last_refresh": "2023-12-06T04:24:11.136231Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-06T04:10:10.954835Z", "last_refresh": "2023-12-06T04:24:08.731374Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-06T04:10:13.544463Z", "last_refresh": "2023-12-06T04:24:11.136388Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-06T04:19:03.745660Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi047.tduqaw on smithi047: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-06T04:21:37.565046Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi098.canbud on smithi098: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi098-canbud\n/bin/podman: stderr Error: no such container ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi098-canbud\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi098.canbud\n/bin/podman: stderr Error: no such container ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi098.canbud\nDeploy daemon haproxy.nfs.foo.smithi098.canbud ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi098 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-06T04:19:44Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-06T04:20:22Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-06T04:21:00Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi098 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-06T04:24:07.062005Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi047.awplmn on smithi047: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi047-awplmn\n/bin/podman: stderr Error: no such container ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi047-awplmn\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi047.awplmn\n/bin/podman: stderr Error: no such container ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi047.awplmn\nDeploy daemon haproxy.nfs.foo.smithi047.awplmn ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi047 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-06T04:22:14Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-06T04:22:52Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-06T04:23:29Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi047 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-06T04:24:07.064352Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi098.hbytsr on smithi098: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-06T04:24:07.066424Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi047.smeokd on smithi047: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.47/16"}, "status": {"created": "2023-12-06T04:13:56.330826Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.47/16"}}, {"events": ["2023-12-06T04:13:52.727160Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-06T04:13:52.721318Z", "last_refresh": "2023-12-06T04:24:08.732560Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-06T04:10:09.956661Z", "last_refresh": "2023-12-06T04:24:08.731634Z", "running": 2, "size": 2}}, {"events": ["2023-12-06T04:11:13.238878Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi047:172.21.15.47=smithi047", "smithi098:172.21.15.98=smithi098"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-06T04:11:13.235526Z", "last_refresh": "2023-12-06T04:24:08.731843Z", "running": 2, "size": 2}}, {"events": ["2023-12-06T04:13:56.329598Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-12-06T04:13:56.325813Z", "last_refresh": "2023-12-06T04:24:11.137018Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-06T04:10:14.589128Z", "last_refresh": "2023-12-06T04:24:08.732044Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-06T04:11:43.239438Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-06T04:11:43.235053Z", "last_refresh": "2023-12-06T04:24:08.732204Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-06T04:10:12.030635Z", "last_refresh": "2023-12-06T04:24:11.136541Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-06T04:25:45.006 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-06T04:25:45.870 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Dec 06 04:25:45 smithi098 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi098[111615]: cluster 2023-12-06T04:25:43.502483+0000 mgr.smithi047.erpxvz (mgr.14182) 780 : 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-12-06T04:25:45.879 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Dec 06 04:25:45 smithi047 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi047[108212]: cluster 2023-12-06T04:25:43.502483+0000 mgr.smithi047.erpxvz (mgr.14182) 780 : 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-12-06T04:25:46.006 DEBUG:teuthology.orchestra.run.smithi047:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:d03fca4f35d43f61b4679936aef7bd2f01cced0b shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 2ecad2ea-93ed-11ee-95a2-87774f69a715 -- ceph orch ls -f json 2023-12-06T04:25:46.629 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Dec 06 04:25:46 smithi047 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi047[108212]: audit 2023-12-06T04:25:44.631999+0000 mgr.smithi047.erpxvz (mgr.14182) 781 : audit [DBG] from='client.15564 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-06T04:25:46.691 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Dec 06 04:25:46 smithi098 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi098[111615]: audit 2023-12-06T04:25:44.631999+0000 mgr.smithi047.erpxvz (mgr.14182) 781 : audit [DBG] from='client.15564 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-06T04:25:47.460 INFO:teuthology.orchestra.run.smithi047.stdout: 2023-12-06T04:25:47.460 INFO:teuthology.orchestra.run.smithi047.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-06T04:10:15.517593Z", "last_refresh": "2023-12-06T04:24:11.136231Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-06T04:10:10.954835Z", "last_refresh": "2023-12-06T04:24:08.731374Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-06T04:10:13.544463Z", "last_refresh": "2023-12-06T04:24:11.136388Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-06T04:19:03.745660Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi047.tduqaw on smithi047: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-06T04:21:37.565046Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi098.canbud on smithi098: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi098-canbud\n/bin/podman: stderr Error: no such container ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi098-canbud\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi098.canbud\n/bin/podman: stderr Error: no such container ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi098.canbud\nDeploy daemon haproxy.nfs.foo.smithi098.canbud ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi098 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-06T04:19:44Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-06T04:20:22Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-06T04:21:00Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi098 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-06T04:24:07.062005Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi047.awplmn on smithi047: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi047-awplmn\n/bin/podman: stderr Error: no such container ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi047-awplmn\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi047.awplmn\n/bin/podman: stderr Error: no such container ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi047.awplmn\nDeploy daemon haproxy.nfs.foo.smithi047.awplmn ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi047 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-06T04:22:14Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-06T04:22:52Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-06T04:23:29Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi047 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-06T04:24:07.064352Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi098.hbytsr on smithi098: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-06T04:24:07.066424Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi047.smeokd on smithi047: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.47/16"}, "status": {"created": "2023-12-06T04:13:56.330826Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.47/16"}}, {"events": ["2023-12-06T04:13:52.727160Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-06T04:13:52.721318Z", "last_refresh": "2023-12-06T04:24:08.732560Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-06T04:10:09.956661Z", "last_refresh": "2023-12-06T04:24:08.731634Z", "running": 2, "size": 2}}, {"events": ["2023-12-06T04:11:13.238878Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi047:172.21.15.47=smithi047", "smithi098:172.21.15.98=smithi098"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-06T04:11:13.235526Z", "last_refresh": "2023-12-06T04:24:08.731843Z", "running": 2, "size": 2}}, {"events": ["2023-12-06T04:13:56.329598Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-12-06T04:13:56.325813Z", "last_refresh": "2023-12-06T04:24:11.137018Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-06T04:10:14.589128Z", "last_refresh": "2023-12-06T04:24:08.732044Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-06T04:11:43.239438Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-06T04:11:43.235053Z", "last_refresh": "2023-12-06T04:24:08.732204Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-06T04:10:12.030635Z", "last_refresh": "2023-12-06T04:24:11.136541Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-06T04:25:47.788 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Dec 06 04:25:47 smithi047 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi047[108212]: cluster 2023-12-06T04:25:45.503028+0000 mgr.smithi047.erpxvz (mgr.14182) 782 : 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-12-06T04:25:47.839 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-06T04:25:47.870 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Dec 06 04:25:47 smithi098 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi098[111615]: cluster 2023-12-06T04:25:45.503028+0000 mgr.smithi047.erpxvz (mgr.14182) 782 : 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-12-06T04:25:48.840 DEBUG:teuthology.orchestra.run.smithi047:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:d03fca4f35d43f61b4679936aef7bd2f01cced0b shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 2ecad2ea-93ed-11ee-95a2-87774f69a715 -- ceph orch ls -f json 2023-12-06T04:25:49.543 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Dec 06 04:25:49 smithi047 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi047[108212]: audit 2023-12-06T04:25:47.455261+0000 mgr.smithi047.erpxvz (mgr.14182) 783 : audit [DBG] from='client.15568 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-06T04:25:49.543 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Dec 06 04:25:49 smithi047 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi047[108212]: cluster 2023-12-06T04:25:47.503513+0000 mgr.smithi047.erpxvz (mgr.14182) 784 : 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-12-06T04:25:49.870 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Dec 06 04:25:49 smithi098 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi098[111615]: audit 2023-12-06T04:25:47.455261+0000 mgr.smithi047.erpxvz (mgr.14182) 783 : audit [DBG] from='client.15568 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-06T04:25:49.870 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Dec 06 04:25:49 smithi098 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi098[111615]: cluster 2023-12-06T04:25:47.503513+0000 mgr.smithi047.erpxvz (mgr.14182) 784 : 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-12-06T04:25:50.275 INFO:teuthology.orchestra.run.smithi047.stdout: 2023-12-06T04:25:50.275 INFO:teuthology.orchestra.run.smithi047.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-06T04:10:15.517593Z", "last_refresh": "2023-12-06T04:24:11.136231Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-06T04:10:10.954835Z", "last_refresh": "2023-12-06T04:24:08.731374Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-06T04:10:13.544463Z", "last_refresh": "2023-12-06T04:24:11.136388Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-06T04:19:03.745660Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi047.tduqaw on smithi047: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-06T04:21:37.565046Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi098.canbud on smithi098: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi098-canbud\n/bin/podman: stderr Error: no such container ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi098-canbud\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi098.canbud\n/bin/podman: stderr Error: no such container ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi098.canbud\nDeploy daemon haproxy.nfs.foo.smithi098.canbud ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi098 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-06T04:19:44Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-06T04:20:22Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-06T04:21:00Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi098 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-06T04:24:07.062005Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi047.awplmn on smithi047: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi047-awplmn\n/bin/podman: stderr Error: no such container ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi047-awplmn\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi047.awplmn\n/bin/podman: stderr Error: no such container ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi047.awplmn\nDeploy daemon haproxy.nfs.foo.smithi047.awplmn ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi047 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-06T04:22:14Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-06T04:22:52Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-06T04:23:29Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi047 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-06T04:24:07.064352Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi098.hbytsr on smithi098: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-06T04:24:07.066424Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi047.smeokd on smithi047: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.47/16"}, "status": {"created": "2023-12-06T04:13:56.330826Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.47/16"}}, {"events": ["2023-12-06T04:13:52.727160Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-06T04:13:52.721318Z", "last_refresh": "2023-12-06T04:24:08.732560Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-06T04:10:09.956661Z", "last_refresh": "2023-12-06T04:24:08.731634Z", "running": 2, "size": 2}}, {"events": ["2023-12-06T04:11:13.238878Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi047:172.21.15.47=smithi047", "smithi098:172.21.15.98=smithi098"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-06T04:11:13.235526Z", "last_refresh": "2023-12-06T04:24:08.731843Z", "running": 2, "size": 2}}, {"events": ["2023-12-06T04:13:56.329598Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-12-06T04:13:56.325813Z", "last_refresh": "2023-12-06T04:24:11.137018Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-06T04:10:14.589128Z", "last_refresh": "2023-12-06T04:24:08.732044Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-06T04:11:43.239438Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-06T04:11:43.235053Z", "last_refresh": "2023-12-06T04:24:08.732204Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-06T04:10:12.030635Z", "last_refresh": "2023-12-06T04:24:11.136541Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-06T04:25:50.672 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-06T04:25:51.673 DEBUG:teuthology.orchestra.run.smithi047:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:d03fca4f35d43f61b4679936aef7bd2f01cced0b shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 2ecad2ea-93ed-11ee-95a2-87774f69a715 -- ceph orch ls -f json 2023-12-06T04:25:51.708 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Dec 06 04:25:51 smithi047 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi047[108212]: cluster 2023-12-06T04:25:49.503975+0000 mgr.smithi047.erpxvz (mgr.14182) 785 : cluster [DBG] pgmap v476: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-06T04:25:51.708 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Dec 06 04:25:51 smithi047 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi047[108212]: audit 2023-12-06T04:25:50.270479+0000 mgr.smithi047.erpxvz (mgr.14182) 786 : audit [DBG] from='client.15572 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-06T04:25:51.870 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Dec 06 04:25:51 smithi098 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi098[111615]: cluster 2023-12-06T04:25:49.503975+0000 mgr.smithi047.erpxvz (mgr.14182) 785 : cluster [DBG] pgmap v476: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-06T04:25:51.870 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Dec 06 04:25:51 smithi098 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi098[111615]: audit 2023-12-06T04:25:50.270479+0000 mgr.smithi047.erpxvz (mgr.14182) 786 : audit [DBG] from='client.15572 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-06T04:25:53.195 INFO:teuthology.orchestra.run.smithi047.stdout: 2023-12-06T04:25:53.196 INFO:teuthology.orchestra.run.smithi047.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-06T04:10:15.517593Z", "last_refresh": "2023-12-06T04:24:11.136231Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-06T04:10:10.954835Z", "last_refresh": "2023-12-06T04:24:08.731374Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-06T04:10:13.544463Z", "last_refresh": "2023-12-06T04:24:11.136388Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-06T04:19:03.745660Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi047.tduqaw on smithi047: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-06T04:21:37.565046Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi098.canbud on smithi098: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi098-canbud\n/bin/podman: stderr Error: no such container ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi098-canbud\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi098.canbud\n/bin/podman: stderr Error: no such container ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi098.canbud\nDeploy daemon haproxy.nfs.foo.smithi098.canbud ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi098 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-06T04:19:44Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-06T04:20:22Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-06T04:21:00Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi098 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-06T04:24:07.062005Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi047.awplmn on smithi047: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi047-awplmn\n/bin/podman: stderr Error: no such container ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi047-awplmn\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi047.awplmn\n/bin/podman: stderr Error: no such container ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi047.awplmn\nDeploy daemon haproxy.nfs.foo.smithi047.awplmn ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi047 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-06T04:22:14Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-06T04:22:52Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-06T04:23:29Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi047 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-06T04:24:07.064352Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi098.hbytsr on smithi098: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-06T04:24:07.066424Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi047.smeokd on smithi047: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.47/16"}, "status": {"created": "2023-12-06T04:13:56.330826Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.47/16"}}, {"events": ["2023-12-06T04:13:52.727160Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-06T04:13:52.721318Z", "last_refresh": "2023-12-06T04:24:08.732560Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-06T04:10:09.956661Z", "last_refresh": "2023-12-06T04:24:08.731634Z", "running": 2, "size": 2}}, {"events": ["2023-12-06T04:11:13.238878Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi047:172.21.15.47=smithi047", "smithi098:172.21.15.98=smithi098"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-06T04:11:13.235526Z", "last_refresh": "2023-12-06T04:24:08.731843Z", "running": 2, "size": 2}}, {"events": ["2023-12-06T04:13:56.329598Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-12-06T04:13:56.325813Z", "last_refresh": "2023-12-06T04:24:11.137018Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-06T04:10:14.589128Z", "last_refresh": "2023-12-06T04:24:08.732044Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-06T04:11:43.239438Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-06T04:11:43.235053Z", "last_refresh": "2023-12-06T04:24:08.732204Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-06T04:10:12.030635Z", "last_refresh": "2023-12-06T04:24:11.136541Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-06T04:25:53.538 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Dec 06 04:25:53 smithi047 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi047[108212]: cluster 2023-12-06T04:25:51.504586+0000 mgr.smithi047.erpxvz (mgr.14182) 787 : cluster [DBG] pgmap v477: 97 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-12-06T04:25:53.580 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-06T04:25:53.870 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Dec 06 04:25:53 smithi098 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi098[111615]: cluster 2023-12-06T04:25:51.504586+0000 mgr.smithi047.erpxvz (mgr.14182) 787 : cluster [DBG] pgmap v477: 97 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-12-06T04:25:54.581 DEBUG:teuthology.orchestra.run.smithi047:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:d03fca4f35d43f61b4679936aef7bd2f01cced0b shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 2ecad2ea-93ed-11ee-95a2-87774f69a715 -- ceph orch ls -f json 2023-12-06T04:25:54.870 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Dec 06 04:25:54 smithi098 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi098[111615]: audit 2023-12-06T04:25:53.190761+0000 mgr.smithi047.erpxvz (mgr.14182) 788 : audit [DBG] from='client.15576 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-06T04:25:54.879 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Dec 06 04:25:54 smithi047 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi047[108212]: audit 2023-12-06T04:25:53.190761+0000 mgr.smithi047.erpxvz (mgr.14182) 788 : audit [DBG] from='client.15576 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-06T04:25:55.629 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Dec 06 04:25:55 smithi047 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi047[108212]: cluster 2023-12-06T04:25:53.505058+0000 mgr.smithi047.erpxvz (mgr.14182) 789 : 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-12-06T04:25:55.870 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Dec 06 04:25:55 smithi098 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi098[111615]: cluster 2023-12-06T04:25:53.505058+0000 mgr.smithi047.erpxvz (mgr.14182) 789 : 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-12-06T04:25:56.079 INFO:teuthology.orchestra.run.smithi047.stdout: 2023-12-06T04:25:56.080 INFO:teuthology.orchestra.run.smithi047.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-06T04:10:15.517593Z", "last_refresh": "2023-12-06T04:24:11.136231Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-06T04:10:10.954835Z", "last_refresh": "2023-12-06T04:24:08.731374Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-06T04:10:13.544463Z", "last_refresh": "2023-12-06T04:24:11.136388Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-06T04:19:03.745660Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi047.tduqaw on smithi047: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-06T04:21:37.565046Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi098.canbud on smithi098: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi098-canbud\n/bin/podman: stderr Error: no such container ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi098-canbud\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi098.canbud\n/bin/podman: stderr Error: no such container ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi098.canbud\nDeploy daemon haproxy.nfs.foo.smithi098.canbud ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi098 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-06T04:19:44Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-06T04:20:22Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-06T04:21:00Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi098 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-06T04:24:07.062005Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi047.awplmn on smithi047: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi047-awplmn\n/bin/podman: stderr Error: no such container ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi047-awplmn\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi047.awplmn\n/bin/podman: stderr Error: no such container ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi047.awplmn\nDeploy daemon haproxy.nfs.foo.smithi047.awplmn ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi047 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-06T04:22:14Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-06T04:22:52Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-06T04:23:29Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi047 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-06T04:24:07.064352Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi098.hbytsr on smithi098: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-06T04:24:07.066424Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi047.smeokd on smithi047: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.47/16"}, "status": {"created": "2023-12-06T04:13:56.330826Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.47/16"}}, {"events": ["2023-12-06T04:13:52.727160Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-06T04:13:52.721318Z", "last_refresh": "2023-12-06T04:24:08.732560Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-06T04:10:09.956661Z", "last_refresh": "2023-12-06T04:24:08.731634Z", "running": 2, "size": 2}}, {"events": ["2023-12-06T04:11:13.238878Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi047:172.21.15.47=smithi047", "smithi098:172.21.15.98=smithi098"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-06T04:11:13.235526Z", "last_refresh": "2023-12-06T04:24:08.731843Z", "running": 2, "size": 2}}, {"events": ["2023-12-06T04:13:56.329598Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-12-06T04:13:56.325813Z", "last_refresh": "2023-12-06T04:24:11.137018Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-06T04:10:14.589128Z", "last_refresh": "2023-12-06T04:24:08.732044Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-06T04:11:43.239438Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-06T04:11:43.235053Z", "last_refresh": "2023-12-06T04:24:08.732204Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-06T04:10:12.030635Z", "last_refresh": "2023-12-06T04:24:11.136541Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-06T04:25:56.447 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-06T04:25:57.448 DEBUG:teuthology.orchestra.run.smithi047:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:d03fca4f35d43f61b4679936aef7bd2f01cced0b shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 2ecad2ea-93ed-11ee-95a2-87774f69a715 -- ceph orch ls -f json 2023-12-06T04:25:57.791 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Dec 06 04:25:57 smithi047 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi047[108212]: cluster 2023-12-06T04:25:55.505773+0000 mgr.smithi047.erpxvz (mgr.14182) 790 : 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-12-06T04:25:57.791 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Dec 06 04:25:57 smithi047 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi047[108212]: audit 2023-12-06T04:25:56.074808+0000 mgr.smithi047.erpxvz (mgr.14182) 791 : audit [DBG] from='client.15580 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-06T04:25:57.870 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Dec 06 04:25:57 smithi098 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi098[111615]: cluster 2023-12-06T04:25:55.505773+0000 mgr.smithi047.erpxvz (mgr.14182) 790 : 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-12-06T04:25:57.871 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Dec 06 04:25:57 smithi098 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi098[111615]: audit 2023-12-06T04:25:56.074808+0000 mgr.smithi047.erpxvz (mgr.14182) 791 : audit [DBG] from='client.15580 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-06T04:25:58.850 INFO:teuthology.orchestra.run.smithi047.stdout: 2023-12-06T04:25:58.850 INFO:teuthology.orchestra.run.smithi047.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-06T04:10:15.517593Z", "last_refresh": "2023-12-06T04:24:11.136231Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-06T04:10:10.954835Z", "last_refresh": "2023-12-06T04:24:08.731374Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-06T04:10:13.544463Z", "last_refresh": "2023-12-06T04:24:11.136388Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-06T04:19:03.745660Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi047.tduqaw on smithi047: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-06T04:21:37.565046Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi098.canbud on smithi098: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi098-canbud\n/bin/podman: stderr Error: no such container ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi098-canbud\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi098.canbud\n/bin/podman: stderr Error: no such container ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi098.canbud\nDeploy daemon haproxy.nfs.foo.smithi098.canbud ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi098 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-06T04:19:44Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-06T04:20:22Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-06T04:21:00Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi098 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-06T04:24:07.062005Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi047.awplmn on smithi047: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi047-awplmn\n/bin/podman: stderr Error: no such container ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi047-awplmn\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi047.awplmn\n/bin/podman: stderr Error: no such container ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi047.awplmn\nDeploy daemon haproxy.nfs.foo.smithi047.awplmn ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi047 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-06T04:22:14Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-06T04:22:52Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-06T04:23:29Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi047 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-06T04:24:07.064352Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi098.hbytsr on smithi098: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-06T04:24:07.066424Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi047.smeokd on smithi047: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.47/16"}, "status": {"created": "2023-12-06T04:13:56.330826Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.47/16"}}, {"events": ["2023-12-06T04:13:52.727160Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-06T04:13:52.721318Z", "last_refresh": "2023-12-06T04:24:08.732560Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-06T04:10:09.956661Z", "last_refresh": "2023-12-06T04:24:08.731634Z", "running": 2, "size": 2}}, {"events": ["2023-12-06T04:11:13.238878Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi047:172.21.15.47=smithi047", "smithi098:172.21.15.98=smithi098"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-06T04:11:13.235526Z", "last_refresh": "2023-12-06T04:24:08.731843Z", "running": 2, "size": 2}}, {"events": ["2023-12-06T04:13:56.329598Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-12-06T04:13:56.325813Z", "last_refresh": "2023-12-06T04:24:11.137018Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-06T04:10:14.589128Z", "last_refresh": "2023-12-06T04:24:08.732044Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-06T04:11:43.239438Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-06T04:11:43.235053Z", "last_refresh": "2023-12-06T04:24:08.732204Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-06T04:10:12.030635Z", "last_refresh": "2023-12-06T04:24:11.136541Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-06T04:25:59.229 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-06T04:25:59.870 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Dec 06 04:25:59 smithi098 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi098[111615]: cluster 2023-12-06T04:25:57.506310+0000 mgr.smithi047.erpxvz (mgr.14182) 792 : 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-12-06T04:25:59.879 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Dec 06 04:25:59 smithi047 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi047[108212]: cluster 2023-12-06T04:25:57.506310+0000 mgr.smithi047.erpxvz (mgr.14182) 792 : 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-12-06T04:26:00.230 DEBUG:teuthology.orchestra.run.smithi047:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:d03fca4f35d43f61b4679936aef7bd2f01cced0b shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 2ecad2ea-93ed-11ee-95a2-87774f69a715 -- ceph orch ls -f json 2023-12-06T04:26:00.576 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Dec 06 04:26:00 smithi047 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi047[108212]: audit 2023-12-06T04:25:58.845685+0000 mgr.smithi047.erpxvz (mgr.14182) 793 : audit [DBG] from='client.15584 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-06T04:26:00.870 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Dec 06 04:26:00 smithi098 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi098[111615]: audit 2023-12-06T04:25:58.845685+0000 mgr.smithi047.erpxvz (mgr.14182) 793 : audit [DBG] from='client.15584 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-06T04:26:01.629 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Dec 06 04:26:01 smithi047 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi047[108212]: cluster 2023-12-06T04:25:59.507047+0000 mgr.smithi047.erpxvz (mgr.14182) 794 : cluster [DBG] pgmap v481: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-06T04:26:01.671 INFO:teuthology.orchestra.run.smithi047.stdout: 2023-12-06T04:26:01.671 INFO:teuthology.orchestra.run.smithi047.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-06T04:10:15.517593Z", "last_refresh": "2023-12-06T04:24:11.136231Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-06T04:10:10.954835Z", "last_refresh": "2023-12-06T04:24:08.731374Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-06T04:10:13.544463Z", "last_refresh": "2023-12-06T04:24:11.136388Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-06T04:19:03.745660Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi047.tduqaw on smithi047: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-06T04:21:37.565046Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi098.canbud on smithi098: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi098-canbud\n/bin/podman: stderr Error: no such container ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi098-canbud\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi098.canbud\n/bin/podman: stderr Error: no such container ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi098.canbud\nDeploy daemon haproxy.nfs.foo.smithi098.canbud ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi098 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-06T04:19:44Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-06T04:20:22Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-06T04:21:00Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi098 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-06T04:24:07.062005Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi047.awplmn on smithi047: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi047-awplmn\n/bin/podman: stderr Error: no such container ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi047-awplmn\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi047.awplmn\n/bin/podman: stderr Error: no such container ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi047.awplmn\nDeploy daemon haproxy.nfs.foo.smithi047.awplmn ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi047 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-06T04:22:14Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-06T04:22:52Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-06T04:23:29Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi047 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-06T04:24:07.064352Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi098.hbytsr on smithi098: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-06T04:24:07.066424Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi047.smeokd on smithi047: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.47/16"}, "status": {"created": "2023-12-06T04:13:56.330826Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.47/16"}}, {"events": ["2023-12-06T04:13:52.727160Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-06T04:13:52.721318Z", "last_refresh": "2023-12-06T04:24:08.732560Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-06T04:10:09.956661Z", "last_refresh": "2023-12-06T04:24:08.731634Z", "running": 2, "size": 2}}, {"events": ["2023-12-06T04:11:13.238878Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi047:172.21.15.47=smithi047", "smithi098:172.21.15.98=smithi098"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-06T04:11:13.235526Z", "last_refresh": "2023-12-06T04:24:08.731843Z", "running": 2, "size": 2}}, {"events": ["2023-12-06T04:13:56.329598Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-12-06T04:13:56.325813Z", "last_refresh": "2023-12-06T04:24:11.137018Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-06T04:10:14.589128Z", "last_refresh": "2023-12-06T04:24:08.732044Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-06T04:11:43.239438Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-06T04:11:43.235053Z", "last_refresh": "2023-12-06T04:24:08.732204Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-06T04:10:12.030635Z", "last_refresh": "2023-12-06T04:24:11.136541Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-06T04:26:01.870 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Dec 06 04:26:01 smithi098 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi098[111615]: cluster 2023-12-06T04:25:59.507047+0000 mgr.smithi047.erpxvz (mgr.14182) 794 : cluster [DBG] pgmap v481: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-06T04:26:02.061 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-06T04:26:02.870 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Dec 06 04:26:02 smithi098 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi098[111615]: cluster 2023-12-06T04:26:01.507616+0000 mgr.smithi047.erpxvz (mgr.14182) 795 : cluster [DBG] pgmap v482: 97 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-12-06T04:26:02.870 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Dec 06 04:26:02 smithi098 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi098[111615]: audit 2023-12-06T04:26:01.666553+0000 mgr.smithi047.erpxvz (mgr.14182) 796 : audit [DBG] from='client.15588 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-06T04:26:02.879 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Dec 06 04:26:02 smithi047 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi047[108212]: cluster 2023-12-06T04:26:01.507616+0000 mgr.smithi047.erpxvz (mgr.14182) 795 : cluster [DBG] pgmap v482: 97 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-12-06T04:26:02.879 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Dec 06 04:26:02 smithi047 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi047[108212]: audit 2023-12-06T04:26:01.666553+0000 mgr.smithi047.erpxvz (mgr.14182) 796 : audit [DBG] from='client.15588 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-06T04:26:03.063 DEBUG:teuthology.orchestra.run.smithi047:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:d03fca4f35d43f61b4679936aef7bd2f01cced0b shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 2ecad2ea-93ed-11ee-95a2-87774f69a715 -- ceph orch ls -f json 2023-12-06T04:26:04.518 INFO:teuthology.orchestra.run.smithi047.stdout: 2023-12-06T04:26:04.518 INFO:teuthology.orchestra.run.smithi047.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-06T04:10:15.517593Z", "last_refresh": "2023-12-06T04:24:11.136231Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-06T04:10:10.954835Z", "last_refresh": "2023-12-06T04:24:08.731374Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-06T04:10:13.544463Z", "last_refresh": "2023-12-06T04:24:11.136388Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-06T04:19:03.745660Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi047.tduqaw on smithi047: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-06T04:21:37.565046Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi098.canbud on smithi098: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi098-canbud\n/bin/podman: stderr Error: no such container ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi098-canbud\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi098.canbud\n/bin/podman: stderr Error: no such container ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi098.canbud\nDeploy daemon haproxy.nfs.foo.smithi098.canbud ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi098 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-06T04:19:44Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-06T04:20:22Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-06T04:21:00Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi098 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-06T04:24:07.062005Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi047.awplmn on smithi047: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi047-awplmn\n/bin/podman: stderr Error: no such container ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi047-awplmn\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi047.awplmn\n/bin/podman: stderr Error: no such container ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi047.awplmn\nDeploy daemon haproxy.nfs.foo.smithi047.awplmn ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi047 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-06T04:22:14Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-06T04:22:52Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-06T04:23:29Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi047 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-06T04:24:07.064352Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi098.hbytsr on smithi098: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-06T04:24:07.066424Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi047.smeokd on smithi047: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.47/16"}, "status": {"created": "2023-12-06T04:13:56.330826Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.47/16"}}, {"events": ["2023-12-06T04:13:52.727160Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-06T04:13:52.721318Z", "last_refresh": "2023-12-06T04:24:08.732560Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-06T04:10:09.956661Z", "last_refresh": "2023-12-06T04:24:08.731634Z", "running": 2, "size": 2}}, {"events": ["2023-12-06T04:11:13.238878Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi047:172.21.15.47=smithi047", "smithi098:172.21.15.98=smithi098"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-06T04:11:13.235526Z", "last_refresh": "2023-12-06T04:24:08.731843Z", "running": 2, "size": 2}}, {"events": ["2023-12-06T04:13:56.329598Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-12-06T04:13:56.325813Z", "last_refresh": "2023-12-06T04:24:11.137018Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-06T04:10:14.589128Z", "last_refresh": "2023-12-06T04:24:08.732044Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-06T04:11:43.239438Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-06T04:11:43.235053Z", "last_refresh": "2023-12-06T04:24:08.732204Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-06T04:10:12.030635Z", "last_refresh": "2023-12-06T04:24:11.136541Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-06T04:26:04.903 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-06T04:26:05.870 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Dec 06 04:26:05 smithi098 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi098[111615]: cluster 2023-12-06T04:26:03.507952+0000 mgr.smithi047.erpxvz (mgr.14182) 797 : 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-12-06T04:26:05.879 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Dec 06 04:26:05 smithi047 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi047[108212]: cluster 2023-12-06T04:26:03.507952+0000 mgr.smithi047.erpxvz (mgr.14182) 797 : 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-12-06T04:26:05.904 DEBUG:teuthology.orchestra.run.smithi047:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:d03fca4f35d43f61b4679936aef7bd2f01cced0b shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 2ecad2ea-93ed-11ee-95a2-87774f69a715 -- ceph orch ls -f json 2023-12-06T04:26:06.590 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Dec 06 04:26:06 smithi047 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi047[108212]: audit 2023-12-06T04:26:04.513540+0000 mgr.smithi047.erpxvz (mgr.14182) 798 : audit [DBG] from='client.15592 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-06T04:26:06.690 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Dec 06 04:26:06 smithi098 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi098[111615]: audit 2023-12-06T04:26:04.513540+0000 mgr.smithi047.erpxvz (mgr.14182) 798 : audit [DBG] from='client.15592 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-06T04:26:07.313 INFO:teuthology.orchestra.run.smithi047.stdout: 2023-12-06T04:26:07.314 INFO:teuthology.orchestra.run.smithi047.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-06T04:10:15.517593Z", "last_refresh": "2023-12-06T04:24:11.136231Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-06T04:10:10.954835Z", "last_refresh": "2023-12-06T04:24:08.731374Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-06T04:10:13.544463Z", "last_refresh": "2023-12-06T04:24:11.136388Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-06T04:19:03.745660Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi047.tduqaw on smithi047: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-06T04:21:37.565046Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi098.canbud on smithi098: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi098-canbud\n/bin/podman: stderr Error: no such container ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi098-canbud\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi098.canbud\n/bin/podman: stderr Error: no such container ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi098.canbud\nDeploy daemon haproxy.nfs.foo.smithi098.canbud ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi098 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-06T04:19:44Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-06T04:20:22Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-06T04:21:00Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi098 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-06T04:24:07.062005Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi047.awplmn on smithi047: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi047-awplmn\n/bin/podman: stderr Error: no such container ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi047-awplmn\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi047.awplmn\n/bin/podman: stderr Error: no such container ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi047.awplmn\nDeploy daemon haproxy.nfs.foo.smithi047.awplmn ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi047 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-06T04:22:14Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-06T04:22:52Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-06T04:23:29Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi047 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-06T04:24:07.064352Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi098.hbytsr on smithi098: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-06T04:24:07.066424Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi047.smeokd on smithi047: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.47/16"}, "status": {"created": "2023-12-06T04:13:56.330826Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.47/16"}}, {"events": ["2023-12-06T04:13:52.727160Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-06T04:13:52.721318Z", "last_refresh": "2023-12-06T04:24:08.732560Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-06T04:10:09.956661Z", "last_refresh": "2023-12-06T04:24:08.731634Z", "running": 2, "size": 2}}, {"events": ["2023-12-06T04:11:13.238878Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi047:172.21.15.47=smithi047", "smithi098:172.21.15.98=smithi098"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-06T04:11:13.235526Z", "last_refresh": "2023-12-06T04:24:08.731843Z", "running": 2, "size": 2}}, {"events": ["2023-12-06T04:13:56.329598Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-12-06T04:13:56.325813Z", "last_refresh": "2023-12-06T04:24:11.137018Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-06T04:10:14.589128Z", "last_refresh": "2023-12-06T04:24:08.732044Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-06T04:11:43.239438Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-06T04:11:43.235053Z", "last_refresh": "2023-12-06T04:24:08.732204Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-06T04:10:12.030635Z", "last_refresh": "2023-12-06T04:24:11.136541Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-06T04:26:07.619 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Dec 06 04:26:07 smithi047 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi047[108212]: cluster 2023-12-06T04:26:05.508463+0000 mgr.smithi047.erpxvz (mgr.14182) 799 : 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-12-06T04:26:07.695 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-06T04:26:07.870 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Dec 06 04:26:07 smithi098 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi098[111615]: cluster 2023-12-06T04:26:05.508463+0000 mgr.smithi047.erpxvz (mgr.14182) 799 : 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-12-06T04:26:08.697 DEBUG:teuthology.orchestra.run.smithi047:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:d03fca4f35d43f61b4679936aef7bd2f01cced0b shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 2ecad2ea-93ed-11ee-95a2-87774f69a715 -- ceph orch ls -f json 2023-12-06T04:26:08.733 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Dec 06 04:26:08 smithi047 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi047[108212]: audit 2023-12-06T04:26:07.308894+0000 mgr.smithi047.erpxvz (mgr.14182) 800 : audit [DBG] from='client.15596 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-06T04:26:08.870 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Dec 06 04:26:08 smithi098 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi098[111615]: audit 2023-12-06T04:26:07.308894+0000 mgr.smithi047.erpxvz (mgr.14182) 800 : audit [DBG] from='client.15596 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-06T04:26:09.727 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Dec 06 04:26:09 smithi047 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi047[108212]: cluster 2023-12-06T04:26:07.509044+0000 mgr.smithi047.erpxvz (mgr.14182) 801 : 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-12-06T04:26:09.870 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Dec 06 04:26:09 smithi098 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi098[111615]: cluster 2023-12-06T04:26:07.509044+0000 mgr.smithi047.erpxvz (mgr.14182) 801 : 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-12-06T04:26:10.123 INFO:teuthology.orchestra.run.smithi047.stdout: 2023-12-06T04:26:10.124 INFO:teuthology.orchestra.run.smithi047.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-06T04:10:15.517593Z", "last_refresh": "2023-12-06T04:24:11.136231Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-06T04:10:10.954835Z", "last_refresh": "2023-12-06T04:24:08.731374Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-06T04:10:13.544463Z", "last_refresh": "2023-12-06T04:24:11.136388Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-06T04:19:03.745660Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi047.tduqaw on smithi047: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-06T04:21:37.565046Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi098.canbud on smithi098: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi098-canbud\n/bin/podman: stderr Error: no such container ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi098-canbud\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi098.canbud\n/bin/podman: stderr Error: no such container ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi098.canbud\nDeploy daemon haproxy.nfs.foo.smithi098.canbud ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi098 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-06T04:19:44Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-06T04:20:22Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-06T04:21:00Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi098 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-06T04:24:07.062005Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi047.awplmn on smithi047: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi047-awplmn\n/bin/podman: stderr Error: no such container ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi047-awplmn\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi047.awplmn\n/bin/podman: stderr Error: no such container ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi047.awplmn\nDeploy daemon haproxy.nfs.foo.smithi047.awplmn ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi047 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-06T04:22:14Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-06T04:22:52Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-06T04:23:29Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi047 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-06T04:24:07.064352Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi098.hbytsr on smithi098: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-06T04:24:07.066424Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi047.smeokd on smithi047: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.47/16"}, "status": {"created": "2023-12-06T04:13:56.330826Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.47/16"}}, {"events": ["2023-12-06T04:13:52.727160Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-06T04:13:52.721318Z", "last_refresh": "2023-12-06T04:24:08.732560Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-06T04:10:09.956661Z", "last_refresh": "2023-12-06T04:24:08.731634Z", "running": 2, "size": 2}}, {"events": ["2023-12-06T04:11:13.238878Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi047:172.21.15.47=smithi047", "smithi098:172.21.15.98=smithi098"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-06T04:11:13.235526Z", "last_refresh": "2023-12-06T04:24:08.731843Z", "running": 2, "size": 2}}, {"events": ["2023-12-06T04:13:56.329598Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-12-06T04:13:56.325813Z", "last_refresh": "2023-12-06T04:24:11.137018Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-06T04:10:14.589128Z", "last_refresh": "2023-12-06T04:24:08.732044Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-06T04:11:43.239438Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-06T04:11:43.235053Z", "last_refresh": "2023-12-06T04:24:08.732204Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-06T04:10:12.030635Z", "last_refresh": "2023-12-06T04:24:11.136541Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-06T04:26:10.512 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-06T04:26:11.512 DEBUG:teuthology.orchestra.run.smithi047:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:d03fca4f35d43f61b4679936aef7bd2f01cced0b shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 2ecad2ea-93ed-11ee-95a2-87774f69a715 -- ceph orch ls -f json 2023-12-06T04:26:11.870 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Dec 06 04:26:11 smithi098 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi098[111615]: cluster 2023-12-06T04:26:09.509768+0000 mgr.smithi047.erpxvz (mgr.14182) 802 : cluster [DBG] pgmap v486: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-06T04:26:11.870 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Dec 06 04:26:11 smithi098 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi098[111615]: audit 2023-12-06T04:26:10.118906+0000 mgr.smithi047.erpxvz (mgr.14182) 803 : audit [DBG] from='client.15600 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-06T04:26:11.879 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Dec 06 04:26:11 smithi047 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi047[108212]: cluster 2023-12-06T04:26:09.509768+0000 mgr.smithi047.erpxvz (mgr.14182) 802 : cluster [DBG] pgmap v486: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-06T04:26:11.879 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Dec 06 04:26:11 smithi047 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi047[108212]: audit 2023-12-06T04:26:10.118906+0000 mgr.smithi047.erpxvz (mgr.14182) 803 : audit [DBG] from='client.15600 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-06T04:26:12.977 INFO:teuthology.orchestra.run.smithi047.stdout: 2023-12-06T04:26:12.978 INFO:teuthology.orchestra.run.smithi047.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-06T04:10:15.517593Z", "last_refresh": "2023-12-06T04:24:11.136231Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-06T04:10:10.954835Z", "last_refresh": "2023-12-06T04:24:08.731374Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-06T04:10:13.544463Z", "last_refresh": "2023-12-06T04:24:11.136388Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-06T04:19:03.745660Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi047.tduqaw on smithi047: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-06T04:21:37.565046Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi098.canbud on smithi098: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi098-canbud\n/bin/podman: stderr Error: no such container ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi098-canbud\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi098.canbud\n/bin/podman: stderr Error: no such container ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi098.canbud\nDeploy daemon haproxy.nfs.foo.smithi098.canbud ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi098 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-06T04:19:44Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-06T04:20:22Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-06T04:21:00Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi098 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-06T04:24:07.062005Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi047.awplmn on smithi047: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi047-awplmn\n/bin/podman: stderr Error: no such container ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi047-awplmn\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi047.awplmn\n/bin/podman: stderr Error: no such container ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi047.awplmn\nDeploy daemon haproxy.nfs.foo.smithi047.awplmn ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi047 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-06T04:22:14Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-06T04:22:52Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-06T04:23:29Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi047 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-06T04:24:07.064352Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi098.hbytsr on smithi098: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-06T04:24:07.066424Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi047.smeokd on smithi047: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.47/16"}, "status": {"created": "2023-12-06T04:13:56.330826Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.47/16"}}, {"events": ["2023-12-06T04:13:52.727160Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-06T04:13:52.721318Z", "last_refresh": "2023-12-06T04:24:08.732560Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-06T04:10:09.956661Z", "last_refresh": "2023-12-06T04:24:08.731634Z", "running": 2, "size": 2}}, {"events": ["2023-12-06T04:11:13.238878Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi047:172.21.15.47=smithi047", "smithi098:172.21.15.98=smithi098"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-06T04:11:13.235526Z", "last_refresh": "2023-12-06T04:24:08.731843Z", "running": 2, "size": 2}}, {"events": ["2023-12-06T04:13:56.329598Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-12-06T04:13:56.325813Z", "last_refresh": "2023-12-06T04:24:11.137018Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-06T04:10:14.589128Z", "last_refresh": "2023-12-06T04:24:08.732044Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-06T04:11:43.239438Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-06T04:11:43.235053Z", "last_refresh": "2023-12-06T04:24:08.732204Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-06T04:10:12.030635Z", "last_refresh": "2023-12-06T04:24:11.136541Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-06T04:26:13.361 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-06T04:26:13.629 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Dec 06 04:26:13 smithi047 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi047[108212]: cluster 2023-12-06T04:26:11.510351+0000 mgr.smithi047.erpxvz (mgr.14182) 804 : cluster [DBG] pgmap v487: 97 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-12-06T04:26:13.870 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Dec 06 04:26:13 smithi098 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi098[111615]: cluster 2023-12-06T04:26:11.510351+0000 mgr.smithi047.erpxvz (mgr.14182) 804 : cluster [DBG] pgmap v487: 97 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-12-06T04:26:14.362 DEBUG:teuthology.orchestra.run.smithi047:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:d03fca4f35d43f61b4679936aef7bd2f01cced0b shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 2ecad2ea-93ed-11ee-95a2-87774f69a715 -- ceph orch ls -f json 2023-12-06T04:26:14.714 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Dec 06 04:26:14 smithi047 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi047[108212]: audit 2023-12-06T04:26:12.972797+0000 mgr.smithi047.erpxvz (mgr.14182) 805 : audit [DBG] from='client.15604 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-06T04:26:14.870 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Dec 06 04:26:14 smithi098 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi098[111615]: audit 2023-12-06T04:26:12.972797+0000 mgr.smithi047.erpxvz (mgr.14182) 805 : audit [DBG] from='client.15604 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-06T04:26:15.799 INFO:teuthology.orchestra.run.smithi047.stdout: 2023-12-06T04:26:15.800 INFO:teuthology.orchestra.run.smithi047.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-06T04:10:15.517593Z", "last_refresh": "2023-12-06T04:24:11.136231Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-06T04:10:10.954835Z", "last_refresh": "2023-12-06T04:24:08.731374Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-06T04:10:13.544463Z", "last_refresh": "2023-12-06T04:24:11.136388Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-06T04:19:03.745660Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi047.tduqaw on smithi047: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-06T04:21:37.565046Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi098.canbud on smithi098: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi098-canbud\n/bin/podman: stderr Error: no such container ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi098-canbud\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi098.canbud\n/bin/podman: stderr Error: no such container ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi098.canbud\nDeploy daemon haproxy.nfs.foo.smithi098.canbud ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi098 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-06T04:19:44Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-06T04:20:22Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-06T04:21:00Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi098 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-06T04:24:07.062005Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi047.awplmn on smithi047: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi047-awplmn\n/bin/podman: stderr Error: no such container ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi047-awplmn\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi047.awplmn\n/bin/podman: stderr Error: no such container ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi047.awplmn\nDeploy daemon haproxy.nfs.foo.smithi047.awplmn ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi047 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-06T04:22:14Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-06T04:22:52Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-06T04:23:29Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi047 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-06T04:24:07.064352Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi098.hbytsr on smithi098: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-06T04:24:07.066424Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi047.smeokd on smithi047: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.47/16"}, "status": {"created": "2023-12-06T04:13:56.330826Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.47/16"}}, {"events": ["2023-12-06T04:13:52.727160Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-06T04:13:52.721318Z", "last_refresh": "2023-12-06T04:24:08.732560Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-06T04:10:09.956661Z", "last_refresh": "2023-12-06T04:24:08.731634Z", "running": 2, "size": 2}}, {"events": ["2023-12-06T04:11:13.238878Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi047:172.21.15.47=smithi047", "smithi098:172.21.15.98=smithi098"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-06T04:11:13.235526Z", "last_refresh": "2023-12-06T04:24:08.731843Z", "running": 2, "size": 2}}, {"events": ["2023-12-06T04:13:56.329598Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-12-06T04:13:56.325813Z", "last_refresh": "2023-12-06T04:24:11.137018Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-06T04:10:14.589128Z", "last_refresh": "2023-12-06T04:24:08.732044Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-06T04:11:43.239438Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-06T04:11:43.235053Z", "last_refresh": "2023-12-06T04:24:08.732204Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-06T04:10:12.030635Z", "last_refresh": "2023-12-06T04:24:11.136541Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-06T04:26:15.822 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Dec 06 04:26:15 smithi047 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi047[108212]: cluster 2023-12-06T04:26:13.510922+0000 mgr.smithi047.erpxvz (mgr.14182) 806 : 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-12-06T04:26:15.870 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Dec 06 04:26:15 smithi098 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi098[111615]: cluster 2023-12-06T04:26:13.510922+0000 mgr.smithi047.erpxvz (mgr.14182) 806 : 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-12-06T04:26:16.194 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-06T04:26:17.196 DEBUG:teuthology.orchestra.run.smithi047:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:d03fca4f35d43f61b4679936aef7bd2f01cced0b shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 2ecad2ea-93ed-11ee-95a2-87774f69a715 -- ceph orch ls -f json 2023-12-06T04:26:17.546 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Dec 06 04:26:17 smithi047 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi047[108212]: cluster 2023-12-06T04:26:15.511394+0000 mgr.smithi047.erpxvz (mgr.14182) 807 : 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-12-06T04:26:17.546 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Dec 06 04:26:17 smithi047 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi047[108212]: audit 2023-12-06T04:26:15.794721+0000 mgr.smithi047.erpxvz (mgr.14182) 808 : audit [DBG] from='client.15608 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-06T04:26:17.870 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Dec 06 04:26:17 smithi098 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi098[111615]: cluster 2023-12-06T04:26:15.511394+0000 mgr.smithi047.erpxvz (mgr.14182) 807 : 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-12-06T04:26:17.870 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Dec 06 04:26:17 smithi098 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi098[111615]: audit 2023-12-06T04:26:15.794721+0000 mgr.smithi047.erpxvz (mgr.14182) 808 : audit [DBG] from='client.15608 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-06T04:26:18.654 INFO:teuthology.orchestra.run.smithi047.stdout: 2023-12-06T04:26:18.654 INFO:teuthology.orchestra.run.smithi047.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-06T04:10:15.517593Z", "last_refresh": "2023-12-06T04:24:11.136231Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-06T04:10:10.954835Z", "last_refresh": "2023-12-06T04:24:08.731374Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-06T04:10:13.544463Z", "last_refresh": "2023-12-06T04:24:11.136388Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-06T04:19:03.745660Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi047.tduqaw on smithi047: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-06T04:21:37.565046Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi098.canbud on smithi098: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi098-canbud\n/bin/podman: stderr Error: no such container ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi098-canbud\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi098.canbud\n/bin/podman: stderr Error: no such container ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi098.canbud\nDeploy daemon haproxy.nfs.foo.smithi098.canbud ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi098 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-06T04:19:44Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-06T04:20:22Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-06T04:21:00Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi098 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-06T04:24:07.062005Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi047.awplmn on smithi047: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi047-awplmn\n/bin/podman: stderr Error: no such container ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi047-awplmn\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi047.awplmn\n/bin/podman: stderr Error: no such container ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi047.awplmn\nDeploy daemon haproxy.nfs.foo.smithi047.awplmn ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi047 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-06T04:22:14Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-06T04:22:52Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-06T04:23:29Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi047 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-06T04:24:07.064352Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi098.hbytsr on smithi098: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-06T04:24:07.066424Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi047.smeokd on smithi047: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.47/16"}, "status": {"created": "2023-12-06T04:13:56.330826Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.47/16"}}, {"events": ["2023-12-06T04:13:52.727160Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-06T04:13:52.721318Z", "last_refresh": "2023-12-06T04:24:08.732560Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-06T04:10:09.956661Z", "last_refresh": "2023-12-06T04:24:08.731634Z", "running": 2, "size": 2}}, {"events": ["2023-12-06T04:11:13.238878Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi047:172.21.15.47=smithi047", "smithi098:172.21.15.98=smithi098"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-06T04:11:13.235526Z", "last_refresh": "2023-12-06T04:24:08.731843Z", "running": 2, "size": 2}}, {"events": ["2023-12-06T04:13:56.329598Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-12-06T04:13:56.325813Z", "last_refresh": "2023-12-06T04:24:11.137018Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-06T04:10:14.589128Z", "last_refresh": "2023-12-06T04:24:08.732044Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-06T04:11:43.239438Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-06T04:11:43.235053Z", "last_refresh": "2023-12-06T04:24:08.732204Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-06T04:10:12.030635Z", "last_refresh": "2023-12-06T04:24:11.136541Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-06T04:26:19.043 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-06T04:26:19.870 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Dec 06 04:26:19 smithi098 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi098[111615]: cluster 2023-12-06T04:26:17.511913+0000 mgr.smithi047.erpxvz (mgr.14182) 809 : 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-12-06T04:26:19.879 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Dec 06 04:26:19 smithi047 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi047[108212]: cluster 2023-12-06T04:26:17.511913+0000 mgr.smithi047.erpxvz (mgr.14182) 809 : 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-12-06T04:26:20.044 DEBUG:teuthology.orchestra.run.smithi047:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:d03fca4f35d43f61b4679936aef7bd2f01cced0b shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 2ecad2ea-93ed-11ee-95a2-87774f69a715 -- ceph orch ls -f json 2023-12-06T04:26:20.747 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Dec 06 04:26:20 smithi047 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi047[108212]: audit 2023-12-06T04:26:18.649098+0000 mgr.smithi047.erpxvz (mgr.14182) 810 : audit [DBG] from='client.15612 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-06T04:26:20.870 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Dec 06 04:26:20 smithi098 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi098[111615]: audit 2023-12-06T04:26:18.649098+0000 mgr.smithi047.erpxvz (mgr.14182) 810 : audit [DBG] from='client.15612 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-06T04:26:21.495 INFO:teuthology.orchestra.run.smithi047.stdout: 2023-12-06T04:26:21.495 INFO:teuthology.orchestra.run.smithi047.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-06T04:10:15.517593Z", "last_refresh": "2023-12-06T04:24:11.136231Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-06T04:10:10.954835Z", "last_refresh": "2023-12-06T04:24:08.731374Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-06T04:10:13.544463Z", "last_refresh": "2023-12-06T04:24:11.136388Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-06T04:19:03.745660Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi047.tduqaw on smithi047: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-06T04:21:37.565046Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi098.canbud on smithi098: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi098-canbud\n/bin/podman: stderr Error: no such container ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi098-canbud\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi098.canbud\n/bin/podman: stderr Error: no such container ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi098.canbud\nDeploy daemon haproxy.nfs.foo.smithi098.canbud ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi098 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-06T04:19:44Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-06T04:20:22Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-06T04:21:00Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi098 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-06T04:24:07.062005Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi047.awplmn on smithi047: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi047-awplmn\n/bin/podman: stderr Error: no such container ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi047-awplmn\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi047.awplmn\n/bin/podman: stderr Error: no such container ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi047.awplmn\nDeploy daemon haproxy.nfs.foo.smithi047.awplmn ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi047 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-06T04:22:14Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-06T04:22:52Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-06T04:23:29Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi047 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-06T04:24:07.064352Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi098.hbytsr on smithi098: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-06T04:24:07.066424Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi047.smeokd on smithi047: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.47/16"}, "status": {"created": "2023-12-06T04:13:56.330826Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.47/16"}}, {"events": ["2023-12-06T04:13:52.727160Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-06T04:13:52.721318Z", "last_refresh": "2023-12-06T04:24:08.732560Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-06T04:10:09.956661Z", "last_refresh": "2023-12-06T04:24:08.731634Z", "running": 2, "size": 2}}, {"events": ["2023-12-06T04:11:13.238878Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi047:172.21.15.47=smithi047", "smithi098:172.21.15.98=smithi098"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-06T04:11:13.235526Z", "last_refresh": "2023-12-06T04:24:08.731843Z", "running": 2, "size": 2}}, {"events": ["2023-12-06T04:13:56.329598Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-12-06T04:13:56.325813Z", "last_refresh": "2023-12-06T04:24:11.137018Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-06T04:10:14.589128Z", "last_refresh": "2023-12-06T04:24:08.732044Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-06T04:11:43.239438Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-06T04:11:43.235053Z", "last_refresh": "2023-12-06T04:24:08.732204Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-06T04:10:12.030635Z", "last_refresh": "2023-12-06T04:24:11.136541Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-06T04:26:21.689 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Dec 06 04:26:21 smithi047 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi047[108212]: cluster 2023-12-06T04:26:19.512563+0000 mgr.smithi047.erpxvz (mgr.14182) 811 : cluster [DBG] pgmap v491: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-06T04:26:21.871 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Dec 06 04:26:21 smithi098 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi098[111615]: cluster 2023-12-06T04:26:19.512563+0000 mgr.smithi047.erpxvz (mgr.14182) 811 : cluster [DBG] pgmap v491: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-06T04:26:21.904 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-06T04:26:22.906 DEBUG:teuthology.orchestra.run.smithi047:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:d03fca4f35d43f61b4679936aef7bd2f01cced0b shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 2ecad2ea-93ed-11ee-95a2-87774f69a715 -- ceph orch ls -f json 2023-12-06T04:26:23.629 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Dec 06 04:26:23 smithi047 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi047[108212]: audit 2023-12-06T04:26:21.490134+0000 mgr.smithi047.erpxvz (mgr.14182) 812 : audit [DBG] from='client.15616 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-06T04:26:23.630 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Dec 06 04:26:23 smithi047 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi047[108212]: cluster 2023-12-06T04:26:21.513181+0000 mgr.smithi047.erpxvz (mgr.14182) 813 : cluster [DBG] pgmap v492: 97 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-12-06T04:26:23.870 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Dec 06 04:26:23 smithi098 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi098[111615]: audit 2023-12-06T04:26:21.490134+0000 mgr.smithi047.erpxvz (mgr.14182) 812 : audit [DBG] from='client.15616 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-06T04:26:23.870 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Dec 06 04:26:23 smithi098 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi098[111615]: cluster 2023-12-06T04:26:21.513181+0000 mgr.smithi047.erpxvz (mgr.14182) 813 : cluster [DBG] pgmap v492: 97 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-12-06T04:26:24.369 INFO:teuthology.orchestra.run.smithi047.stdout: 2023-12-06T04:26:24.369 INFO:teuthology.orchestra.run.smithi047.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-06T04:10:15.517593Z", "last_refresh": "2023-12-06T04:24:11.136231Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-06T04:10:10.954835Z", "last_refresh": "2023-12-06T04:24:08.731374Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-06T04:10:13.544463Z", "last_refresh": "2023-12-06T04:24:11.136388Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-06T04:19:03.745660Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi047.tduqaw on smithi047: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-06T04:21:37.565046Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi098.canbud on smithi098: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi098-canbud\n/bin/podman: stderr Error: no such container ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi098-canbud\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi098.canbud\n/bin/podman: stderr Error: no such container ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi098.canbud\nDeploy daemon haproxy.nfs.foo.smithi098.canbud ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi098 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-06T04:19:44Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-06T04:20:22Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-06T04:21:00Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi098 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-06T04:24:07.062005Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi047.awplmn on smithi047: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi047-awplmn\n/bin/podman: stderr Error: no such container ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi047-awplmn\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi047.awplmn\n/bin/podman: stderr Error: no such container ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi047.awplmn\nDeploy daemon haproxy.nfs.foo.smithi047.awplmn ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi047 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-06T04:22:14Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-06T04:22:52Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-06T04:23:29Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi047 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-06T04:24:07.064352Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi098.hbytsr on smithi098: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-06T04:24:07.066424Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi047.smeokd on smithi047: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.47/16"}, "status": {"created": "2023-12-06T04:13:56.330826Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.47/16"}}, {"events": ["2023-12-06T04:13:52.727160Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-06T04:13:52.721318Z", "last_refresh": "2023-12-06T04:24:08.732560Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-06T04:10:09.956661Z", "last_refresh": "2023-12-06T04:24:08.731634Z", "running": 2, "size": 2}}, {"events": ["2023-12-06T04:11:13.238878Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi047:172.21.15.47=smithi047", "smithi098:172.21.15.98=smithi098"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-06T04:11:13.235526Z", "last_refresh": "2023-12-06T04:24:08.731843Z", "running": 2, "size": 2}}, {"events": ["2023-12-06T04:13:56.329598Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-12-06T04:13:56.325813Z", "last_refresh": "2023-12-06T04:24:11.137018Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-06T04:10:14.589128Z", "last_refresh": "2023-12-06T04:24:08.732044Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-06T04:11:43.239438Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-06T04:11:43.235053Z", "last_refresh": "2023-12-06T04:24:08.732204Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-06T04:10:12.030635Z", "last_refresh": "2023-12-06T04:24:11.136541Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-06T04:26:24.771 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-06T04:26:25.771 DEBUG:teuthology.orchestra.run.smithi047:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:d03fca4f35d43f61b4679936aef7bd2f01cced0b shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 2ecad2ea-93ed-11ee-95a2-87774f69a715 -- ceph orch ls -f json 2023-12-06T04:26:25.808 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Dec 06 04:26:25 smithi047 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi047[108212]: cluster 2023-12-06T04:26:23.513785+0000 mgr.smithi047.erpxvz (mgr.14182) 814 : 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-12-06T04:26:25.808 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Dec 06 04:26:25 smithi047 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi047[108212]: audit 2023-12-06T04:26:24.364152+0000 mgr.smithi047.erpxvz (mgr.14182) 815 : audit [DBG] from='client.15620 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-06T04:26:25.870 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Dec 06 04:26:25 smithi098 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi098[111615]: cluster 2023-12-06T04:26:23.513785+0000 mgr.smithi047.erpxvz (mgr.14182) 814 : 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-12-06T04:26:25.870 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Dec 06 04:26:25 smithi098 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi098[111615]: audit 2023-12-06T04:26:24.364152+0000 mgr.smithi047.erpxvz (mgr.14182) 815 : audit [DBG] from='client.15620 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-06T04:26:27.270 INFO:teuthology.orchestra.run.smithi047.stdout: 2023-12-06T04:26:27.270 INFO:teuthology.orchestra.run.smithi047.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-06T04:10:15.517593Z", "last_refresh": "2023-12-06T04:24:11.136231Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-06T04:10:10.954835Z", "last_refresh": "2023-12-06T04:24:08.731374Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-06T04:10:13.544463Z", "last_refresh": "2023-12-06T04:24:11.136388Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-06T04:19:03.745660Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi047.tduqaw on smithi047: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-06T04:21:37.565046Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi098.canbud on smithi098: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi098-canbud\n/bin/podman: stderr Error: no such container ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi098-canbud\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi098.canbud\n/bin/podman: stderr Error: no such container ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi098.canbud\nDeploy daemon haproxy.nfs.foo.smithi098.canbud ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi098 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-06T04:19:44Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-06T04:20:22Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-06T04:21:00Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi098 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-06T04:24:07.062005Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi047.awplmn on smithi047: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi047-awplmn\n/bin/podman: stderr Error: no such container ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi047-awplmn\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi047.awplmn\n/bin/podman: stderr Error: no such container ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi047.awplmn\nDeploy daemon haproxy.nfs.foo.smithi047.awplmn ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi047 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-06T04:22:14Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-06T04:22:52Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-06T04:23:29Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi047 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-06T04:24:07.064352Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi098.hbytsr on smithi098: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-06T04:24:07.066424Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi047.smeokd on smithi047: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.47/16"}, "status": {"created": "2023-12-06T04:13:56.330826Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.47/16"}}, {"events": ["2023-12-06T04:13:52.727160Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-06T04:13:52.721318Z", "last_refresh": "2023-12-06T04:24:08.732560Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-06T04:10:09.956661Z", "last_refresh": "2023-12-06T04:24:08.731634Z", "running": 2, "size": 2}}, {"events": ["2023-12-06T04:11:13.238878Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi047:172.21.15.47=smithi047", "smithi098:172.21.15.98=smithi098"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-06T04:11:13.235526Z", "last_refresh": "2023-12-06T04:24:08.731843Z", "running": 2, "size": 2}}, {"events": ["2023-12-06T04:13:56.329598Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-12-06T04:13:56.325813Z", "last_refresh": "2023-12-06T04:24:11.137018Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-06T04:10:14.589128Z", "last_refresh": "2023-12-06T04:24:08.732044Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-06T04:11:43.239438Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-06T04:11:43.235053Z", "last_refresh": "2023-12-06T04:24:08.732204Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-06T04:10:12.030635Z", "last_refresh": "2023-12-06T04:24:11.136541Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-06T04:26:27.591 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Dec 06 04:26:27 smithi047 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi047[108212]: cluster 2023-12-06T04:26:25.514353+0000 mgr.smithi047.erpxvz (mgr.14182) 816 : 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-12-06T04:26:27.659 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-06T04:26:27.870 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Dec 06 04:26:27 smithi098 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi098[111615]: cluster 2023-12-06T04:26:25.514353+0000 mgr.smithi047.erpxvz (mgr.14182) 816 : 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-12-06T04:26:28.660 DEBUG:teuthology.orchestra.run.smithi047:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:d03fca4f35d43f61b4679936aef7bd2f01cced0b shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 2ecad2ea-93ed-11ee-95a2-87774f69a715 -- ceph orch ls -f json 2023-12-06T04:26:28.694 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Dec 06 04:26:28 smithi047 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi047[108212]: audit 2023-12-06T04:26:27.265100+0000 mgr.smithi047.erpxvz (mgr.14182) 817 : audit [DBG] from='client.15624 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-06T04:26:28.870 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Dec 06 04:26:28 smithi098 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi098[111615]: audit 2023-12-06T04:26:27.265100+0000 mgr.smithi047.erpxvz (mgr.14182) 817 : audit [DBG] from='client.15624 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-06T04:26:29.690 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Dec 06 04:26:29 smithi047 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi047[108212]: cluster 2023-12-06T04:26:27.514933+0000 mgr.smithi047.erpxvz (mgr.14182) 818 : 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-12-06T04:26:29.870 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Dec 06 04:26:29 smithi098 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi098[111615]: cluster 2023-12-06T04:26:27.514933+0000 mgr.smithi047.erpxvz (mgr.14182) 818 : 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-12-06T04:26:30.084 INFO:teuthology.orchestra.run.smithi047.stdout: 2023-12-06T04:26:30.085 INFO:teuthology.orchestra.run.smithi047.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-06T04:10:15.517593Z", "last_refresh": "2023-12-06T04:24:11.136231Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-06T04:10:10.954835Z", "last_refresh": "2023-12-06T04:24:08.731374Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-06T04:10:13.544463Z", "last_refresh": "2023-12-06T04:24:11.136388Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-06T04:19:03.745660Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi047.tduqaw on smithi047: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-06T04:21:37.565046Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi098.canbud on smithi098: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi098-canbud\n/bin/podman: stderr Error: no such container ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi098-canbud\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi098.canbud\n/bin/podman: stderr Error: no such container ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi098.canbud\nDeploy daemon haproxy.nfs.foo.smithi098.canbud ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi098 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-06T04:19:44Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-06T04:20:22Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-06T04:21:00Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi098 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-06T04:24:07.062005Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi047.awplmn on smithi047: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi047-awplmn\n/bin/podman: stderr Error: no such container ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi047-awplmn\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi047.awplmn\n/bin/podman: stderr Error: no such container ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi047.awplmn\nDeploy daemon haproxy.nfs.foo.smithi047.awplmn ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi047 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-06T04:22:14Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-06T04:22:52Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-06T04:23:29Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi047 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-06T04:24:07.064352Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi098.hbytsr on smithi098: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-06T04:24:07.066424Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi047.smeokd on smithi047: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.47/16"}, "status": {"created": "2023-12-06T04:13:56.330826Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.47/16"}}, {"events": ["2023-12-06T04:13:52.727160Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-06T04:13:52.721318Z", "last_refresh": "2023-12-06T04:24:08.732560Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-06T04:10:09.956661Z", "last_refresh": "2023-12-06T04:24:08.731634Z", "running": 2, "size": 2}}, {"events": ["2023-12-06T04:11:13.238878Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi047:172.21.15.47=smithi047", "smithi098:172.21.15.98=smithi098"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-06T04:11:13.235526Z", "last_refresh": "2023-12-06T04:24:08.731843Z", "running": 2, "size": 2}}, {"events": ["2023-12-06T04:13:56.329598Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-12-06T04:13:56.325813Z", "last_refresh": "2023-12-06T04:24:11.137018Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-06T04:10:14.589128Z", "last_refresh": "2023-12-06T04:24:08.732044Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-06T04:11:43.239438Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-06T04:11:43.235053Z", "last_refresh": "2023-12-06T04:24:08.732204Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-06T04:10:12.030635Z", "last_refresh": "2023-12-06T04:24:11.136541Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-06T04:26:30.467 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-06T04:26:31.468 DEBUG:teuthology.orchestra.run.smithi047:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:d03fca4f35d43f61b4679936aef7bd2f01cced0b shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 2ecad2ea-93ed-11ee-95a2-87774f69a715 -- ceph orch ls -f json 2023-12-06T04:26:31.844 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Dec 06 04:26:31 smithi047 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi047[108212]: cluster 2023-12-06T04:26:29.515495+0000 mgr.smithi047.erpxvz (mgr.14182) 819 : cluster [DBG] pgmap v496: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-06T04:26:31.844 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Dec 06 04:26:31 smithi047 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi047[108212]: audit 2023-12-06T04:26:30.080200+0000 mgr.smithi047.erpxvz (mgr.14182) 820 : audit [DBG] from='client.15628 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-06T04:26:31.870 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Dec 06 04:26:31 smithi098 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi098[111615]: cluster 2023-12-06T04:26:29.515495+0000 mgr.smithi047.erpxvz (mgr.14182) 819 : cluster [DBG] pgmap v496: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-06T04:26:31.870 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Dec 06 04:26:31 smithi098 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi098[111615]: audit 2023-12-06T04:26:30.080200+0000 mgr.smithi047.erpxvz (mgr.14182) 820 : audit [DBG] from='client.15628 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-06T04:26:32.910 INFO:teuthology.orchestra.run.smithi047.stdout: 2023-12-06T04:26:32.910 INFO:teuthology.orchestra.run.smithi047.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-06T04:10:15.517593Z", "last_refresh": "2023-12-06T04:24:11.136231Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-06T04:10:10.954835Z", "last_refresh": "2023-12-06T04:24:08.731374Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-06T04:10:13.544463Z", "last_refresh": "2023-12-06T04:24:11.136388Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-06T04:19:03.745660Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi047.tduqaw on smithi047: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-06T04:21:37.565046Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi098.canbud on smithi098: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi098-canbud\n/bin/podman: stderr Error: no such container ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi098-canbud\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi098.canbud\n/bin/podman: stderr Error: no such container ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi098.canbud\nDeploy daemon haproxy.nfs.foo.smithi098.canbud ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi098 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-06T04:19:44Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-06T04:20:22Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-06T04:21:00Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi098 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-06T04:24:07.062005Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi047.awplmn on smithi047: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi047-awplmn\n/bin/podman: stderr Error: no such container ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi047-awplmn\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi047.awplmn\n/bin/podman: stderr Error: no such container ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi047.awplmn\nDeploy daemon haproxy.nfs.foo.smithi047.awplmn ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi047 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-06T04:22:14Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-06T04:22:52Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-06T04:23:29Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi047 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-06T04:24:07.064352Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi098.hbytsr on smithi098: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-06T04:24:07.066424Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi047.smeokd on smithi047: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.47/16"}, "status": {"created": "2023-12-06T04:13:56.330826Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.47/16"}}, {"events": ["2023-12-06T04:13:52.727160Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-06T04:13:52.721318Z", "last_refresh": "2023-12-06T04:24:08.732560Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-06T04:10:09.956661Z", "last_refresh": "2023-12-06T04:24:08.731634Z", "running": 2, "size": 2}}, {"events": ["2023-12-06T04:11:13.238878Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi047:172.21.15.47=smithi047", "smithi098:172.21.15.98=smithi098"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-06T04:11:13.235526Z", "last_refresh": "2023-12-06T04:24:08.731843Z", "running": 2, "size": 2}}, {"events": ["2023-12-06T04:13:56.329598Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-12-06T04:13:56.325813Z", "last_refresh": "2023-12-06T04:24:11.137018Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-06T04:10:14.589128Z", "last_refresh": "2023-12-06T04:24:08.732044Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-06T04:11:43.239438Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-06T04:11:43.235053Z", "last_refresh": "2023-12-06T04:24:08.732204Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-06T04:10:12.030635Z", "last_refresh": "2023-12-06T04:24:11.136541Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-06T04:26:33.292 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-06T04:26:33.629 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Dec 06 04:26:33 smithi047 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi047[108212]: cluster 2023-12-06T04:26:31.516229+0000 mgr.smithi047.erpxvz (mgr.14182) 821 : cluster [DBG] pgmap v497: 97 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-12-06T04:26:33.870 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Dec 06 04:26:33 smithi098 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi098[111615]: cluster 2023-12-06T04:26:31.516229+0000 mgr.smithi047.erpxvz (mgr.14182) 821 : cluster [DBG] pgmap v497: 97 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-12-06T04:26:34.293 DEBUG:teuthology.orchestra.run.smithi047:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:d03fca4f35d43f61b4679936aef7bd2f01cced0b shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 2ecad2ea-93ed-11ee-95a2-87774f69a715 -- ceph orch ls -f json 2023-12-06T04:26:34.629 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Dec 06 04:26:34 smithi047 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi047[108212]: audit 2023-12-06T04:26:32.904901+0000 mgr.smithi047.erpxvz (mgr.14182) 822 : audit [DBG] from='client.15632 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-06T04:26:34.870 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Dec 06 04:26:34 smithi098 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi098[111615]: audit 2023-12-06T04:26:32.904901+0000 mgr.smithi047.erpxvz (mgr.14182) 822 : audit [DBG] from='client.15632 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-06T04:26:35.812 INFO:teuthology.orchestra.run.smithi047.stdout: 2023-12-06T04:26:35.812 INFO:teuthology.orchestra.run.smithi047.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-06T04:10:15.517593Z", "last_refresh": "2023-12-06T04:24:11.136231Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-06T04:10:10.954835Z", "last_refresh": "2023-12-06T04:24:08.731374Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-06T04:10:13.544463Z", "last_refresh": "2023-12-06T04:24:11.136388Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-06T04:19:03.745660Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi047.tduqaw on smithi047: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-06T04:21:37.565046Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi098.canbud on smithi098: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi098-canbud\n/bin/podman: stderr Error: no such container ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi098-canbud\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi098.canbud\n/bin/podman: stderr Error: no such container ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi098.canbud\nDeploy daemon haproxy.nfs.foo.smithi098.canbud ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi098 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-06T04:19:44Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-06T04:20:22Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-06T04:21:00Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi098 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-06T04:24:07.062005Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi047.awplmn on smithi047: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi047-awplmn\n/bin/podman: stderr Error: no such container ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi047-awplmn\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi047.awplmn\n/bin/podman: stderr Error: no such container ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi047.awplmn\nDeploy daemon haproxy.nfs.foo.smithi047.awplmn ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi047 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-06T04:22:14Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-06T04:22:52Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-06T04:23:29Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi047 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-06T04:24:07.064352Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi098.hbytsr on smithi098: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-06T04:24:07.066424Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi047.smeokd on smithi047: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.47/16"}, "status": {"created": "2023-12-06T04:13:56.330826Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.47/16"}}, {"events": ["2023-12-06T04:13:52.727160Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-06T04:13:52.721318Z", "last_refresh": "2023-12-06T04:24:08.732560Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-06T04:10:09.956661Z", "last_refresh": "2023-12-06T04:24:08.731634Z", "running": 2, "size": 2}}, {"events": ["2023-12-06T04:11:13.238878Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi047:172.21.15.47=smithi047", "smithi098:172.21.15.98=smithi098"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-06T04:11:13.235526Z", "last_refresh": "2023-12-06T04:24:08.731843Z", "running": 2, "size": 2}}, {"events": ["2023-12-06T04:13:56.329598Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-12-06T04:13:56.325813Z", "last_refresh": "2023-12-06T04:24:11.137018Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-06T04:10:14.589128Z", "last_refresh": "2023-12-06T04:24:08.732044Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-06T04:11:43.239438Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-06T04:11:43.235053Z", "last_refresh": "2023-12-06T04:24:08.732204Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-06T04:10:12.030635Z", "last_refresh": "2023-12-06T04:24:11.136541Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-06T04:26:35.841 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Dec 06 04:26:35 smithi047 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi047[108212]: cluster 2023-12-06T04:26:33.516742+0000 mgr.smithi047.erpxvz (mgr.14182) 823 : 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-12-06T04:26:35.870 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Dec 06 04:26:35 smithi098 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi098[111615]: cluster 2023-12-06T04:26:33.516742+0000 mgr.smithi047.erpxvz (mgr.14182) 823 : 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-12-06T04:26:36.224 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-06T04:26:36.870 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Dec 06 04:26:36 smithi098 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi098[111615]: cluster 2023-12-06T04:26:35.517342+0000 mgr.smithi047.erpxvz (mgr.14182) 824 : 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-12-06T04:26:36.870 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Dec 06 04:26:36 smithi098 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi098[111615]: audit 2023-12-06T04:26:35.806981+0000 mgr.smithi047.erpxvz (mgr.14182) 825 : audit [DBG] from='client.15636 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-06T04:26:36.879 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Dec 06 04:26:36 smithi047 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi047[108212]: cluster 2023-12-06T04:26:35.517342+0000 mgr.smithi047.erpxvz (mgr.14182) 824 : 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-12-06T04:26:36.879 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Dec 06 04:26:36 smithi047 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi047[108212]: audit 2023-12-06T04:26:35.806981+0000 mgr.smithi047.erpxvz (mgr.14182) 825 : audit [DBG] from='client.15636 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-06T04:26:37.225 DEBUG:teuthology.orchestra.run.smithi047:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:d03fca4f35d43f61b4679936aef7bd2f01cced0b shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 2ecad2ea-93ed-11ee-95a2-87774f69a715 -- ceph orch ls -f json 2023-12-06T04:26:38.767 INFO:teuthology.orchestra.run.smithi047.stdout: 2023-12-06T04:26:38.767 INFO:teuthology.orchestra.run.smithi047.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-06T04:10:15.517593Z", "last_refresh": "2023-12-06T04:24:11.136231Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-06T04:10:10.954835Z", "last_refresh": "2023-12-06T04:24:08.731374Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-06T04:10:13.544463Z", "last_refresh": "2023-12-06T04:24:11.136388Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-06T04:19:03.745660Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi047.tduqaw on smithi047: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-06T04:21:37.565046Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi098.canbud on smithi098: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi098-canbud\n/bin/podman: stderr Error: no such container ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi098-canbud\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi098.canbud\n/bin/podman: stderr Error: no such container ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi098.canbud\nDeploy daemon haproxy.nfs.foo.smithi098.canbud ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi098 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-06T04:19:44Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-06T04:20:22Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-06T04:21:00Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi098 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-06T04:24:07.062005Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi047.awplmn on smithi047: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi047-awplmn\n/bin/podman: stderr Error: no such container ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi047-awplmn\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi047.awplmn\n/bin/podman: stderr Error: no such container ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi047.awplmn\nDeploy daemon haproxy.nfs.foo.smithi047.awplmn ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi047 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-06T04:22:14Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-06T04:22:52Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-06T04:23:29Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi047 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-06T04:24:07.064352Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi098.hbytsr on smithi098: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-06T04:24:07.066424Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi047.smeokd on smithi047: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.47/16"}, "status": {"created": "2023-12-06T04:13:56.330826Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.47/16"}}, {"events": ["2023-12-06T04:13:52.727160Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-06T04:13:52.721318Z", "last_refresh": "2023-12-06T04:24:08.732560Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-06T04:10:09.956661Z", "last_refresh": "2023-12-06T04:24:08.731634Z", "running": 2, "size": 2}}, {"events": ["2023-12-06T04:11:13.238878Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi047:172.21.15.47=smithi047", "smithi098:172.21.15.98=smithi098"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-06T04:11:13.235526Z", "last_refresh": "2023-12-06T04:24:08.731843Z", "running": 2, "size": 2}}, {"events": ["2023-12-06T04:13:56.329598Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-12-06T04:13:56.325813Z", "last_refresh": "2023-12-06T04:24:11.137018Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-06T04:10:14.589128Z", "last_refresh": "2023-12-06T04:24:08.732044Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-06T04:11:43.239438Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-06T04:11:43.235053Z", "last_refresh": "2023-12-06T04:24:08.732204Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-06T04:10:12.030635Z", "last_refresh": "2023-12-06T04:24:11.136541Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-06T04:26:39.140 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-06T04:26:39.870 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Dec 06 04:26:39 smithi098 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi098[111615]: cluster 2023-12-06T04:26:37.518004+0000 mgr.smithi047.erpxvz (mgr.14182) 826 : 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-12-06T04:26:39.879 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Dec 06 04:26:39 smithi047 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi047[108212]: cluster 2023-12-06T04:26:37.518004+0000 mgr.smithi047.erpxvz (mgr.14182) 826 : 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-12-06T04:26:40.141 DEBUG:teuthology.orchestra.run.smithi047:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:d03fca4f35d43f61b4679936aef7bd2f01cced0b shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 2ecad2ea-93ed-11ee-95a2-87774f69a715 -- ceph orch ls -f json 2023-12-06T04:26:40.502 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Dec 06 04:26:40 smithi047 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi047[108212]: audit 2023-12-06T04:26:38.762588+0000 mgr.smithi047.erpxvz (mgr.14182) 827 : audit [DBG] from='client.15640 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-06T04:26:40.870 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Dec 06 04:26:40 smithi098 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi098[111615]: audit 2023-12-06T04:26:38.762588+0000 mgr.smithi047.erpxvz (mgr.14182) 827 : audit [DBG] from='client.15640 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-06T04:26:41.617 INFO:teuthology.orchestra.run.smithi047.stdout: 2023-12-06T04:26:41.617 INFO:teuthology.orchestra.run.smithi047.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-06T04:10:15.517593Z", "last_refresh": "2023-12-06T04:24:11.136231Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-06T04:10:10.954835Z", "last_refresh": "2023-12-06T04:24:08.731374Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-06T04:10:13.544463Z", "last_refresh": "2023-12-06T04:24:11.136388Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-06T04:21:37.565046Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi098.canbud on smithi098: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi098-canbud\n/bin/podman: stderr Error: no such container ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi098-canbud\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi098.canbud\n/bin/podman: stderr Error: no such container ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi098.canbud\nDeploy daemon haproxy.nfs.foo.smithi098.canbud ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi098 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-06T04:19:44Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-06T04:20:22Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-06T04:21:00Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi098 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-06T04:24:07.062005Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi047.awplmn on smithi047: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi047-awplmn\n/bin/podman: stderr Error: no such container ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi047-awplmn\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi047.awplmn\n/bin/podman: stderr Error: no such container ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi047.awplmn\nDeploy daemon haproxy.nfs.foo.smithi047.awplmn ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi047 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-06T04:22:14Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-06T04:22:52Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-06T04:23:29Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi047 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-06T04:24:07.064352Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi098.hbytsr on smithi098: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-06T04:24:07.066424Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi047.smeokd on smithi047: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-06T04:26:41.051237Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi098.ysltza on smithi098: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi098-ysltza\n/bin/podman: stderr Error: no such container ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi098-ysltza\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi098.ysltza\n/bin/podman: stderr Error: no such container ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi098.ysltza\nDeploy daemon haproxy.nfs.foo.smithi098.ysltza ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi098 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-06T04:24:48Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-06T04:25:25Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-06T04:26:03Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi098 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.47/16"}, "status": {"created": "2023-12-06T04:13:56.330826Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.47/16"}}, {"events": ["2023-12-06T04:13:52.727160Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-06T04:13:52.721318Z", "last_refresh": "2023-12-06T04:24:08.732560Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-06T04:10:09.956661Z", "last_refresh": "2023-12-06T04:24:08.731634Z", "running": 2, "size": 2}}, {"events": ["2023-12-06T04:11:13.238878Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi047:172.21.15.47=smithi047", "smithi098:172.21.15.98=smithi098"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-06T04:11:13.235526Z", "last_refresh": "2023-12-06T04:24:08.731843Z", "running": 2, "size": 2}}, {"events": ["2023-12-06T04:13:56.329598Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-12-06T04:13:56.325813Z", "last_refresh": "2023-12-06T04:24:11.137018Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-06T04:10:14.589128Z", "last_refresh": "2023-12-06T04:24:08.732044Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-06T04:11:43.239438Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-06T04:11:43.235053Z", "last_refresh": "2023-12-06T04:24:08.732204Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-06T04:10:12.030635Z", "last_refresh": "2023-12-06T04:24:11.136541Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-06T04:26:41.629 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Dec 06 04:26:41 smithi047 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi047[108212]: cluster 2023-12-06T04:26:39.518583+0000 mgr.smithi047.erpxvz (mgr.14182) 828 : cluster [DBG] pgmap v501: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-06T04:26:41.629 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Dec 06 04:26:41 smithi047 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi047[108212]: audit 2023-12-06T04:26:41.050463+0000 mon.smithi047 (mon.0) 696 : audit [INF] from='mgr.14182 172.21.15.47:0/1495146391' entity='mgr.smithi047.erpxvz' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi098.ysltza"}]: dispatch 2023-12-06T04:26:41.870 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Dec 06 04:26:41 smithi098 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi098[111615]: cluster 2023-12-06T04:26:39.518583+0000 mgr.smithi047.erpxvz (mgr.14182) 828 : cluster [DBG] pgmap v501: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-06T04:26:41.870 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Dec 06 04:26:41 smithi098 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi098[111615]: audit 2023-12-06T04:26:41.050463+0000 mon.smithi047 (mon.0) 696 : audit [INF] from='mgr.14182 172.21.15.47:0/1495146391' entity='mgr.smithi047.erpxvz' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi098.ysltza"}]: dispatch 2023-12-06T04:26:41.982 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-06T04:26:42.871 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Dec 06 04:26:42 smithi098 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi098[111615]: cephadm 2023-12-06T04:26:41.049761+0000 mgr.smithi047.erpxvz (mgr.14182) 829 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi098-ysltza 2023-12-06T04:26:42.871 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Dec 06 04:26:42 smithi098 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi098[111615]: /bin/podman: stderr Error: no such container ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi098-ysltza 2023-12-06T04:26:42.871 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Dec 06 04:26:42 smithi098 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi098[111615]: Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi098.ysltza 2023-12-06T04:26:42.871 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Dec 06 04:26:42 smithi098 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi098[111615]: /bin/podman: stderr Error: no such container ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi098.ysltza 2023-12-06T04:26:42.871 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Dec 06 04:26:42 smithi098 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi098[111615]: Deploy daemon haproxy.nfs.foo.smithi098.ysltza ... 2023-12-06T04:26:42.871 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Dec 06 04:26:42 smithi098 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi098[111615]: 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=smithi098 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-06T04:26:42.871 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Dec 06 04:26:42 smithi098 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi098[111615]: stat: stderr Trying to pull docker.io/library/haproxy:2.3... 2023-12-06T04:26:42.871 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Dec 06 04:26:42 smithi098 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi098[111615]: stat: stderr time="2023-12-06T04:24:48Z" level=warning msg="Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2023-12-06T04:26:42.871 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Dec 06 04:26:42 smithi098 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi098[111615]: stat: stderr time="2023-12-06T04:25:25Z" level=warning msg="Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: 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-12-06T04:26:42.872 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Dec 06 04:26:42 smithi098 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi098[111615]: stat: stderr time="2023-12-06T04:26:03Z" level=warning msg="Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: 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-12-06T04:26:42.872 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Dec 06 04:26:42 smithi098 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi098[111615]: 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-12-06T04:26:42.872 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Dec 06 04:26:42 smithi098 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi098[111615]: 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=smithi098 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-06T04:26:42.872 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Dec 06 04:26:42 smithi098 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi098[111615]: Traceback (most recent call last): 2023-12-06T04:26:42.872 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Dec 06 04:26:42 smithi098 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi098[111615]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2023-12-06T04:26:42.872 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Dec 06 04:26:42 smithi098 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi098[111615]: yield (conn, connr) 2023-12-06T04:26:42.872 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Dec 06 04:26:42 smithi098 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi098[111615]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2023-12-06T04:26:42.872 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Dec 06 04:26:42 smithi098 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi098[111615]: code, '\n'.join(err))) 2023-12-06T04:26:42.872 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Dec 06 04:26:42 smithi098 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi098[111615]: 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-2ecad2ea-93ed-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi098-ysltza 2023-12-06T04:26:42.872 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Dec 06 04:26:42 smithi098 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi098[111615]: /bin/podman: stderr Error: no such container ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi098-ysltza 2023-12-06T04:26:42.872 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Dec 06 04:26:42 smithi098 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi098[111615]: Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi098.ysltza 2023-12-06T04:26:42.872 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Dec 06 04:26:42 smithi098 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi098[111615]: /bin/podman: stderr Error: no such container ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi098.ysltza 2023-12-06T04:26:42.872 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Dec 06 04:26:42 smithi098 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi098[111615]: Deploy daemon haproxy.nfs.foo.smithi098.ysltza ... 2023-12-06T04:26:42.872 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Dec 06 04:26:42 smithi098 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi098[111615]: 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=smithi098 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-06T04:26:42.873 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Dec 06 04:26:42 smithi098 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi098[111615]: stat: stderr Trying to pull docker.io/library/haproxy:2.3... 2023-12-06T04:26:42.873 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Dec 06 04:26:42 smithi098 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi098[111615]: stat: stderr time="2023-12-06T04:24:48Z" level=warning msg="Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2023-12-06T04:26:42.873 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Dec 06 04:26:42 smithi098 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi098[111615]: stat: stderr time="2023-12-06T04:25:25Z" level=warning msg="Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: 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-12-06T04:26:42.873 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Dec 06 04:26:42 smithi098 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi098[111615]: stat: stderr time="2023-12-06T04:26:03Z" level=warning msg="Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: 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-12-06T04:26:42.873 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Dec 06 04:26:42 smithi098 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi098[111615]: 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-12-06T04:26:42.873 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Dec 06 04:26:42 smithi098 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi098[111615]: 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=smithi098 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-06T04:26:42.873 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Dec 06 04:26:42 smithi098 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi098[111615]: cephadm 2023-12-06T04:26:41.049996+0000 mgr.smithi047.erpxvz (mgr.14182) 830 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi098.ysltza 2023-12-06T04:26:42.873 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Dec 06 04:26:42 smithi098 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi098[111615]: cephadm 2023-12-06T04:26:41.051359+0000 mgr.smithi047.erpxvz (mgr.14182) 831 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi098.ysltza on smithi098: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi098-ysltza 2023-12-06T04:26:42.873 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Dec 06 04:26:42 smithi098 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi098[111615]: /bin/podman: stderr Error: no such container ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi098-ysltza 2023-12-06T04:26:42.873 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Dec 06 04:26:42 smithi098 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi098[111615]: Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi098.ysltza 2023-12-06T04:26:42.873 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Dec 06 04:26:42 smithi098 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi098[111615]: /bin/podman: stderr Error: no such container ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi098.ysltza 2023-12-06T04:26:42.873 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Dec 06 04:26:42 smithi098 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi098[111615]: Deploy daemon haproxy.nfs.foo.smithi098.ysltza ... 2023-12-06T04:26:42.874 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Dec 06 04:26:42 smithi098 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi098[111615]: 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=smithi098 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-06T04:26:42.874 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Dec 06 04:26:42 smithi098 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi098[111615]: stat: stderr Trying to pull docker.io/library/haproxy:2.3... 2023-12-06T04:26:42.874 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Dec 06 04:26:42 smithi098 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi098[111615]: stat: stderr time="2023-12-06T04:24:48Z" level=warning msg="Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2023-12-06T04:26:42.874 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Dec 06 04:26:42 smithi098 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi098[111615]: stat: stderr time="2023-12-06T04:25:25Z" level=warning msg="Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: 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-12-06T04:26:42.874 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Dec 06 04:26:42 smithi098 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi098[111615]: stat: stderr time="2023-12-06T04:26:03Z" level=warning msg="Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: 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-12-06T04:26:42.874 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Dec 06 04:26:42 smithi098 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi098[111615]: 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-12-06T04:26:42.874 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Dec 06 04:26:42 smithi098 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi098[111615]: 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=smithi098 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-06T04:26:42.874 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Dec 06 04:26:42 smithi098 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi098[111615]: cephadm 2023-12-06T04:26:41.053263+0000 mgr.smithi047.erpxvz (mgr.14182) 832 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi047.sawbiu on smithi047 2023-12-06T04:26:42.879 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Dec 06 04:26:42 smithi047 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi047[108212]: cephadm 2023-12-06T04:26:41.049761+0000 mgr.smithi047.erpxvz (mgr.14182) 829 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi098-ysltza 2023-12-06T04:26:42.879 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Dec 06 04:26:42 smithi047 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi047[108212]: /bin/podman: stderr Error: no such container ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi098-ysltza 2023-12-06T04:26:42.880 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Dec 06 04:26:42 smithi047 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi047[108212]: Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi098.ysltza 2023-12-06T04:26:42.880 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Dec 06 04:26:42 smithi047 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi047[108212]: /bin/podman: stderr Error: no such container ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi098.ysltza 2023-12-06T04:26:42.880 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Dec 06 04:26:42 smithi047 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi047[108212]: Deploy daemon haproxy.nfs.foo.smithi098.ysltza ... 2023-12-06T04:26:42.880 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Dec 06 04:26:42 smithi047 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi047[108212]: 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=smithi098 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-06T04:26:42.880 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Dec 06 04:26:42 smithi047 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi047[108212]: stat: stderr Trying to pull docker.io/library/haproxy:2.3... 2023-12-06T04:26:42.880 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Dec 06 04:26:42 smithi047 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi047[108212]: stat: stderr time="2023-12-06T04:24:48Z" level=warning msg="Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2023-12-06T04:26:42.880 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Dec 06 04:26:42 smithi047 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi047[108212]: stat: stderr time="2023-12-06T04:25:25Z" level=warning msg="Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: 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-12-06T04:26:42.880 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Dec 06 04:26:42 smithi047 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi047[108212]: stat: stderr time="2023-12-06T04:26:03Z" level=warning msg="Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: 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-12-06T04:26:42.880 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Dec 06 04:26:42 smithi047 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi047[108212]: 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-12-06T04:26:42.880 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Dec 06 04:26:42 smithi047 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi047[108212]: 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=smithi098 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-06T04:26:42.880 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Dec 06 04:26:42 smithi047 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi047[108212]: Traceback (most recent call last): 2023-12-06T04:26:42.880 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Dec 06 04:26:42 smithi047 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi047[108212]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2023-12-06T04:26:42.880 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Dec 06 04:26:42 smithi047 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi047[108212]: yield (conn, connr) 2023-12-06T04:26:42.881 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Dec 06 04:26:42 smithi047 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi047[108212]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2023-12-06T04:26:42.881 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Dec 06 04:26:42 smithi047 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi047[108212]: code, '\n'.join(err))) 2023-12-06T04:26:42.881 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Dec 06 04:26:42 smithi047 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi047[108212]: 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-2ecad2ea-93ed-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi098-ysltza 2023-12-06T04:26:42.881 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Dec 06 04:26:42 smithi047 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi047[108212]: /bin/podman: stderr Error: no such container ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi098-ysltza 2023-12-06T04:26:42.881 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Dec 06 04:26:42 smithi047 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi047[108212]: Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi098.ysltza 2023-12-06T04:26:42.881 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Dec 06 04:26:42 smithi047 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi047[108212]: /bin/podman: stderr Error: no such container ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi098.ysltza 2023-12-06T04:26:42.881 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Dec 06 04:26:42 smithi047 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi047[108212]: Deploy daemon haproxy.nfs.foo.smithi098.ysltza ... 2023-12-06T04:26:42.881 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Dec 06 04:26:42 smithi047 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi047[108212]: 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=smithi098 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-06T04:26:42.881 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Dec 06 04:26:42 smithi047 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi047[108212]: stat: stderr Trying to pull docker.io/library/haproxy:2.3... 2023-12-06T04:26:42.881 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Dec 06 04:26:42 smithi047 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi047[108212]: stat: stderr time="2023-12-06T04:24:48Z" level=warning msg="Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2023-12-06T04:26:42.882 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Dec 06 04:26:42 smithi047 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi047[108212]: stat: stderr time="2023-12-06T04:25:25Z" level=warning msg="Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: 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-12-06T04:26:42.882 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Dec 06 04:26:42 smithi047 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi047[108212]: stat: stderr time="2023-12-06T04:26:03Z" level=warning msg="Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: 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-12-06T04:26:42.882 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Dec 06 04:26:42 smithi047 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi047[108212]: 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-12-06T04:26:42.882 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Dec 06 04:26:42 smithi047 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi047[108212]: 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=smithi098 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-06T04:26:42.882 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Dec 06 04:26:42 smithi047 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi047[108212]: cephadm 2023-12-06T04:26:41.049996+0000 mgr.smithi047.erpxvz (mgr.14182) 830 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi098.ysltza 2023-12-06T04:26:42.882 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Dec 06 04:26:42 smithi047 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi047[108212]: cephadm 2023-12-06T04:26:41.051359+0000 mgr.smithi047.erpxvz (mgr.14182) 831 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi098.ysltza on smithi098: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi098-ysltza 2023-12-06T04:26:42.882 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Dec 06 04:26:42 smithi047 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi047[108212]: /bin/podman: stderr Error: no such container ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi098-ysltza 2023-12-06T04:26:42.882 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Dec 06 04:26:42 smithi047 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi047[108212]: Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi098.ysltza 2023-12-06T04:26:42.882 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Dec 06 04:26:42 smithi047 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi047[108212]: /bin/podman: stderr Error: no such container ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi098.ysltza 2023-12-06T04:26:42.882 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Dec 06 04:26:42 smithi047 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi047[108212]: Deploy daemon haproxy.nfs.foo.smithi098.ysltza ... 2023-12-06T04:26:42.882 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Dec 06 04:26:42 smithi047 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi047[108212]: 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=smithi098 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-06T04:26:42.883 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Dec 06 04:26:42 smithi047 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi047[108212]: stat: stderr Trying to pull docker.io/library/haproxy:2.3... 2023-12-06T04:26:42.883 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Dec 06 04:26:42 smithi047 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi047[108212]: stat: stderr time="2023-12-06T04:24:48Z" level=warning msg="Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2023-12-06T04:26:42.883 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Dec 06 04:26:42 smithi047 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi047[108212]: stat: stderr time="2023-12-06T04:25:25Z" level=warning msg="Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: 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-12-06T04:26:42.883 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Dec 06 04:26:42 smithi047 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi047[108212]: stat: stderr time="2023-12-06T04:26:03Z" level=warning msg="Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: 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-12-06T04:26:42.883 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Dec 06 04:26:42 smithi047 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi047[108212]: 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-12-06T04:26:42.883 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Dec 06 04:26:42 smithi047 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi047[108212]: 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=smithi098 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-06T04:26:42.883 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Dec 06 04:26:42 smithi047 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi047[108212]: cephadm 2023-12-06T04:26:41.053263+0000 mgr.smithi047.erpxvz (mgr.14182) 832 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi047.sawbiu on smithi047 2023-12-06T04:26:42.983 DEBUG:teuthology.orchestra.run.smithi047:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:d03fca4f35d43f61b4679936aef7bd2f01cced0b shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 2ecad2ea-93ed-11ee-95a2-87774f69a715 -- ceph orch ls -f json 2023-12-06T04:26:43.629 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Dec 06 04:26:43 smithi047 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi047[108212]: cluster 2023-12-06T04:26:41.519093+0000 mgr.smithi047.erpxvz (mgr.14182) 833 : cluster [DBG] pgmap v502: 97 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-12-06T04:26:43.629 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Dec 06 04:26:43 smithi047 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi047[108212]: audit 2023-12-06T04:26:41.611673+0000 mgr.smithi047.erpxvz (mgr.14182) 834 : audit [DBG] from='client.15644 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-06T04:26:43.870 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Dec 06 04:26:43 smithi098 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi098[111615]: cluster 2023-12-06T04:26:41.519093+0000 mgr.smithi047.erpxvz (mgr.14182) 833 : cluster [DBG] pgmap v502: 97 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-12-06T04:26:43.870 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Dec 06 04:26:43 smithi098 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi098[111615]: audit 2023-12-06T04:26:41.611673+0000 mgr.smithi047.erpxvz (mgr.14182) 834 : audit [DBG] from='client.15644 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-06T04:26:44.423 INFO:teuthology.orchestra.run.smithi047.stdout: 2023-12-06T04:26:44.423 INFO:teuthology.orchestra.run.smithi047.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-06T04:10:15.517593Z", "last_refresh": "2023-12-06T04:24:11.136231Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-06T04:10:10.954835Z", "last_refresh": "2023-12-06T04:24:08.731374Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-06T04:10:13.544463Z", "last_refresh": "2023-12-06T04:24:11.136388Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-06T04:21:37.565046Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi098.canbud on smithi098: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi098-canbud\n/bin/podman: stderr Error: no such container ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi098-canbud\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi098.canbud\n/bin/podman: stderr Error: no such container ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi098.canbud\nDeploy daemon haproxy.nfs.foo.smithi098.canbud ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi098 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-06T04:19:44Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-06T04:20:22Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-06T04:21:00Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi098 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-06T04:24:07.062005Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi047.awplmn on smithi047: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi047-awplmn\n/bin/podman: stderr Error: no such container ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi047-awplmn\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi047.awplmn\n/bin/podman: stderr Error: no such container ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi047.awplmn\nDeploy daemon haproxy.nfs.foo.smithi047.awplmn ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi047 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-06T04:22:14Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-06T04:22:52Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-06T04:23:29Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi047 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-06T04:24:07.064352Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi098.hbytsr on smithi098: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-06T04:24:07.066424Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi047.smeokd on smithi047: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-06T04:26:41.051237Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi098.ysltza on smithi098: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi098-ysltza\n/bin/podman: stderr Error: no such container ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi098-ysltza\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi098.ysltza\n/bin/podman: stderr Error: no such container ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi098.ysltza\nDeploy daemon haproxy.nfs.foo.smithi098.ysltza ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi098 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-06T04:24:48Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-06T04:25:25Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-06T04:26:03Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi098 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.47/16"}, "status": {"created": "2023-12-06T04:13:56.330826Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.47/16"}}, {"events": ["2023-12-06T04:13:52.727160Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-06T04:13:52.721318Z", "last_refresh": "2023-12-06T04:24:08.732560Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-06T04:10:09.956661Z", "last_refresh": "2023-12-06T04:24:08.731634Z", "running": 2, "size": 2}}, {"events": ["2023-12-06T04:11:13.238878Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi047:172.21.15.47=smithi047", "smithi098:172.21.15.98=smithi098"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-06T04:11:13.235526Z", "last_refresh": "2023-12-06T04:24:08.731843Z", "running": 2, "size": 2}}, {"events": ["2023-12-06T04:13:56.329598Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-12-06T04:13:56.325813Z", "last_refresh": "2023-12-06T04:24:11.137018Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-06T04:10:14.589128Z", "last_refresh": "2023-12-06T04:24:08.732044Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-06T04:11:43.239438Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-06T04:11:43.235053Z", "last_refresh": "2023-12-06T04:24:08.732204Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-06T04:10:12.030635Z", "last_refresh": "2023-12-06T04:24:11.136541Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-06T04:26:44.823 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-06T04:26:45.824 DEBUG:teuthology.orchestra.run.smithi047:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:d03fca4f35d43f61b4679936aef7bd2f01cced0b shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 2ecad2ea-93ed-11ee-95a2-87774f69a715 -- ceph orch ls -f json 2023-12-06T04:26:45.860 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Dec 06 04:26:45 smithi047 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi047[108212]: cluster 2023-12-06T04:26:43.519544+0000 mgr.smithi047.erpxvz (mgr.14182) 835 : 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-12-06T04:26:45.860 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Dec 06 04:26:45 smithi047 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi047[108212]: audit 2023-12-06T04:26:44.418355+0000 mgr.smithi047.erpxvz (mgr.14182) 836 : audit [DBG] from='client.15648 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-06T04:26:45.870 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Dec 06 04:26:45 smithi098 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi098[111615]: cluster 2023-12-06T04:26:43.519544+0000 mgr.smithi047.erpxvz (mgr.14182) 835 : 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-12-06T04:26:45.870 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Dec 06 04:26:45 smithi098 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi098[111615]: audit 2023-12-06T04:26:44.418355+0000 mgr.smithi047.erpxvz (mgr.14182) 836 : audit [DBG] from='client.15648 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-06T04:26:47.296 INFO:teuthology.orchestra.run.smithi047.stdout: 2023-12-06T04:26:47.296 INFO:teuthology.orchestra.run.smithi047.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-06T04:10:15.517593Z", "last_refresh": "2023-12-06T04:24:11.136231Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-06T04:10:10.954835Z", "last_refresh": "2023-12-06T04:24:08.731374Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-06T04:10:13.544463Z", "last_refresh": "2023-12-06T04:24:11.136388Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-06T04:21:37.565046Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi098.canbud on smithi098: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi098-canbud\n/bin/podman: stderr Error: no such container ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi098-canbud\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi098.canbud\n/bin/podman: stderr Error: no such container ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi098.canbud\nDeploy daemon haproxy.nfs.foo.smithi098.canbud ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi098 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-06T04:19:44Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-06T04:20:22Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-06T04:21:00Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi098 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-06T04:24:07.062005Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi047.awplmn on smithi047: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi047-awplmn\n/bin/podman: stderr Error: no such container ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi047-awplmn\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi047.awplmn\n/bin/podman: stderr Error: no such container ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi047.awplmn\nDeploy daemon haproxy.nfs.foo.smithi047.awplmn ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi047 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-06T04:22:14Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-06T04:22:52Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-06T04:23:29Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi047 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-06T04:24:07.064352Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi098.hbytsr on smithi098: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-06T04:24:07.066424Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi047.smeokd on smithi047: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-06T04:26:41.051237Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi098.ysltza on smithi098: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi098-ysltza\n/bin/podman: stderr Error: no such container ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi098-ysltza\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi098.ysltza\n/bin/podman: stderr Error: no such container ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi098.ysltza\nDeploy daemon haproxy.nfs.foo.smithi098.ysltza ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi098 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-06T04:24:48Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-06T04:25:25Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-06T04:26:03Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi098 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.47/16"}, "status": {"created": "2023-12-06T04:13:56.330826Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.47/16"}}, {"events": ["2023-12-06T04:13:52.727160Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-06T04:13:52.721318Z", "last_refresh": "2023-12-06T04:24:08.732560Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-06T04:10:09.956661Z", "last_refresh": "2023-12-06T04:24:08.731634Z", "running": 2, "size": 2}}, {"events": ["2023-12-06T04:11:13.238878Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi047:172.21.15.47=smithi047", "smithi098:172.21.15.98=smithi098"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-06T04:11:13.235526Z", "last_refresh": "2023-12-06T04:24:08.731843Z", "running": 2, "size": 2}}, {"events": ["2023-12-06T04:13:56.329598Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-12-06T04:13:56.325813Z", "last_refresh": "2023-12-06T04:24:11.137018Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-06T04:10:14.589128Z", "last_refresh": "2023-12-06T04:24:08.732044Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-06T04:11:43.239438Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-06T04:11:43.235053Z", "last_refresh": "2023-12-06T04:24:08.732204Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-06T04:10:12.030635Z", "last_refresh": "2023-12-06T04:24:11.136541Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-06T04:26:47.631 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Dec 06 04:26:47 smithi047 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi047[108212]: cluster 2023-12-06T04:26:45.520092+0000 mgr.smithi047.erpxvz (mgr.14182) 837 : 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-12-06T04:26:47.689 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-06T04:26:47.870 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Dec 06 04:26:47 smithi098 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi098[111615]: cluster 2023-12-06T04:26:45.520092+0000 mgr.smithi047.erpxvz (mgr.14182) 837 : 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-12-06T04:26:48.690 DEBUG:teuthology.orchestra.run.smithi047:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:d03fca4f35d43f61b4679936aef7bd2f01cced0b shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 2ecad2ea-93ed-11ee-95a2-87774f69a715 -- ceph orch ls -f json 2023-12-06T04:26:48.725 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Dec 06 04:26:48 smithi047 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi047[108212]: audit 2023-12-06T04:26:47.290649+0000 mgr.smithi047.erpxvz (mgr.14182) 838 : audit [DBG] from='client.15652 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-06T04:26:48.870 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Dec 06 04:26:48 smithi098 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi098[111615]: audit 2023-12-06T04:26:47.290649+0000 mgr.smithi047.erpxvz (mgr.14182) 838 : audit [DBG] from='client.15652 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-06T04:26:49.764 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Dec 06 04:26:49 smithi047 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi047[108212]: cluster 2023-12-06T04:26:47.520619+0000 mgr.smithi047.erpxvz (mgr.14182) 839 : 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-12-06T04:26:49.870 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Dec 06 04:26:49 smithi098 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi098[111615]: cluster 2023-12-06T04:26:47.520619+0000 mgr.smithi047.erpxvz (mgr.14182) 839 : 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-12-06T04:26:50.157 INFO:teuthology.orchestra.run.smithi047.stdout: 2023-12-06T04:26:50.157 INFO:teuthology.orchestra.run.smithi047.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-06T04:10:15.517593Z", "last_refresh": "2023-12-06T04:24:11.136231Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-06T04:10:10.954835Z", "last_refresh": "2023-12-06T04:24:08.731374Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-06T04:10:13.544463Z", "last_refresh": "2023-12-06T04:24:11.136388Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-06T04:21:37.565046Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi098.canbud on smithi098: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi098-canbud\n/bin/podman: stderr Error: no such container ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi098-canbud\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi098.canbud\n/bin/podman: stderr Error: no such container ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi098.canbud\nDeploy daemon haproxy.nfs.foo.smithi098.canbud ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi098 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-06T04:19:44Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-06T04:20:22Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-06T04:21:00Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi098 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-06T04:24:07.062005Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi047.awplmn on smithi047: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi047-awplmn\n/bin/podman: stderr Error: no such container ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi047-awplmn\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi047.awplmn\n/bin/podman: stderr Error: no such container ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi047.awplmn\nDeploy daemon haproxy.nfs.foo.smithi047.awplmn ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi047 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-06T04:22:14Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-06T04:22:52Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-06T04:23:29Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi047 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-06T04:24:07.064352Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi098.hbytsr on smithi098: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-06T04:24:07.066424Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi047.smeokd on smithi047: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-06T04:26:41.051237Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi098.ysltza on smithi098: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi098-ysltza\n/bin/podman: stderr Error: no such container ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi098-ysltza\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi098.ysltza\n/bin/podman: stderr Error: no such container ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi098.ysltza\nDeploy daemon haproxy.nfs.foo.smithi098.ysltza ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi098 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-06T04:24:48Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-06T04:25:25Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-06T04:26:03Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi098 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.47/16"}, "status": {"created": "2023-12-06T04:13:56.330826Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.47/16"}}, {"events": ["2023-12-06T04:13:52.727160Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-06T04:13:52.721318Z", "last_refresh": "2023-12-06T04:24:08.732560Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-06T04:10:09.956661Z", "last_refresh": "2023-12-06T04:24:08.731634Z", "running": 2, "size": 2}}, {"events": ["2023-12-06T04:11:13.238878Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi047:172.21.15.47=smithi047", "smithi098:172.21.15.98=smithi098"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-06T04:11:13.235526Z", "last_refresh": "2023-12-06T04:24:08.731843Z", "running": 2, "size": 2}}, {"events": ["2023-12-06T04:13:56.329598Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-12-06T04:13:56.325813Z", "last_refresh": "2023-12-06T04:24:11.137018Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-06T04:10:14.589128Z", "last_refresh": "2023-12-06T04:24:08.732044Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-06T04:11:43.239438Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-06T04:11:43.235053Z", "last_refresh": "2023-12-06T04:24:08.732204Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-06T04:10:12.030635Z", "last_refresh": "2023-12-06T04:24:11.136541Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-06T04:26:50.547 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-06T04:26:50.870 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Dec 06 04:26:50 smithi098 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi098[111615]: cluster 2023-12-06T04:26:49.521161+0000 mgr.smithi047.erpxvz (mgr.14182) 840 : cluster [DBG] pgmap v506: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-06T04:26:50.870 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Dec 06 04:26:50 smithi098 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi098[111615]: audit 2023-12-06T04:26:50.152355+0000 mgr.smithi047.erpxvz (mgr.14182) 841 : audit [DBG] from='client.15656 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-06T04:26:50.879 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Dec 06 04:26:50 smithi047 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi047[108212]: cluster 2023-12-06T04:26:49.521161+0000 mgr.smithi047.erpxvz (mgr.14182) 840 : cluster [DBG] pgmap v506: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-06T04:26:50.879 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Dec 06 04:26:50 smithi047 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi047[108212]: audit 2023-12-06T04:26:50.152355+0000 mgr.smithi047.erpxvz (mgr.14182) 841 : audit [DBG] from='client.15656 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-06T04:26:51.548 DEBUG:teuthology.orchestra.run.smithi047:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:d03fca4f35d43f61b4679936aef7bd2f01cced0b shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 2ecad2ea-93ed-11ee-95a2-87774f69a715 -- ceph orch ls -f json 2023-12-06T04:26:52.870 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Dec 06 04:26:52 smithi098 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi098[111615]: cluster 2023-12-06T04:26:51.521775+0000 mgr.smithi047.erpxvz (mgr.14182) 842 : cluster [DBG] pgmap v507: 97 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-12-06T04:26:52.879 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Dec 06 04:26:52 smithi047 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi047[108212]: cluster 2023-12-06T04:26:51.521775+0000 mgr.smithi047.erpxvz (mgr.14182) 842 : cluster [DBG] pgmap v507: 97 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-12-06T04:26:53.024 INFO:teuthology.orchestra.run.smithi047.stdout: 2023-12-06T04:26:53.025 INFO:teuthology.orchestra.run.smithi047.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-06T04:10:15.517593Z", "last_refresh": "2023-12-06T04:24:11.136231Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-06T04:10:10.954835Z", "last_refresh": "2023-12-06T04:24:08.731374Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-06T04:10:13.544463Z", "last_refresh": "2023-12-06T04:24:11.136388Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-06T04:21:37.565046Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi098.canbud on smithi098: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi098-canbud\n/bin/podman: stderr Error: no such container ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi098-canbud\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi098.canbud\n/bin/podman: stderr Error: no such container ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi098.canbud\nDeploy daemon haproxy.nfs.foo.smithi098.canbud ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi098 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-06T04:19:44Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-06T04:20:22Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-06T04:21:00Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi098 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-06T04:24:07.062005Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi047.awplmn on smithi047: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi047-awplmn\n/bin/podman: stderr Error: no such container ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi047-awplmn\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi047.awplmn\n/bin/podman: stderr Error: no such container ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi047.awplmn\nDeploy daemon haproxy.nfs.foo.smithi047.awplmn ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi047 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-06T04:22:14Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-06T04:22:52Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-06T04:23:29Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi047 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-06T04:24:07.064352Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi098.hbytsr on smithi098: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-06T04:24:07.066424Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi047.smeokd on smithi047: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-06T04:26:41.051237Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi098.ysltza on smithi098: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi098-ysltza\n/bin/podman: stderr Error: no such container ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi098-ysltza\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi098.ysltza\n/bin/podman: stderr Error: no such container ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi098.ysltza\nDeploy daemon haproxy.nfs.foo.smithi098.ysltza ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi098 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-06T04:24:48Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-06T04:25:25Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-06T04:26:03Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi098 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.47/16"}, "status": {"created": "2023-12-06T04:13:56.330826Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.47/16"}}, {"events": ["2023-12-06T04:13:52.727160Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-06T04:13:52.721318Z", "last_refresh": "2023-12-06T04:24:08.732560Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-06T04:10:09.956661Z", "last_refresh": "2023-12-06T04:24:08.731634Z", "running": 2, "size": 2}}, {"events": ["2023-12-06T04:11:13.238878Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi047:172.21.15.47=smithi047", "smithi098:172.21.15.98=smithi098"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-06T04:11:13.235526Z", "last_refresh": "2023-12-06T04:24:08.731843Z", "running": 2, "size": 2}}, {"events": ["2023-12-06T04:13:56.329598Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-12-06T04:13:56.325813Z", "last_refresh": "2023-12-06T04:24:11.137018Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-06T04:10:14.589128Z", "last_refresh": "2023-12-06T04:24:08.732044Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-06T04:11:43.239438Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-06T04:11:43.235053Z", "last_refresh": "2023-12-06T04:24:08.732204Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-06T04:10:12.030635Z", "last_refresh": "2023-12-06T04:24:11.136541Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-06T04:26:53.405 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-06T04:26:54.406 DEBUG:teuthology.orchestra.run.smithi047:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:d03fca4f35d43f61b4679936aef7bd2f01cced0b shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 2ecad2ea-93ed-11ee-95a2-87774f69a715 -- ceph orch ls -f json 2023-12-06T04:26:54.766 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Dec 06 04:26:54 smithi047 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi047[108212]: audit 2023-12-06T04:26:53.018103+0000 mgr.smithi047.erpxvz (mgr.14182) 843 : audit [DBG] from='client.15660 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-06T04:26:54.870 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Dec 06 04:26:54 smithi098 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi098[111615]: audit 2023-12-06T04:26:53.018103+0000 mgr.smithi047.erpxvz (mgr.14182) 843 : audit [DBG] from='client.15660 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-06T04:26:55.870 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Dec 06 04:26:55 smithi098 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi098[111615]: cluster 2023-12-06T04:26:53.522296+0000 mgr.smithi047.erpxvz (mgr.14182) 844 : 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-12-06T04:26:55.873 INFO:teuthology.orchestra.run.smithi047.stdout: 2023-12-06T04:26:55.873 INFO:teuthology.orchestra.run.smithi047.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-06T04:10:15.517593Z", "last_refresh": "2023-12-06T04:24:11.136231Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-06T04:10:10.954835Z", "last_refresh": "2023-12-06T04:24:08.731374Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-06T04:10:13.544463Z", "last_refresh": "2023-12-06T04:24:11.136388Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-06T04:21:37.565046Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi098.canbud on smithi098: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi098-canbud\n/bin/podman: stderr Error: no such container ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi098-canbud\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi098.canbud\n/bin/podman: stderr Error: no such container ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi098.canbud\nDeploy daemon haproxy.nfs.foo.smithi098.canbud ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi098 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-06T04:19:44Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-06T04:20:22Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-06T04:21:00Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi098 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-06T04:24:07.062005Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi047.awplmn on smithi047: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi047-awplmn\n/bin/podman: stderr Error: no such container ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi047-awplmn\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi047.awplmn\n/bin/podman: stderr Error: no such container ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi047.awplmn\nDeploy daemon haproxy.nfs.foo.smithi047.awplmn ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi047 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-06T04:22:14Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-06T04:22:52Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-06T04:23:29Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi047 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-06T04:24:07.064352Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi098.hbytsr on smithi098: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-06T04:24:07.066424Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi047.smeokd on smithi047: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-06T04:26:41.051237Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi098.ysltza on smithi098: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi098-ysltza\n/bin/podman: stderr Error: no such container ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi098-ysltza\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi098.ysltza\n/bin/podman: stderr Error: no such container ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi098.ysltza\nDeploy daemon haproxy.nfs.foo.smithi098.ysltza ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi098 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-06T04:24:48Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-06T04:25:25Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-06T04:26:03Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi098 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.47/16"}, "status": {"created": "2023-12-06T04:13:56.330826Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.47/16"}}, {"events": ["2023-12-06T04:13:52.727160Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-06T04:13:52.721318Z", "last_refresh": "2023-12-06T04:24:08.732560Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-06T04:10:09.956661Z", "last_refresh": "2023-12-06T04:24:08.731634Z", "running": 2, "size": 2}}, {"events": ["2023-12-06T04:11:13.238878Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi047:172.21.15.47=smithi047", "smithi098:172.21.15.98=smithi098"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-06T04:11:13.235526Z", "last_refresh": "2023-12-06T04:24:08.731843Z", "running": 2, "size": 2}}, {"events": ["2023-12-06T04:13:56.329598Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-12-06T04:13:56.325813Z", "last_refresh": "2023-12-06T04:24:11.137018Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-06T04:10:14.589128Z", "last_refresh": "2023-12-06T04:24:08.732044Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-06T04:11:43.239438Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-06T04:11:43.235053Z", "last_refresh": "2023-12-06T04:24:08.732204Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-06T04:10:12.030635Z", "last_refresh": "2023-12-06T04:24:11.136541Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-06T04:26:55.879 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Dec 06 04:26:55 smithi047 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi047[108212]: cluster 2023-12-06T04:26:53.522296+0000 mgr.smithi047.erpxvz (mgr.14182) 844 : 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-12-06T04:26:56.272 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-06T04:26:57.273 DEBUG:teuthology.orchestra.run.smithi047:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:d03fca4f35d43f61b4679936aef7bd2f01cced0b shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 2ecad2ea-93ed-11ee-95a2-87774f69a715 -- ceph orch ls -f json 2023-12-06T04:26:57.629 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Dec 06 04:26:57 smithi047 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi047[108212]: cluster 2023-12-06T04:26:55.523039+0000 mgr.smithi047.erpxvz (mgr.14182) 845 : 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-12-06T04:26:57.629 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Dec 06 04:26:57 smithi047 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi047[108212]: audit 2023-12-06T04:26:55.868225+0000 mgr.smithi047.erpxvz (mgr.14182) 846 : audit [DBG] from='client.15664 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-06T04:26:57.870 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Dec 06 04:26:57 smithi098 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi098[111615]: cluster 2023-12-06T04:26:55.523039+0000 mgr.smithi047.erpxvz (mgr.14182) 845 : 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-12-06T04:26:57.870 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Dec 06 04:26:57 smithi098 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi098[111615]: audit 2023-12-06T04:26:55.868225+0000 mgr.smithi047.erpxvz (mgr.14182) 846 : audit [DBG] from='client.15664 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-06T04:26:58.747 INFO:teuthology.orchestra.run.smithi047.stdout: 2023-12-06T04:26:58.747 INFO:teuthology.orchestra.run.smithi047.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-06T04:10:15.517593Z", "last_refresh": "2023-12-06T04:24:11.136231Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-06T04:10:10.954835Z", "last_refresh": "2023-12-06T04:24:08.731374Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-06T04:10:13.544463Z", "last_refresh": "2023-12-06T04:24:11.136388Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-06T04:21:37.565046Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi098.canbud on smithi098: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi098-canbud\n/bin/podman: stderr Error: no such container ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi098-canbud\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi098.canbud\n/bin/podman: stderr Error: no such container ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi098.canbud\nDeploy daemon haproxy.nfs.foo.smithi098.canbud ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi098 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-06T04:19:44Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-06T04:20:22Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-06T04:21:00Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi098 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-06T04:24:07.062005Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi047.awplmn on smithi047: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi047-awplmn\n/bin/podman: stderr Error: no such container ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi047-awplmn\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi047.awplmn\n/bin/podman: stderr Error: no such container ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi047.awplmn\nDeploy daemon haproxy.nfs.foo.smithi047.awplmn ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi047 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-06T04:22:14Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-06T04:22:52Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-06T04:23:29Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi047 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-06T04:24:07.064352Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi098.hbytsr on smithi098: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-06T04:24:07.066424Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi047.smeokd on smithi047: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-06T04:26:41.051237Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi098.ysltza on smithi098: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi098-ysltza\n/bin/podman: stderr Error: no such container ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi098-ysltza\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi098.ysltza\n/bin/podman: stderr Error: no such container ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi098.ysltza\nDeploy daemon haproxy.nfs.foo.smithi098.ysltza ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi098 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-06T04:24:48Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-06T04:25:25Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-06T04:26:03Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi098 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.47/16"}, "status": {"created": "2023-12-06T04:13:56.330826Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.47/16"}}, {"events": ["2023-12-06T04:13:52.727160Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-06T04:13:52.721318Z", "last_refresh": "2023-12-06T04:24:08.732560Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-06T04:10:09.956661Z", "last_refresh": "2023-12-06T04:24:08.731634Z", "running": 2, "size": 2}}, {"events": ["2023-12-06T04:11:13.238878Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi047:172.21.15.47=smithi047", "smithi098:172.21.15.98=smithi098"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-06T04:11:13.235526Z", "last_refresh": "2023-12-06T04:24:08.731843Z", "running": 2, "size": 2}}, {"events": ["2023-12-06T04:13:56.329598Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-12-06T04:13:56.325813Z", "last_refresh": "2023-12-06T04:24:11.137018Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-06T04:10:14.589128Z", "last_refresh": "2023-12-06T04:24:08.732044Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-06T04:11:43.239438Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-06T04:11:43.235053Z", "last_refresh": "2023-12-06T04:24:08.732204Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-06T04:10:12.030635Z", "last_refresh": "2023-12-06T04:24:11.136541Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-06T04:26:59.129 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-06T04:26:59.870 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Dec 06 04:26:59 smithi098 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi098[111615]: cluster 2023-12-06T04:26:57.523657+0000 mgr.smithi047.erpxvz (mgr.14182) 847 : 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-12-06T04:26:59.879 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Dec 06 04:26:59 smithi047 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi047[108212]: cluster 2023-12-06T04:26:57.523657+0000 mgr.smithi047.erpxvz (mgr.14182) 847 : 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-12-06T04:27:00.130 DEBUG:teuthology.orchestra.run.smithi047:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:d03fca4f35d43f61b4679936aef7bd2f01cced0b shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 2ecad2ea-93ed-11ee-95a2-87774f69a715 -- ceph orch ls -f json 2023-12-06T04:27:00.833 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Dec 06 04:27:00 smithi047 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi047[108212]: audit 2023-12-06T04:26:58.741763+0000 mgr.smithi047.erpxvz (mgr.14182) 848 : audit [DBG] from='client.15668 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-06T04:27:00.870 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Dec 06 04:27:00 smithi098 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi098[111615]: audit 2023-12-06T04:26:58.741763+0000 mgr.smithi047.erpxvz (mgr.14182) 848 : audit [DBG] from='client.15668 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-06T04:27:01.601 INFO:teuthology.orchestra.run.smithi047.stdout: 2023-12-06T04:27:01.601 INFO:teuthology.orchestra.run.smithi047.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-06T04:10:15.517593Z", "last_refresh": "2023-12-06T04:24:11.136231Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-06T04:10:10.954835Z", "last_refresh": "2023-12-06T04:24:08.731374Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-06T04:10:13.544463Z", "last_refresh": "2023-12-06T04:24:11.136388Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-06T04:21:37.565046Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi098.canbud on smithi098: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi098-canbud\n/bin/podman: stderr Error: no such container ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi098-canbud\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi098.canbud\n/bin/podman: stderr Error: no such container ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi098.canbud\nDeploy daemon haproxy.nfs.foo.smithi098.canbud ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi098 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-06T04:19:44Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-06T04:20:22Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-06T04:21:00Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi098 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-06T04:24:07.062005Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi047.awplmn on smithi047: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi047-awplmn\n/bin/podman: stderr Error: no such container ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi047-awplmn\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi047.awplmn\n/bin/podman: stderr Error: no such container ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi047.awplmn\nDeploy daemon haproxy.nfs.foo.smithi047.awplmn ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi047 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-06T04:22:14Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-06T04:22:52Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-06T04:23:29Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi047 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-06T04:24:07.064352Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi098.hbytsr on smithi098: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-06T04:24:07.066424Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi047.smeokd on smithi047: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-06T04:26:41.051237Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi098.ysltza on smithi098: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi098-ysltza\n/bin/podman: stderr Error: no such container ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi098-ysltza\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi098.ysltza\n/bin/podman: stderr Error: no such container ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi098.ysltza\nDeploy daemon haproxy.nfs.foo.smithi098.ysltza ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi098 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-06T04:24:48Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-06T04:25:25Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-06T04:26:03Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi098 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.47/16"}, "status": {"created": "2023-12-06T04:13:56.330826Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.47/16"}}, {"events": ["2023-12-06T04:13:52.727160Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-06T04:13:52.721318Z", "last_refresh": "2023-12-06T04:24:08.732560Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-06T04:10:09.956661Z", "last_refresh": "2023-12-06T04:24:08.731634Z", "running": 2, "size": 2}}, {"events": ["2023-12-06T04:11:13.238878Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi047:172.21.15.47=smithi047", "smithi098:172.21.15.98=smithi098"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-06T04:11:13.235526Z", "last_refresh": "2023-12-06T04:24:08.731843Z", "running": 2, "size": 2}}, {"events": ["2023-12-06T04:13:56.329598Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-12-06T04:13:56.325813Z", "last_refresh": "2023-12-06T04:24:11.137018Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-06T04:10:14.589128Z", "last_refresh": "2023-12-06T04:24:08.732044Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-06T04:11:43.239438Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-06T04:11:43.235053Z", "last_refresh": "2023-12-06T04:24:08.732204Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-06T04:10:12.030635Z", "last_refresh": "2023-12-06T04:24:11.136541Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-06T04:27:01.825 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Dec 06 04:27:01 smithi047 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi047[108212]: cluster 2023-12-06T04:26:59.524228+0000 mgr.smithi047.erpxvz (mgr.14182) 849 : cluster [DBG] pgmap v511: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-06T04:27:01.870 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Dec 06 04:27:01 smithi098 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi098[111615]: cluster 2023-12-06T04:26:59.524228+0000 mgr.smithi047.erpxvz (mgr.14182) 849 : cluster [DBG] pgmap v511: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-06T04:27:02.010 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-06T04:27:03.011 DEBUG:teuthology.orchestra.run.smithi047:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:d03fca4f35d43f61b4679936aef7bd2f01cced0b shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 2ecad2ea-93ed-11ee-95a2-87774f69a715 -- ceph orch ls -f json 2023-12-06T04:27:03.629 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Dec 06 04:27:03 smithi047 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi047[108212]: cluster 2023-12-06T04:27:01.524733+0000 mgr.smithi047.erpxvz (mgr.14182) 850 : cluster [DBG] pgmap v512: 97 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-12-06T04:27:03.629 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Dec 06 04:27:03 smithi047 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi047[108212]: audit 2023-12-06T04:27:01.596236+0000 mgr.smithi047.erpxvz (mgr.14182) 851 : audit [DBG] from='client.15672 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-06T04:27:03.870 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Dec 06 04:27:03 smithi098 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi098[111615]: cluster 2023-12-06T04:27:01.524733+0000 mgr.smithi047.erpxvz (mgr.14182) 850 : cluster [DBG] pgmap v512: 97 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-12-06T04:27:03.870 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Dec 06 04:27:03 smithi098 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi098[111615]: audit 2023-12-06T04:27:01.596236+0000 mgr.smithi047.erpxvz (mgr.14182) 851 : audit [DBG] from='client.15672 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-06T04:27:04.438 INFO:teuthology.orchestra.run.smithi047.stdout: 2023-12-06T04:27:04.438 INFO:teuthology.orchestra.run.smithi047.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-06T04:10:15.517593Z", "last_refresh": "2023-12-06T04:24:11.136231Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-06T04:10:10.954835Z", "last_refresh": "2023-12-06T04:24:08.731374Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-06T04:10:13.544463Z", "last_refresh": "2023-12-06T04:24:11.136388Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-06T04:21:37.565046Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi098.canbud on smithi098: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi098-canbud\n/bin/podman: stderr Error: no such container ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi098-canbud\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi098.canbud\n/bin/podman: stderr Error: no such container ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi098.canbud\nDeploy daemon haproxy.nfs.foo.smithi098.canbud ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi098 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-06T04:19:44Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-06T04:20:22Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-06T04:21:00Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi098 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-06T04:24:07.062005Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi047.awplmn on smithi047: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi047-awplmn\n/bin/podman: stderr Error: no such container ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi047-awplmn\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi047.awplmn\n/bin/podman: stderr Error: no such container ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi047.awplmn\nDeploy daemon haproxy.nfs.foo.smithi047.awplmn ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi047 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-06T04:22:14Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-06T04:22:52Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-06T04:23:29Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi047 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-06T04:24:07.064352Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi098.hbytsr on smithi098: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-06T04:24:07.066424Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi047.smeokd on smithi047: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-06T04:26:41.051237Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi098.ysltza on smithi098: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi098-ysltza\n/bin/podman: stderr Error: no such container ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi098-ysltza\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi098.ysltza\n/bin/podman: stderr Error: no such container ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi098.ysltza\nDeploy daemon haproxy.nfs.foo.smithi098.ysltza ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi098 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-06T04:24:48Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-06T04:25:25Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-06T04:26:03Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi098 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.47/16"}, "status": {"created": "2023-12-06T04:13:56.330826Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.47/16"}}, {"events": ["2023-12-06T04:13:52.727160Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-06T04:13:52.721318Z", "last_refresh": "2023-12-06T04:24:08.732560Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-06T04:10:09.956661Z", "last_refresh": "2023-12-06T04:24:08.731634Z", "running": 2, "size": 2}}, {"events": ["2023-12-06T04:11:13.238878Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi047:172.21.15.47=smithi047", "smithi098:172.21.15.98=smithi098"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-06T04:11:13.235526Z", "last_refresh": "2023-12-06T04:24:08.731843Z", "running": 2, "size": 2}}, {"events": ["2023-12-06T04:13:56.329598Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-12-06T04:13:56.325813Z", "last_refresh": "2023-12-06T04:24:11.137018Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-06T04:10:14.589128Z", "last_refresh": "2023-12-06T04:24:08.732044Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-06T04:11:43.239438Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-06T04:11:43.235053Z", "last_refresh": "2023-12-06T04:24:08.732204Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-06T04:10:12.030635Z", "last_refresh": "2023-12-06T04:24:11.136541Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-06T04:27:04.831 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-06T04:27:05.832 DEBUG:teuthology.orchestra.run.smithi047:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:d03fca4f35d43f61b4679936aef7bd2f01cced0b shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 2ecad2ea-93ed-11ee-95a2-87774f69a715 -- ceph orch ls -f json 2023-12-06T04:27:05.867 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Dec 06 04:27:05 smithi047 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi047[108212]: cluster 2023-12-06T04:27:03.525143+0000 mgr.smithi047.erpxvz (mgr.14182) 852 : 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-12-06T04:27:05.867 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Dec 06 04:27:05 smithi047 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi047[108212]: audit 2023-12-06T04:27:04.433866+0000 mgr.smithi047.erpxvz (mgr.14182) 853 : audit [DBG] from='client.15676 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-06T04:27:05.870 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Dec 06 04:27:05 smithi098 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi098[111615]: cluster 2023-12-06T04:27:03.525143+0000 mgr.smithi047.erpxvz (mgr.14182) 852 : 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-12-06T04:27:05.870 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Dec 06 04:27:05 smithi098 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi098[111615]: audit 2023-12-06T04:27:04.433866+0000 mgr.smithi047.erpxvz (mgr.14182) 853 : audit [DBG] from='client.15676 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-06T04:27:06.620 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Dec 06 04:27:06 smithi098 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi098[111615]: cluster 2023-12-06T04:27:05.525669+0000 mgr.smithi047.erpxvz (mgr.14182) 854 : 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-12-06T04:27:06.876 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Dec 06 04:27:06 smithi047 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi047[108212]: cluster 2023-12-06T04:27:05.525669+0000 mgr.smithi047.erpxvz (mgr.14182) 854 : 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-12-06T04:27:07.294 INFO:teuthology.orchestra.run.smithi047.stdout: 2023-12-06T04:27:07.294 INFO:teuthology.orchestra.run.smithi047.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-06T04:10:15.517593Z", "last_refresh": "2023-12-06T04:24:11.136231Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-06T04:10:10.954835Z", "last_refresh": "2023-12-06T04:24:08.731374Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-06T04:10:13.544463Z", "last_refresh": "2023-12-06T04:24:11.136388Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-06T04:21:37.565046Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi098.canbud on smithi098: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi098-canbud\n/bin/podman: stderr Error: no such container ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi098-canbud\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi098.canbud\n/bin/podman: stderr Error: no such container ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi098.canbud\nDeploy daemon haproxy.nfs.foo.smithi098.canbud ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi098 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-06T04:19:44Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-06T04:20:22Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-06T04:21:00Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi098 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-06T04:24:07.062005Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi047.awplmn on smithi047: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi047-awplmn\n/bin/podman: stderr Error: no such container ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi047-awplmn\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi047.awplmn\n/bin/podman: stderr Error: no such container ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi047.awplmn\nDeploy daemon haproxy.nfs.foo.smithi047.awplmn ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi047 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-06T04:22:14Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-06T04:22:52Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-06T04:23:29Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi047 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-06T04:24:07.064352Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi098.hbytsr on smithi098: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-06T04:24:07.066424Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi047.smeokd on smithi047: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-06T04:26:41.051237Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi098.ysltza on smithi098: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi098-ysltza\n/bin/podman: stderr Error: no such container ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi098-ysltza\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi098.ysltza\n/bin/podman: stderr Error: no such container ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi098.ysltza\nDeploy daemon haproxy.nfs.foo.smithi098.ysltza ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi098 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-06T04:24:48Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-06T04:25:25Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-06T04:26:03Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi098 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.47/16"}, "status": {"created": "2023-12-06T04:13:56.330826Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.47/16"}}, {"events": ["2023-12-06T04:13:52.727160Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-06T04:13:52.721318Z", "last_refresh": "2023-12-06T04:24:08.732560Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-06T04:10:09.956661Z", "last_refresh": "2023-12-06T04:24:08.731634Z", "running": 2, "size": 2}}, {"events": ["2023-12-06T04:11:13.238878Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi047:172.21.15.47=smithi047", "smithi098:172.21.15.98=smithi098"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-06T04:11:13.235526Z", "last_refresh": "2023-12-06T04:24:08.731843Z", "running": 2, "size": 2}}, {"events": ["2023-12-06T04:13:56.329598Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-12-06T04:13:56.325813Z", "last_refresh": "2023-12-06T04:24:11.137018Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-06T04:10:14.589128Z", "last_refresh": "2023-12-06T04:24:08.732044Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-06T04:11:43.239438Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-06T04:11:43.235053Z", "last_refresh": "2023-12-06T04:24:08.732204Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-06T04:10:12.030635Z", "last_refresh": "2023-12-06T04:24:11.136541Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-06T04:27:07.629 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Dec 06 04:27:07 smithi047 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi047[108212]: audit 2023-12-06T04:27:07.289561+0000 mgr.smithi047.erpxvz (mgr.14182) 855 : audit [DBG] from='client.15680 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-06T04:27:07.695 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-06T04:27:07.870 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Dec 06 04:27:07 smithi098 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi098[111615]: audit 2023-12-06T04:27:07.289561+0000 mgr.smithi047.erpxvz (mgr.14182) 855 : audit [DBG] from='client.15680 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-06T04:27:08.696 DEBUG:teuthology.orchestra.run.smithi047:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:d03fca4f35d43f61b4679936aef7bd2f01cced0b shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 2ecad2ea-93ed-11ee-95a2-87774f69a715 -- ceph orch ls -f json 2023-12-06T04:27:09.693 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Dec 06 04:27:09 smithi047 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi047[108212]: cluster 2023-12-06T04:27:07.526286+0000 mgr.smithi047.erpxvz (mgr.14182) 856 : 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-12-06T04:27:09.870 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Dec 06 04:27:09 smithi098 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi098[111615]: cluster 2023-12-06T04:27:07.526286+0000 mgr.smithi047.erpxvz (mgr.14182) 856 : 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-12-06T04:27:10.100 INFO:teuthology.orchestra.run.smithi047.stdout: 2023-12-06T04:27:10.100 INFO:teuthology.orchestra.run.smithi047.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-06T04:10:15.517593Z", "last_refresh": "2023-12-06T04:24:11.136231Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-06T04:10:10.954835Z", "last_refresh": "2023-12-06T04:24:08.731374Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-06T04:10:13.544463Z", "last_refresh": "2023-12-06T04:24:11.136388Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-06T04:21:37.565046Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi098.canbud on smithi098: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi098-canbud\n/bin/podman: stderr Error: no such container ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi098-canbud\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi098.canbud\n/bin/podman: stderr Error: no such container ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi098.canbud\nDeploy daemon haproxy.nfs.foo.smithi098.canbud ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi098 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-06T04:19:44Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-06T04:20:22Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-06T04:21:00Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi098 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-06T04:24:07.062005Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi047.awplmn on smithi047: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi047-awplmn\n/bin/podman: stderr Error: no such container ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi047-awplmn\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi047.awplmn\n/bin/podman: stderr Error: no such container ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi047.awplmn\nDeploy daemon haproxy.nfs.foo.smithi047.awplmn ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi047 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-06T04:22:14Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-06T04:22:52Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-06T04:23:29Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi047 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-06T04:24:07.064352Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi098.hbytsr on smithi098: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-06T04:24:07.066424Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi047.smeokd on smithi047: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-06T04:26:41.051237Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi098.ysltza on smithi098: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi098-ysltza\n/bin/podman: stderr Error: no such container ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi098-ysltza\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi098.ysltza\n/bin/podman: stderr Error: no such container ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi098.ysltza\nDeploy daemon haproxy.nfs.foo.smithi098.ysltza ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi098 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-06T04:24:48Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-06T04:25:25Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-06T04:26:03Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi098 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.47/16"}, "status": {"created": "2023-12-06T04:13:56.330826Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.47/16"}}, {"events": ["2023-12-06T04:13:52.727160Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-06T04:13:52.721318Z", "last_refresh": "2023-12-06T04:24:08.732560Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-06T04:10:09.956661Z", "last_refresh": "2023-12-06T04:24:08.731634Z", "running": 2, "size": 2}}, {"events": ["2023-12-06T04:11:13.238878Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi047:172.21.15.47=smithi047", "smithi098:172.21.15.98=smithi098"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-06T04:11:13.235526Z", "last_refresh": "2023-12-06T04:24:08.731843Z", "running": 2, "size": 2}}, {"events": ["2023-12-06T04:13:56.329598Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-12-06T04:13:56.325813Z", "last_refresh": "2023-12-06T04:24:11.137018Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-06T04:10:14.589128Z", "last_refresh": "2023-12-06T04:24:08.732044Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-06T04:11:43.239438Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-06T04:11:43.235053Z", "last_refresh": "2023-12-06T04:24:08.732204Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-06T04:10:12.030635Z", "last_refresh": "2023-12-06T04:24:11.136541Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-06T04:27:10.468 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-06T04:27:11.469 DEBUG:teuthology.orchestra.run.smithi047:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:d03fca4f35d43f61b4679936aef7bd2f01cced0b shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 2ecad2ea-93ed-11ee-95a2-87774f69a715 -- ceph orch ls -f json 2023-12-06T04:27:11.849 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Dec 06 04:27:11 smithi047 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi047[108212]: cluster 2023-12-06T04:27:09.526816+0000 mgr.smithi047.erpxvz (mgr.14182) 857 : cluster [DBG] pgmap v516: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-06T04:27:11.849 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Dec 06 04:27:11 smithi047 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi047[108212]: audit 2023-12-06T04:27:10.095255+0000 mgr.smithi047.erpxvz (mgr.14182) 858 : audit [DBG] from='client.15684 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-06T04:27:11.870 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Dec 06 04:27:11 smithi098 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi098[111615]: cluster 2023-12-06T04:27:09.526816+0000 mgr.smithi047.erpxvz (mgr.14182) 857 : cluster [DBG] pgmap v516: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-06T04:27:11.870 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Dec 06 04:27:11 smithi098 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi098[111615]: audit 2023-12-06T04:27:10.095255+0000 mgr.smithi047.erpxvz (mgr.14182) 858 : audit [DBG] from='client.15684 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-06T04:27:12.966 INFO:teuthology.orchestra.run.smithi047.stdout: 2023-12-06T04:27:12.967 INFO:teuthology.orchestra.run.smithi047.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-06T04:10:15.517593Z", "last_refresh": "2023-12-06T04:24:11.136231Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-06T04:10:10.954835Z", "last_refresh": "2023-12-06T04:24:08.731374Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-06T04:10:13.544463Z", "last_refresh": "2023-12-06T04:24:11.136388Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-06T04:21:37.565046Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi098.canbud on smithi098: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi098-canbud\n/bin/podman: stderr Error: no such container ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi098-canbud\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi098.canbud\n/bin/podman: stderr Error: no such container ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi098.canbud\nDeploy daemon haproxy.nfs.foo.smithi098.canbud ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi098 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-06T04:19:44Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-06T04:20:22Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-06T04:21:00Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi098 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-06T04:24:07.062005Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi047.awplmn on smithi047: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi047-awplmn\n/bin/podman: stderr Error: no such container ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi047-awplmn\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi047.awplmn\n/bin/podman: stderr Error: no such container ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi047.awplmn\nDeploy daemon haproxy.nfs.foo.smithi047.awplmn ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi047 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-06T04:22:14Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-06T04:22:52Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-06T04:23:29Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi047 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-06T04:24:07.064352Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi098.hbytsr on smithi098: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-06T04:24:07.066424Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi047.smeokd on smithi047: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-06T04:26:41.051237Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi098.ysltza on smithi098: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi098-ysltza\n/bin/podman: stderr Error: no such container ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi098-ysltza\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi098.ysltza\n/bin/podman: stderr Error: no such container ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi098.ysltza\nDeploy daemon haproxy.nfs.foo.smithi098.ysltza ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi098 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-06T04:24:48Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-06T04:25:25Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-06T04:26:03Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi098 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.47/16"}, "status": {"created": "2023-12-06T04:13:56.330826Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.47/16"}}, {"events": ["2023-12-06T04:13:52.727160Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-06T04:13:52.721318Z", "last_refresh": "2023-12-06T04:24:08.732560Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-06T04:10:09.956661Z", "last_refresh": "2023-12-06T04:24:08.731634Z", "running": 2, "size": 2}}, {"events": ["2023-12-06T04:11:13.238878Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi047:172.21.15.47=smithi047", "smithi098:172.21.15.98=smithi098"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-06T04:11:13.235526Z", "last_refresh": "2023-12-06T04:24:08.731843Z", "running": 2, "size": 2}}, {"events": ["2023-12-06T04:13:56.329598Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-12-06T04:13:56.325813Z", "last_refresh": "2023-12-06T04:24:11.137018Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-06T04:10:14.589128Z", "last_refresh": "2023-12-06T04:24:08.732044Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-06T04:11:43.239438Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-06T04:11:43.235053Z", "last_refresh": "2023-12-06T04:24:08.732204Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-06T04:10:12.030635Z", "last_refresh": "2023-12-06T04:24:11.136541Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-06T04:27:13.352 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-06T04:27:13.629 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Dec 06 04:27:13 smithi047 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi047[108212]: cluster 2023-12-06T04:27:11.527516+0000 mgr.smithi047.erpxvz (mgr.14182) 859 : cluster [DBG] pgmap v517: 97 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-12-06T04:27:13.870 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Dec 06 04:27:13 smithi098 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi098[111615]: cluster 2023-12-06T04:27:11.527516+0000 mgr.smithi047.erpxvz (mgr.14182) 859 : cluster [DBG] pgmap v517: 97 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-12-06T04:27:14.354 DEBUG:teuthology.orchestra.run.smithi047:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:d03fca4f35d43f61b4679936aef7bd2f01cced0b shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 2ecad2ea-93ed-11ee-95a2-87774f69a715 -- ceph orch ls -f json 2023-12-06T04:27:14.712 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Dec 06 04:27:14 smithi047 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi047[108212]: audit 2023-12-06T04:27:12.961716+0000 mgr.smithi047.erpxvz (mgr.14182) 860 : audit [DBG] from='client.15688 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-06T04:27:14.870 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Dec 06 04:27:14 smithi098 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi098[111615]: audit 2023-12-06T04:27:12.961716+0000 mgr.smithi047.erpxvz (mgr.14182) 860 : audit [DBG] from='client.15688 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-06T04:27:15.798 INFO:teuthology.orchestra.run.smithi047.stdout: 2023-12-06T04:27:15.798 INFO:teuthology.orchestra.run.smithi047.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-06T04:10:15.517593Z", "last_refresh": "2023-12-06T04:24:11.136231Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-06T04:10:10.954835Z", "last_refresh": "2023-12-06T04:24:08.731374Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-06T04:10:13.544463Z", "last_refresh": "2023-12-06T04:24:11.136388Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-06T04:21:37.565046Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi098.canbud on smithi098: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi098-canbud\n/bin/podman: stderr Error: no such container ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi098-canbud\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi098.canbud\n/bin/podman: stderr Error: no such container ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi098.canbud\nDeploy daemon haproxy.nfs.foo.smithi098.canbud ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi098 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-06T04:19:44Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-06T04:20:22Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-06T04:21:00Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi098 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-06T04:24:07.062005Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi047.awplmn on smithi047: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi047-awplmn\n/bin/podman: stderr Error: no such container ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi047-awplmn\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi047.awplmn\n/bin/podman: stderr Error: no such container ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi047.awplmn\nDeploy daemon haproxy.nfs.foo.smithi047.awplmn ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi047 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-06T04:22:14Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-06T04:22:52Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-06T04:23:29Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi047 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-06T04:24:07.064352Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi098.hbytsr on smithi098: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-06T04:24:07.066424Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi047.smeokd on smithi047: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-06T04:26:41.051237Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi098.ysltza on smithi098: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi098-ysltza\n/bin/podman: stderr Error: no such container ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi098-ysltza\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi098.ysltza\n/bin/podman: stderr Error: no such container ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi098.ysltza\nDeploy daemon haproxy.nfs.foo.smithi098.ysltza ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi098 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-06T04:24:48Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-06T04:25:25Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-06T04:26:03Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi098 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.47/16"}, "status": {"created": "2023-12-06T04:13:56.330826Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.47/16"}}, {"events": ["2023-12-06T04:13:52.727160Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-06T04:13:52.721318Z", "last_refresh": "2023-12-06T04:24:08.732560Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-06T04:10:09.956661Z", "last_refresh": "2023-12-06T04:24:08.731634Z", "running": 2, "size": 2}}, {"events": ["2023-12-06T04:11:13.238878Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi047:172.21.15.47=smithi047", "smithi098:172.21.15.98=smithi098"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-06T04:11:13.235526Z", "last_refresh": "2023-12-06T04:24:08.731843Z", "running": 2, "size": 2}}, {"events": ["2023-12-06T04:13:56.329598Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-12-06T04:13:56.325813Z", "last_refresh": "2023-12-06T04:24:11.137018Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-06T04:10:14.589128Z", "last_refresh": "2023-12-06T04:24:08.732044Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-06T04:11:43.239438Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-06T04:11:43.235053Z", "last_refresh": "2023-12-06T04:24:08.732204Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-06T04:10:12.030635Z", "last_refresh": "2023-12-06T04:24:11.136541Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-06T04:27:15.827 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Dec 06 04:27:15 smithi047 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi047[108212]: cluster 2023-12-06T04:27:13.528189+0000 mgr.smithi047.erpxvz (mgr.14182) 861 : 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-12-06T04:27:15.870 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Dec 06 04:27:15 smithi098 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi098[111615]: cluster 2023-12-06T04:27:13.528189+0000 mgr.smithi047.erpxvz (mgr.14182) 861 : 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-12-06T04:27:16.227 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-06T04:27:17.227 DEBUG:teuthology.orchestra.run.smithi047:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:d03fca4f35d43f61b4679936aef7bd2f01cced0b shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 2ecad2ea-93ed-11ee-95a2-87774f69a715 -- ceph orch ls -f json 2023-12-06T04:27:17.581 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Dec 06 04:27:17 smithi047 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi047[108212]: cluster 2023-12-06T04:27:15.528638+0000 mgr.smithi047.erpxvz (mgr.14182) 862 : 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-12-06T04:27:17.581 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Dec 06 04:27:17 smithi047 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi047[108212]: audit 2023-12-06T04:27:15.792944+0000 mgr.smithi047.erpxvz (mgr.14182) 863 : audit [DBG] from='client.15692 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-06T04:27:17.870 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Dec 06 04:27:17 smithi098 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi098[111615]: cluster 2023-12-06T04:27:15.528638+0000 mgr.smithi047.erpxvz (mgr.14182) 862 : 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-12-06T04:27:17.870 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Dec 06 04:27:17 smithi098 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi098[111615]: audit 2023-12-06T04:27:15.792944+0000 mgr.smithi047.erpxvz (mgr.14182) 863 : audit [DBG] from='client.15692 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-06T04:27:18.642 INFO:teuthology.orchestra.run.smithi047.stdout: 2023-12-06T04:27:18.642 INFO:teuthology.orchestra.run.smithi047.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-06T04:10:15.517593Z", "last_refresh": "2023-12-06T04:24:11.136231Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-06T04:10:10.954835Z", "last_refresh": "2023-12-06T04:24:08.731374Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-06T04:10:13.544463Z", "last_refresh": "2023-12-06T04:24:11.136388Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-06T04:21:37.565046Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi098.canbud on smithi098: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi098-canbud\n/bin/podman: stderr Error: no such container ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi098-canbud\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi098.canbud\n/bin/podman: stderr Error: no such container ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi098.canbud\nDeploy daemon haproxy.nfs.foo.smithi098.canbud ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi098 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-06T04:19:44Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-06T04:20:22Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-06T04:21:00Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi098 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-06T04:24:07.062005Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi047.awplmn on smithi047: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi047-awplmn\n/bin/podman: stderr Error: no such container ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi047-awplmn\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi047.awplmn\n/bin/podman: stderr Error: no such container ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi047.awplmn\nDeploy daemon haproxy.nfs.foo.smithi047.awplmn ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi047 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-06T04:22:14Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-06T04:22:52Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-06T04:23:29Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi047 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-06T04:24:07.064352Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi098.hbytsr on smithi098: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-06T04:24:07.066424Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi047.smeokd on smithi047: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-06T04:26:41.051237Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi098.ysltza on smithi098: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi098-ysltza\n/bin/podman: stderr Error: no such container ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi098-ysltza\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi098.ysltza\n/bin/podman: stderr Error: no such container ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi098.ysltza\nDeploy daemon haproxy.nfs.foo.smithi098.ysltza ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi098 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-06T04:24:48Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-06T04:25:25Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-06T04:26:03Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi098 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.47/16"}, "status": {"created": "2023-12-06T04:13:56.330826Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.47/16"}}, {"events": ["2023-12-06T04:13:52.727160Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-06T04:13:52.721318Z", "last_refresh": "2023-12-06T04:24:08.732560Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-06T04:10:09.956661Z", "last_refresh": "2023-12-06T04:24:08.731634Z", "running": 2, "size": 2}}, {"events": ["2023-12-06T04:11:13.238878Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi047:172.21.15.47=smithi047", "smithi098:172.21.15.98=smithi098"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-06T04:11:13.235526Z", "last_refresh": "2023-12-06T04:24:08.731843Z", "running": 2, "size": 2}}, {"events": ["2023-12-06T04:13:56.329598Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-12-06T04:13:56.325813Z", "last_refresh": "2023-12-06T04:24:11.137018Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-06T04:10:14.589128Z", "last_refresh": "2023-12-06T04:24:08.732044Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-06T04:11:43.239438Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-06T04:11:43.235053Z", "last_refresh": "2023-12-06T04:24:08.732204Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-06T04:10:12.030635Z", "last_refresh": "2023-12-06T04:24:11.136541Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-06T04:27:19.019 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-06T04:27:19.870 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Dec 06 04:27:19 smithi098 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi098[111615]: cluster 2023-12-06T04:27:17.529066+0000 mgr.smithi047.erpxvz (mgr.14182) 864 : 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-12-06T04:27:19.879 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Dec 06 04:27:19 smithi047 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi047[108212]: cluster 2023-12-06T04:27:17.529066+0000 mgr.smithi047.erpxvz (mgr.14182) 864 : 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-12-06T04:27:20.020 DEBUG:teuthology.orchestra.run.smithi047:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:d03fca4f35d43f61b4679936aef7bd2f01cced0b shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 2ecad2ea-93ed-11ee-95a2-87774f69a715 -- ceph orch ls -f json 2023-12-06T04:27:20.740 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Dec 06 04:27:20 smithi047 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi047[108212]: audit 2023-12-06T04:27:18.634853+0000 mgr.smithi047.erpxvz (mgr.14182) 865 : audit [DBG] from='client.15696 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-06T04:27:20.740 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Dec 06 04:27:20 smithi047 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi047[108212]: cluster 2023-12-06T04:27:19.529763+0000 mgr.smithi047.erpxvz (mgr.14182) 866 : cluster [DBG] pgmap v521: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-06T04:27:20.870 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Dec 06 04:27:20 smithi098 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi098[111615]: audit 2023-12-06T04:27:18.634853+0000 mgr.smithi047.erpxvz (mgr.14182) 865 : audit [DBG] from='client.15696 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-06T04:27:20.870 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Dec 06 04:27:20 smithi098 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi098[111615]: cluster 2023-12-06T04:27:19.529763+0000 mgr.smithi047.erpxvz (mgr.14182) 866 : cluster [DBG] pgmap v521: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-06T04:27:21.464 INFO:teuthology.orchestra.run.smithi047.stdout: 2023-12-06T04:27:21.465 INFO:teuthology.orchestra.run.smithi047.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-06T04:10:15.517593Z", "last_refresh": "2023-12-06T04:24:11.136231Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-06T04:10:10.954835Z", "last_refresh": "2023-12-06T04:24:08.731374Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-06T04:10:13.544463Z", "last_refresh": "2023-12-06T04:24:11.136388Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-06T04:21:37.565046Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi098.canbud on smithi098: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi098-canbud\n/bin/podman: stderr Error: no such container ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi098-canbud\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi098.canbud\n/bin/podman: stderr Error: no such container ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi098.canbud\nDeploy daemon haproxy.nfs.foo.smithi098.canbud ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi098 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-06T04:19:44Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-06T04:20:22Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-06T04:21:00Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi098 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-06T04:24:07.062005Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi047.awplmn on smithi047: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi047-awplmn\n/bin/podman: stderr Error: no such container ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi047-awplmn\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi047.awplmn\n/bin/podman: stderr Error: no such container ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi047.awplmn\nDeploy daemon haproxy.nfs.foo.smithi047.awplmn ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi047 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-06T04:22:14Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-06T04:22:52Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-06T04:23:29Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi047 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-06T04:24:07.064352Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi098.hbytsr on smithi098: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-06T04:24:07.066424Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi047.smeokd on smithi047: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-06T04:26:41.051237Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi098.ysltza on smithi098: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi098-ysltza\n/bin/podman: stderr Error: no such container ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi098-ysltza\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi098.ysltza\n/bin/podman: stderr Error: no such container ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi098.ysltza\nDeploy daemon haproxy.nfs.foo.smithi098.ysltza ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi098 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-06T04:24:48Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-06T04:25:25Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-06T04:26:03Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi098 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.47/16"}, "status": {"created": "2023-12-06T04:13:56.330826Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.47/16"}}, {"events": ["2023-12-06T04:13:52.727160Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-06T04:13:52.721318Z", "last_refresh": "2023-12-06T04:24:08.732560Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-06T04:10:09.956661Z", "last_refresh": "2023-12-06T04:24:08.731634Z", "running": 2, "size": 2}}, {"events": ["2023-12-06T04:11:13.238878Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi047:172.21.15.47=smithi047", "smithi098:172.21.15.98=smithi098"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-06T04:11:13.235526Z", "last_refresh": "2023-12-06T04:24:08.731843Z", "running": 2, "size": 2}}, {"events": ["2023-12-06T04:13:56.329598Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-12-06T04:13:56.325813Z", "last_refresh": "2023-12-06T04:24:11.137018Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-06T04:10:14.589128Z", "last_refresh": "2023-12-06T04:24:08.732044Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-06T04:11:43.239438Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-06T04:11:43.235053Z", "last_refresh": "2023-12-06T04:24:08.732204Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-06T04:10:12.030635Z", "last_refresh": "2023-12-06T04:24:11.136541Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-06T04:27:21.843 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-06T04:27:22.844 DEBUG:teuthology.orchestra.run.smithi047:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:d03fca4f35d43f61b4679936aef7bd2f01cced0b shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 2ecad2ea-93ed-11ee-95a2-87774f69a715 -- ceph orch ls -f json 2023-12-06T04:27:22.870 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Dec 06 04:27:22 smithi098 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi098[111615]: audit 2023-12-06T04:27:21.459264+0000 mgr.smithi047.erpxvz (mgr.14182) 867 : audit [DBG] from='client.15700 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-06T04:27:22.870 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Dec 06 04:27:22 smithi098 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi098[111615]: cluster 2023-12-06T04:27:21.530283+0000 mgr.smithi047.erpxvz (mgr.14182) 868 : cluster [DBG] pgmap v522: 97 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-12-06T04:27:22.879 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Dec 06 04:27:22 smithi047 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi047[108212]: audit 2023-12-06T04:27:21.459264+0000 mgr.smithi047.erpxvz (mgr.14182) 867 : audit [DBG] from='client.15700 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-06T04:27:22.879 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Dec 06 04:27:22 smithi047 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi047[108212]: cluster 2023-12-06T04:27:21.530283+0000 mgr.smithi047.erpxvz (mgr.14182) 868 : cluster [DBG] pgmap v522: 97 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-12-06T04:27:24.307 INFO:teuthology.orchestra.run.smithi047.stdout: 2023-12-06T04:27:24.307 INFO:teuthology.orchestra.run.smithi047.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-06T04:10:15.517593Z", "last_refresh": "2023-12-06T04:24:11.136231Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-06T04:10:10.954835Z", "last_refresh": "2023-12-06T04:24:08.731374Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-06T04:10:13.544463Z", "last_refresh": "2023-12-06T04:24:11.136388Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-06T04:21:37.565046Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi098.canbud on smithi098: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi098-canbud\n/bin/podman: stderr Error: no such container ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi098-canbud\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi098.canbud\n/bin/podman: stderr Error: no such container ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi098.canbud\nDeploy daemon haproxy.nfs.foo.smithi098.canbud ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi098 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-06T04:19:44Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-06T04:20:22Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-06T04:21:00Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi098 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-06T04:24:07.062005Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi047.awplmn on smithi047: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi047-awplmn\n/bin/podman: stderr Error: no such container ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi047-awplmn\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi047.awplmn\n/bin/podman: stderr Error: no such container ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi047.awplmn\nDeploy daemon haproxy.nfs.foo.smithi047.awplmn ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi047 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-06T04:22:14Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-06T04:22:52Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-06T04:23:29Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi047 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-06T04:24:07.064352Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi098.hbytsr on smithi098: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-06T04:24:07.066424Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi047.smeokd on smithi047: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-06T04:26:41.051237Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi098.ysltza on smithi098: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi098-ysltza\n/bin/podman: stderr Error: no such container ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi098-ysltza\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi098.ysltza\n/bin/podman: stderr Error: no such container ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi098.ysltza\nDeploy daemon haproxy.nfs.foo.smithi098.ysltza ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi098 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-06T04:24:48Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-06T04:25:25Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-06T04:26:03Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi098 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.47/16"}, "status": {"created": "2023-12-06T04:13:56.330826Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.47/16"}}, {"events": ["2023-12-06T04:13:52.727160Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-06T04:13:52.721318Z", "last_refresh": "2023-12-06T04:24:08.732560Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-06T04:10:09.956661Z", "last_refresh": "2023-12-06T04:24:08.731634Z", "running": 2, "size": 2}}, {"events": ["2023-12-06T04:11:13.238878Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi047:172.21.15.47=smithi047", "smithi098:172.21.15.98=smithi098"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-06T04:11:13.235526Z", "last_refresh": "2023-12-06T04:24:08.731843Z", "running": 2, "size": 2}}, {"events": ["2023-12-06T04:13:56.329598Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-12-06T04:13:56.325813Z", "last_refresh": "2023-12-06T04:24:11.137018Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-06T04:10:14.589128Z", "last_refresh": "2023-12-06T04:24:08.732044Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-06T04:11:43.239438Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-06T04:11:43.235053Z", "last_refresh": "2023-12-06T04:24:08.732204Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-06T04:10:12.030635Z", "last_refresh": "2023-12-06T04:24:11.136541Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-06T04:27:24.701 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-06T04:27:25.702 DEBUG:teuthology.orchestra.run.smithi047:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:d03fca4f35d43f61b4679936aef7bd2f01cced0b shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 2ecad2ea-93ed-11ee-95a2-87774f69a715 -- ceph orch ls -f json 2023-12-06T04:27:25.738 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Dec 06 04:27:25 smithi047 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi047[108212]: cluster 2023-12-06T04:27:23.530979+0000 mgr.smithi047.erpxvz (mgr.14182) 869 : 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-12-06T04:27:25.738 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Dec 06 04:27:25 smithi047 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi047[108212]: audit 2023-12-06T04:27:24.302358+0000 mgr.smithi047.erpxvz (mgr.14182) 870 : audit [DBG] from='client.15704 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-06T04:27:25.870 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Dec 06 04:27:25 smithi098 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi098[111615]: cluster 2023-12-06T04:27:23.530979+0000 mgr.smithi047.erpxvz (mgr.14182) 869 : 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-12-06T04:27:25.870 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Dec 06 04:27:25 smithi098 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi098[111615]: audit 2023-12-06T04:27:24.302358+0000 mgr.smithi047.erpxvz (mgr.14182) 870 : audit [DBG] from='client.15704 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-06T04:27:27.118 INFO:teuthology.orchestra.run.smithi047.stdout: 2023-12-06T04:27:27.118 INFO:teuthology.orchestra.run.smithi047.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-06T04:10:15.517593Z", "last_refresh": "2023-12-06T04:24:11.136231Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-06T04:10:10.954835Z", "last_refresh": "2023-12-06T04:24:08.731374Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-06T04:10:13.544463Z", "last_refresh": "2023-12-06T04:24:11.136388Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-06T04:21:37.565046Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi098.canbud on smithi098: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi098-canbud\n/bin/podman: stderr Error: no such container ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi098-canbud\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi098.canbud\n/bin/podman: stderr Error: no such container ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi098.canbud\nDeploy daemon haproxy.nfs.foo.smithi098.canbud ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi098 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-06T04:19:44Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-06T04:20:22Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-06T04:21:00Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi098 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-06T04:24:07.062005Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi047.awplmn on smithi047: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi047-awplmn\n/bin/podman: stderr Error: no such container ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi047-awplmn\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi047.awplmn\n/bin/podman: stderr Error: no such container ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi047.awplmn\nDeploy daemon haproxy.nfs.foo.smithi047.awplmn ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi047 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-06T04:22:14Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-06T04:22:52Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-06T04:23:29Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi047 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-06T04:24:07.064352Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi098.hbytsr on smithi098: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-06T04:24:07.066424Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi047.smeokd on smithi047: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-06T04:26:41.051237Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi098.ysltza on smithi098: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi098-ysltza\n/bin/podman: stderr Error: no such container ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi098-ysltza\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi098.ysltza\n/bin/podman: stderr Error: no such container ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi098.ysltza\nDeploy daemon haproxy.nfs.foo.smithi098.ysltza ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi098 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-06T04:24:48Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-06T04:25:25Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-06T04:26:03Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi098 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.47/16"}, "status": {"created": "2023-12-06T04:13:56.330826Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.47/16"}}, {"events": ["2023-12-06T04:13:52.727160Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-06T04:13:52.721318Z", "last_refresh": "2023-12-06T04:24:08.732560Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-06T04:10:09.956661Z", "last_refresh": "2023-12-06T04:24:08.731634Z", "running": 2, "size": 2}}, {"events": ["2023-12-06T04:11:13.238878Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi047:172.21.15.47=smithi047", "smithi098:172.21.15.98=smithi098"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-06T04:11:13.235526Z", "last_refresh": "2023-12-06T04:24:08.731843Z", "running": 2, "size": 2}}, {"events": ["2023-12-06T04:13:56.329598Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-12-06T04:13:56.325813Z", "last_refresh": "2023-12-06T04:24:11.137018Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-06T04:10:14.589128Z", "last_refresh": "2023-12-06T04:24:08.732044Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-06T04:11:43.239438Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-06T04:11:43.235053Z", "last_refresh": "2023-12-06T04:24:08.732204Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-06T04:10:12.030635Z", "last_refresh": "2023-12-06T04:24:11.136541Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-06T04:27:27.518 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-06T04:27:27.870 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Dec 06 04:27:27 smithi098 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi098[111615]: cluster 2023-12-06T04:27:25.531479+0000 mgr.smithi047.erpxvz (mgr.14182) 871 : 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-12-06T04:27:27.879 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Dec 06 04:27:27 smithi047 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi047[108212]: cluster 2023-12-06T04:27:25.531479+0000 mgr.smithi047.erpxvz (mgr.14182) 871 : 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-12-06T04:27:28.520 DEBUG:teuthology.orchestra.run.smithi047:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:d03fca4f35d43f61b4679936aef7bd2f01cced0b shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 2ecad2ea-93ed-11ee-95a2-87774f69a715 -- ceph orch ls -f json 2023-12-06T04:27:28.870 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Dec 06 04:27:28 smithi047 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi047[108212]: audit 2023-12-06T04:27:27.113438+0000 mgr.smithi047.erpxvz (mgr.14182) 872 : audit [DBG] from='client.15708 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-06T04:27:28.870 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Dec 06 04:27:28 smithi098 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi098[111615]: audit 2023-12-06T04:27:27.113438+0000 mgr.smithi047.erpxvz (mgr.14182) 872 : audit [DBG] from='client.15708 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-06T04:27:29.516 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Dec 06 04:27:29 smithi047 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi047[108212]: cluster 2023-12-06T04:27:27.532089+0000 mgr.smithi047.erpxvz (mgr.14182) 873 : 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-12-06T04:27:29.870 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Dec 06 04:27:29 smithi098 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi098[111615]: cluster 2023-12-06T04:27:27.532089+0000 mgr.smithi047.erpxvz (mgr.14182) 873 : 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-12-06T04:27:29.921 INFO:teuthology.orchestra.run.smithi047.stdout: 2023-12-06T04:27:29.921 INFO:teuthology.orchestra.run.smithi047.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-06T04:10:15.517593Z", "last_refresh": "2023-12-06T04:24:11.136231Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-06T04:10:10.954835Z", "last_refresh": "2023-12-06T04:24:08.731374Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-06T04:10:13.544463Z", "last_refresh": "2023-12-06T04:24:11.136388Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-06T04:21:37.565046Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi098.canbud on smithi098: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi098-canbud\n/bin/podman: stderr Error: no such container ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi098-canbud\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi098.canbud\n/bin/podman: stderr Error: no such container ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi098.canbud\nDeploy daemon haproxy.nfs.foo.smithi098.canbud ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi098 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-06T04:19:44Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-06T04:20:22Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-06T04:21:00Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi098 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-06T04:24:07.062005Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi047.awplmn on smithi047: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi047-awplmn\n/bin/podman: stderr Error: no such container ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi047-awplmn\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi047.awplmn\n/bin/podman: stderr Error: no such container ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi047.awplmn\nDeploy daemon haproxy.nfs.foo.smithi047.awplmn ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi047 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-06T04:22:14Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-06T04:22:52Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-06T04:23:29Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi047 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-06T04:24:07.064352Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi098.hbytsr on smithi098: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-06T04:24:07.066424Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi047.smeokd on smithi047: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-06T04:26:41.051237Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi098.ysltza on smithi098: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi098-ysltza\n/bin/podman: stderr Error: no such container ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi098-ysltza\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi098.ysltza\n/bin/podman: stderr Error: no such container ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi098.ysltza\nDeploy daemon haproxy.nfs.foo.smithi098.ysltza ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi098 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-06T04:24:48Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-06T04:25:25Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-06T04:26:03Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi098 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.47/16"}, "status": {"created": "2023-12-06T04:13:56.330826Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.47/16"}}, {"events": ["2023-12-06T04:13:52.727160Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-06T04:13:52.721318Z", "last_refresh": "2023-12-06T04:24:08.732560Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-06T04:10:09.956661Z", "last_refresh": "2023-12-06T04:24:08.731634Z", "running": 2, "size": 2}}, {"events": ["2023-12-06T04:11:13.238878Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi047:172.21.15.47=smithi047", "smithi098:172.21.15.98=smithi098"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-06T04:11:13.235526Z", "last_refresh": "2023-12-06T04:24:08.731843Z", "running": 2, "size": 2}}, {"events": ["2023-12-06T04:13:56.329598Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-12-06T04:13:56.325813Z", "last_refresh": "2023-12-06T04:24:11.137018Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-06T04:10:14.589128Z", "last_refresh": "2023-12-06T04:24:08.732044Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-06T04:11:43.239438Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-06T04:11:43.235053Z", "last_refresh": "2023-12-06T04:24:08.732204Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-06T04:10:12.030635Z", "last_refresh": "2023-12-06T04:24:11.136541Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-06T04:27:30.283 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-06T04:27:31.285 DEBUG:teuthology.orchestra.run.smithi047:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:d03fca4f35d43f61b4679936aef7bd2f01cced0b shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 2ecad2ea-93ed-11ee-95a2-87774f69a715 -- ceph orch ls -f json 2023-12-06T04:27:31.627 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Dec 06 04:27:31 smithi047 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi047[108212]: cluster 2023-12-06T04:27:29.532574+0000 mgr.smithi047.erpxvz (mgr.14182) 874 : cluster [DBG] pgmap v526: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-06T04:27:31.627 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Dec 06 04:27:31 smithi047 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi047[108212]: audit 2023-12-06T04:27:29.915652+0000 mgr.smithi047.erpxvz (mgr.14182) 875 : audit [DBG] from='client.15712 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-06T04:27:31.870 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Dec 06 04:27:31 smithi098 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi098[111615]: cluster 2023-12-06T04:27:29.532574+0000 mgr.smithi047.erpxvz (mgr.14182) 874 : cluster [DBG] pgmap v526: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-06T04:27:31.870 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Dec 06 04:27:31 smithi098 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi098[111615]: audit 2023-12-06T04:27:29.915652+0000 mgr.smithi047.erpxvz (mgr.14182) 875 : audit [DBG] from='client.15712 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-06T04:27:32.735 INFO:teuthology.orchestra.run.smithi047.stdout: 2023-12-06T04:27:32.736 INFO:teuthology.orchestra.run.smithi047.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-06T04:10:15.517593Z", "last_refresh": "2023-12-06T04:24:11.136231Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-06T04:10:10.954835Z", "last_refresh": "2023-12-06T04:24:08.731374Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-06T04:10:13.544463Z", "last_refresh": "2023-12-06T04:24:11.136388Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-06T04:21:37.565046Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi098.canbud on smithi098: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi098-canbud\n/bin/podman: stderr Error: no such container ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi098-canbud\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi098.canbud\n/bin/podman: stderr Error: no such container ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi098.canbud\nDeploy daemon haproxy.nfs.foo.smithi098.canbud ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi098 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-06T04:19:44Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-06T04:20:22Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-06T04:21:00Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi098 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-06T04:24:07.062005Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi047.awplmn on smithi047: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi047-awplmn\n/bin/podman: stderr Error: no such container ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi047-awplmn\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi047.awplmn\n/bin/podman: stderr Error: no such container ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi047.awplmn\nDeploy daemon haproxy.nfs.foo.smithi047.awplmn ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi047 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-06T04:22:14Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-06T04:22:52Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-06T04:23:29Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi047 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-06T04:24:07.064352Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi098.hbytsr on smithi098: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-06T04:24:07.066424Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi047.smeokd on smithi047: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-06T04:26:41.051237Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi098.ysltza on smithi098: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi098-ysltza\n/bin/podman: stderr Error: no such container ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi098-ysltza\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi098.ysltza\n/bin/podman: stderr Error: no such container ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi098.ysltza\nDeploy daemon haproxy.nfs.foo.smithi098.ysltza ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi098 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-06T04:24:48Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-06T04:25:25Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-06T04:26:03Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi098 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.47/16"}, "status": {"created": "2023-12-06T04:13:56.330826Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.47/16"}}, {"events": ["2023-12-06T04:13:52.727160Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-06T04:13:52.721318Z", "last_refresh": "2023-12-06T04:24:08.732560Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-06T04:10:09.956661Z", "last_refresh": "2023-12-06T04:24:08.731634Z", "running": 2, "size": 2}}, {"events": ["2023-12-06T04:11:13.238878Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi047:172.21.15.47=smithi047", "smithi098:172.21.15.98=smithi098"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-06T04:11:13.235526Z", "last_refresh": "2023-12-06T04:24:08.731843Z", "running": 2, "size": 2}}, {"events": ["2023-12-06T04:13:56.329598Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-12-06T04:13:56.325813Z", "last_refresh": "2023-12-06T04:24:11.137018Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-06T04:10:14.589128Z", "last_refresh": "2023-12-06T04:24:08.732044Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-06T04:11:43.239438Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-06T04:11:43.235053Z", "last_refresh": "2023-12-06T04:24:08.732204Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-06T04:10:12.030635Z", "last_refresh": "2023-12-06T04:24:11.136541Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-06T04:27:33.117 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-06T04:27:33.870 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Dec 06 04:27:33 smithi098 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi098[111615]: cluster 2023-12-06T04:27:31.533113+0000 mgr.smithi047.erpxvz (mgr.14182) 876 : cluster [DBG] pgmap v527: 97 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-12-06T04:27:33.908 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Dec 06 04:27:33 smithi047 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi047[108212]: cluster 2023-12-06T04:27:31.533113+0000 mgr.smithi047.erpxvz (mgr.14182) 876 : cluster [DBG] pgmap v527: 97 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-12-06T04:27:34.119 DEBUG:teuthology.orchestra.run.smithi047:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:d03fca4f35d43f61b4679936aef7bd2f01cced0b shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 2ecad2ea-93ed-11ee-95a2-87774f69a715 -- ceph orch ls -f json 2023-12-06T04:27:34.846 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Dec 06 04:27:34 smithi047 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi047[108212]: audit 2023-12-06T04:27:32.731030+0000 mgr.smithi047.erpxvz (mgr.14182) 877 : audit [DBG] from='client.15716 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-06T04:27:34.870 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Dec 06 04:27:34 smithi098 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi098[111615]: audit 2023-12-06T04:27:32.731030+0000 mgr.smithi047.erpxvz (mgr.14182) 877 : audit [DBG] from='client.15716 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-06T04:27:35.687 INFO:teuthology.orchestra.run.smithi047.stdout: 2023-12-06T04:27:35.687 INFO:teuthology.orchestra.run.smithi047.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-06T04:10:15.517593Z", "last_refresh": "2023-12-06T04:24:11.136231Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-06T04:10:10.954835Z", "last_refresh": "2023-12-06T04:24:08.731374Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-06T04:10:13.544463Z", "last_refresh": "2023-12-06T04:24:11.136388Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-06T04:21:37.565046Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi098.canbud on smithi098: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi098-canbud\n/bin/podman: stderr Error: no such container ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi098-canbud\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi098.canbud\n/bin/podman: stderr Error: no such container ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi098.canbud\nDeploy daemon haproxy.nfs.foo.smithi098.canbud ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi098 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-06T04:19:44Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-06T04:20:22Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-06T04:21:00Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi098 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-06T04:24:07.062005Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi047.awplmn on smithi047: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi047-awplmn\n/bin/podman: stderr Error: no such container ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi047-awplmn\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi047.awplmn\n/bin/podman: stderr Error: no such container ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi047.awplmn\nDeploy daemon haproxy.nfs.foo.smithi047.awplmn ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi047 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-06T04:22:14Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-06T04:22:52Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-06T04:23:29Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi047 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-06T04:24:07.064352Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi098.hbytsr on smithi098: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-06T04:24:07.066424Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi047.smeokd on smithi047: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-06T04:26:41.051237Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi098.ysltza on smithi098: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi098-ysltza\n/bin/podman: stderr Error: no such container ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi098-ysltza\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi098.ysltza\n/bin/podman: stderr Error: no such container ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi098.ysltza\nDeploy daemon haproxy.nfs.foo.smithi098.ysltza ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi098 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-06T04:24:48Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-06T04:25:25Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-06T04:26:03Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi098 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.47/16"}, "status": {"created": "2023-12-06T04:13:56.330826Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.47/16"}}, {"events": ["2023-12-06T04:13:52.727160Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-06T04:13:52.721318Z", "last_refresh": "2023-12-06T04:24:08.732560Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-06T04:10:09.956661Z", "last_refresh": "2023-12-06T04:24:08.731634Z", "running": 2, "size": 2}}, {"events": ["2023-12-06T04:11:13.238878Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi047:172.21.15.47=smithi047", "smithi098:172.21.15.98=smithi098"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-06T04:11:13.235526Z", "last_refresh": "2023-12-06T04:24:08.731843Z", "running": 2, "size": 2}}, {"events": ["2023-12-06T04:13:56.329598Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-12-06T04:13:56.325813Z", "last_refresh": "2023-12-06T04:24:11.137018Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-06T04:10:14.589128Z", "last_refresh": "2023-12-06T04:24:08.732044Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-06T04:11:43.239438Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-06T04:11:43.235053Z", "last_refresh": "2023-12-06T04:24:08.732204Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-06T04:10:12.030635Z", "last_refresh": "2023-12-06T04:24:11.136541Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-06T04:27:35.709 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Dec 06 04:27:35 smithi047 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi047[108212]: cluster 2023-12-06T04:27:33.533757+0000 mgr.smithi047.erpxvz (mgr.14182) 878 : 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-12-06T04:27:35.870 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Dec 06 04:27:35 smithi098 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi098[111615]: cluster 2023-12-06T04:27:33.533757+0000 mgr.smithi047.erpxvz (mgr.14182) 878 : 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-12-06T04:27:36.083 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-06T04:27:36.870 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Dec 06 04:27:36 smithi098 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi098[111615]: cluster 2023-12-06T04:27:35.534204+0000 mgr.smithi047.erpxvz (mgr.14182) 879 : 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-12-06T04:27:36.870 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Dec 06 04:27:36 smithi098 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi098[111615]: audit 2023-12-06T04:27:35.681833+0000 mgr.smithi047.erpxvz (mgr.14182) 880 : audit [DBG] from='client.15720 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-06T04:27:36.879 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Dec 06 04:27:36 smithi047 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi047[108212]: cluster 2023-12-06T04:27:35.534204+0000 mgr.smithi047.erpxvz (mgr.14182) 879 : 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-12-06T04:27:36.879 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Dec 06 04:27:36 smithi047 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi047[108212]: audit 2023-12-06T04:27:35.681833+0000 mgr.smithi047.erpxvz (mgr.14182) 880 : audit [DBG] from='client.15720 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-06T04:27:37.083 DEBUG:teuthology.orchestra.run.smithi047:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:d03fca4f35d43f61b4679936aef7bd2f01cced0b shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 2ecad2ea-93ed-11ee-95a2-87774f69a715 -- ceph orch ls -f json 2023-12-06T04:27:38.529 INFO:teuthology.orchestra.run.smithi047.stdout: 2023-12-06T04:27:38.530 INFO:teuthology.orchestra.run.smithi047.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-06T04:10:15.517593Z", "last_refresh": "2023-12-06T04:24:11.136231Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-06T04:10:10.954835Z", "last_refresh": "2023-12-06T04:24:08.731374Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-06T04:10:13.544463Z", "last_refresh": "2023-12-06T04:24:11.136388Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-06T04:21:37.565046Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi098.canbud on smithi098: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi098-canbud\n/bin/podman: stderr Error: no such container ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi098-canbud\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi098.canbud\n/bin/podman: stderr Error: no such container ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi098.canbud\nDeploy daemon haproxy.nfs.foo.smithi098.canbud ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi098 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-06T04:19:44Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-06T04:20:22Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-06T04:21:00Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi098 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-06T04:24:07.062005Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi047.awplmn on smithi047: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi047-awplmn\n/bin/podman: stderr Error: no such container ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi047-awplmn\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi047.awplmn\n/bin/podman: stderr Error: no such container ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi047.awplmn\nDeploy daemon haproxy.nfs.foo.smithi047.awplmn ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi047 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-06T04:22:14Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-06T04:22:52Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-06T04:23:29Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi047 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-06T04:24:07.064352Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi098.hbytsr on smithi098: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-06T04:24:07.066424Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi047.smeokd on smithi047: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-06T04:26:41.051237Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi098.ysltza on smithi098: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi098-ysltza\n/bin/podman: stderr Error: no such container ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi098-ysltza\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi098.ysltza\n/bin/podman: stderr Error: no such container ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi098.ysltza\nDeploy daemon haproxy.nfs.foo.smithi098.ysltza ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi098 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-06T04:24:48Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-06T04:25:25Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-06T04:26:03Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi098 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.47/16"}, "status": {"created": "2023-12-06T04:13:56.330826Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.47/16"}}, {"events": ["2023-12-06T04:13:52.727160Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-06T04:13:52.721318Z", "last_refresh": "2023-12-06T04:24:08.732560Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-06T04:10:09.956661Z", "last_refresh": "2023-12-06T04:24:08.731634Z", "running": 2, "size": 2}}, {"events": ["2023-12-06T04:11:13.238878Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi047:172.21.15.47=smithi047", "smithi098:172.21.15.98=smithi098"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-06T04:11:13.235526Z", "last_refresh": "2023-12-06T04:24:08.731843Z", "running": 2, "size": 2}}, {"events": ["2023-12-06T04:13:56.329598Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-12-06T04:13:56.325813Z", "last_refresh": "2023-12-06T04:24:11.137018Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-06T04:10:14.589128Z", "last_refresh": "2023-12-06T04:24:08.732044Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-06T04:11:43.239438Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-06T04:11:43.235053Z", "last_refresh": "2023-12-06T04:24:08.732204Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-06T04:10:12.030635Z", "last_refresh": "2023-12-06T04:24:11.136541Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-06T04:27:38.916 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-06T04:27:39.870 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Dec 06 04:27:39 smithi098 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi098[111615]: cluster 2023-12-06T04:27:37.534750+0000 mgr.smithi047.erpxvz (mgr.14182) 881 : 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-12-06T04:27:39.879 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Dec 06 04:27:39 smithi047 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi047[108212]: cluster 2023-12-06T04:27:37.534750+0000 mgr.smithi047.erpxvz (mgr.14182) 881 : 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-12-06T04:27:39.917 DEBUG:teuthology.orchestra.run.smithi047:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:d03fca4f35d43f61b4679936aef7bd2f01cced0b shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 2ecad2ea-93ed-11ee-95a2-87774f69a715 -- ceph orch ls -f json 2023-12-06T04:27:40.629 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Dec 06 04:27:40 smithi047 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi047[108212]: audit 2023-12-06T04:27:38.524273+0000 mgr.smithi047.erpxvz (mgr.14182) 882 : audit [DBG] from='client.15724 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-06T04:27:40.870 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Dec 06 04:27:40 smithi098 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi098[111615]: audit 2023-12-06T04:27:38.524273+0000 mgr.smithi047.erpxvz (mgr.14182) 882 : audit [DBG] from='client.15724 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-06T04:27:41.373 INFO:teuthology.orchestra.run.smithi047.stdout: 2023-12-06T04:27:41.373 INFO:teuthology.orchestra.run.smithi047.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-06T04:10:15.517593Z", "last_refresh": "2023-12-06T04:24:11.136231Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-06T04:10:10.954835Z", "last_refresh": "2023-12-06T04:24:08.731374Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-06T04:10:13.544463Z", "last_refresh": "2023-12-06T04:24:11.136388Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-06T04:21:37.565046Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi098.canbud on smithi098: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi098-canbud\n/bin/podman: stderr Error: no such container ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi098-canbud\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi098.canbud\n/bin/podman: stderr Error: no such container ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi098.canbud\nDeploy daemon haproxy.nfs.foo.smithi098.canbud ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi098 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-06T04:19:44Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-06T04:20:22Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-06T04:21:00Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi098 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-06T04:24:07.062005Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi047.awplmn on smithi047: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi047-awplmn\n/bin/podman: stderr Error: no such container ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi047-awplmn\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi047.awplmn\n/bin/podman: stderr Error: no such container ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi047.awplmn\nDeploy daemon haproxy.nfs.foo.smithi047.awplmn ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi047 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-06T04:22:14Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-06T04:22:52Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-06T04:23:29Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi047 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-06T04:24:07.064352Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi098.hbytsr on smithi098: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-06T04:24:07.066424Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi047.smeokd on smithi047: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-06T04:26:41.051237Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi098.ysltza on smithi098: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi098-ysltza\n/bin/podman: stderr Error: no such container ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi098-ysltza\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi098.ysltza\n/bin/podman: stderr Error: no such container ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi098.ysltza\nDeploy daemon haproxy.nfs.foo.smithi098.ysltza ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi098 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-06T04:24:48Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-06T04:25:25Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-06T04:26:03Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi098 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.47/16"}, "status": {"created": "2023-12-06T04:13:56.330826Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.47/16"}}, {"events": ["2023-12-06T04:13:52.727160Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-06T04:13:52.721318Z", "last_refresh": "2023-12-06T04:24:08.732560Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-06T04:10:09.956661Z", "last_refresh": "2023-12-06T04:24:08.731634Z", "running": 2, "size": 2}}, {"events": ["2023-12-06T04:11:13.238878Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi047:172.21.15.47=smithi047", "smithi098:172.21.15.98=smithi098"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-06T04:11:13.235526Z", "last_refresh": "2023-12-06T04:24:08.731843Z", "running": 2, "size": 2}}, {"events": ["2023-12-06T04:13:56.329598Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-12-06T04:13:56.325813Z", "last_refresh": "2023-12-06T04:24:11.137018Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-06T04:10:14.589128Z", "last_refresh": "2023-12-06T04:24:08.732044Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-06T04:11:43.239438Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-06T04:11:43.235053Z", "last_refresh": "2023-12-06T04:24:08.732204Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-06T04:10:12.030635Z", "last_refresh": "2023-12-06T04:24:11.136541Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-06T04:27:41.690 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Dec 06 04:27:41 smithi047 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi047[108212]: cluster 2023-12-06T04:27:39.535338+0000 mgr.smithi047.erpxvz (mgr.14182) 883 : cluster [DBG] pgmap v531: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-06T04:27:41.758 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-06T04:27:41.870 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Dec 06 04:27:41 smithi098 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi098[111615]: cluster 2023-12-06T04:27:39.535338+0000 mgr.smithi047.erpxvz (mgr.14182) 883 : cluster [DBG] pgmap v531: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-06T04:27:42.759 DEBUG:teuthology.orchestra.run.smithi047:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:d03fca4f35d43f61b4679936aef7bd2f01cced0b shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 2ecad2ea-93ed-11ee-95a2-87774f69a715 -- ceph orch ls -f json 2023-12-06T04:27:42.794 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Dec 06 04:27:42 smithi047 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi047[108212]: audit 2023-12-06T04:27:41.368460+0000 mgr.smithi047.erpxvz (mgr.14182) 884 : audit [DBG] from='client.15728 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-06T04:27:42.870 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Dec 06 04:27:42 smithi098 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi098[111615]: audit 2023-12-06T04:27:41.368460+0000 mgr.smithi047.erpxvz (mgr.14182) 884 : audit [DBG] from='client.15728 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-06T04:27:43.814 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Dec 06 04:27:43 smithi047 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi047[108212]: cluster 2023-12-06T04:27:41.536017+0000 mgr.smithi047.erpxvz (mgr.14182) 885 : cluster [DBG] pgmap v532: 97 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-12-06T04:27:43.870 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Dec 06 04:27:43 smithi098 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi098[111615]: cluster 2023-12-06T04:27:41.536017+0000 mgr.smithi047.erpxvz (mgr.14182) 885 : cluster [DBG] pgmap v532: 97 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-12-06T04:27:44.211 INFO:teuthology.orchestra.run.smithi047.stdout: 2023-12-06T04:27:44.211 INFO:teuthology.orchestra.run.smithi047.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-06T04:10:15.517593Z", "last_refresh": "2023-12-06T04:24:11.136231Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-06T04:10:10.954835Z", "last_refresh": "2023-12-06T04:24:08.731374Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-06T04:10:13.544463Z", "last_refresh": "2023-12-06T04:24:11.136388Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-06T04:21:37.565046Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi098.canbud on smithi098: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi098-canbud\n/bin/podman: stderr Error: no such container ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi098-canbud\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi098.canbud\n/bin/podman: stderr Error: no such container ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi098.canbud\nDeploy daemon haproxy.nfs.foo.smithi098.canbud ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi098 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-06T04:19:44Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-06T04:20:22Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-06T04:21:00Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi098 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-06T04:24:07.062005Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi047.awplmn on smithi047: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi047-awplmn\n/bin/podman: stderr Error: no such container ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi047-awplmn\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi047.awplmn\n/bin/podman: stderr Error: no such container ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi047.awplmn\nDeploy daemon haproxy.nfs.foo.smithi047.awplmn ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi047 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-06T04:22:14Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-06T04:22:52Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-06T04:23:29Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi047 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-06T04:24:07.064352Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi098.hbytsr on smithi098: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-06T04:24:07.066424Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi047.smeokd on smithi047: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-06T04:26:41.051237Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi098.ysltza on smithi098: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi098-ysltza\n/bin/podman: stderr Error: no such container ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi098-ysltza\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi098.ysltza\n/bin/podman: stderr Error: no such container ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi098.ysltza\nDeploy daemon haproxy.nfs.foo.smithi098.ysltza ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi098 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-06T04:24:48Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-06T04:25:25Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-06T04:26:03Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi098 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.47/16"}, "status": {"created": "2023-12-06T04:13:56.330826Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.47/16"}}, {"events": ["2023-12-06T04:13:52.727160Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-06T04:13:52.721318Z", "last_refresh": "2023-12-06T04:24:08.732560Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-06T04:10:09.956661Z", "last_refresh": "2023-12-06T04:24:08.731634Z", "running": 2, "size": 2}}, {"events": ["2023-12-06T04:11:13.238878Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi047:172.21.15.47=smithi047", "smithi098:172.21.15.98=smithi098"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-06T04:11:13.235526Z", "last_refresh": "2023-12-06T04:24:08.731843Z", "running": 2, "size": 2}}, {"events": ["2023-12-06T04:13:56.329598Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-12-06T04:13:56.325813Z", "last_refresh": "2023-12-06T04:24:11.137018Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-06T04:10:14.589128Z", "last_refresh": "2023-12-06T04:24:08.732044Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-06T04:11:43.239438Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-06T04:11:43.235053Z", "last_refresh": "2023-12-06T04:24:08.732204Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-06T04:10:12.030635Z", "last_refresh": "2023-12-06T04:24:11.136541Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-06T04:27:44.611 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-06T04:27:44.870 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Dec 06 04:27:44 smithi098 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi098[111615]: cluster 2023-12-06T04:27:43.536645+0000 mgr.smithi047.erpxvz (mgr.14182) 886 : 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-12-06T04:27:44.870 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Dec 06 04:27:44 smithi098 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi098[111615]: audit 2023-12-06T04:27:44.206526+0000 mgr.smithi047.erpxvz (mgr.14182) 887 : audit [DBG] from='client.15732 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-06T04:27:44.879 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Dec 06 04:27:44 smithi047 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi047[108212]: cluster 2023-12-06T04:27:43.536645+0000 mgr.smithi047.erpxvz (mgr.14182) 886 : 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-12-06T04:27:44.879 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Dec 06 04:27:44 smithi047 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi047[108212]: audit 2023-12-06T04:27:44.206526+0000 mgr.smithi047.erpxvz (mgr.14182) 887 : audit [DBG] from='client.15732 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-06T04:27:45.612 DEBUG:teuthology.orchestra.run.smithi047:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:d03fca4f35d43f61b4679936aef7bd2f01cced0b shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 2ecad2ea-93ed-11ee-95a2-87774f69a715 -- ceph orch ls -f json 2023-12-06T04:27:46.870 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Dec 06 04:27:46 smithi098 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi098[111615]: cluster 2023-12-06T04:27:45.537224+0000 mgr.smithi047.erpxvz (mgr.14182) 888 : 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-12-06T04:27:46.879 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Dec 06 04:27:46 smithi047 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi047[108212]: cluster 2023-12-06T04:27:45.537224+0000 mgr.smithi047.erpxvz (mgr.14182) 888 : 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-12-06T04:27:47.068 INFO:teuthology.orchestra.run.smithi047.stdout: 2023-12-06T04:27:47.068 INFO:teuthology.orchestra.run.smithi047.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-06T04:10:15.517593Z", "last_refresh": "2023-12-06T04:24:11.136231Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-06T04:10:10.954835Z", "last_refresh": "2023-12-06T04:24:08.731374Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-06T04:10:13.544463Z", "last_refresh": "2023-12-06T04:24:11.136388Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-06T04:21:37.565046Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi098.canbud on smithi098: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi098-canbud\n/bin/podman: stderr Error: no such container ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi098-canbud\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi098.canbud\n/bin/podman: stderr Error: no such container ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi098.canbud\nDeploy daemon haproxy.nfs.foo.smithi098.canbud ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi098 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-06T04:19:44Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-06T04:20:22Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-06T04:21:00Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi098 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-06T04:24:07.062005Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi047.awplmn on smithi047: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi047-awplmn\n/bin/podman: stderr Error: no such container ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi047-awplmn\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi047.awplmn\n/bin/podman: stderr Error: no such container ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi047.awplmn\nDeploy daemon haproxy.nfs.foo.smithi047.awplmn ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi047 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-06T04:22:14Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-06T04:22:52Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-06T04:23:29Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi047 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-06T04:24:07.064352Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi098.hbytsr on smithi098: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-06T04:24:07.066424Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi047.smeokd on smithi047: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-06T04:26:41.051237Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi098.ysltza on smithi098: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi098-ysltza\n/bin/podman: stderr Error: no such container ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi098-ysltza\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi098.ysltza\n/bin/podman: stderr Error: no such container ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi098.ysltza\nDeploy daemon haproxy.nfs.foo.smithi098.ysltza ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi098 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-06T04:24:48Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-06T04:25:25Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-06T04:26:03Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi098 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.47/16"}, "status": {"created": "2023-12-06T04:13:56.330826Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.47/16"}}, {"events": ["2023-12-06T04:13:52.727160Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-06T04:13:52.721318Z", "last_refresh": "2023-12-06T04:24:08.732560Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-06T04:10:09.956661Z", "last_refresh": "2023-12-06T04:24:08.731634Z", "running": 2, "size": 2}}, {"events": ["2023-12-06T04:11:13.238878Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi047:172.21.15.47=smithi047", "smithi098:172.21.15.98=smithi098"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-06T04:11:13.235526Z", "last_refresh": "2023-12-06T04:24:08.731843Z", "running": 2, "size": 2}}, {"events": ["2023-12-06T04:13:56.329598Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-12-06T04:13:56.325813Z", "last_refresh": "2023-12-06T04:24:11.137018Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-06T04:10:14.589128Z", "last_refresh": "2023-12-06T04:24:08.732044Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-06T04:11:43.239438Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-06T04:11:43.235053Z", "last_refresh": "2023-12-06T04:24:08.732204Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-06T04:10:12.030635Z", "last_refresh": "2023-12-06T04:24:11.136541Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-06T04:27:47.457 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-06T04:27:47.870 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Dec 06 04:27:47 smithi098 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi098[111615]: audit 2023-12-06T04:27:47.063268+0000 mgr.smithi047.erpxvz (mgr.14182) 889 : audit [DBG] from='client.15736 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-06T04:27:47.882 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Dec 06 04:27:47 smithi047 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi047[108212]: audit 2023-12-06T04:27:47.063268+0000 mgr.smithi047.erpxvz (mgr.14182) 889 : audit [DBG] from='client.15736 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-06T04:27:48.459 DEBUG:teuthology.orchestra.run.smithi047:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:d03fca4f35d43f61b4679936aef7bd2f01cced0b shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 2ecad2ea-93ed-11ee-95a2-87774f69a715 -- ceph orch ls -f json 2023-12-06T04:27:49.870 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Dec 06 04:27:49 smithi098 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi098[111615]: cluster 2023-12-06T04:27:47.537810+0000 mgr.smithi047.erpxvz (mgr.14182) 890 : 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-12-06T04:27:49.879 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Dec 06 04:27:49 smithi047 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi047[108212]: cluster 2023-12-06T04:27:47.537810+0000 mgr.smithi047.erpxvz (mgr.14182) 890 : 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-12-06T04:27:49.879 INFO:teuthology.orchestra.run.smithi047.stdout: 2023-12-06T04:27:49.880 INFO:teuthology.orchestra.run.smithi047.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-06T04:10:15.517593Z", "last_refresh": "2023-12-06T04:24:11.136231Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-06T04:10:10.954835Z", "last_refresh": "2023-12-06T04:24:08.731374Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-06T04:10:13.544463Z", "last_refresh": "2023-12-06T04:24:11.136388Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-06T04:21:37.565046Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi098.canbud on smithi098: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi098-canbud\n/bin/podman: stderr Error: no such container ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi098-canbud\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi098.canbud\n/bin/podman: stderr Error: no such container ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi098.canbud\nDeploy daemon haproxy.nfs.foo.smithi098.canbud ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi098 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-06T04:19:44Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-06T04:20:22Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-06T04:21:00Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi098 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-06T04:24:07.062005Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi047.awplmn on smithi047: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi047-awplmn\n/bin/podman: stderr Error: no such container ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi047-awplmn\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi047.awplmn\n/bin/podman: stderr Error: no such container ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi047.awplmn\nDeploy daemon haproxy.nfs.foo.smithi047.awplmn ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi047 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-06T04:22:14Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-06T04:22:52Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-06T04:23:29Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi047 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-06T04:24:07.064352Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi098.hbytsr on smithi098: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-06T04:24:07.066424Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi047.smeokd on smithi047: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-06T04:26:41.051237Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi098.ysltza on smithi098: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi098-ysltza\n/bin/podman: stderr Error: no such container ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi098-ysltza\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi098.ysltza\n/bin/podman: stderr Error: no such container ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi098.ysltza\nDeploy daemon haproxy.nfs.foo.smithi098.ysltza ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi098 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-06T04:24:48Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-06T04:25:25Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-06T04:26:03Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi098 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.47/16"}, "status": {"created": "2023-12-06T04:13:56.330826Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.47/16"}}, {"events": ["2023-12-06T04:13:52.727160Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-06T04:13:52.721318Z", "last_refresh": "2023-12-06T04:24:08.732560Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-06T04:10:09.956661Z", "last_refresh": "2023-12-06T04:24:08.731634Z", "running": 2, "size": 2}}, {"events": ["2023-12-06T04:11:13.238878Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi047:172.21.15.47=smithi047", "smithi098:172.21.15.98=smithi098"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-06T04:11:13.235526Z", "last_refresh": "2023-12-06T04:24:08.731843Z", "running": 2, "size": 2}}, {"events": ["2023-12-06T04:13:56.329598Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-12-06T04:13:56.325813Z", "last_refresh": "2023-12-06T04:24:11.137018Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-06T04:10:14.589128Z", "last_refresh": "2023-12-06T04:24:08.732044Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-06T04:11:43.239438Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-06T04:11:43.235053Z", "last_refresh": "2023-12-06T04:24:08.732204Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-06T04:10:12.030635Z", "last_refresh": "2023-12-06T04:24:11.136541Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-06T04:27:50.271 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-06T04:27:50.870 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Dec 06 04:27:50 smithi098 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi098[111615]: cluster 2023-12-06T04:27:49.538403+0000 mgr.smithi047.erpxvz (mgr.14182) 891 : cluster [DBG] pgmap v536: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-06T04:27:50.870 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Dec 06 04:27:50 smithi098 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi098[111615]: audit 2023-12-06T04:27:49.875217+0000 mgr.smithi047.erpxvz (mgr.14182) 892 : audit [DBG] from='client.15740 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-06T04:27:50.879 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Dec 06 04:27:50 smithi047 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi047[108212]: cluster 2023-12-06T04:27:49.538403+0000 mgr.smithi047.erpxvz (mgr.14182) 891 : cluster [DBG] pgmap v536: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-06T04:27:50.879 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Dec 06 04:27:50 smithi047 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi047[108212]: audit 2023-12-06T04:27:49.875217+0000 mgr.smithi047.erpxvz (mgr.14182) 892 : audit [DBG] from='client.15740 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-06T04:27:51.272 DEBUG:teuthology.orchestra.run.smithi047:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:d03fca4f35d43f61b4679936aef7bd2f01cced0b shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 2ecad2ea-93ed-11ee-95a2-87774f69a715 -- ceph orch ls -f json 2023-12-06T04:27:52.715 INFO:teuthology.orchestra.run.smithi047.stdout: 2023-12-06T04:27:52.715 INFO:teuthology.orchestra.run.smithi047.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-06T04:10:15.517593Z", "last_refresh": "2023-12-06T04:24:11.136231Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-06T04:10:10.954835Z", "last_refresh": "2023-12-06T04:24:08.731374Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-06T04:10:13.544463Z", "last_refresh": "2023-12-06T04:24:11.136388Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-06T04:21:37.565046Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi098.canbud on smithi098: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi098-canbud\n/bin/podman: stderr Error: no such container ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi098-canbud\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi098.canbud\n/bin/podman: stderr Error: no such container ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi098.canbud\nDeploy daemon haproxy.nfs.foo.smithi098.canbud ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi098 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-06T04:19:44Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-06T04:20:22Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-06T04:21:00Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi098 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-06T04:24:07.062005Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi047.awplmn on smithi047: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi047-awplmn\n/bin/podman: stderr Error: no such container ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi047-awplmn\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi047.awplmn\n/bin/podman: stderr Error: no such container ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi047.awplmn\nDeploy daemon haproxy.nfs.foo.smithi047.awplmn ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi047 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-06T04:22:14Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-06T04:22:52Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-06T04:23:29Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi047 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-06T04:24:07.064352Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi098.hbytsr on smithi098: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-06T04:24:07.066424Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi047.smeokd on smithi047: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-06T04:26:41.051237Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi098.ysltza on smithi098: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi098-ysltza\n/bin/podman: stderr Error: no such container ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi098-ysltza\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi098.ysltza\n/bin/podman: stderr Error: no such container ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi098.ysltza\nDeploy daemon haproxy.nfs.foo.smithi098.ysltza ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi098 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-06T04:24:48Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-06T04:25:25Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-06T04:26:03Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi098 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.47/16"}, "status": {"created": "2023-12-06T04:13:56.330826Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.47/16"}}, {"events": ["2023-12-06T04:13:52.727160Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-06T04:13:52.721318Z", "last_refresh": "2023-12-06T04:24:08.732560Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-06T04:10:09.956661Z", "last_refresh": "2023-12-06T04:24:08.731634Z", "running": 2, "size": 2}}, {"events": ["2023-12-06T04:11:13.238878Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi047:172.21.15.47=smithi047", "smithi098:172.21.15.98=smithi098"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-06T04:11:13.235526Z", "last_refresh": "2023-12-06T04:24:08.731843Z", "running": 2, "size": 2}}, {"events": ["2023-12-06T04:13:56.329598Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-12-06T04:13:56.325813Z", "last_refresh": "2023-12-06T04:24:11.137018Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-06T04:10:14.589128Z", "last_refresh": "2023-12-06T04:24:08.732044Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-06T04:11:43.239438Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-06T04:11:43.235053Z", "last_refresh": "2023-12-06T04:24:08.732204Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-06T04:10:12.030635Z", "last_refresh": "2023-12-06T04:24:11.136541Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-06T04:27:52.870 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Dec 06 04:27:52 smithi098 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi098[111615]: cluster 2023-12-06T04:27:51.538957+0000 mgr.smithi047.erpxvz (mgr.14182) 893 : cluster [DBG] pgmap v537: 97 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-12-06T04:27:52.879 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Dec 06 04:27:52 smithi047 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi047[108212]: cluster 2023-12-06T04:27:51.538957+0000 mgr.smithi047.erpxvz (mgr.14182) 893 : cluster [DBG] pgmap v537: 97 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-12-06T04:27:53.098 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-06T04:27:54.098 DEBUG:teuthology.orchestra.run.smithi047:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:d03fca4f35d43f61b4679936aef7bd2f01cced0b shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 2ecad2ea-93ed-11ee-95a2-87774f69a715 -- ceph orch ls -f json 2023-12-06T04:27:54.801 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Dec 06 04:27:54 smithi047 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi047[108212]: audit 2023-12-06T04:27:52.709992+0000 mgr.smithi047.erpxvz (mgr.14182) 894 : audit [DBG] from='client.15744 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-06T04:27:54.870 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Dec 06 04:27:54 smithi098 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi098[111615]: audit 2023-12-06T04:27:52.709992+0000 mgr.smithi047.erpxvz (mgr.14182) 894 : audit [DBG] from='client.15744 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-06T04:27:55.542 INFO:teuthology.orchestra.run.smithi047.stdout: 2023-12-06T04:27:55.542 INFO:teuthology.orchestra.run.smithi047.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-06T04:10:15.517593Z", "last_refresh": "2023-12-06T04:24:11.136231Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-06T04:10:10.954835Z", "last_refresh": "2023-12-06T04:24:08.731374Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-06T04:10:13.544463Z", "last_refresh": "2023-12-06T04:24:11.136388Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-06T04:21:37.565046Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi098.canbud on smithi098: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi098-canbud\n/bin/podman: stderr Error: no such container ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi098-canbud\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi098.canbud\n/bin/podman: stderr Error: no such container ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi098.canbud\nDeploy daemon haproxy.nfs.foo.smithi098.canbud ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi098 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-06T04:19:44Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-06T04:20:22Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-06T04:21:00Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi098 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-06T04:24:07.062005Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi047.awplmn on smithi047: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi047-awplmn\n/bin/podman: stderr Error: no such container ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi047-awplmn\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi047.awplmn\n/bin/podman: stderr Error: no such container ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi047.awplmn\nDeploy daemon haproxy.nfs.foo.smithi047.awplmn ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi047 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-06T04:22:14Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-06T04:22:52Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-06T04:23:29Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi047 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-06T04:24:07.064352Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi098.hbytsr on smithi098: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-06T04:24:07.066424Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi047.smeokd on smithi047: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-06T04:26:41.051237Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi098.ysltza on smithi098: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi098-ysltza\n/bin/podman: stderr Error: no such container ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi098-ysltza\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi098.ysltza\n/bin/podman: stderr Error: no such container ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi098.ysltza\nDeploy daemon haproxy.nfs.foo.smithi098.ysltza ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi098 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-06T04:24:48Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-06T04:25:25Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-06T04:26:03Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi098 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.47/16"}, "status": {"created": "2023-12-06T04:13:56.330826Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.47/16"}}, {"events": ["2023-12-06T04:13:52.727160Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-06T04:13:52.721318Z", "last_refresh": "2023-12-06T04:24:08.732560Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-06T04:10:09.956661Z", "last_refresh": "2023-12-06T04:24:08.731634Z", "running": 2, "size": 2}}, {"events": ["2023-12-06T04:11:13.238878Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi047:172.21.15.47=smithi047", "smithi098:172.21.15.98=smithi098"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-06T04:11:13.235526Z", "last_refresh": "2023-12-06T04:24:08.731843Z", "running": 2, "size": 2}}, {"events": ["2023-12-06T04:13:56.329598Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-12-06T04:13:56.325813Z", "last_refresh": "2023-12-06T04:24:11.137018Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-06T04:10:14.589128Z", "last_refresh": "2023-12-06T04:24:08.732044Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-06T04:11:43.239438Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-06T04:11:43.235053Z", "last_refresh": "2023-12-06T04:24:08.732204Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-06T04:10:12.030635Z", "last_refresh": "2023-12-06T04:24:11.136541Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-06T04:27:55.846 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Dec 06 04:27:55 smithi047 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi047[108212]: cluster 2023-12-06T04:27:53.539411+0000 mgr.smithi047.erpxvz (mgr.14182) 895 : 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-12-06T04:27:55.870 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Dec 06 04:27:55 smithi098 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi098[111615]: cluster 2023-12-06T04:27:53.539411+0000 mgr.smithi047.erpxvz (mgr.14182) 895 : 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-12-06T04:27:55.931 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-06T04:27:56.870 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Dec 06 04:27:56 smithi098 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi098[111615]: audit 2023-12-06T04:27:55.536855+0000 mgr.smithi047.erpxvz (mgr.14182) 896 : audit [DBG] from='client.15748 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-06T04:27:56.870 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Dec 06 04:27:56 smithi098 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi098[111615]: cluster 2023-12-06T04:27:55.539798+0000 mgr.smithi047.erpxvz (mgr.14182) 897 : 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-12-06T04:27:56.879 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Dec 06 04:27:56 smithi047 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi047[108212]: audit 2023-12-06T04:27:55.536855+0000 mgr.smithi047.erpxvz (mgr.14182) 896 : audit [DBG] from='client.15748 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-06T04:27:56.879 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Dec 06 04:27:56 smithi047 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi047[108212]: cluster 2023-12-06T04:27:55.539798+0000 mgr.smithi047.erpxvz (mgr.14182) 897 : 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-12-06T04:27:56.931 DEBUG:teuthology.orchestra.run.smithi047:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:d03fca4f35d43f61b4679936aef7bd2f01cced0b shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 2ecad2ea-93ed-11ee-95a2-87774f69a715 -- ceph orch ls -f json 2023-12-06T04:27:58.403 INFO:teuthology.orchestra.run.smithi047.stdout: 2023-12-06T04:27:58.403 INFO:teuthology.orchestra.run.smithi047.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-06T04:10:15.517593Z", "last_refresh": "2023-12-06T04:24:11.136231Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-06T04:10:10.954835Z", "last_refresh": "2023-12-06T04:24:08.731374Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-06T04:10:13.544463Z", "last_refresh": "2023-12-06T04:24:11.136388Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-06T04:21:37.565046Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi098.canbud on smithi098: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi098-canbud\n/bin/podman: stderr Error: no such container ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi098-canbud\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi098.canbud\n/bin/podman: stderr Error: no such container ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi098.canbud\nDeploy daemon haproxy.nfs.foo.smithi098.canbud ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi098 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-06T04:19:44Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-06T04:20:22Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-06T04:21:00Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi098 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-06T04:24:07.062005Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi047.awplmn on smithi047: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi047-awplmn\n/bin/podman: stderr Error: no such container ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi047-awplmn\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi047.awplmn\n/bin/podman: stderr Error: no such container ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi047.awplmn\nDeploy daemon haproxy.nfs.foo.smithi047.awplmn ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi047 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-06T04:22:14Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-06T04:22:52Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-06T04:23:29Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi047 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-06T04:24:07.064352Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi098.hbytsr on smithi098: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-06T04:24:07.066424Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi047.smeokd on smithi047: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-06T04:26:41.051237Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi098.ysltza on smithi098: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi098-ysltza\n/bin/podman: stderr Error: no such container ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi098-ysltza\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi098.ysltza\n/bin/podman: stderr Error: no such container ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi098.ysltza\nDeploy daemon haproxy.nfs.foo.smithi098.ysltza ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi098 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-06T04:24:48Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-06T04:25:25Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-06T04:26:03Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi098 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.47/16"}, "status": {"created": "2023-12-06T04:13:56.330826Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.47/16"}}, {"events": ["2023-12-06T04:13:52.727160Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-06T04:13:52.721318Z", "last_refresh": "2023-12-06T04:24:08.732560Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-06T04:10:09.956661Z", "last_refresh": "2023-12-06T04:24:08.731634Z", "running": 2, "size": 2}}, {"events": ["2023-12-06T04:11:13.238878Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi047:172.21.15.47=smithi047", "smithi098:172.21.15.98=smithi098"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-06T04:11:13.235526Z", "last_refresh": "2023-12-06T04:24:08.731843Z", "running": 2, "size": 2}}, {"events": ["2023-12-06T04:13:56.329598Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-12-06T04:13:56.325813Z", "last_refresh": "2023-12-06T04:24:11.137018Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-06T04:10:14.589128Z", "last_refresh": "2023-12-06T04:24:08.732044Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-06T04:11:43.239438Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-06T04:11:43.235053Z", "last_refresh": "2023-12-06T04:24:08.732204Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-06T04:10:12.030635Z", "last_refresh": "2023-12-06T04:24:11.136541Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-06T04:27:58.688 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Dec 06 04:27:58 smithi047 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi047[108212]: cluster 2023-12-06T04:27:57.540326+0000 mgr.smithi047.erpxvz (mgr.14182) 898 : 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-12-06T04:27:58.688 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Dec 06 04:27:58 smithi047 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi047[108212]: audit 2023-12-06T04:27:58.397911+0000 mgr.smithi047.erpxvz (mgr.14182) 899 : audit [DBG] from='client.15752 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-06T04:27:58.788 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-06T04:27:58.870 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Dec 06 04:27:58 smithi098 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi098[111615]: cluster 2023-12-06T04:27:57.540326+0000 mgr.smithi047.erpxvz (mgr.14182) 898 : 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-12-06T04:27:58.870 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Dec 06 04:27:58 smithi098 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi098[111615]: audit 2023-12-06T04:27:58.397911+0000 mgr.smithi047.erpxvz (mgr.14182) 899 : audit [DBG] from='client.15752 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-06T04:27:59.789 DEBUG:teuthology.orchestra.run.smithi047:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:d03fca4f35d43f61b4679936aef7bd2f01cced0b shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 2ecad2ea-93ed-11ee-95a2-87774f69a715 -- ceph orch ls -f json 2023-12-06T04:28:00.829 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Dec 06 04:28:00 smithi047 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi047[108212]: cluster 2023-12-06T04:27:59.540796+0000 mgr.smithi047.erpxvz (mgr.14182) 900 : cluster [DBG] pgmap v541: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-06T04:28:00.870 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Dec 06 04:28:00 smithi098 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi098[111615]: cluster 2023-12-06T04:27:59.540796+0000 mgr.smithi047.erpxvz (mgr.14182) 900 : cluster [DBG] pgmap v541: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-06T04:28:01.232 INFO:teuthology.orchestra.run.smithi047.stdout: 2023-12-06T04:28:01.232 INFO:teuthology.orchestra.run.smithi047.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-06T04:10:15.517593Z", "last_refresh": "2023-12-06T04:24:11.136231Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-06T04:10:10.954835Z", "last_refresh": "2023-12-06T04:24:08.731374Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-06T04:10:13.544463Z", "last_refresh": "2023-12-06T04:24:11.136388Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-06T04:21:37.565046Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi098.canbud on smithi098: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi098-canbud\n/bin/podman: stderr Error: no such container ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi098-canbud\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi098.canbud\n/bin/podman: stderr Error: no such container ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi098.canbud\nDeploy daemon haproxy.nfs.foo.smithi098.canbud ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi098 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-06T04:19:44Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-06T04:20:22Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-06T04:21:00Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi098 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-06T04:24:07.062005Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi047.awplmn on smithi047: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi047-awplmn\n/bin/podman: stderr Error: no such container ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi047-awplmn\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi047.awplmn\n/bin/podman: stderr Error: no such container ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi047.awplmn\nDeploy daemon haproxy.nfs.foo.smithi047.awplmn ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi047 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-06T04:22:14Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-06T04:22:52Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-06T04:23:29Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi047 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-06T04:24:07.064352Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi098.hbytsr on smithi098: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-06T04:24:07.066424Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi047.smeokd on smithi047: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-06T04:26:41.051237Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi098.ysltza on smithi098: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi098-ysltza\n/bin/podman: stderr Error: no such container ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi098-ysltza\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi098.ysltza\n/bin/podman: stderr Error: no such container ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi098.ysltza\nDeploy daemon haproxy.nfs.foo.smithi098.ysltza ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi098 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-06T04:24:48Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-06T04:25:25Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-06T04:26:03Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi098 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.47/16"}, "status": {"created": "2023-12-06T04:13:56.330826Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.47/16"}}, {"events": ["2023-12-06T04:13:52.727160Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-06T04:13:52.721318Z", "last_refresh": "2023-12-06T04:24:08.732560Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-06T04:10:09.956661Z", "last_refresh": "2023-12-06T04:24:08.731634Z", "running": 2, "size": 2}}, {"events": ["2023-12-06T04:11:13.238878Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi047:172.21.15.47=smithi047", "smithi098:172.21.15.98=smithi098"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-06T04:11:13.235526Z", "last_refresh": "2023-12-06T04:24:08.731843Z", "running": 2, "size": 2}}, {"events": ["2023-12-06T04:13:56.329598Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-12-06T04:13:56.325813Z", "last_refresh": "2023-12-06T04:24:11.137018Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-06T04:10:14.589128Z", "last_refresh": "2023-12-06T04:24:08.732044Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-06T04:11:43.239438Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-06T04:11:43.235053Z", "last_refresh": "2023-12-06T04:24:08.732204Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-06T04:10:12.030635Z", "last_refresh": "2023-12-06T04:24:11.136541Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-06T04:28:01.623 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-06T04:28:01.806 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Dec 06 04:28:01 smithi047 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi047[108212]: audit 2023-12-06T04:28:01.227720+0000 mgr.smithi047.erpxvz (mgr.14182) 901 : audit [DBG] from='client.15756 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-06T04:28:01.870 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Dec 06 04:28:01 smithi098 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi098[111615]: audit 2023-12-06T04:28:01.227720+0000 mgr.smithi047.erpxvz (mgr.14182) 901 : audit [DBG] from='client.15756 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-06T04:28:02.624 DEBUG:teuthology.orchestra.run.smithi047:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:d03fca4f35d43f61b4679936aef7bd2f01cced0b shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 2ecad2ea-93ed-11ee-95a2-87774f69a715 -- ceph orch ls -f json 2023-12-06T04:28:02.870 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Dec 06 04:28:02 smithi098 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi098[111615]: cluster 2023-12-06T04:28:01.541366+0000 mgr.smithi047.erpxvz (mgr.14182) 902 : cluster [DBG] pgmap v542: 97 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-12-06T04:28:02.879 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Dec 06 04:28:02 smithi047 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi047[108212]: cluster 2023-12-06T04:28:01.541366+0000 mgr.smithi047.erpxvz (mgr.14182) 902 : cluster [DBG] pgmap v542: 97 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-12-06T04:28:04.050 INFO:teuthology.orchestra.run.smithi047.stdout: 2023-12-06T04:28:04.050 INFO:teuthology.orchestra.run.smithi047.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-06T04:10:15.517593Z", "last_refresh": "2023-12-06T04:24:11.136231Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-06T04:10:10.954835Z", "last_refresh": "2023-12-06T04:24:08.731374Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-06T04:10:13.544463Z", "last_refresh": "2023-12-06T04:24:11.136388Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-06T04:21:37.565046Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi098.canbud on smithi098: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi098-canbud\n/bin/podman: stderr Error: no such container ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi098-canbud\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi098.canbud\n/bin/podman: stderr Error: no such container ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi098.canbud\nDeploy daemon haproxy.nfs.foo.smithi098.canbud ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi098 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-06T04:19:44Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-06T04:20:22Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-06T04:21:00Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi098 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-06T04:24:07.062005Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi047.awplmn on smithi047: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi047-awplmn\n/bin/podman: stderr Error: no such container ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi047-awplmn\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi047.awplmn\n/bin/podman: stderr Error: no such container ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi047.awplmn\nDeploy daemon haproxy.nfs.foo.smithi047.awplmn ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi047 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-06T04:22:14Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-06T04:22:52Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-06T04:23:29Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi047 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-06T04:24:07.064352Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi098.hbytsr on smithi098: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-06T04:24:07.066424Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi047.smeokd on smithi047: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-06T04:26:41.051237Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi098.ysltza on smithi098: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi098-ysltza\n/bin/podman: stderr Error: no such container ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi098-ysltza\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi098.ysltza\n/bin/podman: stderr Error: no such container ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi098.ysltza\nDeploy daemon haproxy.nfs.foo.smithi098.ysltza ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi098 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-06T04:24:48Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-06T04:25:25Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-06T04:26:03Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi098 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.47/16"}, "status": {"created": "2023-12-06T04:13:56.330826Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.47/16"}}, {"events": ["2023-12-06T04:13:52.727160Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-06T04:13:52.721318Z", "last_refresh": "2023-12-06T04:24:08.732560Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-06T04:10:09.956661Z", "last_refresh": "2023-12-06T04:24:08.731634Z", "running": 2, "size": 2}}, {"events": ["2023-12-06T04:11:13.238878Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi047:172.21.15.47=smithi047", "smithi098:172.21.15.98=smithi098"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-06T04:11:13.235526Z", "last_refresh": "2023-12-06T04:24:08.731843Z", "running": 2, "size": 2}}, {"events": ["2023-12-06T04:13:56.329598Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-12-06T04:13:56.325813Z", "last_refresh": "2023-12-06T04:24:11.137018Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-06T04:10:14.589128Z", "last_refresh": "2023-12-06T04:24:08.732044Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-06T04:11:43.239438Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-06T04:11:43.235053Z", "last_refresh": "2023-12-06T04:24:08.732204Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-06T04:10:12.030635Z", "last_refresh": "2023-12-06T04:24:11.136541Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-06T04:28:04.429 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-06T04:28:04.629 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Dec 06 04:28:04 smithi047 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi047[108212]: cluster 2023-12-06T04:28:03.541858+0000 mgr.smithi047.erpxvz (mgr.14182) 903 : 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-12-06T04:28:04.629 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Dec 06 04:28:04 smithi047 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi047[108212]: audit 2023-12-06T04:28:04.045147+0000 mgr.smithi047.erpxvz (mgr.14182) 904 : audit [DBG] from='client.15760 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-06T04:28:04.870 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Dec 06 04:28:04 smithi098 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi098[111615]: cluster 2023-12-06T04:28:03.541858+0000 mgr.smithi047.erpxvz (mgr.14182) 903 : 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-12-06T04:28:04.870 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Dec 06 04:28:04 smithi098 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi098[111615]: audit 2023-12-06T04:28:04.045147+0000 mgr.smithi047.erpxvz (mgr.14182) 904 : audit [DBG] from='client.15760 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-06T04:28:05.430 DEBUG:teuthology.orchestra.run.smithi047:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:d03fca4f35d43f61b4679936aef7bd2f01cced0b shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 2ecad2ea-93ed-11ee-95a2-87774f69a715 -- ceph orch ls -f json 2023-12-06T04:28:06.840 INFO:teuthology.orchestra.run.smithi047.stdout: 2023-12-06T04:28:06.840 INFO:teuthology.orchestra.run.smithi047.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-06T04:10:15.517593Z", "last_refresh": "2023-12-06T04:24:11.136231Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-06T04:10:10.954835Z", "last_refresh": "2023-12-06T04:24:08.731374Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-06T04:10:13.544463Z", "last_refresh": "2023-12-06T04:24:11.136388Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-06T04:21:37.565046Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi098.canbud on smithi098: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi098-canbud\n/bin/podman: stderr Error: no such container ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi098-canbud\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi098.canbud\n/bin/podman: stderr Error: no such container ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi098.canbud\nDeploy daemon haproxy.nfs.foo.smithi098.canbud ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi098 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-06T04:19:44Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-06T04:20:22Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-06T04:21:00Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi098 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-06T04:24:07.062005Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi047.awplmn on smithi047: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi047-awplmn\n/bin/podman: stderr Error: no such container ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi047-awplmn\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi047.awplmn\n/bin/podman: stderr Error: no such container ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi047.awplmn\nDeploy daemon haproxy.nfs.foo.smithi047.awplmn ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi047 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-06T04:22:14Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-06T04:22:52Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-06T04:23:29Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi047 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-06T04:24:07.064352Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi098.hbytsr on smithi098: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-06T04:24:07.066424Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi047.smeokd on smithi047: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-06T04:26:41.051237Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi098.ysltza on smithi098: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi098-ysltza\n/bin/podman: stderr Error: no such container ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi098-ysltza\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi098.ysltza\n/bin/podman: stderr Error: no such container ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi098.ysltza\nDeploy daemon haproxy.nfs.foo.smithi098.ysltza ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi098 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-06T04:24:48Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-06T04:25:25Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-06T04:26:03Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi098 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.47/16"}, "status": {"created": "2023-12-06T04:13:56.330826Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.47/16"}}, {"events": ["2023-12-06T04:13:52.727160Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-06T04:13:52.721318Z", "last_refresh": "2023-12-06T04:24:08.732560Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-06T04:10:09.956661Z", "last_refresh": "2023-12-06T04:24:08.731634Z", "running": 2, "size": 2}}, {"events": ["2023-12-06T04:11:13.238878Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi047:172.21.15.47=smithi047", "smithi098:172.21.15.98=smithi098"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-06T04:11:13.235526Z", "last_refresh": "2023-12-06T04:24:08.731843Z", "running": 2, "size": 2}}, {"events": ["2023-12-06T04:13:56.329598Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-12-06T04:13:56.325813Z", "last_refresh": "2023-12-06T04:24:11.137018Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-06T04:10:14.589128Z", "last_refresh": "2023-12-06T04:24:08.732044Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-06T04:11:43.239438Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-06T04:11:43.235053Z", "last_refresh": "2023-12-06T04:24:08.732204Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-06T04:10:12.030635Z", "last_refresh": "2023-12-06T04:24:11.136541Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-06T04:28:06.862 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Dec 06 04:28:06 smithi047 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi047[108212]: cluster 2023-12-06T04:28:05.542292+0000 mgr.smithi047.erpxvz (mgr.14182) 905 : 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-12-06T04:28:06.870 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Dec 06 04:28:06 smithi098 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi098[111615]: cluster 2023-12-06T04:28:05.542292+0000 mgr.smithi047.erpxvz (mgr.14182) 905 : 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-12-06T04:28:07.220 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-06T04:28:07.870 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Dec 06 04:28:07 smithi098 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi098[111615]: audit 2023-12-06T04:28:06.834454+0000 mgr.smithi047.erpxvz (mgr.14182) 906 : audit [DBG] from='client.15764 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-06T04:28:07.879 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Dec 06 04:28:07 smithi047 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi047[108212]: audit 2023-12-06T04:28:06.834454+0000 mgr.smithi047.erpxvz (mgr.14182) 906 : audit [DBG] from='client.15764 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-06T04:28:08.221 DEBUG:teuthology.orchestra.run.smithi047:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:d03fca4f35d43f61b4679936aef7bd2f01cced0b shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 2ecad2ea-93ed-11ee-95a2-87774f69a715 -- ceph orch ls -f json 2023-12-06T04:28:08.870 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Dec 06 04:28:08 smithi098 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi098[111615]: cluster 2023-12-06T04:28:07.542864+0000 mgr.smithi047.erpxvz (mgr.14182) 907 : 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-12-06T04:28:08.879 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Dec 06 04:28:08 smithi047 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi047[108212]: cluster 2023-12-06T04:28:07.542864+0000 mgr.smithi047.erpxvz (mgr.14182) 907 : 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-12-06T04:28:09.677 INFO:teuthology.orchestra.run.smithi047.stdout: 2023-12-06T04:28:09.677 INFO:teuthology.orchestra.run.smithi047.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-06T04:10:15.517593Z", "last_refresh": "2023-12-06T04:24:11.136231Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-06T04:10:10.954835Z", "last_refresh": "2023-12-06T04:24:08.731374Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-06T04:10:13.544463Z", "last_refresh": "2023-12-06T04:24:11.136388Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-06T04:21:37.565046Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi098.canbud on smithi098: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi098-canbud\n/bin/podman: stderr Error: no such container ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi098-canbud\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi098.canbud\n/bin/podman: stderr Error: no such container ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi098.canbud\nDeploy daemon haproxy.nfs.foo.smithi098.canbud ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi098 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-06T04:19:44Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-06T04:20:22Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-06T04:21:00Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi098 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-06T04:24:07.062005Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi047.awplmn on smithi047: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi047-awplmn\n/bin/podman: stderr Error: no such container ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi047-awplmn\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi047.awplmn\n/bin/podman: stderr Error: no such container ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi047.awplmn\nDeploy daemon haproxy.nfs.foo.smithi047.awplmn ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi047 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-06T04:22:14Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-06T04:22:52Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-06T04:23:29Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi047 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-06T04:24:07.064352Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi098.hbytsr on smithi098: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-06T04:24:07.066424Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi047.smeokd on smithi047: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-06T04:26:41.051237Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi098.ysltza on smithi098: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi098-ysltza\n/bin/podman: stderr Error: no such container ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi098-ysltza\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi098.ysltza\n/bin/podman: stderr Error: no such container ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi098.ysltza\nDeploy daemon haproxy.nfs.foo.smithi098.ysltza ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi098 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-06T04:24:48Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-06T04:25:25Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-06T04:26:03Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi098 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.47/16"}, "status": {"created": "2023-12-06T04:13:56.330826Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.47/16"}}, {"events": ["2023-12-06T04:13:52.727160Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-06T04:13:52.721318Z", "last_refresh": "2023-12-06T04:24:08.732560Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-06T04:10:09.956661Z", "last_refresh": "2023-12-06T04:24:08.731634Z", "running": 2, "size": 2}}, {"events": ["2023-12-06T04:11:13.238878Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi047:172.21.15.47=smithi047", "smithi098:172.21.15.98=smithi098"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-06T04:11:13.235526Z", "last_refresh": "2023-12-06T04:24:08.731843Z", "running": 2, "size": 2}}, {"events": ["2023-12-06T04:13:56.329598Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-12-06T04:13:56.325813Z", "last_refresh": "2023-12-06T04:24:11.137018Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-06T04:10:14.589128Z", "last_refresh": "2023-12-06T04:24:08.732044Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-06T04:11:43.239438Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-06T04:11:43.235053Z", "last_refresh": "2023-12-06T04:24:08.732204Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-06T04:10:12.030635Z", "last_refresh": "2023-12-06T04:24:11.136541Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-06T04:28:10.061 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-06T04:28:10.870 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Dec 06 04:28:10 smithi098 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi098[111615]: cluster 2023-12-06T04:28:09.543334+0000 mgr.smithi047.erpxvz (mgr.14182) 908 : cluster [DBG] pgmap v546: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-06T04:28:10.870 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Dec 06 04:28:10 smithi098 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi098[111615]: audit 2023-12-06T04:28:09.672063+0000 mgr.smithi047.erpxvz (mgr.14182) 909 : audit [DBG] from='client.15768 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-06T04:28:10.879 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Dec 06 04:28:10 smithi047 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi047[108212]: cluster 2023-12-06T04:28:09.543334+0000 mgr.smithi047.erpxvz (mgr.14182) 908 : cluster [DBG] pgmap v546: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-06T04:28:10.879 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Dec 06 04:28:10 smithi047 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi047[108212]: audit 2023-12-06T04:28:09.672063+0000 mgr.smithi047.erpxvz (mgr.14182) 909 : audit [DBG] from='client.15768 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-06T04:28:11.062 DEBUG:teuthology.orchestra.run.smithi047:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:d03fca4f35d43f61b4679936aef7bd2f01cced0b shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 2ecad2ea-93ed-11ee-95a2-87774f69a715 -- ceph orch ls -f json 2023-12-06T04:28:12.557 INFO:teuthology.orchestra.run.smithi047.stdout: 2023-12-06T04:28:12.557 INFO:teuthology.orchestra.run.smithi047.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-06T04:10:15.517593Z", "last_refresh": "2023-12-06T04:24:11.136231Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-06T04:10:10.954835Z", "last_refresh": "2023-12-06T04:24:08.731374Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-06T04:10:13.544463Z", "last_refresh": "2023-12-06T04:24:11.136388Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-06T04:21:37.565046Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi098.canbud on smithi098: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi098-canbud\n/bin/podman: stderr Error: no such container ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi098-canbud\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi098.canbud\n/bin/podman: stderr Error: no such container ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi098.canbud\nDeploy daemon haproxy.nfs.foo.smithi098.canbud ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi098 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-06T04:19:44Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-06T04:20:22Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-06T04:21:00Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi098 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-06T04:24:07.062005Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi047.awplmn on smithi047: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi047-awplmn\n/bin/podman: stderr Error: no such container ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi047-awplmn\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi047.awplmn\n/bin/podman: stderr Error: no such container ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi047.awplmn\nDeploy daemon haproxy.nfs.foo.smithi047.awplmn ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi047 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-06T04:22:14Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-06T04:22:52Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-06T04:23:29Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi047 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-06T04:24:07.064352Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi098.hbytsr on smithi098: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-06T04:24:07.066424Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi047.smeokd on smithi047: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-06T04:26:41.051237Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi098.ysltza on smithi098: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi098-ysltza\n/bin/podman: stderr Error: no such container ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi098-ysltza\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi098.ysltza\n/bin/podman: stderr Error: no such container ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi098.ysltza\nDeploy daemon haproxy.nfs.foo.smithi098.ysltza ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi098 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-06T04:24:48Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-06T04:25:25Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-06T04:26:03Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi098 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.47/16"}, "status": {"created": "2023-12-06T04:13:56.330826Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.47/16"}}, {"events": ["2023-12-06T04:13:52.727160Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-06T04:13:52.721318Z", "last_refresh": "2023-12-06T04:24:08.732560Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-06T04:10:09.956661Z", "last_refresh": "2023-12-06T04:24:08.731634Z", "running": 2, "size": 2}}, {"events": ["2023-12-06T04:11:13.238878Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi047:172.21.15.47=smithi047", "smithi098:172.21.15.98=smithi098"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-06T04:11:13.235526Z", "last_refresh": "2023-12-06T04:24:08.731843Z", "running": 2, "size": 2}}, {"events": ["2023-12-06T04:13:56.329598Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-12-06T04:13:56.325813Z", "last_refresh": "2023-12-06T04:24:11.137018Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-06T04:10:14.589128Z", "last_refresh": "2023-12-06T04:24:08.732044Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-06T04:11:43.239438Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-06T04:11:43.235053Z", "last_refresh": "2023-12-06T04:24:08.732204Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-06T04:10:12.030635Z", "last_refresh": "2023-12-06T04:24:11.136541Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-06T04:28:12.870 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Dec 06 04:28:12 smithi098 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi098[111615]: cluster 2023-12-06T04:28:11.543894+0000 mgr.smithi047.erpxvz (mgr.14182) 910 : cluster [DBG] pgmap v547: 97 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-12-06T04:28:12.879 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Dec 06 04:28:12 smithi047 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi047[108212]: cluster 2023-12-06T04:28:11.543894+0000 mgr.smithi047.erpxvz (mgr.14182) 910 : cluster [DBG] pgmap v547: 97 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-12-06T04:28:12.936 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-06T04:28:13.870 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Dec 06 04:28:13 smithi098 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi098[111615]: audit 2023-12-06T04:28:12.552596+0000 mgr.smithi047.erpxvz (mgr.14182) 911 : audit [DBG] from='client.15772 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-06T04:28:13.879 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Dec 06 04:28:13 smithi047 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi047[108212]: audit 2023-12-06T04:28:12.552596+0000 mgr.smithi047.erpxvz (mgr.14182) 911 : audit [DBG] from='client.15772 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-06T04:28:13.937 DEBUG:teuthology.orchestra.run.smithi047:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:d03fca4f35d43f61b4679936aef7bd2f01cced0b shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 2ecad2ea-93ed-11ee-95a2-87774f69a715 -- ceph orch ls -f json 2023-12-06T04:28:14.870 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Dec 06 04:28:14 smithi098 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi098[111615]: cluster 2023-12-06T04:28:13.544477+0000 mgr.smithi047.erpxvz (mgr.14182) 912 : 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-12-06T04:28:14.879 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Dec 06 04:28:14 smithi047 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi047[108212]: cluster 2023-12-06T04:28:13.544477+0000 mgr.smithi047.erpxvz (mgr.14182) 912 : 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-12-06T04:28:15.388 INFO:teuthology.orchestra.run.smithi047.stdout: 2023-12-06T04:28:15.388 INFO:teuthology.orchestra.run.smithi047.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-06T04:10:15.517593Z", "last_refresh": "2023-12-06T04:24:11.136231Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-06T04:10:10.954835Z", "last_refresh": "2023-12-06T04:24:08.731374Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-06T04:10:13.544463Z", "last_refresh": "2023-12-06T04:24:11.136388Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-06T04:21:37.565046Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi098.canbud on smithi098: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi098-canbud\n/bin/podman: stderr Error: no such container ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi098-canbud\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi098.canbud\n/bin/podman: stderr Error: no such container ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi098.canbud\nDeploy daemon haproxy.nfs.foo.smithi098.canbud ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi098 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-06T04:19:44Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-06T04:20:22Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-06T04:21:00Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi098 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-06T04:24:07.062005Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi047.awplmn on smithi047: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi047-awplmn\n/bin/podman: stderr Error: no such container ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi047-awplmn\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi047.awplmn\n/bin/podman: stderr Error: no such container ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi047.awplmn\nDeploy daemon haproxy.nfs.foo.smithi047.awplmn ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi047 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-06T04:22:14Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-06T04:22:52Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-06T04:23:29Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi047 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-06T04:24:07.064352Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi098.hbytsr on smithi098: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-06T04:24:07.066424Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi047.smeokd on smithi047: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-06T04:26:41.051237Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi098.ysltza on smithi098: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi098-ysltza\n/bin/podman: stderr Error: no such container ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi098-ysltza\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi098.ysltza\n/bin/podman: stderr Error: no such container ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi098.ysltza\nDeploy daemon haproxy.nfs.foo.smithi098.ysltza ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi098 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-06T04:24:48Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-06T04:25:25Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-06T04:26:03Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi098 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.47/16"}, "status": {"created": "2023-12-06T04:13:56.330826Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.47/16"}}, {"events": ["2023-12-06T04:13:52.727160Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-06T04:13:52.721318Z", "last_refresh": "2023-12-06T04:24:08.732560Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-06T04:10:09.956661Z", "last_refresh": "2023-12-06T04:24:08.731634Z", "running": 2, "size": 2}}, {"events": ["2023-12-06T04:11:13.238878Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi047:172.21.15.47=smithi047", "smithi098:172.21.15.98=smithi098"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-06T04:11:13.235526Z", "last_refresh": "2023-12-06T04:24:08.731843Z", "running": 2, "size": 2}}, {"events": ["2023-12-06T04:13:56.329598Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-12-06T04:13:56.325813Z", "last_refresh": "2023-12-06T04:24:11.137018Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-06T04:10:14.589128Z", "last_refresh": "2023-12-06T04:24:08.732044Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-06T04:11:43.239438Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-06T04:11:43.235053Z", "last_refresh": "2023-12-06T04:24:08.732204Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-06T04:10:12.030635Z", "last_refresh": "2023-12-06T04:24:11.136541Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-06T04:28:15.719 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Dec 06 04:28:15 smithi047 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi047[108212]: audit 2023-12-06T04:28:15.383596+0000 mgr.smithi047.erpxvz (mgr.14182) 913 : audit [DBG] from='client.15776 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-06T04:28:15.787 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-06T04:28:16.120 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Dec 06 04:28:15 smithi098 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi098[111615]: audit 2023-12-06T04:28:15.383596+0000 mgr.smithi047.erpxvz (mgr.14182) 913 : audit [DBG] from='client.15776 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-06T04:28:16.790 DEBUG:teuthology.orchestra.run.smithi047:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:d03fca4f35d43f61b4679936aef7bd2f01cced0b shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 2ecad2ea-93ed-11ee-95a2-87774f69a715 -- ceph orch ls -f json 2023-12-06T04:28:16.879 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Dec 06 04:28:16 smithi047 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi047[108212]: cluster 2023-12-06T04:28:15.545010+0000 mgr.smithi047.erpxvz (mgr.14182) 914 : 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-12-06T04:28:17.120 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Dec 06 04:28:16 smithi098 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi098[111615]: cluster 2023-12-06T04:28:15.545010+0000 mgr.smithi047.erpxvz (mgr.14182) 914 : 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-12-06T04:28:18.226 INFO:teuthology.orchestra.run.smithi047.stdout: 2023-12-06T04:28:18.227 INFO:teuthology.orchestra.run.smithi047.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-06T04:10:15.517593Z", "last_refresh": "2023-12-06T04:24:11.136231Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-06T04:10:10.954835Z", "last_refresh": "2023-12-06T04:24:08.731374Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-06T04:10:13.544463Z", "last_refresh": "2023-12-06T04:24:11.136388Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-06T04:21:37.565046Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi098.canbud on smithi098: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi098-canbud\n/bin/podman: stderr Error: no such container ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi098-canbud\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi098.canbud\n/bin/podman: stderr Error: no such container ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi098.canbud\nDeploy daemon haproxy.nfs.foo.smithi098.canbud ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi098 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-06T04:19:44Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-06T04:20:22Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-06T04:21:00Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi098 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-06T04:24:07.062005Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi047.awplmn on smithi047: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi047-awplmn\n/bin/podman: stderr Error: no such container ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi047-awplmn\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi047.awplmn\n/bin/podman: stderr Error: no such container ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi047.awplmn\nDeploy daemon haproxy.nfs.foo.smithi047.awplmn ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi047 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-06T04:22:14Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-06T04:22:52Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-06T04:23:29Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi047 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-06T04:24:07.064352Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi098.hbytsr on smithi098: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-06T04:24:07.066424Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi047.smeokd on smithi047: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-06T04:26:41.051237Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi098.ysltza on smithi098: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi098-ysltza\n/bin/podman: stderr Error: no such container ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi098-ysltza\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi098.ysltza\n/bin/podman: stderr Error: no such container ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi098.ysltza\nDeploy daemon haproxy.nfs.foo.smithi098.ysltza ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi098 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-06T04:24:48Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-06T04:25:25Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-06T04:26:03Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi098 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.47/16"}, "status": {"created": "2023-12-06T04:13:56.330826Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.47/16"}}, {"events": ["2023-12-06T04:13:52.727160Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-06T04:13:52.721318Z", "last_refresh": "2023-12-06T04:24:08.732560Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-06T04:10:09.956661Z", "last_refresh": "2023-12-06T04:24:08.731634Z", "running": 2, "size": 2}}, {"events": ["2023-12-06T04:11:13.238878Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi047:172.21.15.47=smithi047", "smithi098:172.21.15.98=smithi098"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-06T04:11:13.235526Z", "last_refresh": "2023-12-06T04:24:08.731843Z", "running": 2, "size": 2}}, {"events": ["2023-12-06T04:13:56.329598Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-12-06T04:13:56.325813Z", "last_refresh": "2023-12-06T04:24:11.137018Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-06T04:10:14.589128Z", "last_refresh": "2023-12-06T04:24:08.732044Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-06T04:11:43.239438Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-06T04:11:43.235053Z", "last_refresh": "2023-12-06T04:24:08.732204Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-06T04:10:12.030635Z", "last_refresh": "2023-12-06T04:24:11.136541Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-06T04:28:18.645 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-06T04:28:18.879 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Dec 06 04:28:18 smithi047 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi047[108212]: cluster 2023-12-06T04:28:17.545745+0000 mgr.smithi047.erpxvz (mgr.14182) 915 : 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-12-06T04:28:18.879 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Dec 06 04:28:18 smithi047 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi047[108212]: audit 2023-12-06T04:28:18.218919+0000 mgr.smithi047.erpxvz (mgr.14182) 916 : audit [DBG] from='client.15780 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-06T04:28:19.120 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Dec 06 04:28:18 smithi098 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi098[111615]: cluster 2023-12-06T04:28:17.545745+0000 mgr.smithi047.erpxvz (mgr.14182) 915 : 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-12-06T04:28:19.120 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Dec 06 04:28:18 smithi098 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi098[111615]: audit 2023-12-06T04:28:18.218919+0000 mgr.smithi047.erpxvz (mgr.14182) 916 : audit [DBG] from='client.15780 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-06T04:28:19.647 DEBUG:teuthology.orchestra.run.smithi047:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:d03fca4f35d43f61b4679936aef7bd2f01cced0b shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 2ecad2ea-93ed-11ee-95a2-87774f69a715 -- ceph orch ls -f json 2023-12-06T04:28:20.699 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Dec 06 04:28:20 smithi047 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi047[108212]: cluster 2023-12-06T04:28:19.546233+0000 mgr.smithi047.erpxvz (mgr.14182) 917 : cluster [DBG] pgmap v551: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-06T04:28:21.098 INFO:teuthology.orchestra.run.smithi047.stdout: 2023-12-06T04:28:21.098 INFO:teuthology.orchestra.run.smithi047.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-06T04:10:15.517593Z", "last_refresh": "2023-12-06T04:24:11.136231Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-06T04:10:10.954835Z", "last_refresh": "2023-12-06T04:24:08.731374Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-06T04:10:13.544463Z", "last_refresh": "2023-12-06T04:24:11.136388Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-06T04:21:37.565046Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi098.canbud on smithi098: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi098-canbud\n/bin/podman: stderr Error: no such container ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi098-canbud\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi098.canbud\n/bin/podman: stderr Error: no such container ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi098.canbud\nDeploy daemon haproxy.nfs.foo.smithi098.canbud ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi098 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-06T04:19:44Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-06T04:20:22Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-06T04:21:00Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi098 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-06T04:24:07.062005Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi047.awplmn on smithi047: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi047-awplmn\n/bin/podman: stderr Error: no such container ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi047-awplmn\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi047.awplmn\n/bin/podman: stderr Error: no such container ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi047.awplmn\nDeploy daemon haproxy.nfs.foo.smithi047.awplmn ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi047 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-06T04:22:14Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-06T04:22:52Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-06T04:23:29Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi047 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-06T04:24:07.064352Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi098.hbytsr on smithi098: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-06T04:24:07.066424Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi047.smeokd on smithi047: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-06T04:26:41.051237Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi098.ysltza on smithi098: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi098-ysltza\n/bin/podman: stderr Error: no such container ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi098-ysltza\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi098.ysltza\n/bin/podman: stderr Error: no such container ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi098.ysltza\nDeploy daemon haproxy.nfs.foo.smithi098.ysltza ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi098 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-06T04:24:48Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-06T04:25:25Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-06T04:26:03Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi098 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.47/16"}, "status": {"created": "2023-12-06T04:13:56.330826Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.47/16"}}, {"events": ["2023-12-06T04:13:52.727160Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-06T04:13:52.721318Z", "last_refresh": "2023-12-06T04:24:08.732560Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-06T04:10:09.956661Z", "last_refresh": "2023-12-06T04:24:08.731634Z", "running": 2, "size": 2}}, {"events": ["2023-12-06T04:11:13.238878Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi047:172.21.15.47=smithi047", "smithi098:172.21.15.98=smithi098"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-06T04:11:13.235526Z", "last_refresh": "2023-12-06T04:24:08.731843Z", "running": 2, "size": 2}}, {"events": ["2023-12-06T04:13:56.329598Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-12-06T04:13:56.325813Z", "last_refresh": "2023-12-06T04:24:11.137018Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-06T04:10:14.589128Z", "last_refresh": "2023-12-06T04:24:08.732044Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-06T04:11:43.239438Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-06T04:11:43.235053Z", "last_refresh": "2023-12-06T04:24:08.732204Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-06T04:10:12.030635Z", "last_refresh": "2023-12-06T04:24:11.136541Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-06T04:28:21.120 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Dec 06 04:28:20 smithi098 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi098[111615]: cluster 2023-12-06T04:28:19.546233+0000 mgr.smithi047.erpxvz (mgr.14182) 917 : cluster [DBG] pgmap v551: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-06T04:28:21.477 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-06T04:28:21.879 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Dec 06 04:28:21 smithi047 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi047[108212]: audit 2023-12-06T04:28:21.093037+0000 mgr.smithi047.erpxvz (mgr.14182) 918 : audit [DBG] from='client.15784 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-06T04:28:22.120 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Dec 06 04:28:21 smithi098 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi098[111615]: audit 2023-12-06T04:28:21.093037+0000 mgr.smithi047.erpxvz (mgr.14182) 918 : audit [DBG] from='client.15784 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-06T04:28:22.479 DEBUG:teuthology.orchestra.run.smithi047:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:d03fca4f35d43f61b4679936aef7bd2f01cced0b shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 2ecad2ea-93ed-11ee-95a2-87774f69a715 -- ceph orch ls -f json 2023-12-06T04:28:22.830 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Dec 06 04:28:22 smithi047 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi047[108212]: cluster 2023-12-06T04:28:21.546926+0000 mgr.smithi047.erpxvz (mgr.14182) 919 : cluster [DBG] pgmap v552: 97 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-12-06T04:28:23.120 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Dec 06 04:28:22 smithi098 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi098[111615]: cluster 2023-12-06T04:28:21.546926+0000 mgr.smithi047.erpxvz (mgr.14182) 919 : cluster [DBG] pgmap v552: 97 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-12-06T04:28:23.950 INFO:teuthology.orchestra.run.smithi047.stdout: 2023-12-06T04:28:23.950 INFO:teuthology.orchestra.run.smithi047.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-06T04:10:15.517593Z", "last_refresh": "2023-12-06T04:24:11.136231Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-06T04:10:10.954835Z", "last_refresh": "2023-12-06T04:24:08.731374Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-06T04:10:13.544463Z", "last_refresh": "2023-12-06T04:24:11.136388Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-06T04:21:37.565046Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi098.canbud on smithi098: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi098-canbud\n/bin/podman: stderr Error: no such container ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi098-canbud\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi098.canbud\n/bin/podman: stderr Error: no such container ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi098.canbud\nDeploy daemon haproxy.nfs.foo.smithi098.canbud ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi098 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-06T04:19:44Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-06T04:20:22Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-06T04:21:00Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi098 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-06T04:24:07.062005Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi047.awplmn on smithi047: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi047-awplmn\n/bin/podman: stderr Error: no such container ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi047-awplmn\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi047.awplmn\n/bin/podman: stderr Error: no such container ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi047.awplmn\nDeploy daemon haproxy.nfs.foo.smithi047.awplmn ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi047 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-06T04:22:14Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-06T04:22:52Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-06T04:23:29Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi047 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-06T04:24:07.064352Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi098.hbytsr on smithi098: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-06T04:24:07.066424Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi047.smeokd on smithi047: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-06T04:26:41.051237Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi098.ysltza on smithi098: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi098-ysltza\n/bin/podman: stderr Error: no such container ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi098-ysltza\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi098.ysltza\n/bin/podman: stderr Error: no such container ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi098.ysltza\nDeploy daemon haproxy.nfs.foo.smithi098.ysltza ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi098 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-06T04:24:48Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-06T04:25:25Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-06T04:26:03Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi098 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.47/16"}, "status": {"created": "2023-12-06T04:13:56.330826Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.47/16"}}, {"events": ["2023-12-06T04:13:52.727160Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-06T04:13:52.721318Z", "last_refresh": "2023-12-06T04:24:08.732560Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-06T04:10:09.956661Z", "last_refresh": "2023-12-06T04:24:08.731634Z", "running": 2, "size": 2}}, {"events": ["2023-12-06T04:11:13.238878Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi047:172.21.15.47=smithi047", "smithi098:172.21.15.98=smithi098"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-06T04:11:13.235526Z", "last_refresh": "2023-12-06T04:24:08.731843Z", "running": 2, "size": 2}}, {"events": ["2023-12-06T04:13:56.329598Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-12-06T04:13:56.325813Z", "last_refresh": "2023-12-06T04:24:11.137018Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-06T04:10:14.589128Z", "last_refresh": "2023-12-06T04:24:08.732044Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-06T04:11:43.239438Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-06T04:11:43.235053Z", "last_refresh": "2023-12-06T04:24:08.732204Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-06T04:10:12.030635Z", "last_refresh": "2023-12-06T04:24:11.136541Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-06T04:28:24.360 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-06T04:28:24.629 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Dec 06 04:28:24 smithi047 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi047[108212]: cluster 2023-12-06T04:28:23.547415+0000 mgr.smithi047.erpxvz (mgr.14182) 920 : 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-12-06T04:28:24.629 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Dec 06 04:28:24 smithi047 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi047[108212]: audit 2023-12-06T04:28:23.944622+0000 mgr.smithi047.erpxvz (mgr.14182) 921 : audit [DBG] from='client.15788 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-06T04:28:24.870 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Dec 06 04:28:24 smithi098 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi098[111615]: cluster 2023-12-06T04:28:23.547415+0000 mgr.smithi047.erpxvz (mgr.14182) 920 : 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-12-06T04:28:24.870 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Dec 06 04:28:24 smithi098 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi098[111615]: audit 2023-12-06T04:28:23.944622+0000 mgr.smithi047.erpxvz (mgr.14182) 921 : audit [DBG] from='client.15788 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-06T04:28:25.361 DEBUG:teuthology.orchestra.run.smithi047:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:d03fca4f35d43f61b4679936aef7bd2f01cced0b shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 2ecad2ea-93ed-11ee-95a2-87774f69a715 -- ceph orch ls -f json 2023-12-06T04:28:26.815 INFO:teuthology.orchestra.run.smithi047.stdout: 2023-12-06T04:28:26.815 INFO:teuthology.orchestra.run.smithi047.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-06T04:10:15.517593Z", "last_refresh": "2023-12-06T04:24:11.136231Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-06T04:10:10.954835Z", "last_refresh": "2023-12-06T04:24:08.731374Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-06T04:10:13.544463Z", "last_refresh": "2023-12-06T04:24:11.136388Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-06T04:21:37.565046Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi098.canbud on smithi098: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi098-canbud\n/bin/podman: stderr Error: no such container ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi098-canbud\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi098.canbud\n/bin/podman: stderr Error: no such container ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi098.canbud\nDeploy daemon haproxy.nfs.foo.smithi098.canbud ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi098 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-06T04:19:44Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-06T04:20:22Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-06T04:21:00Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi098 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-06T04:24:07.062005Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi047.awplmn on smithi047: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi047-awplmn\n/bin/podman: stderr Error: no such container ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi047-awplmn\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi047.awplmn\n/bin/podman: stderr Error: no such container ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi047.awplmn\nDeploy daemon haproxy.nfs.foo.smithi047.awplmn ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi047 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-06T04:22:14Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-06T04:22:52Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-06T04:23:29Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi047 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-06T04:24:07.064352Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi098.hbytsr on smithi098: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-06T04:24:07.066424Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi047.smeokd on smithi047: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-06T04:26:41.051237Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi098.ysltza on smithi098: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi098-ysltza\n/bin/podman: stderr Error: no such container ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi098-ysltza\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi098.ysltza\n/bin/podman: stderr Error: no such container ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi098.ysltza\nDeploy daemon haproxy.nfs.foo.smithi098.ysltza ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi098 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-06T04:24:48Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-06T04:25:25Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-06T04:26:03Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi098 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.47/16"}, "status": {"created": "2023-12-06T04:13:56.330826Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.47/16"}}, {"events": ["2023-12-06T04:13:52.727160Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-06T04:13:52.721318Z", "last_refresh": "2023-12-06T04:24:08.732560Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-06T04:10:09.956661Z", "last_refresh": "2023-12-06T04:24:08.731634Z", "running": 2, "size": 2}}, {"events": ["2023-12-06T04:11:13.238878Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi047:172.21.15.47=smithi047", "smithi098:172.21.15.98=smithi098"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-06T04:11:13.235526Z", "last_refresh": "2023-12-06T04:24:08.731843Z", "running": 2, "size": 2}}, {"events": ["2023-12-06T04:13:56.329598Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-12-06T04:13:56.325813Z", "last_refresh": "2023-12-06T04:24:11.137018Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-06T04:10:14.589128Z", "last_refresh": "2023-12-06T04:24:08.732044Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-06T04:11:43.239438Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-06T04:11:43.235053Z", "last_refresh": "2023-12-06T04:24:08.732204Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-06T04:10:12.030635Z", "last_refresh": "2023-12-06T04:24:11.136541Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-06T04:28:26.843 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Dec 06 04:28:26 smithi047 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi047[108212]: cluster 2023-12-06T04:28:25.547905+0000 mgr.smithi047.erpxvz (mgr.14182) 922 : 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-12-06T04:28:26.870 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Dec 06 04:28:26 smithi098 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi098[111615]: cluster 2023-12-06T04:28:25.547905+0000 mgr.smithi047.erpxvz (mgr.14182) 922 : 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-12-06T04:28:27.193 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-06T04:28:27.870 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Dec 06 04:28:27 smithi098 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi098[111615]: audit 2023-12-06T04:28:26.810083+0000 mgr.smithi047.erpxvz (mgr.14182) 923 : audit [DBG] from='client.15792 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-06T04:28:27.879 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Dec 06 04:28:27 smithi047 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi047[108212]: audit 2023-12-06T04:28:26.810083+0000 mgr.smithi047.erpxvz (mgr.14182) 923 : audit [DBG] from='client.15792 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-06T04:28:28.194 DEBUG:teuthology.orchestra.run.smithi047:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:d03fca4f35d43f61b4679936aef7bd2f01cced0b shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 2ecad2ea-93ed-11ee-95a2-87774f69a715 -- ceph orch ls -f json 2023-12-06T04:28:28.870 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Dec 06 04:28:28 smithi098 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi098[111615]: cluster 2023-12-06T04:28:27.548575+0000 mgr.smithi047.erpxvz (mgr.14182) 924 : 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-12-06T04:28:28.881 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Dec 06 04:28:28 smithi047 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi047[108212]: cluster 2023-12-06T04:28:27.548575+0000 mgr.smithi047.erpxvz (mgr.14182) 924 : 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-12-06T04:28:29.661 INFO:teuthology.orchestra.run.smithi047.stdout: 2023-12-06T04:28:29.662 INFO:teuthology.orchestra.run.smithi047.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-06T04:10:15.517593Z", "last_refresh": "2023-12-06T04:24:11.136231Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-06T04:10:10.954835Z", "last_refresh": "2023-12-06T04:24:08.731374Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-06T04:10:13.544463Z", "last_refresh": "2023-12-06T04:24:11.136388Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-06T04:21:37.565046Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi098.canbud on smithi098: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi098-canbud\n/bin/podman: stderr Error: no such container ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi098-canbud\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi098.canbud\n/bin/podman: stderr Error: no such container ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi098.canbud\nDeploy daemon haproxy.nfs.foo.smithi098.canbud ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi098 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-06T04:19:44Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-06T04:20:22Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-06T04:21:00Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi098 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-06T04:24:07.062005Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi047.awplmn on smithi047: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi047-awplmn\n/bin/podman: stderr Error: no such container ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi047-awplmn\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi047.awplmn\n/bin/podman: stderr Error: no such container ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi047.awplmn\nDeploy daemon haproxy.nfs.foo.smithi047.awplmn ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi047 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-06T04:22:14Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-06T04:22:52Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-06T04:23:29Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi047 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-06T04:24:07.064352Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi098.hbytsr on smithi098: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-06T04:24:07.066424Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi047.smeokd on smithi047: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-06T04:26:41.051237Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi098.ysltza on smithi098: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi098-ysltza\n/bin/podman: stderr Error: no such container ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi098-ysltza\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi098.ysltza\n/bin/podman: stderr Error: no such container ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi098.ysltza\nDeploy daemon haproxy.nfs.foo.smithi098.ysltza ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi098 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-06T04:24:48Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-06T04:25:25Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-06T04:26:03Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi098 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.47/16"}, "status": {"created": "2023-12-06T04:13:56.330826Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.47/16"}}, {"events": ["2023-12-06T04:13:52.727160Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-06T04:13:52.721318Z", "last_refresh": "2023-12-06T04:24:08.732560Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-06T04:10:09.956661Z", "last_refresh": "2023-12-06T04:24:08.731634Z", "running": 2, "size": 2}}, {"events": ["2023-12-06T04:11:13.238878Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi047:172.21.15.47=smithi047", "smithi098:172.21.15.98=smithi098"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-06T04:11:13.235526Z", "last_refresh": "2023-12-06T04:24:08.731843Z", "running": 2, "size": 2}}, {"events": ["2023-12-06T04:13:56.329598Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-12-06T04:13:56.325813Z", "last_refresh": "2023-12-06T04:24:11.137018Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-06T04:10:14.589128Z", "last_refresh": "2023-12-06T04:24:08.732044Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-06T04:11:43.239438Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-06T04:11:43.235053Z", "last_refresh": "2023-12-06T04:24:08.732204Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-06T04:10:12.030635Z", "last_refresh": "2023-12-06T04:24:11.136541Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-06T04:28:30.050 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-06T04:28:30.870 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Dec 06 04:28:30 smithi098 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi098[111615]: cluster 2023-12-06T04:28:29.549064+0000 mgr.smithi047.erpxvz (mgr.14182) 925 : cluster [DBG] pgmap v556: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-06T04:28:30.870 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Dec 06 04:28:30 smithi098 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi098[111615]: audit 2023-12-06T04:28:29.656418+0000 mgr.smithi047.erpxvz (mgr.14182) 926 : audit [DBG] from='client.15796 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-06T04:28:30.879 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Dec 06 04:28:30 smithi047 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi047[108212]: cluster 2023-12-06T04:28:29.549064+0000 mgr.smithi047.erpxvz (mgr.14182) 925 : cluster [DBG] pgmap v556: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-06T04:28:30.879 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Dec 06 04:28:30 smithi047 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi047[108212]: audit 2023-12-06T04:28:29.656418+0000 mgr.smithi047.erpxvz (mgr.14182) 926 : audit [DBG] from='client.15796 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-06T04:28:31.052 DEBUG:teuthology.orchestra.run.smithi047:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:d03fca4f35d43f61b4679936aef7bd2f01cced0b shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 2ecad2ea-93ed-11ee-95a2-87774f69a715 -- ceph orch ls -f json 2023-12-06T04:28:32.536 INFO:teuthology.orchestra.run.smithi047.stdout: 2023-12-06T04:28:32.536 INFO:teuthology.orchestra.run.smithi047.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-06T04:10:15.517593Z", "last_refresh": "2023-12-06T04:24:11.136231Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-06T04:10:10.954835Z", "last_refresh": "2023-12-06T04:24:08.731374Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-06T04:10:13.544463Z", "last_refresh": "2023-12-06T04:24:11.136388Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-06T04:21:37.565046Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi098.canbud on smithi098: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi098-canbud\n/bin/podman: stderr Error: no such container ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi098-canbud\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi098.canbud\n/bin/podman: stderr Error: no such container ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi098.canbud\nDeploy daemon haproxy.nfs.foo.smithi098.canbud ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi098 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-06T04:19:44Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-06T04:20:22Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-06T04:21:00Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi098 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-06T04:24:07.062005Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi047.awplmn on smithi047: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi047-awplmn\n/bin/podman: stderr Error: no such container ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi047-awplmn\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi047.awplmn\n/bin/podman: stderr Error: no such container ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi047.awplmn\nDeploy daemon haproxy.nfs.foo.smithi047.awplmn ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi047 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-06T04:22:14Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-06T04:22:52Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-06T04:23:29Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi047 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-06T04:24:07.064352Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi098.hbytsr on smithi098: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-06T04:24:07.066424Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi047.smeokd on smithi047: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-06T04:26:41.051237Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi098.ysltza on smithi098: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi098-ysltza\n/bin/podman: stderr Error: no such container ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi098-ysltza\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi098.ysltza\n/bin/podman: stderr Error: no such container ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi098.ysltza\nDeploy daemon haproxy.nfs.foo.smithi098.ysltza ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi098 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-06T04:24:48Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-06T04:25:25Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-06T04:26:03Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi098 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.47/16"}, "status": {"created": "2023-12-06T04:13:56.330826Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.47/16"}}, {"events": ["2023-12-06T04:13:52.727160Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-06T04:13:52.721318Z", "last_refresh": "2023-12-06T04:24:08.732560Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-06T04:10:09.956661Z", "last_refresh": "2023-12-06T04:24:08.731634Z", "running": 2, "size": 2}}, {"events": ["2023-12-06T04:11:13.238878Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi047:172.21.15.47=smithi047", "smithi098:172.21.15.98=smithi098"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-06T04:11:13.235526Z", "last_refresh": "2023-12-06T04:24:08.731843Z", "running": 2, "size": 2}}, {"events": ["2023-12-06T04:13:56.329598Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-12-06T04:13:56.325813Z", "last_refresh": "2023-12-06T04:24:11.137018Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-06T04:10:14.589128Z", "last_refresh": "2023-12-06T04:24:08.732044Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-06T04:11:43.239438Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-06T04:11:43.235053Z", "last_refresh": "2023-12-06T04:24:08.732204Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-06T04:10:12.030635Z", "last_refresh": "2023-12-06T04:24:11.136541Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-06T04:28:32.850 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Dec 06 04:28:32 smithi047 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi047[108212]: cluster 2023-12-06T04:28:31.549604+0000 mgr.smithi047.erpxvz (mgr.14182) 927 : cluster [DBG] pgmap v557: 97 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-12-06T04:28:32.870 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Dec 06 04:28:32 smithi098 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi098[111615]: cluster 2023-12-06T04:28:31.549604+0000 mgr.smithi047.erpxvz (mgr.14182) 927 : cluster [DBG] pgmap v557: 97 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-12-06T04:28:32.925 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-06T04:28:33.879 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Dec 06 04:28:33 smithi047 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi047[108212]: audit 2023-12-06T04:28:32.531391+0000 mgr.smithi047.erpxvz (mgr.14182) 928 : audit [DBG] from='client.15800 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-06T04:28:33.926 DEBUG:teuthology.orchestra.run.smithi047:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:d03fca4f35d43f61b4679936aef7bd2f01cced0b shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 2ecad2ea-93ed-11ee-95a2-87774f69a715 -- ceph orch ls -f json 2023-12-06T04:28:34.120 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Dec 06 04:28:33 smithi098 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi098[111615]: audit 2023-12-06T04:28:32.531391+0000 mgr.smithi047.erpxvz (mgr.14182) 928 : audit [DBG] from='client.15800 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-06T04:28:34.879 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Dec 06 04:28:34 smithi047 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi047[108212]: cluster 2023-12-06T04:28:33.550327+0000 mgr.smithi047.erpxvz (mgr.14182) 929 : 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-12-06T04:28:35.120 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Dec 06 04:28:34 smithi098 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi098[111615]: cluster 2023-12-06T04:28:33.550327+0000 mgr.smithi047.erpxvz (mgr.14182) 929 : 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-12-06T04:28:35.441 INFO:teuthology.orchestra.run.smithi047.stdout: 2023-12-06T04:28:35.441 INFO:teuthology.orchestra.run.smithi047.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-06T04:10:15.517593Z", "last_refresh": "2023-12-06T04:24:11.136231Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-06T04:10:10.954835Z", "last_refresh": "2023-12-06T04:24:08.731374Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-06T04:10:13.544463Z", "last_refresh": "2023-12-06T04:24:11.136388Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-06T04:21:37.565046Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi098.canbud on smithi098: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi098-canbud\n/bin/podman: stderr Error: no such container ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi098-canbud\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi098.canbud\n/bin/podman: stderr Error: no such container ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi098.canbud\nDeploy daemon haproxy.nfs.foo.smithi098.canbud ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi098 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-06T04:19:44Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-06T04:20:22Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-06T04:21:00Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi098 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-06T04:24:07.062005Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi047.awplmn on smithi047: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi047-awplmn\n/bin/podman: stderr Error: no such container ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi047-awplmn\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi047.awplmn\n/bin/podman: stderr Error: no such container ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi047.awplmn\nDeploy daemon haproxy.nfs.foo.smithi047.awplmn ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi047 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-06T04:22:14Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-06T04:22:52Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-06T04:23:29Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi047 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-06T04:24:07.064352Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi098.hbytsr on smithi098: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-06T04:24:07.066424Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi047.smeokd on smithi047: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-06T04:26:41.051237Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi098.ysltza on smithi098: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi098-ysltza\n/bin/podman: stderr Error: no such container ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi098-ysltza\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi098.ysltza\n/bin/podman: stderr Error: no such container ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi098.ysltza\nDeploy daemon haproxy.nfs.foo.smithi098.ysltza ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi098 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-06T04:24:48Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-06T04:25:25Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-06T04:26:03Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi098 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.47/16"}, "status": {"created": "2023-12-06T04:13:56.330826Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.47/16"}}, {"events": ["2023-12-06T04:13:52.727160Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-06T04:13:52.721318Z", "last_refresh": "2023-12-06T04:24:08.732560Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-06T04:10:09.956661Z", "last_refresh": "2023-12-06T04:24:08.731634Z", "running": 2, "size": 2}}, {"events": ["2023-12-06T04:11:13.238878Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi047:172.21.15.47=smithi047", "smithi098:172.21.15.98=smithi098"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-06T04:11:13.235526Z", "last_refresh": "2023-12-06T04:24:08.731843Z", "running": 2, "size": 2}}, {"events": ["2023-12-06T04:13:56.329598Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-12-06T04:13:56.325813Z", "last_refresh": "2023-12-06T04:24:11.137018Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-06T04:10:14.589128Z", "last_refresh": "2023-12-06T04:24:08.732044Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-06T04:11:43.239438Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-06T04:11:43.235053Z", "last_refresh": "2023-12-06T04:24:08.732204Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-06T04:10:12.030635Z", "last_refresh": "2023-12-06T04:24:11.136541Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-06T04:28:35.783 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Dec 06 04:28:35 smithi047 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi047[108212]: audit 2023-12-06T04:28:35.436333+0000 mgr.smithi047.erpxvz (mgr.14182) 930 : audit [DBG] from='client.15804 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-06T04:28:35.841 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-06T04:28:36.120 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Dec 06 04:28:35 smithi098 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi098[111615]: audit 2023-12-06T04:28:35.436333+0000 mgr.smithi047.erpxvz (mgr.14182) 930 : audit [DBG] from='client.15804 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-06T04:28:36.841 DEBUG:teuthology.orchestra.run.smithi047:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:d03fca4f35d43f61b4679936aef7bd2f01cced0b shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 2ecad2ea-93ed-11ee-95a2-87774f69a715 -- ceph orch ls -f json 2023-12-06T04:28:37.120 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Dec 06 04:28:36 smithi098 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi098[111615]: cluster 2023-12-06T04:28:35.551073+0000 mgr.smithi047.erpxvz (mgr.14182) 931 : 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-12-06T04:28:37.129 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Dec 06 04:28:36 smithi047 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi047[108212]: cluster 2023-12-06T04:28:35.551073+0000 mgr.smithi047.erpxvz (mgr.14182) 931 : 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-12-06T04:28:38.317 INFO:teuthology.orchestra.run.smithi047.stdout: 2023-12-06T04:28:38.317 INFO:teuthology.orchestra.run.smithi047.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-06T04:10:15.517593Z", "last_refresh": "2023-12-06T04:24:11.136231Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-06T04:10:10.954835Z", "last_refresh": "2023-12-06T04:24:08.731374Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-06T04:10:13.544463Z", "last_refresh": "2023-12-06T04:24:11.136388Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-06T04:21:37.565046Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi098.canbud on smithi098: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi098-canbud\n/bin/podman: stderr Error: no such container ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi098-canbud\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi098.canbud\n/bin/podman: stderr Error: no such container ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi098.canbud\nDeploy daemon haproxy.nfs.foo.smithi098.canbud ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi098 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-06T04:19:44Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-06T04:20:22Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-06T04:21:00Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi098 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-06T04:24:07.062005Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi047.awplmn on smithi047: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi047-awplmn\n/bin/podman: stderr Error: no such container ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi047-awplmn\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi047.awplmn\n/bin/podman: stderr Error: no such container ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi047.awplmn\nDeploy daemon haproxy.nfs.foo.smithi047.awplmn ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi047 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-06T04:22:14Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-06T04:22:52Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-06T04:23:29Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi047 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-06T04:24:07.064352Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi098.hbytsr on smithi098: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-06T04:24:07.066424Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi047.smeokd on smithi047: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-06T04:26:41.051237Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi098.ysltza on smithi098: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi098-ysltza\n/bin/podman: stderr Error: no such container ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi098-ysltza\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi098.ysltza\n/bin/podman: stderr Error: no such container ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi098.ysltza\nDeploy daemon haproxy.nfs.foo.smithi098.ysltza ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi098 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-06T04:24:48Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-06T04:25:25Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-06T04:26:03Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi098 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.47/16"}, "status": {"created": "2023-12-06T04:13:56.330826Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.47/16"}}, {"events": ["2023-12-06T04:13:52.727160Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-06T04:13:52.721318Z", "last_refresh": "2023-12-06T04:24:08.732560Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-06T04:10:09.956661Z", "last_refresh": "2023-12-06T04:24:08.731634Z", "running": 2, "size": 2}}, {"events": ["2023-12-06T04:11:13.238878Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi047:172.21.15.47=smithi047", "smithi098:172.21.15.98=smithi098"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-06T04:11:13.235526Z", "last_refresh": "2023-12-06T04:24:08.731843Z", "running": 2, "size": 2}}, {"events": ["2023-12-06T04:13:56.329598Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-12-06T04:13:56.325813Z", "last_refresh": "2023-12-06T04:24:11.137018Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-06T04:10:14.589128Z", "last_refresh": "2023-12-06T04:24:08.732044Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-06T04:11:43.239438Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-06T04:11:43.235053Z", "last_refresh": "2023-12-06T04:24:08.732204Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-06T04:10:12.030635Z", "last_refresh": "2023-12-06T04:24:11.136541Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-06T04:28:38.716 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-06T04:28:39.120 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Dec 06 04:28:38 smithi098 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi098[111615]: cluster 2023-12-06T04:28:37.551683+0000 mgr.smithi047.erpxvz (mgr.14182) 932 : 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-12-06T04:28:39.120 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Dec 06 04:28:38 smithi098 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi098[111615]: audit 2023-12-06T04:28:38.311974+0000 mgr.smithi047.erpxvz (mgr.14182) 933 : audit [DBG] from='client.15808 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-06T04:28:39.129 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Dec 06 04:28:38 smithi047 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi047[108212]: cluster 2023-12-06T04:28:37.551683+0000 mgr.smithi047.erpxvz (mgr.14182) 932 : 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-12-06T04:28:39.129 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Dec 06 04:28:38 smithi047 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi047[108212]: audit 2023-12-06T04:28:38.311974+0000 mgr.smithi047.erpxvz (mgr.14182) 933 : audit [DBG] from='client.15808 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-06T04:28:39.717 DEBUG:teuthology.orchestra.run.smithi047:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:d03fca4f35d43f61b4679936aef7bd2f01cced0b shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 2ecad2ea-93ed-11ee-95a2-87774f69a715 -- ceph orch ls -f json 2023-12-06T04:28:41.120 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Dec 06 04:28:40 smithi098 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi098[111615]: cluster 2023-12-06T04:28:39.552302+0000 mgr.smithi047.erpxvz (mgr.14182) 934 : cluster [DBG] pgmap v561: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-06T04:28:41.129 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Dec 06 04:28:40 smithi047 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi047[108212]: cluster 2023-12-06T04:28:39.552302+0000 mgr.smithi047.erpxvz (mgr.14182) 934 : cluster [DBG] pgmap v561: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-06T04:28:41.188 INFO:teuthology.orchestra.run.smithi047.stdout: 2023-12-06T04:28:41.189 INFO:teuthology.orchestra.run.smithi047.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-06T04:10:15.517593Z", "last_refresh": "2023-12-06T04:24:11.136231Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-06T04:10:10.954835Z", "last_refresh": "2023-12-06T04:24:08.731374Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-06T04:10:13.544463Z", "last_refresh": "2023-12-06T04:24:11.136388Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-06T04:21:37.565046Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi098.canbud on smithi098: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi098-canbud\n/bin/podman: stderr Error: no such container ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi098-canbud\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi098.canbud\n/bin/podman: stderr Error: no such container ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi098.canbud\nDeploy daemon haproxy.nfs.foo.smithi098.canbud ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi098 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-06T04:19:44Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-06T04:20:22Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-06T04:21:00Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi098 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-06T04:24:07.062005Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi047.awplmn on smithi047: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi047-awplmn\n/bin/podman: stderr Error: no such container ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi047-awplmn\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi047.awplmn\n/bin/podman: stderr Error: no such container ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi047.awplmn\nDeploy daemon haproxy.nfs.foo.smithi047.awplmn ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi047 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-06T04:22:14Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-06T04:22:52Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-06T04:23:29Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi047 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-06T04:24:07.064352Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi098.hbytsr on smithi098: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-06T04:24:07.066424Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi047.smeokd on smithi047: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-06T04:26:41.051237Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi098.ysltza on smithi098: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi098-ysltza\n/bin/podman: stderr Error: no such container ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi098-ysltza\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi098.ysltza\n/bin/podman: stderr Error: no such container ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi098.ysltza\nDeploy daemon haproxy.nfs.foo.smithi098.ysltza ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi098 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-06T04:24:48Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-06T04:25:25Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-06T04:26:03Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi098 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.47/16"}, "status": {"created": "2023-12-06T04:13:56.330826Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.47/16"}}, {"events": ["2023-12-06T04:13:52.727160Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-06T04:13:52.721318Z", "last_refresh": "2023-12-06T04:24:08.732560Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-06T04:10:09.956661Z", "last_refresh": "2023-12-06T04:24:08.731634Z", "running": 2, "size": 2}}, {"events": ["2023-12-06T04:11:13.238878Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi047:172.21.15.47=smithi047", "smithi098:172.21.15.98=smithi098"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-06T04:11:13.235526Z", "last_refresh": "2023-12-06T04:24:08.731843Z", "running": 2, "size": 2}}, {"events": ["2023-12-06T04:13:56.329598Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-12-06T04:13:56.325813Z", "last_refresh": "2023-12-06T04:24:11.137018Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-06T04:10:14.589128Z", "last_refresh": "2023-12-06T04:24:08.732044Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-06T04:11:43.239438Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-06T04:11:43.235053Z", "last_refresh": "2023-12-06T04:24:08.732204Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-06T04:10:12.030635Z", "last_refresh": "2023-12-06T04:24:11.136541Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-06T04:28:41.564 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-06T04:28:41.879 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Dec 06 04:28:41 smithi047 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi047[108212]: audit 2023-12-06T04:28:41.183840+0000 mgr.smithi047.erpxvz (mgr.14182) 935 : audit [DBG] from='client.15812 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-06T04:28:42.120 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Dec 06 04:28:41 smithi098 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi098[111615]: audit 2023-12-06T04:28:41.183840+0000 mgr.smithi047.erpxvz (mgr.14182) 935 : audit [DBG] from='client.15812 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-06T04:28:42.565 DEBUG:teuthology.orchestra.run.smithi047:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:d03fca4f35d43f61b4679936aef7bd2f01cced0b shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 2ecad2ea-93ed-11ee-95a2-87774f69a715 -- ceph orch ls -f json 2023-12-06T04:28:42.879 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Dec 06 04:28:42 smithi047 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi047[108212]: cluster 2023-12-06T04:28:41.552984+0000 mgr.smithi047.erpxvz (mgr.14182) 936 : cluster [DBG] pgmap v562: 97 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-12-06T04:28:43.120 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Dec 06 04:28:42 smithi098 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi098[111615]: cluster 2023-12-06T04:28:41.552984+0000 mgr.smithi047.erpxvz (mgr.14182) 936 : cluster [DBG] pgmap v562: 97 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-12-06T04:28:44.059 INFO:teuthology.orchestra.run.smithi047.stdout: 2023-12-06T04:28:44.059 INFO:teuthology.orchestra.run.smithi047.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-06T04:10:15.517593Z", "last_refresh": "2023-12-06T04:24:11.136231Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-06T04:10:10.954835Z", "last_refresh": "2023-12-06T04:24:08.731374Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-06T04:10:13.544463Z", "last_refresh": "2023-12-06T04:24:11.136388Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-06T04:21:37.565046Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi098.canbud on smithi098: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi098-canbud\n/bin/podman: stderr Error: no such container ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi098-canbud\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi098.canbud\n/bin/podman: stderr Error: no such container ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi098.canbud\nDeploy daemon haproxy.nfs.foo.smithi098.canbud ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi098 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-06T04:19:44Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-06T04:20:22Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-06T04:21:00Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi098 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-06T04:24:07.062005Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi047.awplmn on smithi047: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi047-awplmn\n/bin/podman: stderr Error: no such container ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi047-awplmn\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi047.awplmn\n/bin/podman: stderr Error: no such container ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi047.awplmn\nDeploy daemon haproxy.nfs.foo.smithi047.awplmn ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi047 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-06T04:22:14Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-06T04:22:52Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-06T04:23:29Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi047 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-06T04:24:07.064352Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi098.hbytsr on smithi098: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-06T04:24:07.066424Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi047.smeokd on smithi047: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-06T04:26:41.051237Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi098.ysltza on smithi098: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi098-ysltza\n/bin/podman: stderr Error: no such container ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi098-ysltza\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi098.ysltza\n/bin/podman: stderr Error: no such container ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi098.ysltza\nDeploy daemon haproxy.nfs.foo.smithi098.ysltza ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi098 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-06T04:24:48Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-06T04:25:25Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-06T04:26:03Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi098 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.47/16"}, "status": {"created": "2023-12-06T04:13:56.330826Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.47/16"}}, {"events": ["2023-12-06T04:13:52.727160Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-06T04:13:52.721318Z", "last_refresh": "2023-12-06T04:24:08.732560Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-06T04:10:09.956661Z", "last_refresh": "2023-12-06T04:24:08.731634Z", "running": 2, "size": 2}}, {"events": ["2023-12-06T04:11:13.238878Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi047:172.21.15.47=smithi047", "smithi098:172.21.15.98=smithi098"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-06T04:11:13.235526Z", "last_refresh": "2023-12-06T04:24:08.731843Z", "running": 2, "size": 2}}, {"events": ["2023-12-06T04:13:56.329598Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-12-06T04:13:56.325813Z", "last_refresh": "2023-12-06T04:24:11.137018Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-06T04:10:14.589128Z", "last_refresh": "2023-12-06T04:24:08.732044Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-06T04:11:43.239438Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-06T04:11:43.235053Z", "last_refresh": "2023-12-06T04:24:08.732204Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-06T04:10:12.030635Z", "last_refresh": "2023-12-06T04:24:11.136541Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-06T04:28:44.483 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-06T04:28:44.870 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Dec 06 04:28:44 smithi098 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi098[111615]: cluster 2023-12-06T04:28:43.553483+0000 mgr.smithi047.erpxvz (mgr.14182) 937 : 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-12-06T04:28:44.870 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Dec 06 04:28:44 smithi098 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi098[111615]: audit 2023-12-06T04:28:44.054005+0000 mgr.smithi047.erpxvz (mgr.14182) 938 : audit [DBG] from='client.15816 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-06T04:28:44.879 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Dec 06 04:28:44 smithi047 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi047[108212]: cluster 2023-12-06T04:28:43.553483+0000 mgr.smithi047.erpxvz (mgr.14182) 937 : 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-12-06T04:28:44.879 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Dec 06 04:28:44 smithi047 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi047[108212]: audit 2023-12-06T04:28:44.054005+0000 mgr.smithi047.erpxvz (mgr.14182) 938 : audit [DBG] from='client.15816 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-06T04:28:45.484 DEBUG:teuthology.orchestra.run.smithi047:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:d03fca4f35d43f61b4679936aef7bd2f01cced0b shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 2ecad2ea-93ed-11ee-95a2-87774f69a715 -- ceph orch ls -f json 2023-12-06T04:28:46.870 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Dec 06 04:28:46 smithi098 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi098[111615]: cluster 2023-12-06T04:28:45.553995+0000 mgr.smithi047.erpxvz (mgr.14182) 939 : 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-12-06T04:28:46.879 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Dec 06 04:28:46 smithi047 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi047[108212]: cluster 2023-12-06T04:28:45.553995+0000 mgr.smithi047.erpxvz (mgr.14182) 939 : 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-12-06T04:28:47.062 INFO:teuthology.orchestra.run.smithi047.stdout: 2023-12-06T04:28:47.063 INFO:teuthology.orchestra.run.smithi047.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-06T04:10:15.517593Z", "last_refresh": "2023-12-06T04:24:11.136231Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-06T04:10:10.954835Z", "last_refresh": "2023-12-06T04:24:08.731374Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-06T04:10:13.544463Z", "last_refresh": "2023-12-06T04:24:11.136388Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-06T04:21:37.565046Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi098.canbud on smithi098: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi098-canbud\n/bin/podman: stderr Error: no such container ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi098-canbud\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi098.canbud\n/bin/podman: stderr Error: no such container ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi098.canbud\nDeploy daemon haproxy.nfs.foo.smithi098.canbud ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi098 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-06T04:19:44Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-06T04:20:22Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-06T04:21:00Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi098 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-06T04:24:07.062005Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi047.awplmn on smithi047: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi047-awplmn\n/bin/podman: stderr Error: no such container ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi047-awplmn\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi047.awplmn\n/bin/podman: stderr Error: no such container ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi047.awplmn\nDeploy daemon haproxy.nfs.foo.smithi047.awplmn ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi047 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-06T04:22:14Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-06T04:22:52Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-06T04:23:29Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi047 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-06T04:24:07.064352Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi098.hbytsr on smithi098: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-06T04:24:07.066424Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi047.smeokd on smithi047: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-06T04:26:41.051237Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi098.ysltza on smithi098: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi098-ysltza\n/bin/podman: stderr Error: no such container ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi098-ysltza\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi098.ysltza\n/bin/podman: stderr Error: no such container ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi098.ysltza\nDeploy daemon haproxy.nfs.foo.smithi098.ysltza ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi098 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-06T04:24:48Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-06T04:25:25Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-06T04:26:03Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi098 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.47/16"}, "status": {"created": "2023-12-06T04:13:56.330826Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.47/16"}}, {"events": ["2023-12-06T04:13:52.727160Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-06T04:13:52.721318Z", "last_refresh": "2023-12-06T04:24:08.732560Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-06T04:10:09.956661Z", "last_refresh": "2023-12-06T04:24:08.731634Z", "running": 2, "size": 2}}, {"events": ["2023-12-06T04:11:13.238878Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi047:172.21.15.47=smithi047", "smithi098:172.21.15.98=smithi098"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-06T04:11:13.235526Z", "last_refresh": "2023-12-06T04:24:08.731843Z", "running": 2, "size": 2}}, {"events": ["2023-12-06T04:13:56.329598Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-12-06T04:13:56.325813Z", "last_refresh": "2023-12-06T04:24:11.137018Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-06T04:10:14.589128Z", "last_refresh": "2023-12-06T04:24:08.732044Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-06T04:11:43.239438Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-06T04:11:43.235053Z", "last_refresh": "2023-12-06T04:24:08.732204Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-06T04:10:12.030635Z", "last_refresh": "2023-12-06T04:24:11.136541Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-06T04:28:47.440 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-06T04:28:47.870 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Dec 06 04:28:47 smithi098 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi098[111615]: audit 2023-12-06T04:28:47.057750+0000 mgr.smithi047.erpxvz (mgr.14182) 940 : audit [DBG] from='client.15820 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-06T04:28:47.879 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Dec 06 04:28:47 smithi047 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi047[108212]: audit 2023-12-06T04:28:47.057750+0000 mgr.smithi047.erpxvz (mgr.14182) 940 : audit [DBG] from='client.15820 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-06T04:28:48.442 DEBUG:teuthology.orchestra.run.smithi047:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:d03fca4f35d43f61b4679936aef7bd2f01cced0b shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 2ecad2ea-93ed-11ee-95a2-87774f69a715 -- ceph orch ls -f json 2023-12-06T04:28:48.800 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Dec 06 04:28:48 smithi047 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi047[108212]: cluster 2023-12-06T04:28:47.554716+0000 mgr.smithi047.erpxvz (mgr.14182) 941 : 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-12-06T04:28:48.870 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Dec 06 04:28:48 smithi098 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi098[111615]: cluster 2023-12-06T04:28:47.554716+0000 mgr.smithi047.erpxvz (mgr.14182) 941 : 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-12-06T04:28:49.869 INFO:teuthology.orchestra.run.smithi047.stdout: 2023-12-06T04:28:49.869 INFO:teuthology.orchestra.run.smithi047.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-06T04:10:15.517593Z", "last_refresh": "2023-12-06T04:24:11.136231Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-06T04:10:10.954835Z", "last_refresh": "2023-12-06T04:24:08.731374Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-06T04:10:13.544463Z", "last_refresh": "2023-12-06T04:24:11.136388Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-06T04:21:37.565046Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi098.canbud on smithi098: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi098-canbud\n/bin/podman: stderr Error: no such container ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi098-canbud\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi098.canbud\n/bin/podman: stderr Error: no such container ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi098.canbud\nDeploy daemon haproxy.nfs.foo.smithi098.canbud ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi098 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-06T04:19:44Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-06T04:20:22Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-06T04:21:00Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi098 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-06T04:24:07.062005Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi047.awplmn on smithi047: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi047-awplmn\n/bin/podman: stderr Error: no such container ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi047-awplmn\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi047.awplmn\n/bin/podman: stderr Error: no such container ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi047.awplmn\nDeploy daemon haproxy.nfs.foo.smithi047.awplmn ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi047 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-06T04:22:14Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-06T04:22:52Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-06T04:23:29Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi047 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-06T04:24:07.064352Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi098.hbytsr on smithi098: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-06T04:24:07.066424Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi047.smeokd on smithi047: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-06T04:26:41.051237Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi098.ysltza on smithi098: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi098-ysltza\n/bin/podman: stderr Error: no such container ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi098-ysltza\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi098.ysltza\n/bin/podman: stderr Error: no such container ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi098.ysltza\nDeploy daemon haproxy.nfs.foo.smithi098.ysltza ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi098 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-06T04:24:48Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-06T04:25:25Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-06T04:26:03Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi098 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.47/16"}, "status": {"created": "2023-12-06T04:13:56.330826Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.47/16"}}, {"events": ["2023-12-06T04:13:52.727160Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-06T04:13:52.721318Z", "last_refresh": "2023-12-06T04:24:08.732560Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-06T04:10:09.956661Z", "last_refresh": "2023-12-06T04:24:08.731634Z", "running": 2, "size": 2}}, {"events": ["2023-12-06T04:11:13.238878Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi047:172.21.15.47=smithi047", "smithi098:172.21.15.98=smithi098"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-06T04:11:13.235526Z", "last_refresh": "2023-12-06T04:24:08.731843Z", "running": 2, "size": 2}}, {"events": ["2023-12-06T04:13:56.329598Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-12-06T04:13:56.325813Z", "last_refresh": "2023-12-06T04:24:11.137018Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-06T04:10:14.589128Z", "last_refresh": "2023-12-06T04:24:08.732044Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-06T04:11:43.239438Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-06T04:11:43.235053Z", "last_refresh": "2023-12-06T04:24:08.732204Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-06T04:10:12.030635Z", "last_refresh": "2023-12-06T04:24:11.136541Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-06T04:28:50.266 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-06T04:28:50.879 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Dec 06 04:28:50 smithi047 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi047[108212]: cluster 2023-12-06T04:28:49.555341+0000 mgr.smithi047.erpxvz (mgr.14182) 942 : cluster [DBG] pgmap v566: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-06T04:28:50.879 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Dec 06 04:28:50 smithi047 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi047[108212]: audit 2023-12-06T04:28:49.864005+0000 mgr.smithi047.erpxvz (mgr.14182) 943 : audit [DBG] from='client.15824 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-06T04:28:51.120 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Dec 06 04:28:50 smithi098 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi098[111615]: cluster 2023-12-06T04:28:49.555341+0000 mgr.smithi047.erpxvz (mgr.14182) 942 : cluster [DBG] pgmap v566: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-06T04:28:51.120 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Dec 06 04:28:50 smithi098 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi098[111615]: audit 2023-12-06T04:28:49.864005+0000 mgr.smithi047.erpxvz (mgr.14182) 943 : audit [DBG] from='client.15824 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-06T04:28:51.267 DEBUG:teuthology.orchestra.run.smithi047:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:d03fca4f35d43f61b4679936aef7bd2f01cced0b shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 2ecad2ea-93ed-11ee-95a2-87774f69a715 -- ceph orch ls -f json 2023-12-06T04:28:52.704 INFO:teuthology.orchestra.run.smithi047.stdout: 2023-12-06T04:28:52.704 INFO:teuthology.orchestra.run.smithi047.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-06T04:10:15.517593Z", "last_refresh": "2023-12-06T04:24:11.136231Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-06T04:10:10.954835Z", "last_refresh": "2023-12-06T04:24:08.731374Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-06T04:10:13.544463Z", "last_refresh": "2023-12-06T04:24:11.136388Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-06T04:21:37.565046Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi098.canbud on smithi098: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi098-canbud\n/bin/podman: stderr Error: no such container ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi098-canbud\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi098.canbud\n/bin/podman: stderr Error: no such container ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi098.canbud\nDeploy daemon haproxy.nfs.foo.smithi098.canbud ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi098 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-06T04:19:44Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-06T04:20:22Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-06T04:21:00Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi098 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-06T04:24:07.062005Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi047.awplmn on smithi047: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi047-awplmn\n/bin/podman: stderr Error: no such container ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi047-awplmn\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi047.awplmn\n/bin/podman: stderr Error: no such container ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi047.awplmn\nDeploy daemon haproxy.nfs.foo.smithi047.awplmn ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi047 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-06T04:22:14Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-06T04:22:52Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-06T04:23:29Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi047 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-06T04:24:07.064352Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi098.hbytsr on smithi098: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-06T04:24:07.066424Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi047.smeokd on smithi047: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-06T04:26:41.051237Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi098.ysltza on smithi098: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi098-ysltza\n/bin/podman: stderr Error: no such container ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi098-ysltza\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi098.ysltza\n/bin/podman: stderr Error: no such container ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi098.ysltza\nDeploy daemon haproxy.nfs.foo.smithi098.ysltza ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi098 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-06T04:24:48Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-06T04:25:25Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-06T04:26:03Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi098 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.47/16"}, "status": {"created": "2023-12-06T04:13:56.330826Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.47/16"}}, {"events": ["2023-12-06T04:13:52.727160Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-06T04:13:52.721318Z", "last_refresh": "2023-12-06T04:24:08.732560Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-06T04:10:09.956661Z", "last_refresh": "2023-12-06T04:24:08.731634Z", "running": 2, "size": 2}}, {"events": ["2023-12-06T04:11:13.238878Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi047:172.21.15.47=smithi047", "smithi098:172.21.15.98=smithi098"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-06T04:11:13.235526Z", "last_refresh": "2023-12-06T04:24:08.731843Z", "running": 2, "size": 2}}, {"events": ["2023-12-06T04:13:56.329598Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-12-06T04:13:56.325813Z", "last_refresh": "2023-12-06T04:24:11.137018Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-06T04:10:14.589128Z", "last_refresh": "2023-12-06T04:24:08.732044Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-06T04:11:43.239438Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-06T04:11:43.235053Z", "last_refresh": "2023-12-06T04:24:08.732204Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-06T04:10:12.030635Z", "last_refresh": "2023-12-06T04:24:11.136541Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-06T04:28:52.877 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Dec 06 04:28:52 smithi047 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi047[108212]: cluster 2023-12-06T04:28:51.555996+0000 mgr.smithi047.erpxvz (mgr.14182) 944 : cluster [DBG] pgmap v567: 97 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-12-06T04:28:53.081 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-06T04:28:53.120 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Dec 06 04:28:52 smithi098 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi098[111615]: cluster 2023-12-06T04:28:51.555996+0000 mgr.smithi047.erpxvz (mgr.14182) 944 : cluster [DBG] pgmap v567: 97 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-12-06T04:28:53.879 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Dec 06 04:28:53 smithi047 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi047[108212]: audit 2023-12-06T04:28:52.698895+0000 mgr.smithi047.erpxvz (mgr.14182) 945 : audit [DBG] from='client.15828 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-06T04:28:54.082 DEBUG:teuthology.orchestra.run.smithi047:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:d03fca4f35d43f61b4679936aef7bd2f01cced0b shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 2ecad2ea-93ed-11ee-95a2-87774f69a715 -- ceph orch ls -f json 2023-12-06T04:28:54.120 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Dec 06 04:28:53 smithi098 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi098[111615]: audit 2023-12-06T04:28:52.698895+0000 mgr.smithi047.erpxvz (mgr.14182) 945 : audit [DBG] from='client.15828 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-06T04:28:54.811 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Dec 06 04:28:54 smithi047 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi047[108212]: cluster 2023-12-06T04:28:53.556456+0000 mgr.smithi047.erpxvz (mgr.14182) 946 : 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-12-06T04:28:55.120 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Dec 06 04:28:54 smithi098 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi098[111615]: cluster 2023-12-06T04:28:53.556456+0000 mgr.smithi047.erpxvz (mgr.14182) 946 : 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-12-06T04:28:55.560 INFO:teuthology.orchestra.run.smithi047.stdout: 2023-12-06T04:28:55.560 INFO:teuthology.orchestra.run.smithi047.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-06T04:10:15.517593Z", "last_refresh": "2023-12-06T04:24:11.136231Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-06T04:10:10.954835Z", "last_refresh": "2023-12-06T04:24:08.731374Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-06T04:10:13.544463Z", "last_refresh": "2023-12-06T04:24:11.136388Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-06T04:21:37.565046Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi098.canbud on smithi098: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi098-canbud\n/bin/podman: stderr Error: no such container ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi098-canbud\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi098.canbud\n/bin/podman: stderr Error: no such container ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi098.canbud\nDeploy daemon haproxy.nfs.foo.smithi098.canbud ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi098 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-06T04:19:44Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-06T04:20:22Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-06T04:21:00Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi098 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-06T04:24:07.062005Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi047.awplmn on smithi047: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi047-awplmn\n/bin/podman: stderr Error: no such container ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi047-awplmn\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi047.awplmn\n/bin/podman: stderr Error: no such container ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi047.awplmn\nDeploy daemon haproxy.nfs.foo.smithi047.awplmn ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi047 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-06T04:22:14Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-06T04:22:52Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-06T04:23:29Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi047 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-06T04:24:07.064352Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi098.hbytsr on smithi098: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-06T04:24:07.066424Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi047.smeokd on smithi047: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-06T04:26:41.051237Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi098.ysltza on smithi098: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi098-ysltza\n/bin/podman: stderr Error: no such container ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi098-ysltza\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi098.ysltza\n/bin/podman: stderr Error: no such container ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi098.ysltza\nDeploy daemon haproxy.nfs.foo.smithi098.ysltza ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi098 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-06T04:24:48Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-06T04:25:25Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-06T04:26:03Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi098 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.47/16"}, "status": {"created": "2023-12-06T04:13:56.330826Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.47/16"}}, {"events": ["2023-12-06T04:13:52.727160Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-06T04:13:52.721318Z", "last_refresh": "2023-12-06T04:24:08.732560Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-06T04:10:09.956661Z", "last_refresh": "2023-12-06T04:24:08.731634Z", "running": 2, "size": 2}}, {"events": ["2023-12-06T04:11:13.238878Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi047:172.21.15.47=smithi047", "smithi098:172.21.15.98=smithi098"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-06T04:11:13.235526Z", "last_refresh": "2023-12-06T04:24:08.731843Z", "running": 2, "size": 2}}, {"events": ["2023-12-06T04:13:56.329598Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-12-06T04:13:56.325813Z", "last_refresh": "2023-12-06T04:24:11.137018Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-06T04:10:14.589128Z", "last_refresh": "2023-12-06T04:24:08.732044Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-06T04:11:43.239438Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-06T04:11:43.235053Z", "last_refresh": "2023-12-06T04:24:08.732204Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-06T04:10:12.030635Z", "last_refresh": "2023-12-06T04:24:11.136541Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-06T04:28:55.939 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-06T04:28:56.940 DEBUG:teuthology.orchestra.run.smithi047:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:d03fca4f35d43f61b4679936aef7bd2f01cced0b shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 2ecad2ea-93ed-11ee-95a2-87774f69a715 -- ceph orch ls -f json 2023-12-06T04:28:56.974 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Dec 06 04:28:56 smithi047 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi047[108212]: audit 2023-12-06T04:28:55.555126+0000 mgr.smithi047.erpxvz (mgr.14182) 947 : audit [DBG] from='client.15832 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-06T04:28:56.974 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Dec 06 04:28:56 smithi047 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi047[108212]: cluster 2023-12-06T04:28:55.556875+0000 mgr.smithi047.erpxvz (mgr.14182) 948 : 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-12-06T04:28:57.120 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Dec 06 04:28:56 smithi098 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi098[111615]: audit 2023-12-06T04:28:55.555126+0000 mgr.smithi047.erpxvz (mgr.14182) 947 : audit [DBG] from='client.15832 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-06T04:28:57.120 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Dec 06 04:28:56 smithi098 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi098[111615]: cluster 2023-12-06T04:28:55.556875+0000 mgr.smithi047.erpxvz (mgr.14182) 948 : 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-12-06T04:28:58.432 INFO:teuthology.orchestra.run.smithi047.stdout: 2023-12-06T04:28:58.432 INFO:teuthology.orchestra.run.smithi047.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-06T04:10:15.517593Z", "last_refresh": "2023-12-06T04:24:11.136231Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-06T04:10:10.954835Z", "last_refresh": "2023-12-06T04:24:08.731374Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-06T04:10:13.544463Z", "last_refresh": "2023-12-06T04:24:11.136388Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-06T04:21:37.565046Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi098.canbud on smithi098: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi098-canbud\n/bin/podman: stderr Error: no such container ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi098-canbud\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi098.canbud\n/bin/podman: stderr Error: no such container ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi098.canbud\nDeploy daemon haproxy.nfs.foo.smithi098.canbud ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi098 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-06T04:19:44Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-06T04:20:22Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-06T04:21:00Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi098 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-06T04:24:07.062005Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi047.awplmn on smithi047: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi047-awplmn\n/bin/podman: stderr Error: no such container ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi047-awplmn\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi047.awplmn\n/bin/podman: stderr Error: no such container ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi047.awplmn\nDeploy daemon haproxy.nfs.foo.smithi047.awplmn ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi047 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-06T04:22:14Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-06T04:22:52Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-06T04:23:29Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi047 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-06T04:24:07.064352Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi098.hbytsr on smithi098: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-06T04:24:07.066424Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi047.smeokd on smithi047: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-06T04:26:41.051237Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi098.ysltza on smithi098: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi098-ysltza\n/bin/podman: stderr Error: no such container ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi098-ysltza\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi098.ysltza\n/bin/podman: stderr Error: no such container ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi098.ysltza\nDeploy daemon haproxy.nfs.foo.smithi098.ysltza ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi098 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-06T04:24:48Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-06T04:25:25Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-06T04:26:03Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi098 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.47/16"}, "status": {"created": "2023-12-06T04:13:56.330826Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.47/16"}}, {"events": ["2023-12-06T04:13:52.727160Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-06T04:13:52.721318Z", "last_refresh": "2023-12-06T04:24:08.732560Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-06T04:10:09.956661Z", "last_refresh": "2023-12-06T04:24:08.731634Z", "running": 2, "size": 2}}, {"events": ["2023-12-06T04:11:13.238878Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi047:172.21.15.47=smithi047", "smithi098:172.21.15.98=smithi098"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-06T04:11:13.235526Z", "last_refresh": "2023-12-06T04:24:08.731843Z", "running": 2, "size": 2}}, {"events": ["2023-12-06T04:13:56.329598Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-12-06T04:13:56.325813Z", "last_refresh": "2023-12-06T04:24:11.137018Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-06T04:10:14.589128Z", "last_refresh": "2023-12-06T04:24:08.732044Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-06T04:11:43.239438Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-06T04:11:43.235053Z", "last_refresh": "2023-12-06T04:24:08.732204Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-06T04:10:12.030635Z", "last_refresh": "2023-12-06T04:24:11.136541Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-06T04:28:58.730 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Dec 06 04:28:58 smithi047 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi047[108212]: cluster 2023-12-06T04:28:57.557415+0000 mgr.smithi047.erpxvz (mgr.14182) 949 : 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-12-06T04:28:58.730 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Dec 06 04:28:58 smithi047 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi047[108212]: audit 2023-12-06T04:28:58.427204+0000 mgr.smithi047.erpxvz (mgr.14182) 950 : audit [DBG] from='client.15836 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-06T04:28:58.758 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-06T04:28:59.120 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Dec 06 04:28:58 smithi098 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi098[111615]: cluster 2023-12-06T04:28:57.557415+0000 mgr.smithi047.erpxvz (mgr.14182) 949 : 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-12-06T04:28:59.120 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Dec 06 04:28:58 smithi098 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi098[111615]: audit 2023-12-06T04:28:58.427204+0000 mgr.smithi047.erpxvz (mgr.14182) 950 : audit [DBG] from='client.15836 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-06T04:28:59.759 DEBUG:teuthology.orchestra.run.smithi047:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:d03fca4f35d43f61b4679936aef7bd2f01cced0b shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 2ecad2ea-93ed-11ee-95a2-87774f69a715 -- ceph orch ls -f json 2023-12-06T04:29:01.120 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Dec 06 04:29:00 smithi098 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi098[111615]: cluster 2023-12-06T04:28:59.558053+0000 mgr.smithi047.erpxvz (mgr.14182) 951 : cluster [DBG] pgmap v571: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-06T04:29:01.129 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Dec 06 04:29:00 smithi047 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi047[108212]: cluster 2023-12-06T04:28:59.558053+0000 mgr.smithi047.erpxvz (mgr.14182) 951 : cluster [DBG] pgmap v571: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-06T04:29:01.213 INFO:teuthology.orchestra.run.smithi047.stdout: 2023-12-06T04:29:01.213 INFO:teuthology.orchestra.run.smithi047.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-06T04:10:15.517593Z", "last_refresh": "2023-12-06T04:24:11.136231Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-06T04:10:10.954835Z", "last_refresh": "2023-12-06T04:24:08.731374Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-06T04:10:13.544463Z", "last_refresh": "2023-12-06T04:24:11.136388Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-06T04:21:37.565046Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi098.canbud on smithi098: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi098-canbud\n/bin/podman: stderr Error: no such container ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi098-canbud\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi098.canbud\n/bin/podman: stderr Error: no such container ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi098.canbud\nDeploy daemon haproxy.nfs.foo.smithi098.canbud ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi098 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-06T04:19:44Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-06T04:20:22Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-06T04:21:00Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi098 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-06T04:24:07.062005Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi047.awplmn on smithi047: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi047-awplmn\n/bin/podman: stderr Error: no such container ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi047-awplmn\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi047.awplmn\n/bin/podman: stderr Error: no such container ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi047.awplmn\nDeploy daemon haproxy.nfs.foo.smithi047.awplmn ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi047 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-06T04:22:14Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-06T04:22:52Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-06T04:23:29Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi047 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-06T04:24:07.064352Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi098.hbytsr on smithi098: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-06T04:24:07.066424Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi047.smeokd on smithi047: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-06T04:26:41.051237Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi098.ysltza on smithi098: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi098-ysltza\n/bin/podman: stderr Error: no such container ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi098-ysltza\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi098.ysltza\n/bin/podman: stderr Error: no such container ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi098.ysltza\nDeploy daemon haproxy.nfs.foo.smithi098.ysltza ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi098 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-06T04:24:48Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-06T04:25:25Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-06T04:26:03Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi098 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.47/16"}, "status": {"created": "2023-12-06T04:13:56.330826Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.47/16"}}, {"events": ["2023-12-06T04:13:52.727160Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-06T04:13:52.721318Z", "last_refresh": "2023-12-06T04:24:08.732560Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-06T04:10:09.956661Z", "last_refresh": "2023-12-06T04:24:08.731634Z", "running": 2, "size": 2}}, {"events": ["2023-12-06T04:11:13.238878Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi047:172.21.15.47=smithi047", "smithi098:172.21.15.98=smithi098"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-06T04:11:13.235526Z", "last_refresh": "2023-12-06T04:24:08.731843Z", "running": 2, "size": 2}}, {"events": ["2023-12-06T04:13:56.329598Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-12-06T04:13:56.325813Z", "last_refresh": "2023-12-06T04:24:11.137018Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-06T04:10:14.589128Z", "last_refresh": "2023-12-06T04:24:08.732044Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-06T04:11:43.239438Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-06T04:11:43.235053Z", "last_refresh": "2023-12-06T04:24:08.732204Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-06T04:10:12.030635Z", "last_refresh": "2023-12-06T04:24:11.136541Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-06T04:29:01.594 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-06T04:29:01.879 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Dec 06 04:29:01 smithi047 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi047[108212]: audit 2023-12-06T04:29:01.208173+0000 mgr.smithi047.erpxvz (mgr.14182) 952 : audit [DBG] from='client.15840 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-06T04:29:02.120 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Dec 06 04:29:01 smithi098 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi098[111615]: audit 2023-12-06T04:29:01.208173+0000 mgr.smithi047.erpxvz (mgr.14182) 952 : audit [DBG] from='client.15840 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-06T04:29:02.595 DEBUG:teuthology.orchestra.run.smithi047:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:d03fca4f35d43f61b4679936aef7bd2f01cced0b shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 2ecad2ea-93ed-11ee-95a2-87774f69a715 -- ceph orch ls -f json 2023-12-06T04:29:02.941 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Dec 06 04:29:02 smithi047 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi047[108212]: cluster 2023-12-06T04:29:01.558671+0000 mgr.smithi047.erpxvz (mgr.14182) 953 : cluster [DBG] pgmap v572: 97 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-12-06T04:29:03.120 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Dec 06 04:29:02 smithi098 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi098[111615]: cluster 2023-12-06T04:29:01.558671+0000 mgr.smithi047.erpxvz (mgr.14182) 953 : cluster [DBG] pgmap v572: 97 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-12-06T04:29:04.031 INFO:teuthology.orchestra.run.smithi047.stdout: 2023-12-06T04:29:04.031 INFO:teuthology.orchestra.run.smithi047.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-06T04:10:15.517593Z", "last_refresh": "2023-12-06T04:24:11.136231Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-06T04:10:10.954835Z", "last_refresh": "2023-12-06T04:24:08.731374Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-06T04:10:13.544463Z", "last_refresh": "2023-12-06T04:24:11.136388Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-06T04:21:37.565046Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi098.canbud on smithi098: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi098-canbud\n/bin/podman: stderr Error: no such container ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi098-canbud\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi098.canbud\n/bin/podman: stderr Error: no such container ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi098.canbud\nDeploy daemon haproxy.nfs.foo.smithi098.canbud ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi098 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-06T04:19:44Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-06T04:20:22Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-06T04:21:00Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi098 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-06T04:24:07.062005Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi047.awplmn on smithi047: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi047-awplmn\n/bin/podman: stderr Error: no such container ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi047-awplmn\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi047.awplmn\n/bin/podman: stderr Error: no such container ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi047.awplmn\nDeploy daemon haproxy.nfs.foo.smithi047.awplmn ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi047 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-06T04:22:14Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-06T04:22:52Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-06T04:23:29Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi047 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-06T04:24:07.064352Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi098.hbytsr on smithi098: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-06T04:24:07.066424Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi047.smeokd on smithi047: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-06T04:26:41.051237Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi098.ysltza on smithi098: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi098-ysltza\n/bin/podman: stderr Error: no such container ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi098-ysltza\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi098.ysltza\n/bin/podman: stderr Error: no such container ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi098.ysltza\nDeploy daemon haproxy.nfs.foo.smithi098.ysltza ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi098 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-06T04:24:48Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-06T04:25:25Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-06T04:26:03Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi098 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.47/16"}, "status": {"created": "2023-12-06T04:13:56.330826Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.47/16"}}, {"events": ["2023-12-06T04:13:52.727160Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-06T04:13:52.721318Z", "last_refresh": "2023-12-06T04:24:08.732560Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-06T04:10:09.956661Z", "last_refresh": "2023-12-06T04:24:08.731634Z", "running": 2, "size": 2}}, {"events": ["2023-12-06T04:11:13.238878Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi047:172.21.15.47=smithi047", "smithi098:172.21.15.98=smithi098"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-06T04:11:13.235526Z", "last_refresh": "2023-12-06T04:24:08.731843Z", "running": 2, "size": 2}}, {"events": ["2023-12-06T04:13:56.329598Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-12-06T04:13:56.325813Z", "last_refresh": "2023-12-06T04:24:11.137018Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-06T04:10:14.589128Z", "last_refresh": "2023-12-06T04:24:08.732044Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-06T04:11:43.239438Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-06T04:11:43.235053Z", "last_refresh": "2023-12-06T04:24:08.732204Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-06T04:10:12.030635Z", "last_refresh": "2023-12-06T04:24:11.136541Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-06T04:29:04.463 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-06T04:29:04.870 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Dec 06 04:29:04 smithi098 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi098[111615]: cluster 2023-12-06T04:29:03.559120+0000 mgr.smithi047.erpxvz (mgr.14182) 954 : 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-12-06T04:29:04.870 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Dec 06 04:29:04 smithi098 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi098[111615]: audit 2023-12-06T04:29:04.026306+0000 mgr.smithi047.erpxvz (mgr.14182) 955 : audit [DBG] from='client.15844 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-06T04:29:04.879 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Dec 06 04:29:04 smithi047 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi047[108212]: cluster 2023-12-06T04:29:03.559120+0000 mgr.smithi047.erpxvz (mgr.14182) 954 : 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-12-06T04:29:04.879 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Dec 06 04:29:04 smithi047 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi047[108212]: audit 2023-12-06T04:29:04.026306+0000 mgr.smithi047.erpxvz (mgr.14182) 955 : audit [DBG] from='client.15844 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-06T04:29:05.464 DEBUG:teuthology.orchestra.run.smithi047:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:d03fca4f35d43f61b4679936aef7bd2f01cced0b shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 2ecad2ea-93ed-11ee-95a2-87774f69a715 -- ceph orch ls -f json 2023-12-06T04:29:06.870 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Dec 06 04:29:06 smithi098 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi098[111615]: cluster 2023-12-06T04:29:05.559598+0000 mgr.smithi047.erpxvz (mgr.14182) 956 : 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-12-06T04:29:06.879 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Dec 06 04:29:06 smithi047 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi047[108212]: cluster 2023-12-06T04:29:05.559598+0000 mgr.smithi047.erpxvz (mgr.14182) 956 : 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-12-06T04:29:06.899 INFO:teuthology.orchestra.run.smithi047.stdout: 2023-12-06T04:29:06.899 INFO:teuthology.orchestra.run.smithi047.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-06T04:10:15.517593Z", "last_refresh": "2023-12-06T04:24:11.136231Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-06T04:10:10.954835Z", "last_refresh": "2023-12-06T04:24:08.731374Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-06T04:10:13.544463Z", "last_refresh": "2023-12-06T04:24:11.136388Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-06T04:21:37.565046Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi098.canbud on smithi098: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi098-canbud\n/bin/podman: stderr Error: no such container ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi098-canbud\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi098.canbud\n/bin/podman: stderr Error: no such container ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi098.canbud\nDeploy daemon haproxy.nfs.foo.smithi098.canbud ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi098 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-06T04:19:44Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-06T04:20:22Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-06T04:21:00Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi098 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-06T04:24:07.062005Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi047.awplmn on smithi047: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi047-awplmn\n/bin/podman: stderr Error: no such container ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi047-awplmn\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi047.awplmn\n/bin/podman: stderr Error: no such container ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi047.awplmn\nDeploy daemon haproxy.nfs.foo.smithi047.awplmn ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi047 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-06T04:22:14Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-06T04:22:52Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-06T04:23:29Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi047 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-06T04:24:07.064352Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi098.hbytsr on smithi098: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-06T04:24:07.066424Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi047.smeokd on smithi047: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-06T04:26:41.051237Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi098.ysltza on smithi098: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi098-ysltza\n/bin/podman: stderr Error: no such container ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi098-ysltza\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi098.ysltza\n/bin/podman: stderr Error: no such container ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi098.ysltza\nDeploy daemon haproxy.nfs.foo.smithi098.ysltza ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi098 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-06T04:24:48Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-06T04:25:25Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-06T04:26:03Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi098 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.47/16"}, "status": {"created": "2023-12-06T04:13:56.330826Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.47/16"}}, {"events": ["2023-12-06T04:13:52.727160Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-06T04:13:52.721318Z", "last_refresh": "2023-12-06T04:24:08.732560Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-06T04:10:09.956661Z", "last_refresh": "2023-12-06T04:24:08.731634Z", "running": 2, "size": 2}}, {"events": ["2023-12-06T04:11:13.238878Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi047:172.21.15.47=smithi047", "smithi098:172.21.15.98=smithi098"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-06T04:11:13.235526Z", "last_refresh": "2023-12-06T04:24:08.731843Z", "running": 2, "size": 2}}, {"events": ["2023-12-06T04:13:56.329598Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-12-06T04:13:56.325813Z", "last_refresh": "2023-12-06T04:24:11.137018Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-06T04:10:14.589128Z", "last_refresh": "2023-12-06T04:24:08.732044Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-06T04:11:43.239438Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-06T04:11:43.235053Z", "last_refresh": "2023-12-06T04:24:08.732204Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-06T04:10:12.030635Z", "last_refresh": "2023-12-06T04:24:11.136541Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-06T04:29:07.328 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-06T04:29:07.879 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Dec 06 04:29:07 smithi047 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi047[108212]: audit 2023-12-06T04:29:06.894481+0000 mgr.smithi047.erpxvz (mgr.14182) 957 : audit [DBG] from='client.15848 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-06T04:29:08.120 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Dec 06 04:29:07 smithi098 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi098[111615]: audit 2023-12-06T04:29:06.894481+0000 mgr.smithi047.erpxvz (mgr.14182) 957 : audit [DBG] from='client.15848 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-06T04:29:08.329 DEBUG:teuthology.orchestra.run.smithi047:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:d03fca4f35d43f61b4679936aef7bd2f01cced0b shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 2ecad2ea-93ed-11ee-95a2-87774f69a715 -- ceph orch ls -f json 2023-12-06T04:29:08.879 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Dec 06 04:29:08 smithi047 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi047[108212]: cluster 2023-12-06T04:29:07.560151+0000 mgr.smithi047.erpxvz (mgr.14182) 958 : 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-12-06T04:29:09.120 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Dec 06 04:29:08 smithi098 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi098[111615]: cluster 2023-12-06T04:29:07.560151+0000 mgr.smithi047.erpxvz (mgr.14182) 958 : 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-12-06T04:29:09.780 INFO:teuthology.orchestra.run.smithi047.stdout: 2023-12-06T04:29:09.780 INFO:teuthology.orchestra.run.smithi047.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-06T04:10:15.517593Z", "last_refresh": "2023-12-06T04:24:11.136231Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-06T04:10:10.954835Z", "last_refresh": "2023-12-06T04:24:08.731374Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-06T04:10:13.544463Z", "last_refresh": "2023-12-06T04:24:11.136388Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-06T04:21:37.565046Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi098.canbud on smithi098: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi098-canbud\n/bin/podman: stderr Error: no such container ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi098-canbud\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi098.canbud\n/bin/podman: stderr Error: no such container ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi098.canbud\nDeploy daemon haproxy.nfs.foo.smithi098.canbud ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi098 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-06T04:19:44Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-06T04:20:22Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-06T04:21:00Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi098 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-06T04:24:07.062005Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi047.awplmn on smithi047: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi047-awplmn\n/bin/podman: stderr Error: no such container ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi047-awplmn\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi047.awplmn\n/bin/podman: stderr Error: no such container ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi047.awplmn\nDeploy daemon haproxy.nfs.foo.smithi047.awplmn ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi047 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-06T04:22:14Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-06T04:22:52Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-06T04:23:29Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi047 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-06T04:24:07.064352Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi098.hbytsr on smithi098: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-06T04:24:07.066424Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi047.smeokd on smithi047: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-06T04:26:41.051237Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi098.ysltza on smithi098: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi098-ysltza\n/bin/podman: stderr Error: no such container ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi098-ysltza\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi098.ysltza\n/bin/podman: stderr Error: no such container ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi098.ysltza\nDeploy daemon haproxy.nfs.foo.smithi098.ysltza ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi098 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-06T04:24:48Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-06T04:25:25Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-06T04:26:03Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi098 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.47/16"}, "status": {"created": "2023-12-06T04:13:56.330826Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.47/16"}}, {"events": ["2023-12-06T04:13:52.727160Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-06T04:13:52.721318Z", "last_refresh": "2023-12-06T04:24:08.732560Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-06T04:10:09.956661Z", "last_refresh": "2023-12-06T04:24:08.731634Z", "running": 2, "size": 2}}, {"events": ["2023-12-06T04:11:13.238878Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi047:172.21.15.47=smithi047", "smithi098:172.21.15.98=smithi098"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-06T04:11:13.235526Z", "last_refresh": "2023-12-06T04:24:08.731843Z", "running": 2, "size": 2}}, {"events": ["2023-12-06T04:13:56.329598Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-12-06T04:13:56.325813Z", "last_refresh": "2023-12-06T04:24:11.137018Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-06T04:10:14.589128Z", "last_refresh": "2023-12-06T04:24:08.732044Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-06T04:11:43.239438Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-06T04:11:43.235053Z", "last_refresh": "2023-12-06T04:24:08.732204Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-06T04:10:12.030635Z", "last_refresh": "2023-12-06T04:24:11.136541Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-06T04:29:10.129 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-06T04:29:10.818 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Dec 06 04:29:10 smithi047 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi047[108212]: cluster 2023-12-06T04:29:09.560606+0000 mgr.smithi047.erpxvz (mgr.14182) 959 : cluster [DBG] pgmap v576: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-06T04:29:10.818 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Dec 06 04:29:10 smithi047 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi047[108212]: audit 2023-12-06T04:29:09.775141+0000 mgr.smithi047.erpxvz (mgr.14182) 960 : audit [DBG] from='client.15852 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-06T04:29:11.120 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Dec 06 04:29:10 smithi098 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi098[111615]: cluster 2023-12-06T04:29:09.560606+0000 mgr.smithi047.erpxvz (mgr.14182) 959 : cluster [DBG] pgmap v576: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-06T04:29:11.120 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Dec 06 04:29:10 smithi098 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi098[111615]: audit 2023-12-06T04:29:09.775141+0000 mgr.smithi047.erpxvz (mgr.14182) 960 : audit [DBG] from='client.15852 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-06T04:29:11.130 DEBUG:teuthology.orchestra.run.smithi047:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:d03fca4f35d43f61b4679936aef7bd2f01cced0b shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 2ecad2ea-93ed-11ee-95a2-87774f69a715 -- ceph orch ls -f json 2023-12-06T04:29:11.858 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Dec 06 04:29:11 smithi047 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi047[108212]: cephadm 2023-12-06T04:29:10.818205+0000 mgr.smithi047.erpxvz (mgr.14182) 961 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi047-sawbiu 2023-12-06T04:29:11.858 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Dec 06 04:29:11 smithi047 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi047[108212]: /bin/podman: stderr Error: no such container ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi047-sawbiu 2023-12-06T04:29:11.859 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Dec 06 04:29:11 smithi047 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi047[108212]: Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi047.sawbiu 2023-12-06T04:29:11.859 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Dec 06 04:29:11 smithi047 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi047[108212]: /bin/podman: stderr Error: no such container ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi047.sawbiu 2023-12-06T04:29:11.859 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Dec 06 04:29:11 smithi047 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi047[108212]: Deploy daemon haproxy.nfs.foo.smithi047.sawbiu ... 2023-12-06T04:29:11.859 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Dec 06 04:29:11 smithi047 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi047[108212]: 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=smithi047 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-06T04:29:11.859 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Dec 06 04:29:11 smithi047 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi047[108212]: stat: stderr Trying to pull docker.io/library/haproxy:2.3... 2023-12-06T04:29:11.859 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Dec 06 04:29:11 smithi047 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi047[108212]: stat: stderr time="2023-12-06T04:27:17Z" level=warning msg="Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: 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-12-06T04:29:11.859 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Dec 06 04:29:11 smithi047 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi047[108212]: stat: stderr time="2023-12-06T04:27:55Z" level=warning msg="Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2023-12-06T04:29:11.859 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Dec 06 04:29:11 smithi047 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi047[108212]: stat: stderr time="2023-12-06T04:28:33Z" level=warning msg="Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2023-12-06T04:29:11.859 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Dec 06 04:29:11 smithi047 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi047[108212]: 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-12-06T04:29:11.859 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Dec 06 04:29:11 smithi047 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi047[108212]: 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=smithi047 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-06T04:29:11.859 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Dec 06 04:29:11 smithi047 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi047[108212]: Traceback (most recent call last): 2023-12-06T04:29:11.859 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Dec 06 04:29:11 smithi047 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi047[108212]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2023-12-06T04:29:11.859 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Dec 06 04:29:11 smithi047 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi047[108212]: yield (conn, connr) 2023-12-06T04:29:11.859 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Dec 06 04:29:11 smithi047 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi047[108212]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2023-12-06T04:29:11.860 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Dec 06 04:29:11 smithi047 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi047[108212]: code, '\n'.join(err))) 2023-12-06T04:29:11.860 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Dec 06 04:29:11 smithi047 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi047[108212]: 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-2ecad2ea-93ed-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi047-sawbiu 2023-12-06T04:29:11.860 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Dec 06 04:29:11 smithi047 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi047[108212]: /bin/podman: stderr Error: no such container ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi047-sawbiu 2023-12-06T04:29:11.860 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Dec 06 04:29:11 smithi047 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi047[108212]: Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi047.sawbiu 2023-12-06T04:29:11.860 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Dec 06 04:29:11 smithi047 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi047[108212]: /bin/podman: stderr Error: no such container ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi047.sawbiu 2023-12-06T04:29:11.860 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Dec 06 04:29:11 smithi047 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi047[108212]: Deploy daemon haproxy.nfs.foo.smithi047.sawbiu ... 2023-12-06T04:29:11.860 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Dec 06 04:29:11 smithi047 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi047[108212]: 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=smithi047 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-06T04:29:11.860 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Dec 06 04:29:11 smithi047 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi047[108212]: stat: stderr Trying to pull docker.io/library/haproxy:2.3... 2023-12-06T04:29:11.860 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Dec 06 04:29:11 smithi047 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi047[108212]: stat: stderr time="2023-12-06T04:27:17Z" level=warning msg="Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: 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-12-06T04:29:11.860 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Dec 06 04:29:11 smithi047 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi047[108212]: stat: stderr time="2023-12-06T04:27:55Z" level=warning msg="Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2023-12-06T04:29:11.860 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Dec 06 04:29:11 smithi047 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi047[108212]: stat: stderr time="2023-12-06T04:28:33Z" level=warning msg="Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2023-12-06T04:29:11.860 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Dec 06 04:29:11 smithi047 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi047[108212]: 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-12-06T04:29:11.860 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Dec 06 04:29:11 smithi047 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi047[108212]: 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=smithi047 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-06T04:29:11.861 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Dec 06 04:29:11 smithi047 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi047[108212]: cephadm 2023-12-06T04:29:10.818421+0000 mgr.smithi047.erpxvz (mgr.14182) 962 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi047.sawbiu 2023-12-06T04:29:11.861 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Dec 06 04:29:11 smithi047 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi047[108212]: audit 2023-12-06T04:29:10.818828+0000 mon.smithi047 (mon.0) 697 : audit [INF] from='mgr.14182 172.21.15.47:0/1495146391' entity='mgr.smithi047.erpxvz' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi047.sawbiu"}]: dispatch 2023-12-06T04:29:11.861 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Dec 06 04:29:11 smithi047 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi047[108212]: cephadm 2023-12-06T04:29:10.819571+0000 mgr.smithi047.erpxvz (mgr.14182) 963 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi047.sawbiu on smithi047: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi047-sawbiu 2023-12-06T04:29:11.861 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Dec 06 04:29:11 smithi047 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi047[108212]: /bin/podman: stderr Error: no such container ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi047-sawbiu 2023-12-06T04:29:11.861 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Dec 06 04:29:11 smithi047 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi047[108212]: Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi047.sawbiu 2023-12-06T04:29:11.861 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Dec 06 04:29:11 smithi047 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi047[108212]: /bin/podman: stderr Error: no such container ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi047.sawbiu 2023-12-06T04:29:11.861 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Dec 06 04:29:11 smithi047 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi047[108212]: Deploy daemon haproxy.nfs.foo.smithi047.sawbiu ... 2023-12-06T04:29:11.861 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Dec 06 04:29:11 smithi047 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi047[108212]: 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=smithi047 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-06T04:29:11.861 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Dec 06 04:29:11 smithi047 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi047[108212]: stat: stderr Trying to pull docker.io/library/haproxy:2.3... 2023-12-06T04:29:11.861 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Dec 06 04:29:11 smithi047 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi047[108212]: stat: stderr time="2023-12-06T04:27:17Z" level=warning msg="Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: 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-12-06T04:29:11.861 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Dec 06 04:29:11 smithi047 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi047[108212]: stat: stderr time="2023-12-06T04:27:55Z" level=warning msg="Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2023-12-06T04:29:11.861 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Dec 06 04:29:11 smithi047 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi047[108212]: stat: stderr time="2023-12-06T04:28:33Z" level=warning msg="Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2023-12-06T04:29:11.861 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Dec 06 04:29:11 smithi047 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi047[108212]: 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-12-06T04:29:11.861 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Dec 06 04:29:11 smithi047 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi047[108212]: 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=smithi047 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-06T04:29:11.861 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Dec 06 04:29:11 smithi047 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi047[108212]: cephadm 2023-12-06T04:29:10.821162+0000 mgr.smithi047.erpxvz (mgr.14182) 964 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi098.xozkhg on smithi098: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2023-12-06T04:29:11.862 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Dec 06 04:29:11 smithi047 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi047[108212]: cephadm 2023-12-06T04:29:10.822442+0000 mgr.smithi047.erpxvz (mgr.14182) 965 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi047.lxpuoc on smithi047: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2023-12-06T04:29:11.862 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Dec 06 04:29:11 smithi047 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi047[108212]: cluster 2023-12-06T04:29:10.823254+0000 mgr.smithi047.erpxvz (mgr.14182) 966 : cluster [DBG] pgmap v577: 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-12-06T04:29:12.121 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Dec 06 04:29:11 smithi098 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi098[111615]: cephadm 2023-12-06T04:29:10.818205+0000 mgr.smithi047.erpxvz (mgr.14182) 961 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi047-sawbiu 2023-12-06T04:29:12.121 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Dec 06 04:29:11 smithi098 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi098[111615]: /bin/podman: stderr Error: no such container ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi047-sawbiu 2023-12-06T04:29:12.121 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Dec 06 04:29:11 smithi098 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi098[111615]: Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi047.sawbiu 2023-12-06T04:29:12.121 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Dec 06 04:29:11 smithi098 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi098[111615]: /bin/podman: stderr Error: no such container ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi047.sawbiu 2023-12-06T04:29:12.121 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Dec 06 04:29:11 smithi098 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi098[111615]: Deploy daemon haproxy.nfs.foo.smithi047.sawbiu ... 2023-12-06T04:29:12.121 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Dec 06 04:29:11 smithi098 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi098[111615]: 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=smithi047 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-06T04:29:12.121 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Dec 06 04:29:11 smithi098 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi098[111615]: stat: stderr Trying to pull docker.io/library/haproxy:2.3... 2023-12-06T04:29:12.121 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Dec 06 04:29:11 smithi098 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi098[111615]: stat: stderr time="2023-12-06T04:27:17Z" level=warning msg="Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: 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-12-06T04:29:12.121 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Dec 06 04:29:11 smithi098 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi098[111615]: stat: stderr time="2023-12-06T04:27:55Z" level=warning msg="Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2023-12-06T04:29:12.121 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Dec 06 04:29:11 smithi098 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi098[111615]: stat: stderr time="2023-12-06T04:28:33Z" level=warning msg="Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2023-12-06T04:29:12.121 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Dec 06 04:29:11 smithi098 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi098[111615]: 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-12-06T04:29:12.121 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Dec 06 04:29:11 smithi098 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi098[111615]: 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=smithi047 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-06T04:29:12.121 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Dec 06 04:29:11 smithi098 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi098[111615]: Traceback (most recent call last): 2023-12-06T04:29:12.122 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Dec 06 04:29:11 smithi098 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi098[111615]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2023-12-06T04:29:12.122 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Dec 06 04:29:11 smithi098 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi098[111615]: yield (conn, connr) 2023-12-06T04:29:12.122 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Dec 06 04:29:11 smithi098 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi098[111615]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2023-12-06T04:29:12.122 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Dec 06 04:29:11 smithi098 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi098[111615]: code, '\n'.join(err))) 2023-12-06T04:29:12.122 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Dec 06 04:29:11 smithi098 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi098[111615]: 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-2ecad2ea-93ed-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi047-sawbiu 2023-12-06T04:29:12.122 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Dec 06 04:29:11 smithi098 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi098[111615]: /bin/podman: stderr Error: no such container ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi047-sawbiu 2023-12-06T04:29:12.122 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Dec 06 04:29:11 smithi098 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi098[111615]: Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi047.sawbiu 2023-12-06T04:29:12.122 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Dec 06 04:29:11 smithi098 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi098[111615]: /bin/podman: stderr Error: no such container ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi047.sawbiu 2023-12-06T04:29:12.122 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Dec 06 04:29:11 smithi098 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi098[111615]: Deploy daemon haproxy.nfs.foo.smithi047.sawbiu ... 2023-12-06T04:29:12.122 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Dec 06 04:29:11 smithi098 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi098[111615]: 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=smithi047 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-06T04:29:12.122 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Dec 06 04:29:11 smithi098 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi098[111615]: stat: stderr Trying to pull docker.io/library/haproxy:2.3... 2023-12-06T04:29:12.122 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Dec 06 04:29:11 smithi098 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi098[111615]: stat: stderr time="2023-12-06T04:27:17Z" level=warning msg="Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: 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-12-06T04:29:12.122 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Dec 06 04:29:11 smithi098 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi098[111615]: stat: stderr time="2023-12-06T04:27:55Z" level=warning msg="Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2023-12-06T04:29:12.122 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Dec 06 04:29:11 smithi098 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi098[111615]: stat: stderr time="2023-12-06T04:28:33Z" level=warning msg="Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2023-12-06T04:29:12.122 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Dec 06 04:29:11 smithi098 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi098[111615]: 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-12-06T04:29:12.123 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Dec 06 04:29:11 smithi098 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi098[111615]: 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=smithi047 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-06T04:29:12.123 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Dec 06 04:29:11 smithi098 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi098[111615]: cephadm 2023-12-06T04:29:10.818421+0000 mgr.smithi047.erpxvz (mgr.14182) 962 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi047.sawbiu 2023-12-06T04:29:12.123 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Dec 06 04:29:11 smithi098 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi098[111615]: audit 2023-12-06T04:29:10.818828+0000 mon.smithi047 (mon.0) 697 : audit [INF] from='mgr.14182 172.21.15.47:0/1495146391' entity='mgr.smithi047.erpxvz' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi047.sawbiu"}]: dispatch 2023-12-06T04:29:12.123 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Dec 06 04:29:11 smithi098 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi098[111615]: cephadm 2023-12-06T04:29:10.819571+0000 mgr.smithi047.erpxvz (mgr.14182) 963 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi047.sawbiu on smithi047: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi047-sawbiu 2023-12-06T04:29:12.123 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Dec 06 04:29:11 smithi098 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi098[111615]: /bin/podman: stderr Error: no such container ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi047-sawbiu 2023-12-06T04:29:12.123 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Dec 06 04:29:11 smithi098 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi098[111615]: Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi047.sawbiu 2023-12-06T04:29:12.123 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Dec 06 04:29:11 smithi098 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi098[111615]: /bin/podman: stderr Error: no such container ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi047.sawbiu 2023-12-06T04:29:12.123 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Dec 06 04:29:11 smithi098 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi098[111615]: Deploy daemon haproxy.nfs.foo.smithi047.sawbiu ... 2023-12-06T04:29:12.123 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Dec 06 04:29:11 smithi098 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi098[111615]: 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=smithi047 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-06T04:29:12.123 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Dec 06 04:29:11 smithi098 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi098[111615]: stat: stderr Trying to pull docker.io/library/haproxy:2.3... 2023-12-06T04:29:12.123 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Dec 06 04:29:11 smithi098 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi098[111615]: stat: stderr time="2023-12-06T04:27:17Z" level=warning msg="Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: 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-12-06T04:29:12.123 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Dec 06 04:29:11 smithi098 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi098[111615]: stat: stderr time="2023-12-06T04:27:55Z" level=warning msg="Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2023-12-06T04:29:12.123 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Dec 06 04:29:11 smithi098 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi098[111615]: stat: stderr time="2023-12-06T04:28:33Z" level=warning msg="Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2023-12-06T04:29:12.123 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Dec 06 04:29:11 smithi098 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi098[111615]: 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-12-06T04:29:12.123 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Dec 06 04:29:11 smithi098 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi098[111615]: 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=smithi047 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-06T04:29:12.124 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Dec 06 04:29:11 smithi098 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi098[111615]: cephadm 2023-12-06T04:29:10.821162+0000 mgr.smithi047.erpxvz (mgr.14182) 964 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi098.xozkhg on smithi098: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2023-12-06T04:29:12.124 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Dec 06 04:29:11 smithi098 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi098[111615]: cephadm 2023-12-06T04:29:10.822442+0000 mgr.smithi047.erpxvz (mgr.14182) 965 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi047.lxpuoc on smithi047: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2023-12-06T04:29:12.124 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Dec 06 04:29:11 smithi098 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi098[111615]: cluster 2023-12-06T04:29:10.823254+0000 mgr.smithi047.erpxvz (mgr.14182) 966 : cluster [DBG] pgmap v577: 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-12-06T04:29:12.620 INFO:teuthology.orchestra.run.smithi047.stdout: 2023-12-06T04:29:12.620 INFO:teuthology.orchestra.run.smithi047.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-06T04:10:15.517593Z", "last_refresh": "2023-12-06T04:24:11.136231Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-06T04:10:10.954835Z", "last_refresh": "2023-12-06T04:24:08.731374Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-06T04:10:13.544463Z", "last_refresh": "2023-12-06T04:24:11.136388Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-06T04:24:07.066424Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi047.smeokd on smithi047: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-06T04:26:41.051237Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi098.ysltza on smithi098: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi098-ysltza\n/bin/podman: stderr Error: no such container ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi098-ysltza\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi098.ysltza\n/bin/podman: stderr Error: no such container ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi098.ysltza\nDeploy daemon haproxy.nfs.foo.smithi098.ysltza ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi098 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-06T04:24:48Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-06T04:25:25Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-06T04:26:03Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi098 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-06T04:29:10.819461Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi047.sawbiu on smithi047: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi047-sawbiu\n/bin/podman: stderr Error: no such container ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi047-sawbiu\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi047.sawbiu\n/bin/podman: stderr Error: no such container ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi047.sawbiu\nDeploy daemon haproxy.nfs.foo.smithi047.sawbiu ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi047 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-06T04:27:17Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-06T04:27:55Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-06T04:28:33Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi047 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-06T04:29:10.821054Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi098.xozkhg on smithi098: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-06T04:29:10.822338Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi047.lxpuoc on smithi047: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.47/16"}, "status": {"created": "2023-12-06T04:13:56.330826Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.47/16"}}, {"events": ["2023-12-06T04:13:52.727160Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-06T04:13:52.721318Z", "last_refresh": "2023-12-06T04:24:08.732560Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-06T04:10:09.956661Z", "last_refresh": "2023-12-06T04:24:08.731634Z", "running": 2, "size": 2}}, {"events": ["2023-12-06T04:11:13.238878Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi047:172.21.15.47=smithi047", "smithi098:172.21.15.98=smithi098"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-06T04:11:13.235526Z", "last_refresh": "2023-12-06T04:24:08.731843Z", "running": 2, "size": 2}}, {"events": ["2023-12-06T04:13:56.329598Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-12-06T04:13:56.325813Z", "last_refresh": "2023-12-06T04:24:11.137018Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-06T04:10:14.589128Z", "last_refresh": "2023-12-06T04:24:08.732044Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-06T04:11:43.239438Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-06T04:11:43.235053Z", "last_refresh": "2023-12-06T04:24:08.732204Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-06T04:10:12.030635Z", "last_refresh": "2023-12-06T04:24:11.136541Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-06T04:29:12.945 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Dec 06 04:29:12 smithi047 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi047[108212]: cluster 2023-12-06T04:29:11.624984+0000 mon.smithi047 (mon.0) 698 : cluster [WRN] Health check failed: Failed to place 4 daemon(s) (CEPHADM_DAEMON_PLACE_FAIL) 2023-12-06T04:29:13.012 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-06T04:29:13.120 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Dec 06 04:29:12 smithi098 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi098[111615]: cluster 2023-12-06T04:29:11.624984+0000 mon.smithi047 (mon.0) 698 : cluster [WRN] Health check failed: Failed to place 4 daemon(s) (CEPHADM_DAEMON_PLACE_FAIL) 2023-12-06T04:29:14.014 DEBUG:teuthology.orchestra.run.smithi047:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:d03fca4f35d43f61b4679936aef7bd2f01cced0b shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 2ecad2ea-93ed-11ee-95a2-87774f69a715 -- ceph orch ls -f json 2023-12-06T04:29:14.049 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Dec 06 04:29:13 smithi047 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi047[108212]: audit 2023-12-06T04:29:12.615261+0000 mgr.smithi047.erpxvz (mgr.14182) 967 : audit [DBG] from='client.15856 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-06T04:29:14.050 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Dec 06 04:29:13 smithi047 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi047[108212]: cluster 2023-12-06T04:29:12.823956+0000 mgr.smithi047.erpxvz (mgr.14182) 968 : cluster [DBG] pgmap v578: 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-12-06T04:29:14.120 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Dec 06 04:29:13 smithi098 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi098[111615]: audit 2023-12-06T04:29:12.615261+0000 mgr.smithi047.erpxvz (mgr.14182) 967 : audit [DBG] from='client.15856 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-06T04:29:14.120 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Dec 06 04:29:13 smithi098 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi098[111615]: cluster 2023-12-06T04:29:12.823956+0000 mgr.smithi047.erpxvz (mgr.14182) 968 : cluster [DBG] pgmap v578: 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-12-06T04:29:15.370 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Dec 06 04:29:14 smithi098 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi098[111615]: audit 2023-12-06T04:29:13.995481+0000 mon.smithi047 (mon.0) 699 : audit [INF] from='mgr.14182 172.21.15.47:0/1495146391' entity='mgr.smithi047.erpxvz' 2023-12-06T04:29:15.380 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Dec 06 04:29:14 smithi047 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi047[108212]: audit 2023-12-06T04:29:13.995481+0000 mon.smithi047 (mon.0) 699 : audit [INF] from='mgr.14182 172.21.15.47:0/1495146391' entity='mgr.smithi047.erpxvz' 2023-12-06T04:29:15.496 INFO:teuthology.orchestra.run.smithi047.stdout: 2023-12-06T04:29:15.497 INFO:teuthology.orchestra.run.smithi047.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-06T04:10:15.517593Z", "last_refresh": "2023-12-06T04:24:11.136231Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-06T04:10:10.954835Z", "last_refresh": "2023-12-06T04:24:08.731374Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-06T04:10:13.544463Z", "last_refresh": "2023-12-06T04:24:11.136388Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-06T04:24:07.066424Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi047.smeokd on smithi047: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-06T04:26:41.051237Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi098.ysltza on smithi098: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi098-ysltza\n/bin/podman: stderr Error: no such container ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi098-ysltza\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi098.ysltza\n/bin/podman: stderr Error: no such container ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi098.ysltza\nDeploy daemon haproxy.nfs.foo.smithi098.ysltza ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi098 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-06T04:24:48Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-06T04:25:25Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-06T04:26:03Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi098 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-06T04:29:10.819461Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi047.sawbiu on smithi047: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi047-sawbiu\n/bin/podman: stderr Error: no such container ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi047-sawbiu\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi047.sawbiu\n/bin/podman: stderr Error: no such container ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi047.sawbiu\nDeploy daemon haproxy.nfs.foo.smithi047.sawbiu ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi047 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-06T04:27:17Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-06T04:27:55Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-06T04:28:33Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi047 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-06T04:29:10.821054Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi098.xozkhg on smithi098: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-06T04:29:10.822338Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi047.lxpuoc on smithi047: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.47/16"}, "status": {"created": "2023-12-06T04:13:56.330826Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.47/16"}}, {"events": ["2023-12-06T04:13:52.727160Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-06T04:13:52.721318Z", "last_refresh": "2023-12-06T04:24:08.732560Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-06T04:10:09.956661Z", "last_refresh": "2023-12-06T04:24:08.731634Z", "running": 2, "size": 2}}, {"events": ["2023-12-06T04:11:13.238878Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi047:172.21.15.47=smithi047", "smithi098:172.21.15.98=smithi098"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-06T04:11:13.235526Z", "last_refresh": "2023-12-06T04:24:08.731843Z", "running": 2, "size": 2}}, {"events": ["2023-12-06T04:13:56.329598Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-12-06T04:13:56.325813Z", "last_refresh": "2023-12-06T04:24:11.137018Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-06T04:10:14.589128Z", "last_refresh": "2023-12-06T04:24:08.732044Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-06T04:11:43.239438Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-06T04:11:43.235053Z", "last_refresh": "2023-12-06T04:24:08.732204Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-06T04:10:12.030635Z", "last_refresh": "2023-12-06T04:24:11.136541Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-06T04:29:15.887 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-06T04:29:16.129 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Dec 06 04:29:16 smithi047 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi047[108212]: cluster 2023-12-06T04:29:14.824709+0000 mgr.smithi047.erpxvz (mgr.14182) 969 : cluster [DBG] pgmap v579: 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-12-06T04:29:16.370 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Dec 06 04:29:16 smithi098 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi098[111615]: cluster 2023-12-06T04:29:14.824709+0000 mgr.smithi047.erpxvz (mgr.14182) 969 : cluster [DBG] pgmap v579: 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-12-06T04:29:16.887 DEBUG:teuthology.orchestra.run.smithi047:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:d03fca4f35d43f61b4679936aef7bd2f01cced0b shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 2ecad2ea-93ed-11ee-95a2-87774f69a715 -- ceph orch ls -f json 2023-12-06T04:29:17.239 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Dec 06 04:29:17 smithi047 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi047[108212]: audit 2023-12-06T04:29:15.491986+0000 mgr.smithi047.erpxvz (mgr.14182) 970 : audit [DBG] from='client.15860 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-06T04:29:17.370 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Dec 06 04:29:17 smithi098 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi098[111615]: audit 2023-12-06T04:29:15.491986+0000 mgr.smithi047.erpxvz (mgr.14182) 970 : audit [DBG] from='client.15860 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-06T04:29:18.370 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Dec 06 04:29:18 smithi098 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi098[111615]: cluster 2023-12-06T04:29:16.825560+0000 mgr.smithi047.erpxvz (mgr.14182) 971 : cluster [DBG] pgmap v580: 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-12-06T04:29:18.379 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Dec 06 04:29:18 smithi047 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi047[108212]: cluster 2023-12-06T04:29:16.825560+0000 mgr.smithi047.erpxvz (mgr.14182) 971 : cluster [DBG] pgmap v580: 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-12-06T04:29:18.382 INFO:teuthology.orchestra.run.smithi047.stdout: 2023-12-06T04:29:18.382 INFO:teuthology.orchestra.run.smithi047.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-06T04:10:15.517593Z", "last_refresh": "2023-12-06T04:24:11.136231Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-06T04:10:10.954835Z", "last_refresh": "2023-12-06T04:24:08.731374Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-06T04:10:13.544463Z", "last_refresh": "2023-12-06T04:24:11.136388Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-06T04:24:07.066424Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi047.smeokd on smithi047: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-06T04:26:41.051237Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi098.ysltza on smithi098: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi098-ysltza\n/bin/podman: stderr Error: no such container ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi098-ysltza\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi098.ysltza\n/bin/podman: stderr Error: no such container ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi098.ysltza\nDeploy daemon haproxy.nfs.foo.smithi098.ysltza ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi098 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-06T04:24:48Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-06T04:25:25Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-06T04:26:03Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi098 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-06T04:29:10.819461Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi047.sawbiu on smithi047: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi047-sawbiu\n/bin/podman: stderr Error: no such container ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi047-sawbiu\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi047.sawbiu\n/bin/podman: stderr Error: no such container ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi047.sawbiu\nDeploy daemon haproxy.nfs.foo.smithi047.sawbiu ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi047 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-06T04:27:17Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-06T04:27:55Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-06T04:28:33Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi047 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-06T04:29:10.821054Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi098.xozkhg on smithi098: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-06T04:29:10.822338Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi047.lxpuoc on smithi047: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.47/16"}, "status": {"created": "2023-12-06T04:13:56.330826Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.47/16"}}, {"events": ["2023-12-06T04:13:52.727160Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-06T04:13:52.721318Z", "last_refresh": "2023-12-06T04:24:08.732560Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-06T04:10:09.956661Z", "last_refresh": "2023-12-06T04:24:08.731634Z", "running": 2, "size": 2}}, {"events": ["2023-12-06T04:11:13.238878Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi047:172.21.15.47=smithi047", "smithi098:172.21.15.98=smithi098"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-06T04:11:13.235526Z", "last_refresh": "2023-12-06T04:24:08.731843Z", "running": 2, "size": 2}}, {"events": ["2023-12-06T04:13:56.329598Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-12-06T04:13:56.325813Z", "last_refresh": "2023-12-06T04:24:11.137018Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-06T04:10:14.589128Z", "last_refresh": "2023-12-06T04:24:08.732044Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-06T04:11:43.239438Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-06T04:11:43.235053Z", "last_refresh": "2023-12-06T04:24:08.732204Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-06T04:10:12.030635Z", "last_refresh": "2023-12-06T04:24:11.136541Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-06T04:29:18.769 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-06T04:29:19.770 DEBUG:teuthology.orchestra.run.smithi047:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:d03fca4f35d43f61b4679936aef7bd2f01cced0b shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 2ecad2ea-93ed-11ee-95a2-87774f69a715 -- ceph orch ls -f json 2023-12-06T04:29:19.804 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Dec 06 04:29:19 smithi047 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi047[108212]: audit 2023-12-06T04:29:18.377499+0000 mgr.smithi047.erpxvz (mgr.14182) 972 : audit [DBG] from='client.15864 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-06T04:29:19.805 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Dec 06 04:29:19 smithi047 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi047[108212]: audit 2023-12-06T04:29:18.466016+0000 mon.smithi047 (mon.0) 700 : audit [INF] from='mgr.14182 172.21.15.47:0/1495146391' entity='mgr.smithi047.erpxvz' 2023-12-06T04:29:19.870 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Dec 06 04:29:19 smithi098 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi098[111615]: audit 2023-12-06T04:29:18.377499+0000 mgr.smithi047.erpxvz (mgr.14182) 972 : audit [DBG] from='client.15864 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-06T04:29:19.870 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Dec 06 04:29:19 smithi098 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi098[111615]: audit 2023-12-06T04:29:18.466016+0000 mon.smithi047 (mon.0) 700 : audit [INF] from='mgr.14182 172.21.15.47:0/1495146391' entity='mgr.smithi047.erpxvz' 2023-12-06T04:29:20.636 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Dec 06 04:29:20 smithi047 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi047[108212]: cluster 2023-12-06T04:29:18.826223+0000 mgr.smithi047.erpxvz (mgr.14182) 973 : cluster [DBG] pgmap v581: 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-12-06T04:29:20.870 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Dec 06 04:29:20 smithi098 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi098[111615]: cluster 2023-12-06T04:29:18.826223+0000 mgr.smithi047.erpxvz (mgr.14182) 973 : cluster [DBG] pgmap v581: 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-12-06T04:29:21.294 INFO:teuthology.orchestra.run.smithi047.stdout: 2023-12-06T04:29:21.295 INFO:teuthology.orchestra.run.smithi047.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-06T04:10:15.517593Z", "last_refresh": "2023-12-06T04:24:11.136231Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-06T04:10:10.954835Z", "last_refresh": "2023-12-06T04:24:08.731374Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-06T04:10:13.544463Z", "last_refresh": "2023-12-06T04:24:11.136388Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-06T04:24:07.066424Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi047.smeokd on smithi047: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-06T04:26:41.051237Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi098.ysltza on smithi098: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi098-ysltza\n/bin/podman: stderr Error: no such container ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi098-ysltza\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi098.ysltza\n/bin/podman: stderr Error: no such container ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi098.ysltza\nDeploy daemon haproxy.nfs.foo.smithi098.ysltza ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi098 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-06T04:24:48Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-06T04:25:25Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-06T04:26:03Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi098 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-06T04:29:10.819461Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi047.sawbiu on smithi047: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi047-sawbiu\n/bin/podman: stderr Error: no such container ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi047-sawbiu\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi047.sawbiu\n/bin/podman: stderr Error: no such container ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi047.sawbiu\nDeploy daemon haproxy.nfs.foo.smithi047.sawbiu ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi047 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-06T04:27:17Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-06T04:27:55Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-06T04:28:33Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi047 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-06T04:29:10.821054Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi098.xozkhg on smithi098: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-06T04:29:10.822338Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi047.lxpuoc on smithi047: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.47/16"}, "status": {"created": "2023-12-06T04:13:56.330826Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.47/16"}}, {"events": ["2023-12-06T04:13:52.727160Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-06T04:13:52.721318Z", "last_refresh": "2023-12-06T04:24:08.732560Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-06T04:10:09.956661Z", "last_refresh": "2023-12-06T04:24:08.731634Z", "running": 2, "size": 2}}, {"events": ["2023-12-06T04:11:13.238878Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi047:172.21.15.47=smithi047", "smithi098:172.21.15.98=smithi098"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-06T04:11:13.235526Z", "last_refresh": "2023-12-06T04:24:08.731843Z", "running": 2, "size": 2}}, {"events": ["2023-12-06T04:13:56.329598Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-12-06T04:13:56.325813Z", "last_refresh": "2023-12-06T04:24:11.137018Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-06T04:10:14.589128Z", "last_refresh": "2023-12-06T04:24:08.732044Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-06T04:11:43.239438Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-06T04:11:43.235053Z", "last_refresh": "2023-12-06T04:24:08.732204Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-06T04:10:12.030635Z", "last_refresh": "2023-12-06T04:24:11.136541Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-06T04:29:21.629 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Dec 06 04:29:21 smithi047 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi047[108212]: cluster 2023-12-06T04:29:20.826939+0000 mgr.smithi047.erpxvz (mgr.14182) 974 : cluster [DBG] pgmap v582: 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-12-06T04:29:21.629 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Dec 06 04:29:21 smithi047 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi047[108212]: audit 2023-12-06T04:29:21.289601+0000 mgr.smithi047.erpxvz (mgr.14182) 975 : audit [DBG] from='client.15868 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-06T04:29:21.678 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-06T04:29:21.870 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Dec 06 04:29:21 smithi098 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi098[111615]: cluster 2023-12-06T04:29:20.826939+0000 mgr.smithi047.erpxvz (mgr.14182) 974 : cluster [DBG] pgmap v582: 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-12-06T04:29:21.870 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Dec 06 04:29:21 smithi098 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi098[111615]: audit 2023-12-06T04:29:21.289601+0000 mgr.smithi047.erpxvz (mgr.14182) 975 : audit [DBG] from='client.15868 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-06T04:29:22.679 DEBUG:teuthology.orchestra.run.smithi047:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:d03fca4f35d43f61b4679936aef7bd2f01cced0b shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 2ecad2ea-93ed-11ee-95a2-87774f69a715 -- ceph orch ls -f json 2023-12-06T04:29:24.129 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Dec 06 04:29:23 smithi047 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi047[108212]: cluster 2023-12-06T04:29:22.827823+0000 mgr.smithi047.erpxvz (mgr.14182) 976 : cluster [DBG] pgmap v583: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-06T04:29:24.172 INFO:teuthology.orchestra.run.smithi047.stdout: 2023-12-06T04:29:24.172 INFO:teuthology.orchestra.run.smithi047.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-06T04:10:15.517593Z", "last_refresh": "2023-12-06T04:24:11.136231Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-06T04:10:10.954835Z", "last_refresh": "2023-12-06T04:24:08.731374Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-06T04:10:13.544463Z", "last_refresh": "2023-12-06T04:24:11.136388Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-06T04:24:07.066424Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi047.smeokd on smithi047: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-06T04:26:41.051237Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi098.ysltza on smithi098: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi098-ysltza\n/bin/podman: stderr Error: no such container ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi098-ysltza\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi098.ysltza\n/bin/podman: stderr Error: no such container ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi098.ysltza\nDeploy daemon haproxy.nfs.foo.smithi098.ysltza ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi098 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-06T04:24:48Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-06T04:25:25Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-06T04:26:03Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi098 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-06T04:29:10.819461Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi047.sawbiu on smithi047: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi047-sawbiu\n/bin/podman: stderr Error: no such container ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi047-sawbiu\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi047.sawbiu\n/bin/podman: stderr Error: no such container ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi047.sawbiu\nDeploy daemon haproxy.nfs.foo.smithi047.sawbiu ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi047 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-06T04:27:17Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-06T04:27:55Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-06T04:28:33Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi047 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-06T04:29:10.821054Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi098.xozkhg on smithi098: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-06T04:29:10.822338Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi047.lxpuoc on smithi047: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.47/16"}, "status": {"created": "2023-12-06T04:13:56.330826Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.47/16"}}, {"events": ["2023-12-06T04:13:52.727160Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-06T04:13:52.721318Z", "last_refresh": "2023-12-06T04:24:08.732560Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-06T04:10:09.956661Z", "last_refresh": "2023-12-06T04:24:08.731634Z", "running": 2, "size": 2}}, {"events": ["2023-12-06T04:11:13.238878Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi047:172.21.15.47=smithi047", "smithi098:172.21.15.98=smithi098"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-06T04:11:13.235526Z", "last_refresh": "2023-12-06T04:24:08.731843Z", "running": 2, "size": 2}}, {"events": ["2023-12-06T04:13:56.329598Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-12-06T04:13:56.325813Z", "last_refresh": "2023-12-06T04:24:11.137018Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-06T04:10:14.589128Z", "last_refresh": "2023-12-06T04:24:08.732044Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-06T04:11:43.239438Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-06T04:11:43.235053Z", "last_refresh": "2023-12-06T04:24:08.732204Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-06T04:10:12.030635Z", "last_refresh": "2023-12-06T04:24:11.136541Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-06T04:29:24.370 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Dec 06 04:29:23 smithi098 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi098[111615]: cluster 2023-12-06T04:29:22.827823+0000 mgr.smithi047.erpxvz (mgr.14182) 976 : cluster [DBG] pgmap v583: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-06T04:29:24.560 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-06T04:29:25.370 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Dec 06 04:29:24 smithi098 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi098[111615]: audit 2023-12-06T04:29:24.167425+0000 mgr.smithi047.erpxvz (mgr.14182) 977 : audit [DBG] from='client.15872 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-06T04:29:25.379 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Dec 06 04:29:24 smithi047 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi047[108212]: audit 2023-12-06T04:29:24.167425+0000 mgr.smithi047.erpxvz (mgr.14182) 977 : audit [DBG] from='client.15872 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-06T04:29:25.561 DEBUG:teuthology.orchestra.run.smithi047:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:d03fca4f35d43f61b4679936aef7bd2f01cced0b shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 2ecad2ea-93ed-11ee-95a2-87774f69a715 -- ceph orch ls -f json 2023-12-06T04:29:26.272 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Dec 06 04:29:25 smithi047 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi047[108212]: cluster 2023-12-06T04:29:24.828481+0000 mgr.smithi047.erpxvz (mgr.14182) 978 : 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-12-06T04:29:26.370 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Dec 06 04:29:25 smithi098 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi098[111615]: cluster 2023-12-06T04:29:24.828481+0000 mgr.smithi047.erpxvz (mgr.14182) 978 : 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-12-06T04:29:26.992 INFO:teuthology.orchestra.run.smithi047.stdout: 2023-12-06T04:29:26.992 INFO:teuthology.orchestra.run.smithi047.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-06T04:10:15.517593Z", "last_refresh": "2023-12-06T04:24:11.136231Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-06T04:10:10.954835Z", "last_refresh": "2023-12-06T04:24:08.731374Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-06T04:10:13.544463Z", "last_refresh": "2023-12-06T04:24:11.136388Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-06T04:24:07.066424Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi047.smeokd on smithi047: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-06T04:26:41.051237Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi098.ysltza on smithi098: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi098-ysltza\n/bin/podman: stderr Error: no such container ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi098-ysltza\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi098.ysltza\n/bin/podman: stderr Error: no such container ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi098.ysltza\nDeploy daemon haproxy.nfs.foo.smithi098.ysltza ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi098 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-06T04:24:48Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-06T04:25:25Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-06T04:26:03Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi098 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-06T04:29:10.819461Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi047.sawbiu on smithi047: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi047-sawbiu\n/bin/podman: stderr Error: no such container ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi047-sawbiu\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi047.sawbiu\n/bin/podman: stderr Error: no such container ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi047.sawbiu\nDeploy daemon haproxy.nfs.foo.smithi047.sawbiu ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi047 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-06T04:27:17Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-06T04:27:55Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-06T04:28:33Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi047 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-06T04:29:10.821054Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi098.xozkhg on smithi098: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-06T04:29:10.822338Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi047.lxpuoc on smithi047: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.47/16"}, "status": {"created": "2023-12-06T04:13:56.330826Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.47/16"}}, {"events": ["2023-12-06T04:13:52.727160Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-06T04:13:52.721318Z", "last_refresh": "2023-12-06T04:24:08.732560Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-06T04:10:09.956661Z", "last_refresh": "2023-12-06T04:24:08.731634Z", "running": 2, "size": 2}}, {"events": ["2023-12-06T04:11:13.238878Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi047:172.21.15.47=smithi047", "smithi098:172.21.15.98=smithi098"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-06T04:11:13.235526Z", "last_refresh": "2023-12-06T04:24:08.731843Z", "running": 2, "size": 2}}, {"events": ["2023-12-06T04:13:56.329598Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-12-06T04:13:56.325813Z", "last_refresh": "2023-12-06T04:24:11.137018Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-06T04:10:14.589128Z", "last_refresh": "2023-12-06T04:24:08.732044Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-06T04:11:43.239438Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-06T04:11:43.235053Z", "last_refresh": "2023-12-06T04:24:08.732204Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-06T04:10:12.030635Z", "last_refresh": "2023-12-06T04:24:11.136541Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-06T04:29:27.376 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-06T04:29:28.370 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Dec 06 04:29:27 smithi098 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi098[111615]: cluster 2023-12-06T04:29:26.829145+0000 mgr.smithi047.erpxvz (mgr.14182) 979 : 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-12-06T04:29:28.370 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Dec 06 04:29:27 smithi098 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi098[111615]: audit 2023-12-06T04:29:26.986825+0000 mgr.smithi047.erpxvz (mgr.14182) 980 : audit [DBG] from='client.15876 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-06T04:29:28.378 DEBUG:teuthology.orchestra.run.smithi047:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:d03fca4f35d43f61b4679936aef7bd2f01cced0b shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 2ecad2ea-93ed-11ee-95a2-87774f69a715 -- ceph orch ls -f json 2023-12-06T04:29:28.379 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Dec 06 04:29:27 smithi047 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi047[108212]: cluster 2023-12-06T04:29:26.829145+0000 mgr.smithi047.erpxvz (mgr.14182) 979 : 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-12-06T04:29:28.379 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Dec 06 04:29:27 smithi047 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi047[108212]: audit 2023-12-06T04:29:26.986825+0000 mgr.smithi047.erpxvz (mgr.14182) 980 : audit [DBG] from='client.15876 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-06T04:29:29.821 INFO:teuthology.orchestra.run.smithi047.stdout: 2023-12-06T04:29:29.822 INFO:teuthology.orchestra.run.smithi047.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-06T04:10:15.517593Z", "last_refresh": "2023-12-06T04:24:11.136231Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-06T04:10:10.954835Z", "last_refresh": "2023-12-06T04:24:08.731374Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-06T04:10:13.544463Z", "last_refresh": "2023-12-06T04:24:11.136388Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-06T04:24:07.066424Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi047.smeokd on smithi047: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-06T04:26:41.051237Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi098.ysltza on smithi098: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi098-ysltza\n/bin/podman: stderr Error: no such container ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi098-ysltza\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi098.ysltza\n/bin/podman: stderr Error: no such container ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi098.ysltza\nDeploy daemon haproxy.nfs.foo.smithi098.ysltza ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi098 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-06T04:24:48Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-06T04:25:25Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-06T04:26:03Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi098 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-06T04:29:10.819461Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi047.sawbiu on smithi047: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi047-sawbiu\n/bin/podman: stderr Error: no such container ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi047-sawbiu\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi047.sawbiu\n/bin/podman: stderr Error: no such container ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi047.sawbiu\nDeploy daemon haproxy.nfs.foo.smithi047.sawbiu ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi047 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-06T04:27:17Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-06T04:27:55Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-06T04:28:33Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi047 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-06T04:29:10.821054Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi098.xozkhg on smithi098: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-06T04:29:10.822338Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi047.lxpuoc on smithi047: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.47/16"}, "status": {"created": "2023-12-06T04:13:56.330826Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.47/16"}}, {"events": ["2023-12-06T04:13:52.727160Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-06T04:13:52.721318Z", "last_refresh": "2023-12-06T04:24:08.732560Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-06T04:10:09.956661Z", "last_refresh": "2023-12-06T04:24:08.731634Z", "running": 2, "size": 2}}, {"events": ["2023-12-06T04:11:13.238878Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi047:172.21.15.47=smithi047", "smithi098:172.21.15.98=smithi098"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-06T04:11:13.235526Z", "last_refresh": "2023-12-06T04:24:08.731843Z", "running": 2, "size": 2}}, {"events": ["2023-12-06T04:13:56.329598Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-12-06T04:13:56.325813Z", "last_refresh": "2023-12-06T04:24:11.137018Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-06T04:10:14.589128Z", "last_refresh": "2023-12-06T04:24:08.732044Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-06T04:11:43.239438Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-06T04:11:43.235053Z", "last_refresh": "2023-12-06T04:24:08.732204Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-06T04:10:12.030635Z", "last_refresh": "2023-12-06T04:24:11.136541Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-06T04:29:29.842 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Dec 06 04:29:29 smithi047 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi047[108212]: cluster 2023-12-06T04:29:28.829715+0000 mgr.smithi047.erpxvz (mgr.14182) 981 : cluster [DBG] pgmap v586: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-06T04:29:29.870 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Dec 06 04:29:29 smithi098 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi098[111615]: cluster 2023-12-06T04:29:28.829715+0000 mgr.smithi047.erpxvz (mgr.14182) 981 : cluster [DBG] pgmap v586: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-06T04:29:30.237 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-06T04:29:30.870 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Dec 06 04:29:30 smithi098 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi098[111615]: audit 2023-12-06T04:29:29.814093+0000 mgr.smithi047.erpxvz (mgr.14182) 982 : audit [DBG] from='client.15880 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-06T04:29:30.879 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Dec 06 04:29:30 smithi047 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi047[108212]: audit 2023-12-06T04:29:29.814093+0000 mgr.smithi047.erpxvz (mgr.14182) 982 : audit [DBG] from='client.15880 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-06T04:29:31.238 DEBUG:teuthology.orchestra.run.smithi047:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:d03fca4f35d43f61b4679936aef7bd2f01cced0b shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 2ecad2ea-93ed-11ee-95a2-87774f69a715 -- ceph orch ls -f json 2023-12-06T04:29:31.629 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Dec 06 04:29:31 smithi047 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi047[108212]: cluster 2023-12-06T04:29:30.830555+0000 mgr.smithi047.erpxvz (mgr.14182) 983 : 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-12-06T04:29:31.870 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Dec 06 04:29:31 smithi098 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi098[111615]: cluster 2023-12-06T04:29:30.830555+0000 mgr.smithi047.erpxvz (mgr.14182) 983 : 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-12-06T04:29:32.700 INFO:teuthology.orchestra.run.smithi047.stdout: 2023-12-06T04:29:32.701 INFO:teuthology.orchestra.run.smithi047.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-06T04:10:15.517593Z", "last_refresh": "2023-12-06T04:24:11.136231Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-06T04:10:10.954835Z", "last_refresh": "2023-12-06T04:24:08.731374Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-06T04:10:13.544463Z", "last_refresh": "2023-12-06T04:24:11.136388Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-06T04:24:07.066424Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi047.smeokd on smithi047: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-06T04:26:41.051237Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi098.ysltza on smithi098: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi098-ysltza\n/bin/podman: stderr Error: no such container ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi098-ysltza\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi098.ysltza\n/bin/podman: stderr Error: no such container ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi098.ysltza\nDeploy daemon haproxy.nfs.foo.smithi098.ysltza ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi098 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-06T04:24:48Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-06T04:25:25Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-06T04:26:03Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi098 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-06T04:29:10.819461Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi047.sawbiu on smithi047: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi047-sawbiu\n/bin/podman: stderr Error: no such container ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi047-sawbiu\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi047.sawbiu\n/bin/podman: stderr Error: no such container ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi047.sawbiu\nDeploy daemon haproxy.nfs.foo.smithi047.sawbiu ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi047 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-06T04:27:17Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-06T04:27:55Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-06T04:28:33Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi047 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-06T04:29:10.821054Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi098.xozkhg on smithi098: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-06T04:29:10.822338Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi047.lxpuoc on smithi047: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.47/16"}, "status": {"created": "2023-12-06T04:13:56.330826Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.47/16"}}, {"events": ["2023-12-06T04:13:52.727160Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-06T04:13:52.721318Z", "last_refresh": "2023-12-06T04:24:08.732560Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-06T04:10:09.956661Z", "last_refresh": "2023-12-06T04:24:08.731634Z", "running": 2, "size": 2}}, {"events": ["2023-12-06T04:11:13.238878Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi047:172.21.15.47=smithi047", "smithi098:172.21.15.98=smithi098"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-06T04:11:13.235526Z", "last_refresh": "2023-12-06T04:24:08.731843Z", "running": 2, "size": 2}}, {"events": ["2023-12-06T04:13:56.329598Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-12-06T04:13:56.325813Z", "last_refresh": "2023-12-06T04:24:11.137018Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-06T04:10:14.589128Z", "last_refresh": "2023-12-06T04:24:08.732044Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-06T04:11:43.239438Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-06T04:11:43.235053Z", "last_refresh": "2023-12-06T04:24:08.732204Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-06T04:10:12.030635Z", "last_refresh": "2023-12-06T04:24:11.136541Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-06T04:29:33.025 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-06T04:29:34.026 DEBUG:teuthology.orchestra.run.smithi047:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:d03fca4f35d43f61b4679936aef7bd2f01cced0b shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 2ecad2ea-93ed-11ee-95a2-87774f69a715 -- ceph orch ls -f json 2023-12-06T04:29:34.370 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Dec 06 04:29:33 smithi098 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi098[111615]: audit 2023-12-06T04:29:32.695666+0000 mgr.smithi047.erpxvz (mgr.14182) 984 : audit [DBG] from='client.15884 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-06T04:29:34.370 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Dec 06 04:29:33 smithi098 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi098[111615]: cluster 2023-12-06T04:29:32.831286+0000 mgr.smithi047.erpxvz (mgr.14182) 985 : cluster [DBG] pgmap v588: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-06T04:29:34.379 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Dec 06 04:29:33 smithi047 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi047[108212]: audit 2023-12-06T04:29:32.695666+0000 mgr.smithi047.erpxvz (mgr.14182) 984 : audit [DBG] from='client.15884 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-06T04:29:34.379 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Dec 06 04:29:33 smithi047 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi047[108212]: cluster 2023-12-06T04:29:32.831286+0000 mgr.smithi047.erpxvz (mgr.14182) 985 : cluster [DBG] pgmap v588: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-06T04:29:35.521 INFO:teuthology.orchestra.run.smithi047.stdout: 2023-12-06T04:29:35.521 INFO:teuthology.orchestra.run.smithi047.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-06T04:10:15.517593Z", "last_refresh": "2023-12-06T04:24:11.136231Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-06T04:10:10.954835Z", "last_refresh": "2023-12-06T04:24:08.731374Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-06T04:10:13.544463Z", "last_refresh": "2023-12-06T04:24:11.136388Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-06T04:24:07.066424Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi047.smeokd on smithi047: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-06T04:26:41.051237Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi098.ysltza on smithi098: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi098-ysltza\n/bin/podman: stderr Error: no such container ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi098-ysltza\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi098.ysltza\n/bin/podman: stderr Error: no such container ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi098.ysltza\nDeploy daemon haproxy.nfs.foo.smithi098.ysltza ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi098 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-06T04:24:48Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-06T04:25:25Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-06T04:26:03Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi098 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-06T04:29:10.819461Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi047.sawbiu on smithi047: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi047-sawbiu\n/bin/podman: stderr Error: no such container ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi047-sawbiu\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi047.sawbiu\n/bin/podman: stderr Error: no such container ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi047.sawbiu\nDeploy daemon haproxy.nfs.foo.smithi047.sawbiu ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi047 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-06T04:27:17Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-06T04:27:55Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-06T04:28:33Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi047 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-06T04:29:10.821054Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi098.xozkhg on smithi098: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-06T04:29:10.822338Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi047.lxpuoc on smithi047: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.47/16"}, "status": {"created": "2023-12-06T04:13:56.330826Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.47/16"}}, {"events": ["2023-12-06T04:13:52.727160Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-06T04:13:52.721318Z", "last_refresh": "2023-12-06T04:24:08.732560Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-06T04:10:09.956661Z", "last_refresh": "2023-12-06T04:24:08.731634Z", "running": 2, "size": 2}}, {"events": ["2023-12-06T04:11:13.238878Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi047:172.21.15.47=smithi047", "smithi098:172.21.15.98=smithi098"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-06T04:11:13.235526Z", "last_refresh": "2023-12-06T04:24:08.731843Z", "running": 2, "size": 2}}, {"events": ["2023-12-06T04:13:56.329598Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-12-06T04:13:56.325813Z", "last_refresh": "2023-12-06T04:24:11.137018Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-06T04:10:14.589128Z", "last_refresh": "2023-12-06T04:24:08.732044Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-06T04:11:43.239438Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-06T04:11:43.235053Z", "last_refresh": "2023-12-06T04:24:08.732204Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-06T04:10:12.030635Z", "last_refresh": "2023-12-06T04:24:11.136541Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-06T04:29:35.910 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-06T04:29:36.129 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Dec 06 04:29:35 smithi047 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi047[108212]: cluster 2023-12-06T04:29:34.832132+0000 mgr.smithi047.erpxvz (mgr.14182) 986 : 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-12-06T04:29:36.370 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Dec 06 04:29:35 smithi098 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi098[111615]: cluster 2023-12-06T04:29:34.832132+0000 mgr.smithi047.erpxvz (mgr.14182) 986 : 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-12-06T04:29:36.911 DEBUG:teuthology.orchestra.run.smithi047:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:d03fca4f35d43f61b4679936aef7bd2f01cced0b shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 2ecad2ea-93ed-11ee-95a2-87774f69a715 -- ceph orch ls -f json 2023-12-06T04:29:37.120 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Dec 06 04:29:36 smithi098 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi098[111615]: audit 2023-12-06T04:29:35.515929+0000 mgr.smithi047.erpxvz (mgr.14182) 987 : audit [DBG] from='client.15888 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-06T04:29:37.270 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Dec 06 04:29:36 smithi047 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi047[108212]: audit 2023-12-06T04:29:35.515929+0000 mgr.smithi047.erpxvz (mgr.14182) 987 : audit [DBG] from='client.15888 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-06T04:29:38.370 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Dec 06 04:29:37 smithi098 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi098[111615]: cluster 2023-12-06T04:29:36.833050+0000 mgr.smithi047.erpxvz (mgr.14182) 988 : 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-12-06T04:29:38.379 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Dec 06 04:29:37 smithi047 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi047[108212]: cluster 2023-12-06T04:29:36.833050+0000 mgr.smithi047.erpxvz (mgr.14182) 988 : 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-12-06T04:29:38.407 INFO:teuthology.orchestra.run.smithi047.stdout: 2023-12-06T04:29:38.408 INFO:teuthology.orchestra.run.smithi047.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-06T04:10:15.517593Z", "last_refresh": "2023-12-06T04:24:11.136231Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-06T04:10:10.954835Z", "last_refresh": "2023-12-06T04:24:08.731374Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-06T04:10:13.544463Z", "last_refresh": "2023-12-06T04:24:11.136388Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-06T04:24:07.066424Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi047.smeokd on smithi047: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-06T04:26:41.051237Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi098.ysltza on smithi098: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi098-ysltza\n/bin/podman: stderr Error: no such container ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi098-ysltza\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi098.ysltza\n/bin/podman: stderr Error: no such container ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi098.ysltza\nDeploy daemon haproxy.nfs.foo.smithi098.ysltza ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi098 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-06T04:24:48Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-06T04:25:25Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-06T04:26:03Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi098 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-06T04:29:10.819461Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi047.sawbiu on smithi047: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi047-sawbiu\n/bin/podman: stderr Error: no such container ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi047-sawbiu\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi047.sawbiu\n/bin/podman: stderr Error: no such container ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi047.sawbiu\nDeploy daemon haproxy.nfs.foo.smithi047.sawbiu ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi047 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-06T04:27:17Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-06T04:27:55Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-06T04:28:33Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi047 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-06T04:29:10.821054Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi098.xozkhg on smithi098: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-06T04:29:10.822338Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi047.lxpuoc on smithi047: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.47/16"}, "status": {"created": "2023-12-06T04:13:56.330826Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.47/16"}}, {"events": ["2023-12-06T04:13:52.727160Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-06T04:13:52.721318Z", "last_refresh": "2023-12-06T04:24:08.732560Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-06T04:10:09.956661Z", "last_refresh": "2023-12-06T04:24:08.731634Z", "running": 2, "size": 2}}, {"events": ["2023-12-06T04:11:13.238878Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi047:172.21.15.47=smithi047", "smithi098:172.21.15.98=smithi098"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-06T04:11:13.235526Z", "last_refresh": "2023-12-06T04:24:08.731843Z", "running": 2, "size": 2}}, {"events": ["2023-12-06T04:13:56.329598Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-12-06T04:13:56.325813Z", "last_refresh": "2023-12-06T04:24:11.137018Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-06T04:10:14.589128Z", "last_refresh": "2023-12-06T04:24:08.732044Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-06T04:11:43.239438Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-06T04:11:43.235053Z", "last_refresh": "2023-12-06T04:24:08.732204Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-06T04:10:12.030635Z", "last_refresh": "2023-12-06T04:24:11.136541Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-06T04:29:38.783 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-06T04:29:39.129 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Dec 06 04:29:38 smithi047 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi047[108212]: audit 2023-12-06T04:29:38.403233+0000 mgr.smithi047.erpxvz (mgr.14182) 989 : audit [DBG] from='client.15892 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-06T04:29:39.370 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Dec 06 04:29:38 smithi098 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi098[111615]: audit 2023-12-06T04:29:38.403233+0000 mgr.smithi047.erpxvz (mgr.14182) 989 : audit [DBG] from='client.15892 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-06T04:29:39.784 DEBUG:teuthology.orchestra.run.smithi047:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:d03fca4f35d43f61b4679936aef7bd2f01cced0b shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 2ecad2ea-93ed-11ee-95a2-87774f69a715 -- ceph orch ls -f json 2023-12-06T04:29:40.129 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Dec 06 04:29:39 smithi047 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi047[108212]: cluster 2023-12-06T04:29:38.833726+0000 mgr.smithi047.erpxvz (mgr.14182) 990 : cluster [DBG] pgmap v591: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-06T04:29:40.370 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Dec 06 04:29:39 smithi098 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi098[111615]: cluster 2023-12-06T04:29:38.833726+0000 mgr.smithi047.erpxvz (mgr.14182) 990 : cluster [DBG] pgmap v591: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-06T04:29:41.288 INFO:teuthology.orchestra.run.smithi047.stdout: 2023-12-06T04:29:41.288 INFO:teuthology.orchestra.run.smithi047.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-06T04:10:15.517593Z", "last_refresh": "2023-12-06T04:24:11.136231Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-06T04:10:10.954835Z", "last_refresh": "2023-12-06T04:24:08.731374Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-06T04:10:13.544463Z", "last_refresh": "2023-12-06T04:24:11.136388Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-06T04:24:07.066424Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi047.smeokd on smithi047: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-06T04:26:41.051237Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi098.ysltza on smithi098: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi098-ysltza\n/bin/podman: stderr Error: no such container ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi098-ysltza\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi098.ysltza\n/bin/podman: stderr Error: no such container ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi098.ysltza\nDeploy daemon haproxy.nfs.foo.smithi098.ysltza ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi098 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-06T04:24:48Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-06T04:25:25Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-06T04:26:03Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi098 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-06T04:29:10.819461Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi047.sawbiu on smithi047: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi047-sawbiu\n/bin/podman: stderr Error: no such container ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi047-sawbiu\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi047.sawbiu\n/bin/podman: stderr Error: no such container ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi047.sawbiu\nDeploy daemon haproxy.nfs.foo.smithi047.sawbiu ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi047 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-06T04:27:17Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-06T04:27:55Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-06T04:28:33Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi047 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-06T04:29:10.821054Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi098.xozkhg on smithi098: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-06T04:29:10.822338Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi047.lxpuoc on smithi047: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.47/16"}, "status": {"created": "2023-12-06T04:13:56.330826Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.47/16"}}, {"events": ["2023-12-06T04:13:52.727160Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-06T04:13:52.721318Z", "last_refresh": "2023-12-06T04:24:08.732560Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-06T04:10:09.956661Z", "last_refresh": "2023-12-06T04:24:08.731634Z", "running": 2, "size": 2}}, {"events": ["2023-12-06T04:11:13.238878Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi047:172.21.15.47=smithi047", "smithi098:172.21.15.98=smithi098"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-06T04:11:13.235526Z", "last_refresh": "2023-12-06T04:24:08.731843Z", "running": 2, "size": 2}}, {"events": ["2023-12-06T04:13:56.329598Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-12-06T04:13:56.325813Z", "last_refresh": "2023-12-06T04:24:11.137018Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-06T04:10:14.589128Z", "last_refresh": "2023-12-06T04:24:08.732044Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-06T04:11:43.239438Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-06T04:11:43.235053Z", "last_refresh": "2023-12-06T04:24:08.732204Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-06T04:10:12.030635Z", "last_refresh": "2023-12-06T04:24:11.136541Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-06T04:29:41.666 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-06T04:29:42.370 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Dec 06 04:29:41 smithi098 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi098[111615]: cluster 2023-12-06T04:29:40.834382+0000 mgr.smithi047.erpxvz (mgr.14182) 991 : 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-12-06T04:29:42.370 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Dec 06 04:29:41 smithi098 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi098[111615]: audit 2023-12-06T04:29:41.283387+0000 mgr.smithi047.erpxvz (mgr.14182) 992 : audit [DBG] from='client.15896 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-06T04:29:42.379 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Dec 06 04:29:41 smithi047 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi047[108212]: cluster 2023-12-06T04:29:40.834382+0000 mgr.smithi047.erpxvz (mgr.14182) 991 : 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-12-06T04:29:42.379 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Dec 06 04:29:41 smithi047 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi047[108212]: audit 2023-12-06T04:29:41.283387+0000 mgr.smithi047.erpxvz (mgr.14182) 992 : audit [DBG] from='client.15896 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-06T04:29:42.667 DEBUG:teuthology.orchestra.run.smithi047:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:d03fca4f35d43f61b4679936aef7bd2f01cced0b shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 2ecad2ea-93ed-11ee-95a2-87774f69a715 -- ceph orch ls -f json 2023-12-06T04:29:44.129 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Dec 06 04:29:43 smithi047 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi047[108212]: cluster 2023-12-06T04:29:42.835030+0000 mgr.smithi047.erpxvz (mgr.14182) 993 : cluster [DBG] pgmap v593: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-06T04:29:44.168 INFO:teuthology.orchestra.run.smithi047.stdout: 2023-12-06T04:29:44.168 INFO:teuthology.orchestra.run.smithi047.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-06T04:10:15.517593Z", "last_refresh": "2023-12-06T04:24:11.136231Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-06T04:10:10.954835Z", "last_refresh": "2023-12-06T04:24:08.731374Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-06T04:10:13.544463Z", "last_refresh": "2023-12-06T04:24:11.136388Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-06T04:24:07.066424Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi047.smeokd on smithi047: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-06T04:26:41.051237Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi098.ysltza on smithi098: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi098-ysltza\n/bin/podman: stderr Error: no such container ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi098-ysltza\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi098.ysltza\n/bin/podman: stderr Error: no such container ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi098.ysltza\nDeploy daemon haproxy.nfs.foo.smithi098.ysltza ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi098 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-06T04:24:48Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-06T04:25:25Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-06T04:26:03Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi098 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-06T04:29:10.819461Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi047.sawbiu on smithi047: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi047-sawbiu\n/bin/podman: stderr Error: no such container ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi047-sawbiu\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi047.sawbiu\n/bin/podman: stderr Error: no such container ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi047.sawbiu\nDeploy daemon haproxy.nfs.foo.smithi047.sawbiu ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi047 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-06T04:27:17Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-06T04:27:55Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-06T04:28:33Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi047 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-06T04:29:10.821054Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi098.xozkhg on smithi098: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-06T04:29:10.822338Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi047.lxpuoc on smithi047: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.47/16"}, "status": {"created": "2023-12-06T04:13:56.330826Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.47/16"}}, {"events": ["2023-12-06T04:13:52.727160Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-06T04:13:52.721318Z", "last_refresh": "2023-12-06T04:24:08.732560Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-06T04:10:09.956661Z", "last_refresh": "2023-12-06T04:24:08.731634Z", "running": 2, "size": 2}}, {"events": ["2023-12-06T04:11:13.238878Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi047:172.21.15.47=smithi047", "smithi098:172.21.15.98=smithi098"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-06T04:11:13.235526Z", "last_refresh": "2023-12-06T04:24:08.731843Z", "running": 2, "size": 2}}, {"events": ["2023-12-06T04:13:56.329598Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-12-06T04:13:56.325813Z", "last_refresh": "2023-12-06T04:24:11.137018Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-06T04:10:14.589128Z", "last_refresh": "2023-12-06T04:24:08.732044Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-06T04:11:43.239438Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-06T04:11:43.235053Z", "last_refresh": "2023-12-06T04:24:08.732204Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-06T04:10:12.030635Z", "last_refresh": "2023-12-06T04:24:11.136541Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-06T04:29:44.370 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Dec 06 04:29:43 smithi098 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi098[111615]: cluster 2023-12-06T04:29:42.835030+0000 mgr.smithi047.erpxvz (mgr.14182) 993 : cluster [DBG] pgmap v593: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-06T04:29:44.558 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-06T04:29:45.370 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Dec 06 04:29:44 smithi098 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi098[111615]: audit 2023-12-06T04:29:44.163638+0000 mgr.smithi047.erpxvz (mgr.14182) 994 : audit [DBG] from='client.15900 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-06T04:29:45.379 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Dec 06 04:29:44 smithi047 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi047[108212]: audit 2023-12-06T04:29:44.163638+0000 mgr.smithi047.erpxvz (mgr.14182) 994 : audit [DBG] from='client.15900 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-06T04:29:45.559 DEBUG:teuthology.orchestra.run.smithi047:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:d03fca4f35d43f61b4679936aef7bd2f01cced0b shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 2ecad2ea-93ed-11ee-95a2-87774f69a715 -- ceph orch ls -f json 2023-12-06T04:29:46.278 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Dec 06 04:29:45 smithi047 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi047[108212]: cluster 2023-12-06T04:29:44.835888+0000 mgr.smithi047.erpxvz (mgr.14182) 995 : 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-12-06T04:29:46.370 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Dec 06 04:29:45 smithi098 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi098[111615]: cluster 2023-12-06T04:29:44.835888+0000 mgr.smithi047.erpxvz (mgr.14182) 995 : 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-12-06T04:29:47.086 INFO:teuthology.orchestra.run.smithi047.stdout: 2023-12-06T04:29:47.087 INFO:teuthology.orchestra.run.smithi047.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-06T04:10:15.517593Z", "last_refresh": "2023-12-06T04:24:11.136231Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-06T04:10:10.954835Z", "last_refresh": "2023-12-06T04:24:08.731374Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-06T04:10:13.544463Z", "last_refresh": "2023-12-06T04:24:11.136388Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-06T04:24:07.066424Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi047.smeokd on smithi047: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-06T04:26:41.051237Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi098.ysltza on smithi098: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi098-ysltza\n/bin/podman: stderr Error: no such container ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi098-ysltza\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi098.ysltza\n/bin/podman: stderr Error: no such container ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi098.ysltza\nDeploy daemon haproxy.nfs.foo.smithi098.ysltza ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi098 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-06T04:24:48Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-06T04:25:25Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-06T04:26:03Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi098 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-06T04:29:10.819461Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi047.sawbiu on smithi047: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi047-sawbiu\n/bin/podman: stderr Error: no such container ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi047-sawbiu\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi047.sawbiu\n/bin/podman: stderr Error: no such container ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi047.sawbiu\nDeploy daemon haproxy.nfs.foo.smithi047.sawbiu ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi047 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-06T04:27:17Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-06T04:27:55Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-06T04:28:33Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi047 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-06T04:29:10.821054Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi098.xozkhg on smithi098: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-06T04:29:10.822338Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi047.lxpuoc on smithi047: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.47/16"}, "status": {"created": "2023-12-06T04:13:56.330826Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.47/16"}}, {"events": ["2023-12-06T04:13:52.727160Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-06T04:13:52.721318Z", "last_refresh": "2023-12-06T04:24:08.732560Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-06T04:10:09.956661Z", "last_refresh": "2023-12-06T04:24:08.731634Z", "running": 2, "size": 2}}, {"events": ["2023-12-06T04:11:13.238878Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi047:172.21.15.47=smithi047", "smithi098:172.21.15.98=smithi098"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-06T04:11:13.235526Z", "last_refresh": "2023-12-06T04:24:08.731843Z", "running": 2, "size": 2}}, {"events": ["2023-12-06T04:13:56.329598Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-12-06T04:13:56.325813Z", "last_refresh": "2023-12-06T04:24:11.137018Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-06T04:10:14.589128Z", "last_refresh": "2023-12-06T04:24:08.732044Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-06T04:11:43.239438Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-06T04:11:43.235053Z", "last_refresh": "2023-12-06T04:24:08.732204Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-06T04:10:12.030635Z", "last_refresh": "2023-12-06T04:24:11.136541Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-06T04:29:47.465 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-06T04:29:48.370 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Dec 06 04:29:47 smithi098 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi098[111615]: cluster 2023-12-06T04:29:46.836577+0000 mgr.smithi047.erpxvz (mgr.14182) 996 : 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-12-06T04:29:48.370 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Dec 06 04:29:47 smithi098 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi098[111615]: audit 2023-12-06T04:29:47.081577+0000 mgr.smithi047.erpxvz (mgr.14182) 997 : audit [DBG] from='client.15904 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-06T04:29:48.379 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Dec 06 04:29:47 smithi047 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi047[108212]: cluster 2023-12-06T04:29:46.836577+0000 mgr.smithi047.erpxvz (mgr.14182) 996 : 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-12-06T04:29:48.379 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Dec 06 04:29:47 smithi047 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi047[108212]: audit 2023-12-06T04:29:47.081577+0000 mgr.smithi047.erpxvz (mgr.14182) 997 : audit [DBG] from='client.15904 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-06T04:29:48.466 DEBUG:teuthology.orchestra.run.smithi047:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:d03fca4f35d43f61b4679936aef7bd2f01cced0b shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 2ecad2ea-93ed-11ee-95a2-87774f69a715 -- ceph orch ls -f json 2023-12-06T04:29:49.870 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Dec 06 04:29:49 smithi098 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi098[111615]: cluster 2023-12-06T04:29:48.837143+0000 mgr.smithi047.erpxvz (mgr.14182) 998 : cluster [DBG] pgmap v596: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-06T04:29:49.880 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Dec 06 04:29:49 smithi047 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi047[108212]: cluster 2023-12-06T04:29:48.837143+0000 mgr.smithi047.erpxvz (mgr.14182) 998 : cluster [DBG] pgmap v596: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-06T04:29:49.893 INFO:teuthology.orchestra.run.smithi047.stdout: 2023-12-06T04:29:49.894 INFO:teuthology.orchestra.run.smithi047.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-06T04:10:15.517593Z", "last_refresh": "2023-12-06T04:24:11.136231Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-06T04:10:10.954835Z", "last_refresh": "2023-12-06T04:24:08.731374Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-06T04:10:13.544463Z", "last_refresh": "2023-12-06T04:24:11.136388Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-06T04:24:07.066424Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi047.smeokd on smithi047: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-06T04:26:41.051237Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi098.ysltza on smithi098: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi098-ysltza\n/bin/podman: stderr Error: no such container ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi098-ysltza\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi098.ysltza\n/bin/podman: stderr Error: no such container ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi098.ysltza\nDeploy daemon haproxy.nfs.foo.smithi098.ysltza ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi098 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-06T04:24:48Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-06T04:25:25Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-06T04:26:03Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi098 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-06T04:29:10.819461Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi047.sawbiu on smithi047: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi047-sawbiu\n/bin/podman: stderr Error: no such container ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi047-sawbiu\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi047.sawbiu\n/bin/podman: stderr Error: no such container ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi047.sawbiu\nDeploy daemon haproxy.nfs.foo.smithi047.sawbiu ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi047 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-06T04:27:17Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-06T04:27:55Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-06T04:28:33Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi047 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-06T04:29:10.821054Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi098.xozkhg on smithi098: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-06T04:29:10.822338Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi047.lxpuoc on smithi047: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.47/16"}, "status": {"created": "2023-12-06T04:13:56.330826Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.47/16"}}, {"events": ["2023-12-06T04:13:52.727160Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-06T04:13:52.721318Z", "last_refresh": "2023-12-06T04:24:08.732560Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-06T04:10:09.956661Z", "last_refresh": "2023-12-06T04:24:08.731634Z", "running": 2, "size": 2}}, {"events": ["2023-12-06T04:11:13.238878Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi047:172.21.15.47=smithi047", "smithi098:172.21.15.98=smithi098"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-06T04:11:13.235526Z", "last_refresh": "2023-12-06T04:24:08.731843Z", "running": 2, "size": 2}}, {"events": ["2023-12-06T04:13:56.329598Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-12-06T04:13:56.325813Z", "last_refresh": "2023-12-06T04:24:11.137018Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-06T04:10:14.589128Z", "last_refresh": "2023-12-06T04:24:08.732044Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-06T04:11:43.239438Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-06T04:11:43.235053Z", "last_refresh": "2023-12-06T04:24:08.732204Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-06T04:10:12.030635Z", "last_refresh": "2023-12-06T04:24:11.136541Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-06T04:29:50.282 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-06T04:29:50.870 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Dec 06 04:29:50 smithi098 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi098[111615]: audit 2023-12-06T04:29:49.888565+0000 mgr.smithi047.erpxvz (mgr.14182) 999 : audit [DBG] from='client.15908 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-06T04:29:50.879 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Dec 06 04:29:50 smithi047 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi047[108212]: audit 2023-12-06T04:29:49.888565+0000 mgr.smithi047.erpxvz (mgr.14182) 999 : audit [DBG] from='client.15908 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-06T04:29:51.283 DEBUG:teuthology.orchestra.run.smithi047:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:d03fca4f35d43f61b4679936aef7bd2f01cced0b shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 2ecad2ea-93ed-11ee-95a2-87774f69a715 -- ceph orch ls -f json 2023-12-06T04:29:51.629 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Dec 06 04:29:51 smithi047 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi047[108212]: cluster 2023-12-06T04:29:50.837876+0000 mgr.smithi047.erpxvz (mgr.14182) 1000 : 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-12-06T04:29:51.870 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Dec 06 04:29:51 smithi098 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi098[111615]: cluster 2023-12-06T04:29:50.837876+0000 mgr.smithi047.erpxvz (mgr.14182) 1000 : 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-12-06T04:29:52.778 INFO:teuthology.orchestra.run.smithi047.stdout: 2023-12-06T04:29:52.778 INFO:teuthology.orchestra.run.smithi047.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-06T04:10:15.517593Z", "last_refresh": "2023-12-06T04:24:11.136231Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-06T04:10:10.954835Z", "last_refresh": "2023-12-06T04:24:08.731374Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-06T04:10:13.544463Z", "last_refresh": "2023-12-06T04:24:11.136388Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-06T04:24:07.066424Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi047.smeokd on smithi047: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-06T04:26:41.051237Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi098.ysltza on smithi098: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi098-ysltza\n/bin/podman: stderr Error: no such container ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi098-ysltza\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi098.ysltza\n/bin/podman: stderr Error: no such container ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi098.ysltza\nDeploy daemon haproxy.nfs.foo.smithi098.ysltza ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi098 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-06T04:24:48Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-06T04:25:25Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-06T04:26:03Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi098 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-06T04:29:10.819461Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi047.sawbiu on smithi047: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi047-sawbiu\n/bin/podman: stderr Error: no such container ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi047-sawbiu\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi047.sawbiu\n/bin/podman: stderr Error: no such container ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi047.sawbiu\nDeploy daemon haproxy.nfs.foo.smithi047.sawbiu ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi047 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-06T04:27:17Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-06T04:27:55Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-06T04:28:33Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi047 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-06T04:29:10.821054Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi098.xozkhg on smithi098: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-06T04:29:10.822338Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi047.lxpuoc on smithi047: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.47/16"}, "status": {"created": "2023-12-06T04:13:56.330826Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.47/16"}}, {"events": ["2023-12-06T04:13:52.727160Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-06T04:13:52.721318Z", "last_refresh": "2023-12-06T04:24:08.732560Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-06T04:10:09.956661Z", "last_refresh": "2023-12-06T04:24:08.731634Z", "running": 2, "size": 2}}, {"events": ["2023-12-06T04:11:13.238878Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi047:172.21.15.47=smithi047", "smithi098:172.21.15.98=smithi098"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-06T04:11:13.235526Z", "last_refresh": "2023-12-06T04:24:08.731843Z", "running": 2, "size": 2}}, {"events": ["2023-12-06T04:13:56.329598Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-12-06T04:13:56.325813Z", "last_refresh": "2023-12-06T04:24:11.137018Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-06T04:10:14.589128Z", "last_refresh": "2023-12-06T04:24:08.732044Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-06T04:11:43.239438Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-06T04:11:43.235053Z", "last_refresh": "2023-12-06T04:24:08.732204Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-06T04:10:12.030635Z", "last_refresh": "2023-12-06T04:24:11.136541Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-06T04:29:53.165 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-06T04:29:54.166 DEBUG:teuthology.orchestra.run.smithi047:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:d03fca4f35d43f61b4679936aef7bd2f01cced0b shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 2ecad2ea-93ed-11ee-95a2-87774f69a715 -- ceph orch ls -f json 2023-12-06T04:29:54.199 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Dec 06 04:29:53 smithi047 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi047[108212]: audit 2023-12-06T04:29:52.772249+0000 mgr.smithi047.erpxvz (mgr.14182) 1001 : audit [DBG] from='client.15912 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-06T04:29:54.199 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Dec 06 04:29:53 smithi047 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi047[108212]: cluster 2023-12-06T04:29:52.838498+0000 mgr.smithi047.erpxvz (mgr.14182) 1002 : cluster [DBG] pgmap v598: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-06T04:29:54.370 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Dec 06 04:29:53 smithi098 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi098[111615]: audit 2023-12-06T04:29:52.772249+0000 mgr.smithi047.erpxvz (mgr.14182) 1001 : audit [DBG] from='client.15912 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-06T04:29:54.370 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Dec 06 04:29:53 smithi098 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi098[111615]: cluster 2023-12-06T04:29:52.838498+0000 mgr.smithi047.erpxvz (mgr.14182) 1002 : cluster [DBG] pgmap v598: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-06T04:29:55.629 INFO:teuthology.orchestra.run.smithi047.stdout: 2023-12-06T04:29:55.630 INFO:teuthology.orchestra.run.smithi047.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-06T04:10:15.517593Z", "last_refresh": "2023-12-06T04:24:11.136231Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-06T04:10:10.954835Z", "last_refresh": "2023-12-06T04:24:08.731374Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-06T04:10:13.544463Z", "last_refresh": "2023-12-06T04:24:11.136388Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-06T04:24:07.066424Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi047.smeokd on smithi047: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-06T04:26:41.051237Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi098.ysltza on smithi098: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi098-ysltza\n/bin/podman: stderr Error: no such container ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi098-ysltza\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi098.ysltza\n/bin/podman: stderr Error: no such container ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi098.ysltza\nDeploy daemon haproxy.nfs.foo.smithi098.ysltza ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi098 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-06T04:24:48Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-06T04:25:25Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-06T04:26:03Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi098 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-06T04:29:10.819461Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi047.sawbiu on smithi047: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi047-sawbiu\n/bin/podman: stderr Error: no such container ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi047-sawbiu\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi047.sawbiu\n/bin/podman: stderr Error: no such container ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi047.sawbiu\nDeploy daemon haproxy.nfs.foo.smithi047.sawbiu ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi047 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-06T04:27:17Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-06T04:27:55Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-06T04:28:33Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi047 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-06T04:29:10.821054Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi098.xozkhg on smithi098: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-06T04:29:10.822338Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi047.lxpuoc on smithi047: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.47/16"}, "status": {"created": "2023-12-06T04:13:56.330826Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.47/16"}}, {"events": ["2023-12-06T04:13:52.727160Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-06T04:13:52.721318Z", "last_refresh": "2023-12-06T04:24:08.732560Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-06T04:10:09.956661Z", "last_refresh": "2023-12-06T04:24:08.731634Z", "running": 2, "size": 2}}, {"events": ["2023-12-06T04:11:13.238878Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi047:172.21.15.47=smithi047", "smithi098:172.21.15.98=smithi098"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-06T04:11:13.235526Z", "last_refresh": "2023-12-06T04:24:08.731843Z", "running": 2, "size": 2}}, {"events": ["2023-12-06T04:13:56.329598Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-12-06T04:13:56.325813Z", "last_refresh": "2023-12-06T04:24:11.137018Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-06T04:10:14.589128Z", "last_refresh": "2023-12-06T04:24:08.732044Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-06T04:11:43.239438Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-06T04:11:43.235053Z", "last_refresh": "2023-12-06T04:24:08.732204Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-06T04:10:12.030635Z", "last_refresh": "2023-12-06T04:24:11.136541Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-06T04:29:56.006 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Dec 06 04:29:55 smithi047 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi047[108212]: cluster 2023-12-06T04:29:54.839206+0000 mgr.smithi047.erpxvz (mgr.14182) 1003 : 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-12-06T04:29:56.031 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-06T04:29:56.370 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Dec 06 04:29:55 smithi098 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi098[111615]: cluster 2023-12-06T04:29:54.839206+0000 mgr.smithi047.erpxvz (mgr.14182) 1003 : 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-12-06T04:29:57.032 DEBUG:teuthology.orchestra.run.smithi047:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:d03fca4f35d43f61b4679936aef7bd2f01cced0b shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 2ecad2ea-93ed-11ee-95a2-87774f69a715 -- ceph orch ls -f json 2023-12-06T04:29:57.120 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Dec 06 04:29:56 smithi098 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi098[111615]: audit 2023-12-06T04:29:55.622676+0000 mgr.smithi047.erpxvz (mgr.14182) 1004 : audit [DBG] from='client.15916 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-06T04:29:57.369 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Dec 06 04:29:56 smithi047 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi047[108212]: audit 2023-12-06T04:29:55.622676+0000 mgr.smithi047.erpxvz (mgr.14182) 1004 : audit [DBG] from='client.15916 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-06T04:29:58.028 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Dec 06 04:29:57 smithi047 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi047[108212]: cluster 2023-12-06T04:29:56.840194+0000 mgr.smithi047.erpxvz (mgr.14182) 1005 : 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-12-06T04:29:58.370 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Dec 06 04:29:57 smithi098 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi098[111615]: cluster 2023-12-06T04:29:56.840194+0000 mgr.smithi047.erpxvz (mgr.14182) 1005 : 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-12-06T04:29:58.462 INFO:teuthology.orchestra.run.smithi047.stdout: 2023-12-06T04:29:58.462 INFO:teuthology.orchestra.run.smithi047.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-06T04:10:15.517593Z", "last_refresh": "2023-12-06T04:24:11.136231Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-06T04:10:10.954835Z", "last_refresh": "2023-12-06T04:24:08.731374Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-06T04:10:13.544463Z", "last_refresh": "2023-12-06T04:24:11.136388Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-06T04:24:07.066424Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi047.smeokd on smithi047: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-06T04:26:41.051237Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi098.ysltza on smithi098: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi098-ysltza\n/bin/podman: stderr Error: no such container ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi098-ysltza\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi098.ysltza\n/bin/podman: stderr Error: no such container ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi098.ysltza\nDeploy daemon haproxy.nfs.foo.smithi098.ysltza ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi098 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-06T04:24:48Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-06T04:25:25Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-06T04:26:03Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi098 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-06T04:29:10.819461Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi047.sawbiu on smithi047: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi047-sawbiu\n/bin/podman: stderr Error: no such container ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi047-sawbiu\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi047.sawbiu\n/bin/podman: stderr Error: no such container ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi047.sawbiu\nDeploy daemon haproxy.nfs.foo.smithi047.sawbiu ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi047 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-06T04:27:17Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-06T04:27:55Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-06T04:28:33Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi047 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-06T04:29:10.821054Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi098.xozkhg on smithi098: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-06T04:29:10.822338Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi047.lxpuoc on smithi047: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.47/16"}, "status": {"created": "2023-12-06T04:13:56.330826Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.47/16"}}, {"events": ["2023-12-06T04:13:52.727160Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-06T04:13:52.721318Z", "last_refresh": "2023-12-06T04:24:08.732560Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-06T04:10:09.956661Z", "last_refresh": "2023-12-06T04:24:08.731634Z", "running": 2, "size": 2}}, {"events": ["2023-12-06T04:11:13.238878Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi047:172.21.15.47=smithi047", "smithi098:172.21.15.98=smithi098"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-06T04:11:13.235526Z", "last_refresh": "2023-12-06T04:24:08.731843Z", "running": 2, "size": 2}}, {"events": ["2023-12-06T04:13:56.329598Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-12-06T04:13:56.325813Z", "last_refresh": "2023-12-06T04:24:11.137018Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-06T04:10:14.589128Z", "last_refresh": "2023-12-06T04:24:08.732044Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-06T04:11:43.239438Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-06T04:11:43.235053Z", "last_refresh": "2023-12-06T04:24:08.732204Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-06T04:10:12.030635Z", "last_refresh": "2023-12-06T04:24:11.136541Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-06T04:29:58.839 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-06T04:29:59.129 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Dec 06 04:29:58 smithi047 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi047[108212]: audit 2023-12-06T04:29:58.456919+0000 mgr.smithi047.erpxvz (mgr.14182) 1006 : audit [DBG] from='client.15920 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-06T04:29:59.370 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Dec 06 04:29:58 smithi098 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi098[111615]: audit 2023-12-06T04:29:58.456919+0000 mgr.smithi047.erpxvz (mgr.14182) 1006 : audit [DBG] from='client.15920 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-06T04:29:59.840 DEBUG:teuthology.orchestra.run.smithi047:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:d03fca4f35d43f61b4679936aef7bd2f01cced0b shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 2ecad2ea-93ed-11ee-95a2-87774f69a715 -- ceph orch ls -f json 2023-12-06T04:30:00.129 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Dec 06 04:29:59 smithi047 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi047[108212]: cluster 2023-12-06T04:29:58.840995+0000 mgr.smithi047.erpxvz (mgr.14182) 1007 : cluster [DBG] pgmap v601: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-06T04:30:00.370 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Dec 06 04:29:59 smithi098 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi098[111615]: cluster 2023-12-06T04:29:58.840995+0000 mgr.smithi047.erpxvz (mgr.14182) 1007 : cluster [DBG] pgmap v601: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-06T04:30:01.130 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Dec 06 04:30:00 smithi047 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi047[108212]: cluster 2023-12-06T04:30:00.000138+0000 mon.smithi047 (mon.0) 701 : cluster [WRN] Health detail: HEALTH_WARN Failed to place 4 daemon(s) 2023-12-06T04:30:01.131 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Dec 06 04:30:00 smithi047 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi047[108212]: cluster 2023-12-06T04:30:00.000167+0000 mon.smithi047 (mon.0) 702 : cluster [WRN] [WRN] CEPHADM_DAEMON_PLACE_FAIL: Failed to place 4 daemon(s) 2023-12-06T04:30:01.131 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Dec 06 04:30:00 smithi047 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi047[108212]: cluster 2023-12-06T04:30:00.000181+0000 mon.smithi047 (mon.0) 703 : cluster [WRN] Failed while placing haproxy.nfs.foo.smithi098.ysltza on smithi098: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi098-ysltza 2023-12-06T04:30:01.131 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Dec 06 04:30:00 smithi047 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi047[108212]: cluster 2023-12-06T04:30:00.000191+0000 mon.smithi047 (mon.0) 704 : cluster [WRN] /bin/podman: stderr Error: no such container ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi098-ysltza 2023-12-06T04:30:01.131 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Dec 06 04:30:00 smithi047 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi047[108212]: cluster 2023-12-06T04:30:00.000200+0000 mon.smithi047 (mon.0) 705 : cluster [WRN] Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi098.ysltza 2023-12-06T04:30:01.131 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Dec 06 04:30:00 smithi047 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi047[108212]: cluster 2023-12-06T04:30:00.000209+0000 mon.smithi047 (mon.0) 706 : cluster [WRN] /bin/podman: stderr Error: no such container ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi098.ysltza 2023-12-06T04:30:01.131 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Dec 06 04:30:00 smithi047 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi047[108212]: cluster 2023-12-06T04:30:00.000218+0000 mon.smithi047 (mon.0) 707 : cluster [WRN] Deploy daemon haproxy.nfs.foo.smithi098.ysltza ... 2023-12-06T04:30:01.131 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Dec 06 04:30:00 smithi047 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi047[108212]: cluster 2023-12-06T04:30:00.000227+0000 mon.smithi047 (mon.0) 708 : 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=smithi098 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-06T04:30:01.131 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Dec 06 04:30:00 smithi047 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi047[108212]: cluster 2023-12-06T04:30:00.000237+0000 mon.smithi047 (mon.0) 709 : cluster [WRN] stat: stderr Trying to pull docker.io/library/haproxy:2.3... 2023-12-06T04:30:01.131 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Dec 06 04:30:00 smithi047 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi047[108212]: cluster 2023-12-06T04:30:00.000248+0000 mon.smithi047 (mon.0) 710 : cluster [WRN] stat: stderr time="2023-12-06T04:24:48Z" level=warning msg="Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2023-12-06T04:30:01.131 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Dec 06 04:30:00 smithi047 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi047[108212]: cluster 2023-12-06T04:30:00.000274+0000 mon.smithi047 (mon.0) 711 : cluster [WRN] stat: stderr time="2023-12-06T04:25:25Z" level=warning msg="Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: 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-12-06T04:30:01.131 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Dec 06 04:30:00 smithi047 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi047[108212]: cluster 2023-12-06T04:30:00.000285+0000 mon.smithi047 (mon.0) 712 : cluster [WRN] stat: stderr time="2023-12-06T04:26:03Z" level=warning msg="Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: 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-12-06T04:30:01.131 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Dec 06 04:30:00 smithi047 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi047[108212]: cluster 2023-12-06T04:30:00.000294+0000 mon.smithi047 (mon.0) 713 : 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-12-06T04:30:01.131 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Dec 06 04:30:00 smithi047 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi047[108212]: cluster 2023-12-06T04:30:00.000305+0000 mon.smithi047 (mon.0) 714 : 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=smithi098 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-06T04:30:01.132 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Dec 06 04:30:00 smithi047 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi047[108212]: cluster 2023-12-06T04:30:00.000318+0000 mon.smithi047 (mon.0) 715 : cluster [WRN] Failed while placing haproxy.nfs.foo.smithi047.sawbiu on smithi047: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi047-sawbiu 2023-12-06T04:30:01.132 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Dec 06 04:30:00 smithi047 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi047[108212]: cluster 2023-12-06T04:30:00.000328+0000 mon.smithi047 (mon.0) 716 : cluster [WRN] /bin/podman: stderr Error: no such container ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi047-sawbiu 2023-12-06T04:30:01.132 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Dec 06 04:30:00 smithi047 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi047[108212]: cluster 2023-12-06T04:30:00.000339+0000 mon.smithi047 (mon.0) 717 : cluster [WRN] Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi047.sawbiu 2023-12-06T04:30:01.132 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Dec 06 04:30:00 smithi047 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi047[108212]: cluster 2023-12-06T04:30:00.000350+0000 mon.smithi047 (mon.0) 718 : cluster [WRN] /bin/podman: stderr Error: no such container ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi047.sawbiu 2023-12-06T04:30:01.132 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Dec 06 04:30:00 smithi047 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi047[108212]: cluster 2023-12-06T04:30:00.000359+0000 mon.smithi047 (mon.0) 719 : cluster [WRN] Deploy daemon haproxy.nfs.foo.smithi047.sawbiu ... 2023-12-06T04:30:01.132 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Dec 06 04:30:00 smithi047 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi047[108212]: cluster 2023-12-06T04:30:00.000370+0000 mon.smithi047 (mon.0) 720 : 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=smithi047 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-06T04:30:01.132 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Dec 06 04:30:00 smithi047 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi047[108212]: cluster 2023-12-06T04:30:00.000379+0000 mon.smithi047 (mon.0) 721 : cluster [WRN] stat: stderr Trying to pull docker.io/library/haproxy:2.3... 2023-12-06T04:30:01.132 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Dec 06 04:30:00 smithi047 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi047[108212]: cluster 2023-12-06T04:30:00.000391+0000 mon.smithi047 (mon.0) 722 : cluster [WRN] stat: stderr time="2023-12-06T04:27:17Z" level=warning msg="Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: 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-12-06T04:30:01.132 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Dec 06 04:30:00 smithi047 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi047[108212]: cluster 2023-12-06T04:30:00.000402+0000 mon.smithi047 (mon.0) 723 : cluster [WRN] stat: stderr time="2023-12-06T04:27:55Z" level=warning msg="Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2023-12-06T04:30:01.132 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Dec 06 04:30:00 smithi047 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi047[108212]: cluster 2023-12-06T04:30:00.000412+0000 mon.smithi047 (mon.0) 724 : cluster [WRN] stat: stderr time="2023-12-06T04:28:33Z" level=warning msg="Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2023-12-06T04:30:01.132 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Dec 06 04:30:00 smithi047 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi047[108212]: cluster 2023-12-06T04:30:00.000427+0000 mon.smithi047 (mon.0) 725 : 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-12-06T04:30:01.132 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Dec 06 04:30:00 smithi047 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi047[108212]: cluster 2023-12-06T04:30:00.000437+0000 mon.smithi047 (mon.0) 726 : 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=smithi047 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-06T04:30:01.132 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Dec 06 04:30:00 smithi047 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi047[108212]: cluster 2023-12-06T04:30:00.000449+0000 mon.smithi047 (mon.0) 727 : cluster [WRN] Failed while placing keepalived.nfs.foo.smithi098.xozkhg on smithi098: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2023-12-06T04:30:01.132 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Dec 06 04:30:00 smithi047 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi047[108212]: cluster 2023-12-06T04:30:00.000461+0000 mon.smithi047 (mon.0) 728 : cluster [WRN] Failed while placing keepalived.nfs.foo.smithi047.lxpuoc on smithi047: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2023-12-06T04:30:01.278 INFO:teuthology.orchestra.run.smithi047.stdout: 2023-12-06T04:30:01.278 INFO:teuthology.orchestra.run.smithi047.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-06T04:10:15.517593Z", "last_refresh": "2023-12-06T04:24:11.136231Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-06T04:10:10.954835Z", "last_refresh": "2023-12-06T04:24:08.731374Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-06T04:10:13.544463Z", "last_refresh": "2023-12-06T04:24:11.136388Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-06T04:24:07.066424Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi047.smeokd on smithi047: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-06T04:26:41.051237Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi098.ysltza on smithi098: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi098-ysltza\n/bin/podman: stderr Error: no such container ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi098-ysltza\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi098.ysltza\n/bin/podman: stderr Error: no such container ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi098.ysltza\nDeploy daemon haproxy.nfs.foo.smithi098.ysltza ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi098 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-06T04:24:48Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-06T04:25:25Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-06T04:26:03Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi098 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-06T04:29:10.819461Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi047.sawbiu on smithi047: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi047-sawbiu\n/bin/podman: stderr Error: no such container ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi047-sawbiu\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi047.sawbiu\n/bin/podman: stderr Error: no such container ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi047.sawbiu\nDeploy daemon haproxy.nfs.foo.smithi047.sawbiu ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi047 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-06T04:27:17Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-06T04:27:55Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-06T04:28:33Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi047 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-06T04:29:10.821054Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi098.xozkhg on smithi098: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-06T04:29:10.822338Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi047.lxpuoc on smithi047: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.47/16"}, "status": {"created": "2023-12-06T04:13:56.330826Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.47/16"}}, {"events": ["2023-12-06T04:13:52.727160Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-06T04:13:52.721318Z", "last_refresh": "2023-12-06T04:24:08.732560Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-06T04:10:09.956661Z", "last_refresh": "2023-12-06T04:24:08.731634Z", "running": 2, "size": 2}}, {"events": ["2023-12-06T04:11:13.238878Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi047:172.21.15.47=smithi047", "smithi098:172.21.15.98=smithi098"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-06T04:11:13.235526Z", "last_refresh": "2023-12-06T04:24:08.731843Z", "running": 2, "size": 2}}, {"events": ["2023-12-06T04:13:56.329598Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-12-06T04:13:56.325813Z", "last_refresh": "2023-12-06T04:24:11.137018Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-06T04:10:14.589128Z", "last_refresh": "2023-12-06T04:24:08.732044Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-06T04:11:43.239438Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-06T04:11:43.235053Z", "last_refresh": "2023-12-06T04:24:08.732204Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-06T04:10:12.030635Z", "last_refresh": "2023-12-06T04:24:11.136541Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-06T04:30:01.370 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Dec 06 04:30:00 smithi098 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi098[111615]: cluster 2023-12-06T04:30:00.000138+0000 mon.smithi047 (mon.0) 701 : cluster [WRN] Health detail: HEALTH_WARN Failed to place 4 daemon(s) 2023-12-06T04:30:01.371 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Dec 06 04:30:00 smithi098 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi098[111615]: cluster 2023-12-06T04:30:00.000167+0000 mon.smithi047 (mon.0) 702 : cluster [WRN] [WRN] CEPHADM_DAEMON_PLACE_FAIL: Failed to place 4 daemon(s) 2023-12-06T04:30:01.371 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Dec 06 04:30:00 smithi098 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi098[111615]: cluster 2023-12-06T04:30:00.000181+0000 mon.smithi047 (mon.0) 703 : cluster [WRN] Failed while placing haproxy.nfs.foo.smithi098.ysltza on smithi098: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi098-ysltza 2023-12-06T04:30:01.371 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Dec 06 04:30:00 smithi098 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi098[111615]: cluster 2023-12-06T04:30:00.000191+0000 mon.smithi047 (mon.0) 704 : cluster [WRN] /bin/podman: stderr Error: no such container ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi098-ysltza 2023-12-06T04:30:01.371 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Dec 06 04:30:00 smithi098 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi098[111615]: cluster 2023-12-06T04:30:00.000200+0000 mon.smithi047 (mon.0) 705 : cluster [WRN] Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi098.ysltza 2023-12-06T04:30:01.371 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Dec 06 04:30:00 smithi098 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi098[111615]: cluster 2023-12-06T04:30:00.000209+0000 mon.smithi047 (mon.0) 706 : cluster [WRN] /bin/podman: stderr Error: no such container ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi098.ysltza 2023-12-06T04:30:01.371 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Dec 06 04:30:00 smithi098 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi098[111615]: cluster 2023-12-06T04:30:00.000218+0000 mon.smithi047 (mon.0) 707 : cluster [WRN] Deploy daemon haproxy.nfs.foo.smithi098.ysltza ... 2023-12-06T04:30:01.371 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Dec 06 04:30:00 smithi098 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi098[111615]: cluster 2023-12-06T04:30:00.000227+0000 mon.smithi047 (mon.0) 708 : 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=smithi098 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-06T04:30:01.371 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Dec 06 04:30:00 smithi098 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi098[111615]: cluster 2023-12-06T04:30:00.000237+0000 mon.smithi047 (mon.0) 709 : cluster [WRN] stat: stderr Trying to pull docker.io/library/haproxy:2.3... 2023-12-06T04:30:01.371 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Dec 06 04:30:00 smithi098 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi098[111615]: cluster 2023-12-06T04:30:00.000248+0000 mon.smithi047 (mon.0) 710 : cluster [WRN] stat: stderr time="2023-12-06T04:24:48Z" level=warning msg="Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2023-12-06T04:30:01.371 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Dec 06 04:30:00 smithi098 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi098[111615]: cluster 2023-12-06T04:30:00.000274+0000 mon.smithi047 (mon.0) 711 : cluster [WRN] stat: stderr time="2023-12-06T04:25:25Z" level=warning msg="Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: 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-12-06T04:30:01.371 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Dec 06 04:30:00 smithi098 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi098[111615]: cluster 2023-12-06T04:30:00.000285+0000 mon.smithi047 (mon.0) 712 : cluster [WRN] stat: stderr time="2023-12-06T04:26:03Z" level=warning msg="Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: 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-12-06T04:30:01.371 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Dec 06 04:30:00 smithi098 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi098[111615]: cluster 2023-12-06T04:30:00.000294+0000 mon.smithi047 (mon.0) 713 : 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-12-06T04:30:01.371 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Dec 06 04:30:00 smithi098 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi098[111615]: cluster 2023-12-06T04:30:00.000305+0000 mon.smithi047 (mon.0) 714 : 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=smithi098 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-06T04:30:01.371 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Dec 06 04:30:00 smithi098 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi098[111615]: cluster 2023-12-06T04:30:00.000318+0000 mon.smithi047 (mon.0) 715 : cluster [WRN] Failed while placing haproxy.nfs.foo.smithi047.sawbiu on smithi047: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi047-sawbiu 2023-12-06T04:30:01.372 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Dec 06 04:30:00 smithi098 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi098[111615]: cluster 2023-12-06T04:30:00.000328+0000 mon.smithi047 (mon.0) 716 : cluster [WRN] /bin/podman: stderr Error: no such container ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi047-sawbiu 2023-12-06T04:30:01.372 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Dec 06 04:30:00 smithi098 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi098[111615]: cluster 2023-12-06T04:30:00.000339+0000 mon.smithi047 (mon.0) 717 : cluster [WRN] Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi047.sawbiu 2023-12-06T04:30:01.372 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Dec 06 04:30:00 smithi098 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi098[111615]: cluster 2023-12-06T04:30:00.000350+0000 mon.smithi047 (mon.0) 718 : cluster [WRN] /bin/podman: stderr Error: no such container ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi047.sawbiu 2023-12-06T04:30:01.372 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Dec 06 04:30:00 smithi098 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi098[111615]: cluster 2023-12-06T04:30:00.000359+0000 mon.smithi047 (mon.0) 719 : cluster [WRN] Deploy daemon haproxy.nfs.foo.smithi047.sawbiu ... 2023-12-06T04:30:01.372 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Dec 06 04:30:00 smithi098 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi098[111615]: cluster 2023-12-06T04:30:00.000370+0000 mon.smithi047 (mon.0) 720 : 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=smithi047 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-06T04:30:01.372 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Dec 06 04:30:00 smithi098 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi098[111615]: cluster 2023-12-06T04:30:00.000379+0000 mon.smithi047 (mon.0) 721 : cluster [WRN] stat: stderr Trying to pull docker.io/library/haproxy:2.3... 2023-12-06T04:30:01.372 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Dec 06 04:30:00 smithi098 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi098[111615]: cluster 2023-12-06T04:30:00.000391+0000 mon.smithi047 (mon.0) 722 : cluster [WRN] stat: stderr time="2023-12-06T04:27:17Z" level=warning msg="Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: 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-12-06T04:30:01.372 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Dec 06 04:30:00 smithi098 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi098[111615]: cluster 2023-12-06T04:30:00.000402+0000 mon.smithi047 (mon.0) 723 : cluster [WRN] stat: stderr time="2023-12-06T04:27:55Z" level=warning msg="Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2023-12-06T04:30:01.372 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Dec 06 04:30:00 smithi098 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi098[111615]: cluster 2023-12-06T04:30:00.000412+0000 mon.smithi047 (mon.0) 724 : cluster [WRN] stat: stderr time="2023-12-06T04:28:33Z" level=warning msg="Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2023-12-06T04:30:01.372 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Dec 06 04:30:00 smithi098 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi098[111615]: cluster 2023-12-06T04:30:00.000427+0000 mon.smithi047 (mon.0) 725 : 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-12-06T04:30:01.372 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Dec 06 04:30:00 smithi098 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi098[111615]: cluster 2023-12-06T04:30:00.000437+0000 mon.smithi047 (mon.0) 726 : 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=smithi047 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-06T04:30:01.372 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Dec 06 04:30:00 smithi098 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi098[111615]: cluster 2023-12-06T04:30:00.000449+0000 mon.smithi047 (mon.0) 727 : cluster [WRN] Failed while placing keepalived.nfs.foo.smithi098.xozkhg on smithi098: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2023-12-06T04:30:01.372 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Dec 06 04:30:00 smithi098 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi098[111615]: cluster 2023-12-06T04:30:00.000461+0000 mon.smithi047 (mon.0) 728 : cluster [WRN] Failed while placing keepalived.nfs.foo.smithi047.lxpuoc on smithi047: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2023-12-06T04:30:01.663 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-06T04:30:02.370 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Dec 06 04:30:01 smithi098 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi098[111615]: cluster 2023-12-06T04:30:00.841668+0000 mgr.smithi047.erpxvz (mgr.14182) 1008 : 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-12-06T04:30:02.370 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Dec 06 04:30:01 smithi098 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi098[111615]: audit 2023-12-06T04:30:01.273299+0000 mgr.smithi047.erpxvz (mgr.14182) 1009 : audit [DBG] from='client.15924 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-06T04:30:02.379 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Dec 06 04:30:01 smithi047 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi047[108212]: cluster 2023-12-06T04:30:00.841668+0000 mgr.smithi047.erpxvz (mgr.14182) 1008 : 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-12-06T04:30:02.379 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Dec 06 04:30:01 smithi047 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi047[108212]: audit 2023-12-06T04:30:01.273299+0000 mgr.smithi047.erpxvz (mgr.14182) 1009 : audit [DBG] from='client.15924 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-06T04:30:02.664 DEBUG:teuthology.orchestra.run.smithi047:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:d03fca4f35d43f61b4679936aef7bd2f01cced0b shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 2ecad2ea-93ed-11ee-95a2-87774f69a715 -- ceph orch ls -f json 2023-12-06T04:30:04.129 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Dec 06 04:30:03 smithi047 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi047[108212]: cluster 2023-12-06T04:30:02.842311+0000 mgr.smithi047.erpxvz (mgr.14182) 1010 : cluster [DBG] pgmap v603: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-06T04:30:04.137 INFO:teuthology.orchestra.run.smithi047.stdout: 2023-12-06T04:30:04.137 INFO:teuthology.orchestra.run.smithi047.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-06T04:10:15.517593Z", "last_refresh": "2023-12-06T04:24:11.136231Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-06T04:10:10.954835Z", "last_refresh": "2023-12-06T04:24:08.731374Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-06T04:10:13.544463Z", "last_refresh": "2023-12-06T04:24:11.136388Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-06T04:24:07.066424Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi047.smeokd on smithi047: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-06T04:26:41.051237Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi098.ysltza on smithi098: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi098-ysltza\n/bin/podman: stderr Error: no such container ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi098-ysltza\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi098.ysltza\n/bin/podman: stderr Error: no such container ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi098.ysltza\nDeploy daemon haproxy.nfs.foo.smithi098.ysltza ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi098 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-06T04:24:48Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-06T04:25:25Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-06T04:26:03Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi098 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-06T04:29:10.819461Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi047.sawbiu on smithi047: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi047-sawbiu\n/bin/podman: stderr Error: no such container ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi047-sawbiu\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi047.sawbiu\n/bin/podman: stderr Error: no such container ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi047.sawbiu\nDeploy daemon haproxy.nfs.foo.smithi047.sawbiu ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi047 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-06T04:27:17Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-06T04:27:55Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-06T04:28:33Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi047 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-06T04:29:10.821054Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi098.xozkhg on smithi098: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-06T04:29:10.822338Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi047.lxpuoc on smithi047: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.47/16"}, "status": {"created": "2023-12-06T04:13:56.330826Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.47/16"}}, {"events": ["2023-12-06T04:13:52.727160Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-06T04:13:52.721318Z", "last_refresh": "2023-12-06T04:24:08.732560Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-06T04:10:09.956661Z", "last_refresh": "2023-12-06T04:24:08.731634Z", "running": 2, "size": 2}}, {"events": ["2023-12-06T04:11:13.238878Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi047:172.21.15.47=smithi047", "smithi098:172.21.15.98=smithi098"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-06T04:11:13.235526Z", "last_refresh": "2023-12-06T04:24:08.731843Z", "running": 2, "size": 2}}, {"events": ["2023-12-06T04:13:56.329598Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-12-06T04:13:56.325813Z", "last_refresh": "2023-12-06T04:24:11.137018Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-06T04:10:14.589128Z", "last_refresh": "2023-12-06T04:24:08.732044Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-06T04:11:43.239438Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-06T04:11:43.235053Z", "last_refresh": "2023-12-06T04:24:08.732204Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-06T04:10:12.030635Z", "last_refresh": "2023-12-06T04:24:11.136541Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-06T04:30:04.370 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Dec 06 04:30:03 smithi098 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi098[111615]: cluster 2023-12-06T04:30:02.842311+0000 mgr.smithi047.erpxvz (mgr.14182) 1010 : cluster [DBG] pgmap v603: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-06T04:30:04.522 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-06T04:30:05.370 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Dec 06 04:30:04 smithi098 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi098[111615]: audit 2023-12-06T04:30:04.132351+0000 mgr.smithi047.erpxvz (mgr.14182) 1011 : audit [DBG] from='client.15928 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-06T04:30:05.379 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Dec 06 04:30:04 smithi047 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi047[108212]: audit 2023-12-06T04:30:04.132351+0000 mgr.smithi047.erpxvz (mgr.14182) 1011 : audit [DBG] from='client.15928 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-06T04:30:05.522 DEBUG:teuthology.orchestra.run.smithi047:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:d03fca4f35d43f61b4679936aef7bd2f01cced0b shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 2ecad2ea-93ed-11ee-95a2-87774f69a715 -- ceph orch ls -f json 2023-12-06T04:30:06.129 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Dec 06 04:30:05 smithi047 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi047[108212]: cluster 2023-12-06T04:30:04.843090+0000 mgr.smithi047.erpxvz (mgr.14182) 1012 : 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-12-06T04:30:06.370 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Dec 06 04:30:05 smithi098 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi098[111615]: cluster 2023-12-06T04:30:04.843090+0000 mgr.smithi047.erpxvz (mgr.14182) 1012 : 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-12-06T04:30:07.007 INFO:teuthology.orchestra.run.smithi047.stdout: 2023-12-06T04:30:07.007 INFO:teuthology.orchestra.run.smithi047.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-06T04:10:15.517593Z", "last_refresh": "2023-12-06T04:24:11.136231Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-06T04:10:10.954835Z", "last_refresh": "2023-12-06T04:24:08.731374Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-06T04:10:13.544463Z", "last_refresh": "2023-12-06T04:24:11.136388Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-06T04:24:07.066424Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi047.smeokd on smithi047: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-06T04:26:41.051237Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi098.ysltza on smithi098: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi098-ysltza\n/bin/podman: stderr Error: no such container ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi098-ysltza\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi098.ysltza\n/bin/podman: stderr Error: no such container ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi098.ysltza\nDeploy daemon haproxy.nfs.foo.smithi098.ysltza ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi098 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-06T04:24:48Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-06T04:25:25Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-06T04:26:03Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi098 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-06T04:29:10.819461Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi047.sawbiu on smithi047: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi047-sawbiu\n/bin/podman: stderr Error: no such container ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi047-sawbiu\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi047.sawbiu\n/bin/podman: stderr Error: no such container ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi047.sawbiu\nDeploy daemon haproxy.nfs.foo.smithi047.sawbiu ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi047 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-06T04:27:17Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-06T04:27:55Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-06T04:28:33Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi047 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-06T04:29:10.821054Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi098.xozkhg on smithi098: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-06T04:29:10.822338Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi047.lxpuoc on smithi047: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.47/16"}, "status": {"created": "2023-12-06T04:13:56.330826Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.47/16"}}, {"events": ["2023-12-06T04:13:52.727160Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-06T04:13:52.721318Z", "last_refresh": "2023-12-06T04:24:08.732560Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-06T04:10:09.956661Z", "last_refresh": "2023-12-06T04:24:08.731634Z", "running": 2, "size": 2}}, {"events": ["2023-12-06T04:11:13.238878Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi047:172.21.15.47=smithi047", "smithi098:172.21.15.98=smithi098"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-06T04:11:13.235526Z", "last_refresh": "2023-12-06T04:24:08.731843Z", "running": 2, "size": 2}}, {"events": ["2023-12-06T04:13:56.329598Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-12-06T04:13:56.325813Z", "last_refresh": "2023-12-06T04:24:11.137018Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-06T04:10:14.589128Z", "last_refresh": "2023-12-06T04:24:08.732044Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-06T04:11:43.239438Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-06T04:11:43.235053Z", "last_refresh": "2023-12-06T04:24:08.732204Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-06T04:10:12.030635Z", "last_refresh": "2023-12-06T04:24:11.136541Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-06T04:30:07.388 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-06T04:30:08.370 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Dec 06 04:30:07 smithi098 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi098[111615]: cluster 2023-12-06T04:30:06.844024+0000 mgr.smithi047.erpxvz (mgr.14182) 1013 : 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-12-06T04:30:08.370 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Dec 06 04:30:07 smithi098 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi098[111615]: audit 2023-12-06T04:30:07.002467+0000 mgr.smithi047.erpxvz (mgr.14182) 1014 : audit [DBG] from='client.15932 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-06T04:30:08.379 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Dec 06 04:30:07 smithi047 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi047[108212]: cluster 2023-12-06T04:30:06.844024+0000 mgr.smithi047.erpxvz (mgr.14182) 1013 : 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-12-06T04:30:08.379 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Dec 06 04:30:07 smithi047 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi047[108212]: audit 2023-12-06T04:30:07.002467+0000 mgr.smithi047.erpxvz (mgr.14182) 1014 : audit [DBG] from='client.15932 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-06T04:30:08.388 DEBUG:teuthology.orchestra.run.smithi047:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:d03fca4f35d43f61b4679936aef7bd2f01cced0b shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 2ecad2ea-93ed-11ee-95a2-87774f69a715 -- ceph orch ls -f json 2023-12-06T04:30:09.870 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Dec 06 04:30:09 smithi098 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi098[111615]: cluster 2023-12-06T04:30:08.844632+0000 mgr.smithi047.erpxvz (mgr.14182) 1015 : cluster [DBG] pgmap v606: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-06T04:30:09.879 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Dec 06 04:30:09 smithi047 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi047[108212]: cluster 2023-12-06T04:30:08.844632+0000 mgr.smithi047.erpxvz (mgr.14182) 1015 : cluster [DBG] pgmap v606: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-06T04:30:09.893 INFO:teuthology.orchestra.run.smithi047.stdout: 2023-12-06T04:30:09.893 INFO:teuthology.orchestra.run.smithi047.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-06T04:10:15.517593Z", "last_refresh": "2023-12-06T04:24:11.136231Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-06T04:10:10.954835Z", "last_refresh": "2023-12-06T04:24:08.731374Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-06T04:10:13.544463Z", "last_refresh": "2023-12-06T04:24:11.136388Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-06T04:24:07.066424Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi047.smeokd on smithi047: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-06T04:26:41.051237Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi098.ysltza on smithi098: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi098-ysltza\n/bin/podman: stderr Error: no such container ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi098-ysltza\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi098.ysltza\n/bin/podman: stderr Error: no such container ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi098.ysltza\nDeploy daemon haproxy.nfs.foo.smithi098.ysltza ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi098 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-06T04:24:48Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-06T04:25:25Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-06T04:26:03Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi098 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-06T04:29:10.819461Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi047.sawbiu on smithi047: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi047-sawbiu\n/bin/podman: stderr Error: no such container ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi047-sawbiu\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi047.sawbiu\n/bin/podman: stderr Error: no such container ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi047.sawbiu\nDeploy daemon haproxy.nfs.foo.smithi047.sawbiu ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi047 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-06T04:27:17Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-06T04:27:55Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-06T04:28:33Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi047 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-06T04:29:10.821054Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi098.xozkhg on smithi098: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-06T04:29:10.822338Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi047.lxpuoc on smithi047: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.47/16"}, "status": {"created": "2023-12-06T04:13:56.330826Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.47/16"}}, {"events": ["2023-12-06T04:13:52.727160Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-06T04:13:52.721318Z", "last_refresh": "2023-12-06T04:24:08.732560Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-06T04:10:09.956661Z", "last_refresh": "2023-12-06T04:24:08.731634Z", "running": 2, "size": 2}}, {"events": ["2023-12-06T04:11:13.238878Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi047:172.21.15.47=smithi047", "smithi098:172.21.15.98=smithi098"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-06T04:11:13.235526Z", "last_refresh": "2023-12-06T04:24:08.731843Z", "running": 2, "size": 2}}, {"events": ["2023-12-06T04:13:56.329598Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-12-06T04:13:56.325813Z", "last_refresh": "2023-12-06T04:24:11.137018Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-06T04:10:14.589128Z", "last_refresh": "2023-12-06T04:24:08.732044Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-06T04:11:43.239438Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-06T04:11:43.235053Z", "last_refresh": "2023-12-06T04:24:08.732204Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-06T04:10:12.030635Z", "last_refresh": "2023-12-06T04:24:11.136541Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-06T04:30:10.287 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-06T04:30:10.870 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Dec 06 04:30:10 smithi098 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi098[111615]: audit 2023-12-06T04:30:09.888500+0000 mgr.smithi047.erpxvz (mgr.14182) 1016 : audit [DBG] from='client.15936 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-06T04:30:10.879 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Dec 06 04:30:10 smithi047 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi047[108212]: audit 2023-12-06T04:30:09.888500+0000 mgr.smithi047.erpxvz (mgr.14182) 1016 : audit [DBG] from='client.15936 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-06T04:30:11.289 DEBUG:teuthology.orchestra.run.smithi047:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:d03fca4f35d43f61b4679936aef7bd2f01cced0b shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 2ecad2ea-93ed-11ee-95a2-87774f69a715 -- ceph orch ls -f json 2023-12-06T04:30:11.629 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Dec 06 04:30:11 smithi047 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi047[108212]: audit 2023-12-06T04:30:10.825915+0000 mon.smithi047 (mon.0) 729 : audit [DBG] from='mgr.14182 172.21.15.47:0/1495146391' entity='mgr.smithi047.erpxvz' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T04:30:11.629 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Dec 06 04:30:11 smithi047 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi047[108212]: cluster 2023-12-06T04:30:10.845260+0000 mgr.smithi047.erpxvz (mgr.14182) 1017 : 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-12-06T04:30:11.871 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Dec 06 04:30:11 smithi098 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi098[111615]: audit 2023-12-06T04:30:10.825915+0000 mon.smithi047 (mon.0) 729 : audit [DBG] from='mgr.14182 172.21.15.47:0/1495146391' entity='mgr.smithi047.erpxvz' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T04:30:11.871 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Dec 06 04:30:11 smithi098 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi098[111615]: cluster 2023-12-06T04:30:10.845260+0000 mgr.smithi047.erpxvz (mgr.14182) 1017 : 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-12-06T04:30:13.010 INFO:teuthology.orchestra.run.smithi047.stdout: 2023-12-06T04:30:13.011 INFO:teuthology.orchestra.run.smithi047.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-06T04:10:15.517593Z", "last_refresh": "2023-12-06T04:24:11.136231Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-06T04:10:10.954835Z", "last_refresh": "2023-12-06T04:24:11.136312Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-06T04:10:13.544463Z", "last_refresh": "2023-12-06T04:24:11.136388Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-06T04:24:07.066424Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi047.smeokd on smithi047: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-06T04:26:41.051237Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi098.ysltza on smithi098: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi098-ysltza\n/bin/podman: stderr Error: no such container ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi098-ysltza\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi098.ysltza\n/bin/podman: stderr Error: no such container ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi098.ysltza\nDeploy daemon haproxy.nfs.foo.smithi098.ysltza ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi098 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-06T04:24:48Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-06T04:25:25Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-06T04:26:03Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi098 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-06T04:29:10.819461Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi047.sawbiu on smithi047: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi047-sawbiu\n/bin/podman: stderr Error: no such container ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi047-sawbiu\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi047.sawbiu\n/bin/podman: stderr Error: no such container ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi047.sawbiu\nDeploy daemon haproxy.nfs.foo.smithi047.sawbiu ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi047 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-06T04:27:17Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-06T04:27:55Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-06T04:28:33Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi047 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-06T04:29:10.821054Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi098.xozkhg on smithi098: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-06T04:29:10.822338Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi047.lxpuoc on smithi047: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.47/16"}, "status": {"created": "2023-12-06T04:13:56.330826Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.47/16"}}, {"events": ["2023-12-06T04:13:52.727160Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-06T04:13:52.721318Z", "last_refresh": "2023-12-06T04:24:11.136943Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-06T04:10:09.956661Z", "last_refresh": "2023-12-06T04:24:11.136144Z", "running": 2, "size": 2}}, {"events": ["2023-12-06T04:11:13.238878Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi047:172.21.15.47=smithi047", "smithi098:172.21.15.98=smithi098"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-06T04:11:13.235526Z", "last_refresh": "2023-12-06T04:24:11.135975Z", "running": 2, "size": 2}}, {"events": ["2023-12-06T04:13:56.329598Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-12-06T04:13:56.325813Z", "last_refresh": "2023-12-06T04:24:11.137018Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-06T04:10:14.589128Z", "last_refresh": "2023-12-06T04:24:11.136464Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-06T04:11:43.239438Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-06T04:11:43.235053Z", "last_refresh": "2023-12-06T04:24:11.136617Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-06T04:10:12.030635Z", "last_refresh": "2023-12-06T04:24:11.136541Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-06T04:30:13.530 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-06T04:30:13.620 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Dec 06 04:30:13 smithi098 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi098[111615]: audit 2023-12-06T04:30:12.320796+0000 mon.smithi047 (mon.0) 730 : audit [INF] from='mgr.14182 172.21.15.47:0/1495146391' entity='mgr.smithi047.erpxvz' 2023-12-06T04:30:13.629 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Dec 06 04:30:13 smithi047 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi047[108212]: audit 2023-12-06T04:30:12.320796+0000 mon.smithi047 (mon.0) 730 : audit [INF] from='mgr.14182 172.21.15.47:0/1495146391' entity='mgr.smithi047.erpxvz' 2023-12-06T04:30:14.531 DEBUG:teuthology.orchestra.run.smithi047:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:d03fca4f35d43f61b4679936aef7bd2f01cced0b shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 2ecad2ea-93ed-11ee-95a2-87774f69a715 -- ceph orch ls -f json 2023-12-06T04:30:14.620 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Dec 06 04:30:14 smithi098 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi098[111615]: cluster 2023-12-06T04:30:12.845927+0000 mgr.smithi047.erpxvz (mgr.14182) 1018 : cluster [DBG] pgmap v608: 97 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-12-06T04:30:14.620 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Dec 06 04:30:14 smithi098 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi098[111615]: audit 2023-12-06T04:30:13.005013+0000 mgr.smithi047.erpxvz (mgr.14182) 1019 : audit [DBG] from='client.15940 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-06T04:30:14.629 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Dec 06 04:30:14 smithi047 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi047[108212]: cluster 2023-12-06T04:30:12.845927+0000 mgr.smithi047.erpxvz (mgr.14182) 1018 : cluster [DBG] pgmap v608: 97 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-12-06T04:30:14.629 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Dec 06 04:30:14 smithi047 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi047[108212]: audit 2023-12-06T04:30:13.005013+0000 mgr.smithi047.erpxvz (mgr.14182) 1019 : audit [DBG] from='client.15940 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-06T04:30:16.075 INFO:teuthology.orchestra.run.smithi047.stdout: 2023-12-06T04:30:16.075 INFO:teuthology.orchestra.run.smithi047.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-06T04:10:15.517593Z", "last_refresh": "2023-12-06T04:30:14.826306Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-06T04:10:10.954835Z", "last_refresh": "2023-12-06T04:30:12.313727Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-06T04:10:13.544463Z", "last_refresh": "2023-12-06T04:30:14.826450Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-06T04:24:07.066424Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi047.smeokd on smithi047: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-06T04:26:41.051237Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi098.ysltza on smithi098: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi098-ysltza\n/bin/podman: stderr Error: no such container ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi098-ysltza\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi098.ysltza\n/bin/podman: stderr Error: no such container ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi098.ysltza\nDeploy daemon haproxy.nfs.foo.smithi098.ysltza ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi098 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-06T04:24:48Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-06T04:25:25Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-06T04:26:03Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi098 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-06T04:29:10.819461Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi047.sawbiu on smithi047: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi047-sawbiu\n/bin/podman: stderr Error: no such container ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi047-sawbiu\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi047.sawbiu\n/bin/podman: stderr Error: no such container ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi047.sawbiu\nDeploy daemon haproxy.nfs.foo.smithi047.sawbiu ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi047 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-06T04:27:17Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-06T04:27:55Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-06T04:28:33Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi047 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-06T04:29:10.821054Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi098.xozkhg on smithi098: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-06T04:29:10.822338Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi047.lxpuoc on smithi047: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.47/16"}, "status": {"created": "2023-12-06T04:13:56.330826Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.47/16"}}, {"events": ["2023-12-06T04:13:52.727160Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-06T04:13:52.721318Z", "last_refresh": "2023-12-06T04:30:12.314505Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-06T04:10:09.956661Z", "last_refresh": "2023-12-06T04:30:12.313898Z", "running": 2, "size": 2}}, {"events": ["2023-12-06T04:11:13.238878Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi047:172.21.15.47=smithi047", "smithi098:172.21.15.98=smithi098"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-06T04:11:13.235526Z", "last_refresh": "2023-12-06T04:30:12.314005Z", "running": 2, "size": 2}}, {"events": ["2023-12-06T04:13:56.329598Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-12-06T04:13:56.325813Z", "last_refresh": "2023-12-06T04:30:14.827029Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-06T04:10:14.589128Z", "last_refresh": "2023-12-06T04:30:12.314085Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-06T04:11:43.239438Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-06T04:11:43.235053Z", "last_refresh": "2023-12-06T04:30:12.314182Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-06T04:10:12.030635Z", "last_refresh": "2023-12-06T04:30:14.826592Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-06T04:30:16.097 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Dec 06 04:30:15 smithi047 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi047[108212]: audit 2023-12-06T04:30:14.833365+0000 mon.smithi047 (mon.0) 731 : audit [INF] from='mgr.14182 172.21.15.47:0/1495146391' entity='mgr.smithi047.erpxvz' 2023-12-06T04:30:16.098 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Dec 06 04:30:15 smithi047 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi047[108212]: cluster 2023-12-06T04:30:14.846524+0000 mgr.smithi047.erpxvz (mgr.14182) 1020 : 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-12-06T04:30:16.098 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Dec 06 04:30:15 smithi047 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi047[108212]: audit 2023-12-06T04:30:15.148455+0000 mon.smithi047 (mon.0) 732 : audit [DBG] from='mgr.14182 172.21.15.47:0/1495146391' entity='mgr.smithi047.erpxvz' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T04:30:16.098 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Dec 06 04:30:15 smithi047 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi047[108212]: audit 2023-12-06T04:30:15.149214+0000 mon.smithi047 (mon.0) 733 : audit [INF] from='mgr.14182 172.21.15.47:0/1495146391' entity='mgr.smithi047.erpxvz' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T04:30:16.098 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Dec 06 04:30:15 smithi047 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi047[108212]: audit 2023-12-06T04:30:15.153801+0000 mon.smithi047 (mon.0) 734 : audit [INF] from='mgr.14182 172.21.15.47:0/1495146391' entity='mgr.smithi047.erpxvz' 2023-12-06T04:30:16.098 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Dec 06 04:30:15 smithi047 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi047[108212]: cluster 2023-12-06T04:30:15.154344+0000 mgr.smithi047.erpxvz (mgr.14182) 1021 : cluster [DBG] pgmap v610: 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-12-06T04:30:16.098 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Dec 06 04:30:15 smithi047 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi047[108212]: audit 2023-12-06T04:30:15.158065+0000 mon.smithi047 (mon.0) 735 : audit [DBG] from='mgr.14182 172.21.15.47:0/1495146391' entity='mgr.smithi047.erpxvz' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-12-06T04:30:16.098 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Dec 06 04:30:15 smithi047 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi047[108212]: audit 2023-12-06T04:30:15.165561+0000 mon.smithi047 (mon.0) 736 : audit [INF] from='mgr.14182 172.21.15.47:0/1495146391' entity='mgr.smithi047.erpxvz' 2023-12-06T04:30:16.098 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Dec 06 04:30:15 smithi047 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi047[108212]: cephadm 2023-12-06T04:30:15.167741+0000 mgr.smithi047.erpxvz (mgr.14182) 1022 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi098.algqxx on smithi098 2023-12-06T04:30:16.120 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Dec 06 04:30:15 smithi098 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi098[111615]: audit 2023-12-06T04:30:14.833365+0000 mon.smithi047 (mon.0) 731 : audit [INF] from='mgr.14182 172.21.15.47:0/1495146391' entity='mgr.smithi047.erpxvz' 2023-12-06T04:30:16.120 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Dec 06 04:30:15 smithi098 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi098[111615]: cluster 2023-12-06T04:30:14.846524+0000 mgr.smithi047.erpxvz (mgr.14182) 1020 : 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-12-06T04:30:16.120 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Dec 06 04:30:15 smithi098 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi098[111615]: audit 2023-12-06T04:30:15.148455+0000 mon.smithi047 (mon.0) 732 : audit [DBG] from='mgr.14182 172.21.15.47:0/1495146391' entity='mgr.smithi047.erpxvz' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T04:30:16.120 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Dec 06 04:30:15 smithi098 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi098[111615]: audit 2023-12-06T04:30:15.149214+0000 mon.smithi047 (mon.0) 733 : audit [INF] from='mgr.14182 172.21.15.47:0/1495146391' entity='mgr.smithi047.erpxvz' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T04:30:16.120 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Dec 06 04:30:15 smithi098 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi098[111615]: audit 2023-12-06T04:30:15.153801+0000 mon.smithi047 (mon.0) 734 : audit [INF] from='mgr.14182 172.21.15.47:0/1495146391' entity='mgr.smithi047.erpxvz' 2023-12-06T04:30:16.121 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Dec 06 04:30:15 smithi098 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi098[111615]: cluster 2023-12-06T04:30:15.154344+0000 mgr.smithi047.erpxvz (mgr.14182) 1021 : cluster [DBG] pgmap v610: 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-12-06T04:30:16.121 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Dec 06 04:30:15 smithi098 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi098[111615]: audit 2023-12-06T04:30:15.158065+0000 mon.smithi047 (mon.0) 735 : audit [DBG] from='mgr.14182 172.21.15.47:0/1495146391' entity='mgr.smithi047.erpxvz' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-12-06T04:30:16.121 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Dec 06 04:30:15 smithi098 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi098[111615]: audit 2023-12-06T04:30:15.165561+0000 mon.smithi047 (mon.0) 736 : audit [INF] from='mgr.14182 172.21.15.47:0/1495146391' entity='mgr.smithi047.erpxvz' 2023-12-06T04:30:16.121 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Dec 06 04:30:15 smithi098 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi098[111615]: cephadm 2023-12-06T04:30:15.167741+0000 mgr.smithi047.erpxvz (mgr.14182) 1022 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi098.algqxx on smithi098 2023-12-06T04:30:16.452 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-06T04:30:17.120 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Dec 06 04:30:16 smithi098 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi098[111615]: cluster 2023-12-06T04:30:15.831733+0000 mon.smithi047 (mon.0) 737 : cluster [INF] Health check cleared: CEPHADM_DAEMON_PLACE_FAIL (was: Failed to place 4 daemon(s)) 2023-12-06T04:30:17.120 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Dec 06 04:30:16 smithi098 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi098[111615]: cluster 2023-12-06T04:30:15.831768+0000 mon.smithi047 (mon.0) 738 : cluster [INF] Cluster is now healthy 2023-12-06T04:30:17.120 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Dec 06 04:30:16 smithi098 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi098[111615]: audit 2023-12-06T04:30:16.070392+0000 mgr.smithi047.erpxvz (mgr.14182) 1023 : audit [DBG] from='client.15944 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-06T04:30:17.129 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Dec 06 04:30:16 smithi047 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi047[108212]: cluster 2023-12-06T04:30:15.831733+0000 mon.smithi047 (mon.0) 737 : cluster [INF] Health check cleared: CEPHADM_DAEMON_PLACE_FAIL (was: Failed to place 4 daemon(s)) 2023-12-06T04:30:17.129 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Dec 06 04:30:16 smithi047 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi047[108212]: cluster 2023-12-06T04:30:15.831768+0000 mon.smithi047 (mon.0) 738 : cluster [INF] Cluster is now healthy 2023-12-06T04:30:17.129 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Dec 06 04:30:16 smithi047 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi047[108212]: audit 2023-12-06T04:30:16.070392+0000 mgr.smithi047.erpxvz (mgr.14182) 1023 : audit [DBG] from='client.15944 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-06T04:30:17.453 DEBUG:teuthology.orchestra.run.smithi047:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:d03fca4f35d43f61b4679936aef7bd2f01cced0b shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 2ecad2ea-93ed-11ee-95a2-87774f69a715 -- ceph orch ls -f json 2023-12-06T04:30:18.120 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Dec 06 04:30:17 smithi098 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi098[111615]: cluster 2023-12-06T04:30:17.155040+0000 mgr.smithi047.erpxvz (mgr.14182) 1024 : cluster [DBG] pgmap v611: 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-12-06T04:30:18.129 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Dec 06 04:30:17 smithi047 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi047[108212]: cluster 2023-12-06T04:30:17.155040+0000 mgr.smithi047.erpxvz (mgr.14182) 1024 : cluster [DBG] pgmap v611: 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-12-06T04:30:18.914 INFO:teuthology.orchestra.run.smithi047.stdout: 2023-12-06T04:30:18.914 INFO:teuthology.orchestra.run.smithi047.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-06T04:10:15.517593Z", "last_refresh": "2023-12-06T04:30:14.826306Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-06T04:10:10.954835Z", "last_refresh": "2023-12-06T04:30:12.313727Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-06T04:10:13.544463Z", "last_refresh": "2023-12-06T04:30:14.826450Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-06T04:24:07.066424Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi047.smeokd on smithi047: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-06T04:26:41.051237Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi098.ysltza on smithi098: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi098-ysltza\n/bin/podman: stderr Error: no such container ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi098-ysltza\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi098.ysltza\n/bin/podman: stderr Error: no such container ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi098.ysltza\nDeploy daemon haproxy.nfs.foo.smithi098.ysltza ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi098 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-06T04:24:48Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-06T04:25:25Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-06T04:26:03Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi098 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-06T04:29:10.819461Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi047.sawbiu on smithi047: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi047-sawbiu\n/bin/podman: stderr Error: no such container ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi047-sawbiu\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi047.sawbiu\n/bin/podman: stderr Error: no such container ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi047.sawbiu\nDeploy daemon haproxy.nfs.foo.smithi047.sawbiu ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi047 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-06T04:27:17Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-06T04:27:55Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-06T04:28:33Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi047 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-06T04:29:10.821054Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi098.xozkhg on smithi098: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-06T04:29:10.822338Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi047.lxpuoc on smithi047: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.47/16"}, "status": {"created": "2023-12-06T04:13:56.330826Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.47/16"}}, {"events": ["2023-12-06T04:13:52.727160Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-06T04:13:52.721318Z", "last_refresh": "2023-12-06T04:30:12.314505Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-06T04:10:09.956661Z", "last_refresh": "2023-12-06T04:30:12.313898Z", "running": 2, "size": 2}}, {"events": ["2023-12-06T04:11:13.238878Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi047:172.21.15.47=smithi047", "smithi098:172.21.15.98=smithi098"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-06T04:11:13.235526Z", "last_refresh": "2023-12-06T04:30:12.314005Z", "running": 2, "size": 2}}, {"events": ["2023-12-06T04:13:56.329598Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-12-06T04:13:56.325813Z", "last_refresh": "2023-12-06T04:30:14.827029Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-06T04:10:14.589128Z", "last_refresh": "2023-12-06T04:30:12.314085Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-06T04:11:43.239438Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-06T04:11:43.235053Z", "last_refresh": "2023-12-06T04:30:12.314182Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-06T04:10:12.030635Z", "last_refresh": "2023-12-06T04:30:14.826592Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-06T04:30:19.354 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-06T04:30:19.629 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Dec 06 04:30:19 smithi047 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi047[108212]: audit 2023-12-06T04:30:18.468124+0000 mon.smithi047 (mon.0) 739 : audit [INF] from='mgr.14182 172.21.15.47:0/1495146391' entity='mgr.smithi047.erpxvz' 2023-12-06T04:30:19.870 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Dec 06 04:30:19 smithi098 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi098[111615]: audit 2023-12-06T04:30:18.468124+0000 mon.smithi047 (mon.0) 739 : audit [INF] from='mgr.14182 172.21.15.47:0/1495146391' entity='mgr.smithi047.erpxvz' 2023-12-06T04:30:20.355 DEBUG:teuthology.orchestra.run.smithi047:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:d03fca4f35d43f61b4679936aef7bd2f01cced0b shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 2ecad2ea-93ed-11ee-95a2-87774f69a715 -- ceph orch ls -f json 2023-12-06T04:30:20.740 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Dec 06 04:30:20 smithi047 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi047[108212]: audit 2023-12-06T04:30:18.908952+0000 mgr.smithi047.erpxvz (mgr.14182) 1025 : audit [DBG] from='client.15948 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-06T04:30:20.740 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Dec 06 04:30:20 smithi047 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi047[108212]: cluster 2023-12-06T04:30:19.155548+0000 mgr.smithi047.erpxvz (mgr.14182) 1026 : cluster [DBG] pgmap v612: 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-12-06T04:30:20.870 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Dec 06 04:30:20 smithi098 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi098[111615]: audit 2023-12-06T04:30:18.908952+0000 mgr.smithi047.erpxvz (mgr.14182) 1025 : audit [DBG] from='client.15948 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-06T04:30:20.870 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Dec 06 04:30:20 smithi098 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi098[111615]: cluster 2023-12-06T04:30:19.155548+0000 mgr.smithi047.erpxvz (mgr.14182) 1026 : cluster [DBG] pgmap v612: 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-12-06T04:30:21.895 INFO:teuthology.orchestra.run.smithi047.stdout: 2023-12-06T04:30:21.895 INFO:teuthology.orchestra.run.smithi047.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-06T04:10:15.517593Z", "last_refresh": "2023-12-06T04:30:14.826306Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-06T04:10:10.954835Z", "last_refresh": "2023-12-06T04:30:12.313727Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-06T04:10:13.544463Z", "last_refresh": "2023-12-06T04:30:14.826450Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-06T04:24:07.066424Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi047.smeokd on smithi047: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-06T04:26:41.051237Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi098.ysltza on smithi098: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi098-ysltza\n/bin/podman: stderr Error: no such container ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi098-ysltza\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi098.ysltza\n/bin/podman: stderr Error: no such container ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi098.ysltza\nDeploy daemon haproxy.nfs.foo.smithi098.ysltza ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi098 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-06T04:24:48Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-06T04:25:25Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-06T04:26:03Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi098 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-06T04:29:10.819461Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi047.sawbiu on smithi047: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi047-sawbiu\n/bin/podman: stderr Error: no such container ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi047-sawbiu\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi047.sawbiu\n/bin/podman: stderr Error: no such container ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi047.sawbiu\nDeploy daemon haproxy.nfs.foo.smithi047.sawbiu ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi047 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-06T04:27:17Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-06T04:27:55Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-06T04:28:33Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi047 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-06T04:29:10.821054Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi098.xozkhg on smithi098: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-06T04:29:10.822338Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi047.lxpuoc on smithi047: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.47/16"}, "status": {"created": "2023-12-06T04:13:56.330826Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.47/16"}}, {"events": ["2023-12-06T04:13:52.727160Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-06T04:13:52.721318Z", "last_refresh": "2023-12-06T04:30:12.314505Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-06T04:10:09.956661Z", "last_refresh": "2023-12-06T04:30:12.313898Z", "running": 2, "size": 2}}, {"events": ["2023-12-06T04:11:13.238878Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi047:172.21.15.47=smithi047", "smithi098:172.21.15.98=smithi098"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-06T04:11:13.235526Z", "last_refresh": "2023-12-06T04:30:12.314005Z", "running": 2, "size": 2}}, {"events": ["2023-12-06T04:13:56.329598Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-12-06T04:13:56.325813Z", "last_refresh": "2023-12-06T04:30:14.827029Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-06T04:10:14.589128Z", "last_refresh": "2023-12-06T04:30:12.314085Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-06T04:11:43.239438Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-06T04:11:43.235053Z", "last_refresh": "2023-12-06T04:30:12.314182Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-06T04:10:12.030635Z", "last_refresh": "2023-12-06T04:30:14.826592Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-06T04:30:22.303 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-06T04:30:22.629 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Dec 06 04:30:22 smithi047 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi047[108212]: cluster 2023-12-06T04:30:21.156081+0000 mgr.smithi047.erpxvz (mgr.14182) 1027 : cluster [DBG] pgmap v613: 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-12-06T04:30:22.870 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Dec 06 04:30:22 smithi098 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi098[111615]: cluster 2023-12-06T04:30:21.156081+0000 mgr.smithi047.erpxvz (mgr.14182) 1027 : cluster [DBG] pgmap v613: 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-12-06T04:30:23.305 DEBUG:teuthology.orchestra.run.smithi047:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:d03fca4f35d43f61b4679936aef7bd2f01cced0b shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 2ecad2ea-93ed-11ee-95a2-87774f69a715 -- ceph orch ls -f json 2023-12-06T04:30:23.629 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Dec 06 04:30:23 smithi047 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi047[108212]: audit 2023-12-06T04:30:21.889904+0000 mgr.smithi047.erpxvz (mgr.14182) 1028 : audit [DBG] from='client.15952 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-06T04:30:23.870 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Dec 06 04:30:23 smithi098 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi098[111615]: audit 2023-12-06T04:30:21.889904+0000 mgr.smithi047.erpxvz (mgr.14182) 1028 : audit [DBG] from='client.15952 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-06T04:30:24.629 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Dec 06 04:30:24 smithi047 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi047[108212]: cluster 2023-12-06T04:30:23.156656+0000 mgr.smithi047.erpxvz (mgr.14182) 1029 : cluster [DBG] pgmap v614: 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-12-06T04:30:24.832 INFO:teuthology.orchestra.run.smithi047.stdout: 2023-12-06T04:30:24.833 INFO:teuthology.orchestra.run.smithi047.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-06T04:10:15.517593Z", "last_refresh": "2023-12-06T04:30:14.826306Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-06T04:10:10.954835Z", "last_refresh": "2023-12-06T04:30:12.313727Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-06T04:10:13.544463Z", "last_refresh": "2023-12-06T04:30:14.826450Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-06T04:24:07.066424Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi047.smeokd on smithi047: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-06T04:26:41.051237Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi098.ysltza on smithi098: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi098-ysltza\n/bin/podman: stderr Error: no such container ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi098-ysltza\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi098.ysltza\n/bin/podman: stderr Error: no such container ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi098.ysltza\nDeploy daemon haproxy.nfs.foo.smithi098.ysltza ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi098 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-06T04:24:48Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-06T04:25:25Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-06T04:26:03Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi098 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-06T04:29:10.819461Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi047.sawbiu on smithi047: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi047-sawbiu\n/bin/podman: stderr Error: no such container ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi047-sawbiu\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi047.sawbiu\n/bin/podman: stderr Error: no such container ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi047.sawbiu\nDeploy daemon haproxy.nfs.foo.smithi047.sawbiu ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi047 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-06T04:27:17Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-06T04:27:55Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-06T04:28:33Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi047 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-06T04:29:10.821054Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi098.xozkhg on smithi098: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-06T04:29:10.822338Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi047.lxpuoc on smithi047: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.47/16"}, "status": {"created": "2023-12-06T04:13:56.330826Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.47/16"}}, {"events": ["2023-12-06T04:13:52.727160Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-06T04:13:52.721318Z", "last_refresh": "2023-12-06T04:30:12.314505Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-06T04:10:09.956661Z", "last_refresh": "2023-12-06T04:30:12.313898Z", "running": 2, "size": 2}}, {"events": ["2023-12-06T04:11:13.238878Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi047:172.21.15.47=smithi047", "smithi098:172.21.15.98=smithi098"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-06T04:11:13.235526Z", "last_refresh": "2023-12-06T04:30:12.314005Z", "running": 2, "size": 2}}, {"events": ["2023-12-06T04:13:56.329598Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-12-06T04:13:56.325813Z", "last_refresh": "2023-12-06T04:30:14.827029Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-06T04:10:14.589128Z", "last_refresh": "2023-12-06T04:30:12.314085Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-06T04:11:43.239438Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-06T04:11:43.235053Z", "last_refresh": "2023-12-06T04:30:12.314182Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-06T04:10:12.030635Z", "last_refresh": "2023-12-06T04:30:14.826592Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-06T04:30:24.870 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Dec 06 04:30:24 smithi098 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi098[111615]: cluster 2023-12-06T04:30:23.156656+0000 mgr.smithi047.erpxvz (mgr.14182) 1029 : cluster [DBG] pgmap v614: 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-12-06T04:30:25.228 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-06T04:30:25.870 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Dec 06 04:30:25 smithi098 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi098[111615]: audit 2023-12-06T04:30:24.828126+0000 mgr.smithi047.erpxvz (mgr.14182) 1030 : audit [DBG] from='client.15956 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-06T04:30:25.870 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Dec 06 04:30:25 smithi098 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi098[111615]: cluster 2023-12-06T04:30:25.157270+0000 mgr.smithi047.erpxvz (mgr.14182) 1031 : cluster [DBG] pgmap v615: 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-12-06T04:30:25.879 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Dec 06 04:30:25 smithi047 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi047[108212]: audit 2023-12-06T04:30:24.828126+0000 mgr.smithi047.erpxvz (mgr.14182) 1030 : audit [DBG] from='client.15956 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-06T04:30:25.879 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Dec 06 04:30:25 smithi047 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi047[108212]: cluster 2023-12-06T04:30:25.157270+0000 mgr.smithi047.erpxvz (mgr.14182) 1031 : cluster [DBG] pgmap v615: 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-12-06T04:30:26.229 DEBUG:teuthology.orchestra.run.smithi047:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:d03fca4f35d43f61b4679936aef7bd2f01cced0b shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 2ecad2ea-93ed-11ee-95a2-87774f69a715 -- ceph orch ls -f json 2023-12-06T04:30:27.634 INFO:teuthology.orchestra.run.smithi047.stdout: 2023-12-06T04:30:27.634 INFO:teuthology.orchestra.run.smithi047.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-06T04:10:15.517593Z", "last_refresh": "2023-12-06T04:30:14.826306Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-06T04:10:10.954835Z", "last_refresh": "2023-12-06T04:30:12.313727Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-06T04:10:13.544463Z", "last_refresh": "2023-12-06T04:30:14.826450Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-06T04:24:07.066424Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi047.smeokd on smithi047: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-06T04:26:41.051237Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi098.ysltza on smithi098: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi098-ysltza\n/bin/podman: stderr Error: no such container ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi098-ysltza\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi098.ysltza\n/bin/podman: stderr Error: no such container ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi098.ysltza\nDeploy daemon haproxy.nfs.foo.smithi098.ysltza ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi098 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-06T04:24:48Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-06T04:25:25Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-06T04:26:03Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi098 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-06T04:29:10.819461Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi047.sawbiu on smithi047: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi047-sawbiu\n/bin/podman: stderr Error: no such container ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi047-sawbiu\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi047.sawbiu\n/bin/podman: stderr Error: no such container ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi047.sawbiu\nDeploy daemon haproxy.nfs.foo.smithi047.sawbiu ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi047 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-06T04:27:17Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-06T04:27:55Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-06T04:28:33Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi047 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-06T04:29:10.821054Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi098.xozkhg on smithi098: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-06T04:29:10.822338Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi047.lxpuoc on smithi047: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.47/16"}, "status": {"created": "2023-12-06T04:13:56.330826Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.47/16"}}, {"events": ["2023-12-06T04:13:52.727160Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-06T04:13:52.721318Z", "last_refresh": "2023-12-06T04:30:12.314505Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-06T04:10:09.956661Z", "last_refresh": "2023-12-06T04:30:12.313898Z", "running": 2, "size": 2}}, {"events": ["2023-12-06T04:11:13.238878Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi047:172.21.15.47=smithi047", "smithi098:172.21.15.98=smithi098"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-06T04:11:13.235526Z", "last_refresh": "2023-12-06T04:30:12.314005Z", "running": 2, "size": 2}}, {"events": ["2023-12-06T04:13:56.329598Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-12-06T04:13:56.325813Z", "last_refresh": "2023-12-06T04:30:14.827029Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-06T04:10:14.589128Z", "last_refresh": "2023-12-06T04:30:12.314085Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-06T04:11:43.239438Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-06T04:11:43.235053Z", "last_refresh": "2023-12-06T04:30:12.314182Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-06T04:10:12.030635Z", "last_refresh": "2023-12-06T04:30:14.826592Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-06T04:30:28.019 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-06T04:30:28.621 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Dec 06 04:30:28 smithi098 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi098[111615]: cluster 2023-12-06T04:30:27.157824+0000 mgr.smithi047.erpxvz (mgr.14182) 1032 : cluster [DBG] pgmap v616: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-06T04:30:28.629 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Dec 06 04:30:28 smithi047 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi047[108212]: cluster 2023-12-06T04:30:27.157824+0000 mgr.smithi047.erpxvz (mgr.14182) 1032 : cluster [DBG] pgmap v616: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-06T04:30:29.020 DEBUG:teuthology.orchestra.run.smithi047:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:d03fca4f35d43f61b4679936aef7bd2f01cced0b shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 2ecad2ea-93ed-11ee-95a2-87774f69a715 -- ceph orch ls -f json 2023-12-06T04:30:29.379 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Dec 06 04:30:29 smithi047 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi047[108212]: audit 2023-12-06T04:30:27.629043+0000 mgr.smithi047.erpxvz (mgr.14182) 1033 : audit [DBG] from='client.15960 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-06T04:30:29.620 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Dec 06 04:30:29 smithi098 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi098[111615]: audit 2023-12-06T04:30:27.629043+0000 mgr.smithi047.erpxvz (mgr.14182) 1033 : audit [DBG] from='client.15960 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-06T04:30:30.379 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Dec 06 04:30:30 smithi047 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi047[108212]: cluster 2023-12-06T04:30:29.158334+0000 mgr.smithi047.erpxvz (mgr.14182) 1034 : cluster [DBG] pgmap v617: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-06T04:30:30.508 INFO:teuthology.orchestra.run.smithi047.stdout: 2023-12-06T04:30:30.508 INFO:teuthology.orchestra.run.smithi047.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-06T04:10:15.517593Z", "last_refresh": "2023-12-06T04:30:14.826306Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-06T04:10:10.954835Z", "last_refresh": "2023-12-06T04:30:12.313727Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-06T04:10:13.544463Z", "last_refresh": "2023-12-06T04:30:14.826450Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-06T04:24:07.066424Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi047.smeokd on smithi047: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-06T04:26:41.051237Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi098.ysltza on smithi098: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi098-ysltza\n/bin/podman: stderr Error: no such container ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi098-ysltza\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi098.ysltza\n/bin/podman: stderr Error: no such container ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi098.ysltza\nDeploy daemon haproxy.nfs.foo.smithi098.ysltza ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi098 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-06T04:24:48Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-06T04:25:25Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-06T04:26:03Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi098 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-06T04:29:10.819461Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi047.sawbiu on smithi047: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi047-sawbiu\n/bin/podman: stderr Error: no such container ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi047-sawbiu\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi047.sawbiu\n/bin/podman: stderr Error: no such container ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi047.sawbiu\nDeploy daemon haproxy.nfs.foo.smithi047.sawbiu ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi047 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-06T04:27:17Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-06T04:27:55Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-06T04:28:33Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi047 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-06T04:29:10.821054Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi098.xozkhg on smithi098: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-06T04:29:10.822338Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi047.lxpuoc on smithi047: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.47/16"}, "status": {"created": "2023-12-06T04:13:56.330826Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.47/16"}}, {"events": ["2023-12-06T04:13:52.727160Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-06T04:13:52.721318Z", "last_refresh": "2023-12-06T04:30:12.314505Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-06T04:10:09.956661Z", "last_refresh": "2023-12-06T04:30:12.313898Z", "running": 2, "size": 2}}, {"events": ["2023-12-06T04:11:13.238878Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi047:172.21.15.47=smithi047", "smithi098:172.21.15.98=smithi098"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-06T04:11:13.235526Z", "last_refresh": "2023-12-06T04:30:12.314005Z", "running": 2, "size": 2}}, {"events": ["2023-12-06T04:13:56.329598Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-12-06T04:13:56.325813Z", "last_refresh": "2023-12-06T04:30:14.827029Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-06T04:10:14.589128Z", "last_refresh": "2023-12-06T04:30:12.314085Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-06T04:11:43.239438Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-06T04:11:43.235053Z", "last_refresh": "2023-12-06T04:30:12.314182Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-06T04:10:12.030635Z", "last_refresh": "2023-12-06T04:30:14.826592Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-06T04:30:30.620 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Dec 06 04:30:30 smithi098 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi098[111615]: cluster 2023-12-06T04:30:29.158334+0000 mgr.smithi047.erpxvz (mgr.14182) 1034 : cluster [DBG] pgmap v617: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-06T04:30:30.901 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-06T04:30:31.902 DEBUG:teuthology.orchestra.run.smithi047:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:d03fca4f35d43f61b4679936aef7bd2f01cced0b shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 2ecad2ea-93ed-11ee-95a2-87774f69a715 -- ceph orch ls -f json 2023-12-06T04:30:32.605 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Dec 06 04:30:32 smithi047 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi047[108212]: audit 2023-12-06T04:30:30.503467+0000 mgr.smithi047.erpxvz (mgr.14182) 1035 : audit [DBG] from='client.15964 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-06T04:30:32.606 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Dec 06 04:30:32 smithi047 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi047[108212]: cluster 2023-12-06T04:30:31.159258+0000 mgr.smithi047.erpxvz (mgr.14182) 1036 : cluster [DBG] pgmap v618: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-06T04:30:32.623 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Dec 06 04:30:32 smithi098 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi098[111615]: audit 2023-12-06T04:30:30.503467+0000 mgr.smithi047.erpxvz (mgr.14182) 1035 : audit [DBG] from='client.15964 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-06T04:30:32.623 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Dec 06 04:30:32 smithi098 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi098[111615]: cluster 2023-12-06T04:30:31.159258+0000 mgr.smithi047.erpxvz (mgr.14182) 1036 : cluster [DBG] pgmap v618: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-06T04:30:33.353 INFO:teuthology.orchestra.run.smithi047.stdout: 2023-12-06T04:30:33.354 INFO:teuthology.orchestra.run.smithi047.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-06T04:10:15.517593Z", "last_refresh": "2023-12-06T04:30:14.826306Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-06T04:10:10.954835Z", "last_refresh": "2023-12-06T04:30:12.313727Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-06T04:10:13.544463Z", "last_refresh": "2023-12-06T04:30:14.826450Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-06T04:24:07.066424Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi047.smeokd on smithi047: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-06T04:26:41.051237Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi098.ysltza on smithi098: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi098-ysltza\n/bin/podman: stderr Error: no such container ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi098-ysltza\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi098.ysltza\n/bin/podman: stderr Error: no such container ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi098.ysltza\nDeploy daemon haproxy.nfs.foo.smithi098.ysltza ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi098 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-06T04:24:48Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-06T04:25:25Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-06T04:26:03Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi098 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-06T04:29:10.819461Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi047.sawbiu on smithi047: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi047-sawbiu\n/bin/podman: stderr Error: no such container ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi047-sawbiu\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi047.sawbiu\n/bin/podman: stderr Error: no such container ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi047.sawbiu\nDeploy daemon haproxy.nfs.foo.smithi047.sawbiu ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi047 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-06T04:27:17Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-06T04:27:55Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-06T04:28:33Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi047 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-06T04:29:10.821054Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi098.xozkhg on smithi098: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-06T04:29:10.822338Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi047.lxpuoc on smithi047: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.47/16"}, "status": {"created": "2023-12-06T04:13:56.330826Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.47/16"}}, {"events": ["2023-12-06T04:13:52.727160Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-06T04:13:52.721318Z", "last_refresh": "2023-12-06T04:30:12.314505Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-06T04:10:09.956661Z", "last_refresh": "2023-12-06T04:30:12.313898Z", "running": 2, "size": 2}}, {"events": ["2023-12-06T04:11:13.238878Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi047:172.21.15.47=smithi047", "smithi098:172.21.15.98=smithi098"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-06T04:11:13.235526Z", "last_refresh": "2023-12-06T04:30:12.314005Z", "running": 2, "size": 2}}, {"events": ["2023-12-06T04:13:56.329598Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-12-06T04:13:56.325813Z", "last_refresh": "2023-12-06T04:30:14.827029Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-06T04:10:14.589128Z", "last_refresh": "2023-12-06T04:30:12.314085Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-06T04:11:43.239438Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-06T04:11:43.235053Z", "last_refresh": "2023-12-06T04:30:12.314182Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-06T04:10:12.030635Z", "last_refresh": "2023-12-06T04:30:14.826592Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-06T04:30:33.742 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-06T04:30:34.620 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Dec 06 04:30:34 smithi098 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi098[111615]: cluster 2023-12-06T04:30:33.159778+0000 mgr.smithi047.erpxvz (mgr.14182) 1037 : cluster [DBG] pgmap v619: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-06T04:30:34.620 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Dec 06 04:30:34 smithi098 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi098[111615]: audit 2023-12-06T04:30:33.348550+0000 mgr.smithi047.erpxvz (mgr.14182) 1038 : audit [DBG] from='client.15968 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-06T04:30:34.630 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Dec 06 04:30:34 smithi047 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi047[108212]: cluster 2023-12-06T04:30:33.159778+0000 mgr.smithi047.erpxvz (mgr.14182) 1037 : cluster [DBG] pgmap v619: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-06T04:30:34.630 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Dec 06 04:30:34 smithi047 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi047[108212]: audit 2023-12-06T04:30:33.348550+0000 mgr.smithi047.erpxvz (mgr.14182) 1038 : audit [DBG] from='client.15968 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-06T04:30:34.744 DEBUG:teuthology.orchestra.run.smithi047:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:d03fca4f35d43f61b4679936aef7bd2f01cced0b shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 2ecad2ea-93ed-11ee-95a2-87774f69a715 -- ceph orch ls -f json 2023-12-06T04:30:36.209 INFO:teuthology.orchestra.run.smithi047.stdout: 2023-12-06T04:30:36.209 INFO:teuthology.orchestra.run.smithi047.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-06T04:10:15.517593Z", "last_refresh": "2023-12-06T04:30:14.826306Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-06T04:10:10.954835Z", "last_refresh": "2023-12-06T04:30:12.313727Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-06T04:10:13.544463Z", "last_refresh": "2023-12-06T04:30:14.826450Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-06T04:24:07.066424Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi047.smeokd on smithi047: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-06T04:26:41.051237Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi098.ysltza on smithi098: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi098-ysltza\n/bin/podman: stderr Error: no such container ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi098-ysltza\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi098.ysltza\n/bin/podman: stderr Error: no such container ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi098.ysltza\nDeploy daemon haproxy.nfs.foo.smithi098.ysltza ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi098 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-06T04:24:48Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-06T04:25:25Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-06T04:26:03Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi098 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-06T04:29:10.819461Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi047.sawbiu on smithi047: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi047-sawbiu\n/bin/podman: stderr Error: no such container ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi047-sawbiu\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi047.sawbiu\n/bin/podman: stderr Error: no such container ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi047.sawbiu\nDeploy daemon haproxy.nfs.foo.smithi047.sawbiu ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi047 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-06T04:27:17Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-06T04:27:55Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-06T04:28:33Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi047 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-06T04:29:10.821054Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi098.xozkhg on smithi098: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-06T04:29:10.822338Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi047.lxpuoc on smithi047: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.47/16"}, "status": {"created": "2023-12-06T04:13:56.330826Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.47/16"}}, {"events": ["2023-12-06T04:13:52.727160Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-06T04:13:52.721318Z", "last_refresh": "2023-12-06T04:30:12.314505Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-06T04:10:09.956661Z", "last_refresh": "2023-12-06T04:30:12.313898Z", "running": 2, "size": 2}}, {"events": ["2023-12-06T04:11:13.238878Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi047:172.21.15.47=smithi047", "smithi098:172.21.15.98=smithi098"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-06T04:11:13.235526Z", "last_refresh": "2023-12-06T04:30:12.314005Z", "running": 2, "size": 2}}, {"events": ["2023-12-06T04:13:56.329598Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-12-06T04:13:56.325813Z", "last_refresh": "2023-12-06T04:30:14.827029Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-06T04:10:14.589128Z", "last_refresh": "2023-12-06T04:30:12.314085Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-06T04:11:43.239438Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-06T04:11:43.235053Z", "last_refresh": "2023-12-06T04:30:12.314182Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-06T04:10:12.030635Z", "last_refresh": "2023-12-06T04:30:14.826592Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-06T04:30:36.576 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Dec 06 04:30:36 smithi047 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi047[108212]: cluster 2023-12-06T04:30:35.160244+0000 mgr.smithi047.erpxvz (mgr.14182) 1039 : cluster [DBG] pgmap v620: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-06T04:30:36.618 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-06T04:30:36.620 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Dec 06 04:30:36 smithi098 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi098[111615]: cluster 2023-12-06T04:30:35.160244+0000 mgr.smithi047.erpxvz (mgr.14182) 1039 : cluster [DBG] pgmap v620: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-06T04:30:37.619 DEBUG:teuthology.orchestra.run.smithi047:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:d03fca4f35d43f61b4679936aef7bd2f01cced0b shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 2ecad2ea-93ed-11ee-95a2-87774f69a715 -- ceph orch ls -f json 2023-12-06T04:30:37.620 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Dec 06 04:30:37 smithi098 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi098[111615]: audit 2023-12-06T04:30:36.203622+0000 mgr.smithi047.erpxvz (mgr.14182) 1040 : audit [DBG] from='client.15972 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-06T04:30:37.629 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Dec 06 04:30:37 smithi047 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi047[108212]: audit 2023-12-06T04:30:36.203622+0000 mgr.smithi047.erpxvz (mgr.14182) 1040 : audit [DBG] from='client.15972 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-06T04:30:38.500 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Dec 06 04:30:38 smithi047 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi047[108212]: cluster 2023-12-06T04:30:37.160847+0000 mgr.smithi047.erpxvz (mgr.14182) 1041 : 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-12-06T04:30:38.620 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Dec 06 04:30:38 smithi098 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi098[111615]: cluster 2023-12-06T04:30:37.160847+0000 mgr.smithi047.erpxvz (mgr.14182) 1041 : 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-12-06T04:30:39.081 INFO:teuthology.orchestra.run.smithi047.stdout: 2023-12-06T04:30:39.081 INFO:teuthology.orchestra.run.smithi047.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-06T04:10:15.517593Z", "last_refresh": "2023-12-06T04:30:14.826306Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-06T04:10:10.954835Z", "last_refresh": "2023-12-06T04:30:12.313727Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-06T04:10:13.544463Z", "last_refresh": "2023-12-06T04:30:14.826450Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-06T04:24:07.066424Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi047.smeokd on smithi047: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-06T04:26:41.051237Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi098.ysltza on smithi098: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi098-ysltza\n/bin/podman: stderr Error: no such container ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi098-ysltza\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi098.ysltza\n/bin/podman: stderr Error: no such container ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi098.ysltza\nDeploy daemon haproxy.nfs.foo.smithi098.ysltza ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi098 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-06T04:24:48Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-06T04:25:25Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-06T04:26:03Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi098 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-06T04:29:10.819461Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi047.sawbiu on smithi047: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi047-sawbiu\n/bin/podman: stderr Error: no such container ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi047-sawbiu\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi047.sawbiu\n/bin/podman: stderr Error: no such container ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi047.sawbiu\nDeploy daemon haproxy.nfs.foo.smithi047.sawbiu ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi047 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-06T04:27:17Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-06T04:27:55Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-06T04:28:33Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi047 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-06T04:29:10.821054Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi098.xozkhg on smithi098: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-06T04:29:10.822338Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi047.lxpuoc on smithi047: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.47/16"}, "status": {"created": "2023-12-06T04:13:56.330826Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.47/16"}}, {"events": ["2023-12-06T04:13:52.727160Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-06T04:13:52.721318Z", "last_refresh": "2023-12-06T04:30:12.314505Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-06T04:10:09.956661Z", "last_refresh": "2023-12-06T04:30:12.313898Z", "running": 2, "size": 2}}, {"events": ["2023-12-06T04:11:13.238878Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi047:172.21.15.47=smithi047", "smithi098:172.21.15.98=smithi098"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-06T04:11:13.235526Z", "last_refresh": "2023-12-06T04:30:12.314005Z", "running": 2, "size": 2}}, {"events": ["2023-12-06T04:13:56.329598Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-12-06T04:13:56.325813Z", "last_refresh": "2023-12-06T04:30:14.827029Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-06T04:10:14.589128Z", "last_refresh": "2023-12-06T04:30:12.314085Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-06T04:11:43.239438Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-06T04:11:43.235053Z", "last_refresh": "2023-12-06T04:30:12.314182Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-06T04:10:12.030635Z", "last_refresh": "2023-12-06T04:30:14.826592Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-06T04:30:39.527 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-06T04:30:39.870 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Dec 06 04:30:39 smithi098 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi098[111615]: audit 2023-12-06T04:30:39.076390+0000 mgr.smithi047.erpxvz (mgr.14182) 1042 : audit [DBG] from='client.15976 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-06T04:30:39.870 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Dec 06 04:30:39 smithi098 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi098[111615]: cluster 2023-12-06T04:30:39.161264+0000 mgr.smithi047.erpxvz (mgr.14182) 1043 : cluster [DBG] pgmap v622: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-06T04:30:39.879 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Dec 06 04:30:39 smithi047 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi047[108212]: audit 2023-12-06T04:30:39.076390+0000 mgr.smithi047.erpxvz (mgr.14182) 1042 : audit [DBG] from='client.15976 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-06T04:30:39.879 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Dec 06 04:30:39 smithi047 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi047[108212]: cluster 2023-12-06T04:30:39.161264+0000 mgr.smithi047.erpxvz (mgr.14182) 1043 : cluster [DBG] pgmap v622: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-06T04:30:40.528 DEBUG:teuthology.orchestra.run.smithi047:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:d03fca4f35d43f61b4679936aef7bd2f01cced0b shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 2ecad2ea-93ed-11ee-95a2-87774f69a715 -- ceph orch ls -f json 2023-12-06T04:30:41.989 INFO:teuthology.orchestra.run.smithi047.stdout: 2023-12-06T04:30:41.989 INFO:teuthology.orchestra.run.smithi047.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-06T04:10:15.517593Z", "last_refresh": "2023-12-06T04:30:14.826306Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-06T04:10:10.954835Z", "last_refresh": "2023-12-06T04:30:12.313727Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-06T04:10:13.544463Z", "last_refresh": "2023-12-06T04:30:14.826450Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-06T04:24:07.066424Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi047.smeokd on smithi047: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-06T04:26:41.051237Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi098.ysltza on smithi098: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi098-ysltza\n/bin/podman: stderr Error: no such container ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi098-ysltza\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi098.ysltza\n/bin/podman: stderr Error: no such container ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi098.ysltza\nDeploy daemon haproxy.nfs.foo.smithi098.ysltza ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi098 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-06T04:24:48Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-06T04:25:25Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-06T04:26:03Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi098 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-06T04:29:10.819461Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi047.sawbiu on smithi047: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi047-sawbiu\n/bin/podman: stderr Error: no such container ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi047-sawbiu\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi047.sawbiu\n/bin/podman: stderr Error: no such container ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi047.sawbiu\nDeploy daemon haproxy.nfs.foo.smithi047.sawbiu ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi047 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-06T04:27:17Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-06T04:27:55Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-06T04:28:33Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi047 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-06T04:29:10.821054Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi098.xozkhg on smithi098: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-06T04:29:10.822338Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi047.lxpuoc on smithi047: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.47/16"}, "status": {"created": "2023-12-06T04:13:56.330826Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.47/16"}}, {"events": ["2023-12-06T04:13:52.727160Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-06T04:13:52.721318Z", "last_refresh": "2023-12-06T04:30:12.314505Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-06T04:10:09.956661Z", "last_refresh": "2023-12-06T04:30:12.313898Z", "running": 2, "size": 2}}, {"events": ["2023-12-06T04:11:13.238878Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi047:172.21.15.47=smithi047", "smithi098:172.21.15.98=smithi098"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-06T04:11:13.235526Z", "last_refresh": "2023-12-06T04:30:12.314005Z", "running": 2, "size": 2}}, {"events": ["2023-12-06T04:13:56.329598Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-12-06T04:13:56.325813Z", "last_refresh": "2023-12-06T04:30:14.827029Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-06T04:10:14.589128Z", "last_refresh": "2023-12-06T04:30:12.314085Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-06T04:11:43.239438Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-06T04:11:43.235053Z", "last_refresh": "2023-12-06T04:30:12.314182Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-06T04:10:12.030635Z", "last_refresh": "2023-12-06T04:30:14.826592Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-06T04:30:42.344 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Dec 06 04:30:42 smithi047 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi047[108212]: cluster 2023-12-06T04:30:41.162012+0000 mgr.smithi047.erpxvz (mgr.14182) 1044 : 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-12-06T04:30:42.383 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-06T04:30:42.620 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Dec 06 04:30:42 smithi098 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi098[111615]: cluster 2023-12-06T04:30:41.162012+0000 mgr.smithi047.erpxvz (mgr.14182) 1044 : 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-12-06T04:30:43.384 DEBUG:teuthology.orchestra.run.smithi047:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:d03fca4f35d43f61b4679936aef7bd2f01cced0b shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 2ecad2ea-93ed-11ee-95a2-87774f69a715 -- ceph orch ls -f json 2023-12-06T04:30:43.620 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Dec 06 04:30:43 smithi098 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi098[111615]: audit 2023-12-06T04:30:41.984216+0000 mgr.smithi047.erpxvz (mgr.14182) 1045 : audit [DBG] from='client.15980 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-06T04:30:43.629 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Dec 06 04:30:43 smithi047 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi047[108212]: audit 2023-12-06T04:30:41.984216+0000 mgr.smithi047.erpxvz (mgr.14182) 1045 : audit [DBG] from='client.15980 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-06T04:30:44.432 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Dec 06 04:30:44 smithi047 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi047[108212]: cluster 2023-12-06T04:30:43.162764+0000 mgr.smithi047.erpxvz (mgr.14182) 1046 : cluster [DBG] pgmap v624: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-06T04:30:44.620 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Dec 06 04:30:44 smithi098 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi098[111615]: cluster 2023-12-06T04:30:43.162764+0000 mgr.smithi047.erpxvz (mgr.14182) 1046 : cluster [DBG] pgmap v624: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-06T04:30:44.827 INFO:teuthology.orchestra.run.smithi047.stdout: 2023-12-06T04:30:44.828 INFO:teuthology.orchestra.run.smithi047.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-06T04:10:15.517593Z", "last_refresh": "2023-12-06T04:30:14.826306Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-06T04:10:10.954835Z", "last_refresh": "2023-12-06T04:30:12.313727Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-06T04:10:13.544463Z", "last_refresh": "2023-12-06T04:30:14.826450Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-06T04:24:07.066424Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi047.smeokd on smithi047: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-06T04:26:41.051237Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi098.ysltza on smithi098: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi098-ysltza\n/bin/podman: stderr Error: no such container ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi098-ysltza\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi098.ysltza\n/bin/podman: stderr Error: no such container ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi098.ysltza\nDeploy daemon haproxy.nfs.foo.smithi098.ysltza ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi098 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-06T04:24:48Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-06T04:25:25Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-06T04:26:03Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi098 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-06T04:29:10.819461Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi047.sawbiu on smithi047: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi047-sawbiu\n/bin/podman: stderr Error: no such container ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi047-sawbiu\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi047.sawbiu\n/bin/podman: stderr Error: no such container ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi047.sawbiu\nDeploy daemon haproxy.nfs.foo.smithi047.sawbiu ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi047 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-06T04:27:17Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-06T04:27:55Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-06T04:28:33Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi047 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-06T04:29:10.821054Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi098.xozkhg on smithi098: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-06T04:29:10.822338Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi047.lxpuoc on smithi047: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.47/16"}, "status": {"created": "2023-12-06T04:13:56.330826Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.47/16"}}, {"events": ["2023-12-06T04:13:52.727160Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-06T04:13:52.721318Z", "last_refresh": "2023-12-06T04:30:12.314505Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-06T04:10:09.956661Z", "last_refresh": "2023-12-06T04:30:12.313898Z", "running": 2, "size": 2}}, {"events": ["2023-12-06T04:11:13.238878Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi047:172.21.15.47=smithi047", "smithi098:172.21.15.98=smithi098"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-06T04:11:13.235526Z", "last_refresh": "2023-12-06T04:30:12.314005Z", "running": 2, "size": 2}}, {"events": ["2023-12-06T04:13:56.329598Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-12-06T04:13:56.325813Z", "last_refresh": "2023-12-06T04:30:14.827029Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-06T04:10:14.589128Z", "last_refresh": "2023-12-06T04:30:12.314085Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-06T04:11:43.239438Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-06T04:11:43.235053Z", "last_refresh": "2023-12-06T04:30:12.314182Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-06T04:10:12.030635Z", "last_refresh": "2023-12-06T04:30:14.826592Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-06T04:30:45.226 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-06T04:30:46.228 DEBUG:teuthology.orchestra.run.smithi047:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:d03fca4f35d43f61b4679936aef7bd2f01cced0b shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 2ecad2ea-93ed-11ee-95a2-87774f69a715 -- ceph orch ls -f json 2023-12-06T04:30:46.586 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Dec 06 04:30:46 smithi047 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi047[108212]: audit 2023-12-06T04:30:44.822605+0000 mgr.smithi047.erpxvz (mgr.14182) 1047 : audit [DBG] from='client.15984 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-06T04:30:46.587 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Dec 06 04:30:46 smithi047 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi047[108212]: cluster 2023-12-06T04:30:45.163294+0000 mgr.smithi047.erpxvz (mgr.14182) 1048 : 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-12-06T04:30:46.620 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Dec 06 04:30:46 smithi098 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi098[111615]: audit 2023-12-06T04:30:44.822605+0000 mgr.smithi047.erpxvz (mgr.14182) 1047 : audit [DBG] from='client.15984 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-06T04:30:46.620 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Dec 06 04:30:46 smithi098 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi098[111615]: cluster 2023-12-06T04:30:45.163294+0000 mgr.smithi047.erpxvz (mgr.14182) 1048 : 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-12-06T04:30:47.708 INFO:teuthology.orchestra.run.smithi047.stdout: 2023-12-06T04:30:47.708 INFO:teuthology.orchestra.run.smithi047.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-06T04:10:15.517593Z", "last_refresh": "2023-12-06T04:30:14.826306Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-06T04:10:10.954835Z", "last_refresh": "2023-12-06T04:30:12.313727Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-06T04:10:13.544463Z", "last_refresh": "2023-12-06T04:30:14.826450Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-06T04:24:07.066424Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi047.smeokd on smithi047: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-06T04:26:41.051237Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi098.ysltza on smithi098: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi098-ysltza\n/bin/podman: stderr Error: no such container ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi098-ysltza\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi098.ysltza\n/bin/podman: stderr Error: no such container ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi098.ysltza\nDeploy daemon haproxy.nfs.foo.smithi098.ysltza ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi098 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-06T04:24:48Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-06T04:25:25Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-06T04:26:03Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi098 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-06T04:29:10.819461Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi047.sawbiu on smithi047: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi047-sawbiu\n/bin/podman: stderr Error: no such container ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi047-sawbiu\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi047.sawbiu\n/bin/podman: stderr Error: no such container ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi047.sawbiu\nDeploy daemon haproxy.nfs.foo.smithi047.sawbiu ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi047 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-06T04:27:17Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-06T04:27:55Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-06T04:28:33Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi047 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-06T04:29:10.821054Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi098.xozkhg on smithi098: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-06T04:29:10.822338Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi047.lxpuoc on smithi047: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.47/16"}, "status": {"created": "2023-12-06T04:13:56.330826Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.47/16"}}, {"events": ["2023-12-06T04:13:52.727160Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-06T04:13:52.721318Z", "last_refresh": "2023-12-06T04:30:12.314505Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-06T04:10:09.956661Z", "last_refresh": "2023-12-06T04:30:12.313898Z", "running": 2, "size": 2}}, {"events": ["2023-12-06T04:11:13.238878Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi047:172.21.15.47=smithi047", "smithi098:172.21.15.98=smithi098"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-06T04:11:13.235526Z", "last_refresh": "2023-12-06T04:30:12.314005Z", "running": 2, "size": 2}}, {"events": ["2023-12-06T04:13:56.329598Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-12-06T04:13:56.325813Z", "last_refresh": "2023-12-06T04:30:14.827029Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-06T04:10:14.589128Z", "last_refresh": "2023-12-06T04:30:12.314085Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-06T04:11:43.239438Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-06T04:11:43.235053Z", "last_refresh": "2023-12-06T04:30:12.314182Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-06T04:10:12.030635Z", "last_refresh": "2023-12-06T04:30:14.826592Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-06T04:30:48.123 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-06T04:30:48.379 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Dec 06 04:30:48 smithi047 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi047[108212]: cluster 2023-12-06T04:30:47.163922+0000 mgr.smithi047.erpxvz (mgr.14182) 1049 : 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-12-06T04:30:48.620 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Dec 06 04:30:48 smithi098 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi098[111615]: cluster 2023-12-06T04:30:47.163922+0000 mgr.smithi047.erpxvz (mgr.14182) 1049 : 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-12-06T04:30:49.124 DEBUG:teuthology.orchestra.run.smithi047:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:d03fca4f35d43f61b4679936aef7bd2f01cced0b shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 2ecad2ea-93ed-11ee-95a2-87774f69a715 -- ceph orch ls -f json 2023-12-06T04:30:49.511 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Dec 06 04:30:49 smithi047 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi047[108212]: audit 2023-12-06T04:30:47.703416+0000 mgr.smithi047.erpxvz (mgr.14182) 1050 : audit [DBG] from='client.15988 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-06T04:30:49.620 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Dec 06 04:30:49 smithi098 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi098[111615]: audit 2023-12-06T04:30:47.703416+0000 mgr.smithi047.erpxvz (mgr.14182) 1050 : audit [DBG] from='client.15988 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-06T04:30:50.620 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Dec 06 04:30:50 smithi098 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi098[111615]: cluster 2023-12-06T04:30:49.164457+0000 mgr.smithi047.erpxvz (mgr.14182) 1051 : cluster [DBG] pgmap v627: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-06T04:30:50.629 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Dec 06 04:30:50 smithi047 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi047[108212]: cluster 2023-12-06T04:30:49.164457+0000 mgr.smithi047.erpxvz (mgr.14182) 1051 : cluster [DBG] pgmap v627: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-06T04:30:50.670 INFO:teuthology.orchestra.run.smithi047.stdout: 2023-12-06T04:30:50.670 INFO:teuthology.orchestra.run.smithi047.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-06T04:10:15.517593Z", "last_refresh": "2023-12-06T04:30:14.826306Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-06T04:10:10.954835Z", "last_refresh": "2023-12-06T04:30:12.313727Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-06T04:10:13.544463Z", "last_refresh": "2023-12-06T04:30:14.826450Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-06T04:24:07.066424Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi047.smeokd on smithi047: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-06T04:26:41.051237Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi098.ysltza on smithi098: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi098-ysltza\n/bin/podman: stderr Error: no such container ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi098-ysltza\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi098.ysltza\n/bin/podman: stderr Error: no such container ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi098.ysltza\nDeploy daemon haproxy.nfs.foo.smithi098.ysltza ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi098 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-06T04:24:48Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-06T04:25:25Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-06T04:26:03Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi098 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-06T04:29:10.819461Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi047.sawbiu on smithi047: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi047-sawbiu\n/bin/podman: stderr Error: no such container ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi047-sawbiu\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi047.sawbiu\n/bin/podman: stderr Error: no such container ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi047.sawbiu\nDeploy daemon haproxy.nfs.foo.smithi047.sawbiu ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi047 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-06T04:27:17Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-06T04:27:55Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-06T04:28:33Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi047 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-06T04:29:10.821054Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi098.xozkhg on smithi098: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-06T04:29:10.822338Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi047.lxpuoc on smithi047: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.47/16"}, "status": {"created": "2023-12-06T04:13:56.330826Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.47/16"}}, {"events": ["2023-12-06T04:13:52.727160Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-06T04:13:52.721318Z", "last_refresh": "2023-12-06T04:30:12.314505Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-06T04:10:09.956661Z", "last_refresh": "2023-12-06T04:30:12.313898Z", "running": 2, "size": 2}}, {"events": ["2023-12-06T04:11:13.238878Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi047:172.21.15.47=smithi047", "smithi098:172.21.15.98=smithi098"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-06T04:11:13.235526Z", "last_refresh": "2023-12-06T04:30:12.314005Z", "running": 2, "size": 2}}, {"events": ["2023-12-06T04:13:56.329598Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-12-06T04:13:56.325813Z", "last_refresh": "2023-12-06T04:30:14.827029Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-06T04:10:14.589128Z", "last_refresh": "2023-12-06T04:30:12.314085Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-06T04:11:43.239438Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-06T04:11:43.235053Z", "last_refresh": "2023-12-06T04:30:12.314182Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-06T04:10:12.030635Z", "last_refresh": "2023-12-06T04:30:14.826592Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-06T04:30:51.057 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-06T04:30:52.059 DEBUG:teuthology.orchestra.run.smithi047:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:d03fca4f35d43f61b4679936aef7bd2f01cced0b shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 2ecad2ea-93ed-11ee-95a2-87774f69a715 -- ceph orch ls -f json 2023-12-06T04:30:52.379 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Dec 06 04:30:52 smithi047 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi047[108212]: audit 2023-12-06T04:30:50.665533+0000 mgr.smithi047.erpxvz (mgr.14182) 1052 : audit [DBG] from='client.15992 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-06T04:30:52.379 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Dec 06 04:30:52 smithi047 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi047[108212]: cluster 2023-12-06T04:30:51.165422+0000 mgr.smithi047.erpxvz (mgr.14182) 1053 : 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-12-06T04:30:52.620 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Dec 06 04:30:52 smithi098 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi098[111615]: audit 2023-12-06T04:30:50.665533+0000 mgr.smithi047.erpxvz (mgr.14182) 1052 : audit [DBG] from='client.15992 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-06T04:30:52.621 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Dec 06 04:30:52 smithi098 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi098[111615]: cluster 2023-12-06T04:30:51.165422+0000 mgr.smithi047.erpxvz (mgr.14182) 1053 : 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-12-06T04:30:53.531 INFO:teuthology.orchestra.run.smithi047.stdout: 2023-12-06T04:30:53.531 INFO:teuthology.orchestra.run.smithi047.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-06T04:10:15.517593Z", "last_refresh": "2023-12-06T04:30:14.826306Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-06T04:10:10.954835Z", "last_refresh": "2023-12-06T04:30:12.313727Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-06T04:10:13.544463Z", "last_refresh": "2023-12-06T04:30:14.826450Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-06T04:24:07.066424Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi047.smeokd on smithi047: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-06T04:26:41.051237Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi098.ysltza on smithi098: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi098-ysltza\n/bin/podman: stderr Error: no such container ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi098-ysltza\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi098.ysltza\n/bin/podman: stderr Error: no such container ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi098.ysltza\nDeploy daemon haproxy.nfs.foo.smithi098.ysltza ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi098 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-06T04:24:48Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-06T04:25:25Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-06T04:26:03Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi098 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-06T04:29:10.819461Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi047.sawbiu on smithi047: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi047-sawbiu\n/bin/podman: stderr Error: no such container ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi047-sawbiu\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi047.sawbiu\n/bin/podman: stderr Error: no such container ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi047.sawbiu\nDeploy daemon haproxy.nfs.foo.smithi047.sawbiu ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi047 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-06T04:27:17Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-06T04:27:55Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-06T04:28:33Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi047 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-06T04:29:10.821054Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi098.xozkhg on smithi098: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-06T04:29:10.822338Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi047.lxpuoc on smithi047: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.47/16"}, "status": {"created": "2023-12-06T04:13:56.330826Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.47/16"}}, {"events": ["2023-12-06T04:13:52.727160Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-06T04:13:52.721318Z", "last_refresh": "2023-12-06T04:30:12.314505Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-06T04:10:09.956661Z", "last_refresh": "2023-12-06T04:30:12.313898Z", "running": 2, "size": 2}}, {"events": ["2023-12-06T04:11:13.238878Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi047:172.21.15.47=smithi047", "smithi098:172.21.15.98=smithi098"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-06T04:11:13.235526Z", "last_refresh": "2023-12-06T04:30:12.314005Z", "running": 2, "size": 2}}, {"events": ["2023-12-06T04:13:56.329598Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-12-06T04:13:56.325813Z", "last_refresh": "2023-12-06T04:30:14.827029Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-06T04:10:14.589128Z", "last_refresh": "2023-12-06T04:30:12.314085Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-06T04:11:43.239438Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-06T04:11:43.235053Z", "last_refresh": "2023-12-06T04:30:12.314182Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-06T04:10:12.030635Z", "last_refresh": "2023-12-06T04:30:14.826592Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-06T04:30:53.932 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-06T04:30:54.620 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Dec 06 04:30:54 smithi098 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi098[111615]: cluster 2023-12-06T04:30:53.166014+0000 mgr.smithi047.erpxvz (mgr.14182) 1054 : cluster [DBG] pgmap v629: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-06T04:30:54.629 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Dec 06 04:30:54 smithi047 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi047[108212]: cluster 2023-12-06T04:30:53.166014+0000 mgr.smithi047.erpxvz (mgr.14182) 1054 : cluster [DBG] pgmap v629: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-06T04:30:54.933 DEBUG:teuthology.orchestra.run.smithi047:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:d03fca4f35d43f61b4679936aef7bd2f01cced0b shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 2ecad2ea-93ed-11ee-95a2-87774f69a715 -- ceph orch ls -f json 2023-12-06T04:30:55.620 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Dec 06 04:30:55 smithi098 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi098[111615]: audit 2023-12-06T04:30:53.526187+0000 mgr.smithi047.erpxvz (mgr.14182) 1055 : audit [DBG] from='client.15996 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-06T04:30:55.629 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Dec 06 04:30:55 smithi047 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi047[108212]: audit 2023-12-06T04:30:53.526187+0000 mgr.smithi047.erpxvz (mgr.14182) 1055 : audit [DBG] from='client.15996 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-06T04:30:56.361 INFO:teuthology.orchestra.run.smithi047.stdout: 2023-12-06T04:30:56.361 INFO:teuthology.orchestra.run.smithi047.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-06T04:10:15.517593Z", "last_refresh": "2023-12-06T04:30:14.826306Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-06T04:10:10.954835Z", "last_refresh": "2023-12-06T04:30:12.313727Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-06T04:10:13.544463Z", "last_refresh": "2023-12-06T04:30:14.826450Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-06T04:24:07.066424Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi047.smeokd on smithi047: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-06T04:26:41.051237Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi098.ysltza on smithi098: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi098-ysltza\n/bin/podman: stderr Error: no such container ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi098-ysltza\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi098.ysltza\n/bin/podman: stderr Error: no such container ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi098.ysltza\nDeploy daemon haproxy.nfs.foo.smithi098.ysltza ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi098 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-06T04:24:48Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-06T04:25:25Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-06T04:26:03Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi098 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-06T04:29:10.819461Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi047.sawbiu on smithi047: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi047-sawbiu\n/bin/podman: stderr Error: no such container ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi047-sawbiu\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi047.sawbiu\n/bin/podman: stderr Error: no such container ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi047.sawbiu\nDeploy daemon haproxy.nfs.foo.smithi047.sawbiu ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi047 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-06T04:27:17Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-06T04:27:55Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-06T04:28:33Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi047 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-06T04:29:10.821054Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi098.xozkhg on smithi098: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-06T04:29:10.822338Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi047.lxpuoc on smithi047: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.47/16"}, "status": {"created": "2023-12-06T04:13:56.330826Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.47/16"}}, {"events": ["2023-12-06T04:13:52.727160Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-06T04:13:52.721318Z", "last_refresh": "2023-12-06T04:30:12.314505Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-06T04:10:09.956661Z", "last_refresh": "2023-12-06T04:30:12.313898Z", "running": 2, "size": 2}}, {"events": ["2023-12-06T04:11:13.238878Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi047:172.21.15.47=smithi047", "smithi098:172.21.15.98=smithi098"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-06T04:11:13.235526Z", "last_refresh": "2023-12-06T04:30:12.314005Z", "running": 2, "size": 2}}, {"events": ["2023-12-06T04:13:56.329598Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-12-06T04:13:56.325813Z", "last_refresh": "2023-12-06T04:30:14.827029Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-06T04:10:14.589128Z", "last_refresh": "2023-12-06T04:30:12.314085Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-06T04:11:43.239438Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-06T04:11:43.235053Z", "last_refresh": "2023-12-06T04:30:12.314182Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-06T04:10:12.030635Z", "last_refresh": "2023-12-06T04:30:14.826592Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-06T04:30:56.619 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Dec 06 04:30:56 smithi047 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi047[108212]: cluster 2023-12-06T04:30:55.166529+0000 mgr.smithi047.erpxvz (mgr.14182) 1056 : 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-12-06T04:30:56.620 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Dec 06 04:30:56 smithi098 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi098[111615]: cluster 2023-12-06T04:30:55.166529+0000 mgr.smithi047.erpxvz (mgr.14182) 1056 : 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-12-06T04:30:56.791 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-06T04:30:57.620 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Dec 06 04:30:57 smithi098 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi098[111615]: audit 2023-12-06T04:30:56.355615+0000 mgr.smithi047.erpxvz (mgr.14182) 1057 : audit [DBG] from='client.16000 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-06T04:30:57.629 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Dec 06 04:30:57 smithi047 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi047[108212]: audit 2023-12-06T04:30:56.355615+0000 mgr.smithi047.erpxvz (mgr.14182) 1057 : audit [DBG] from='client.16000 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-06T04:30:57.792 DEBUG:teuthology.orchestra.run.smithi047:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:d03fca4f35d43f61b4679936aef7bd2f01cced0b shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 2ecad2ea-93ed-11ee-95a2-87774f69a715 -- ceph orch ls -f json 2023-12-06T04:30:58.469 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Dec 06 04:30:58 smithi047 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi047[108212]: cluster 2023-12-06T04:30:57.167316+0000 mgr.smithi047.erpxvz (mgr.14182) 1058 : 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-12-06T04:30:58.620 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Dec 06 04:30:58 smithi098 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi098[111615]: cluster 2023-12-06T04:30:57.167316+0000 mgr.smithi047.erpxvz (mgr.14182) 1058 : 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-12-06T04:30:59.197 INFO:teuthology.orchestra.run.smithi047.stdout: 2023-12-06T04:30:59.197 INFO:teuthology.orchestra.run.smithi047.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-06T04:10:15.517593Z", "last_refresh": "2023-12-06T04:30:14.826306Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-06T04:10:10.954835Z", "last_refresh": "2023-12-06T04:30:12.313727Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-06T04:10:13.544463Z", "last_refresh": "2023-12-06T04:30:14.826450Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-06T04:24:07.066424Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi047.smeokd on smithi047: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-06T04:26:41.051237Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi098.ysltza on smithi098: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi098-ysltza\n/bin/podman: stderr Error: no such container ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi098-ysltza\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi098.ysltza\n/bin/podman: stderr Error: no such container ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi098.ysltza\nDeploy daemon haproxy.nfs.foo.smithi098.ysltza ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi098 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-06T04:24:48Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-06T04:25:25Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-06T04:26:03Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi098 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-06T04:29:10.819461Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi047.sawbiu on smithi047: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi047-sawbiu\n/bin/podman: stderr Error: no such container ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi047-sawbiu\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi047.sawbiu\n/bin/podman: stderr Error: no such container ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi047.sawbiu\nDeploy daemon haproxy.nfs.foo.smithi047.sawbiu ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi047 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-06T04:27:17Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-06T04:27:55Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-06T04:28:33Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi047 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-06T04:29:10.821054Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi098.xozkhg on smithi098: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-06T04:29:10.822338Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi047.lxpuoc on smithi047: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.47/16"}, "status": {"created": "2023-12-06T04:13:56.330826Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.47/16"}}, {"events": ["2023-12-06T04:13:52.727160Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-06T04:13:52.721318Z", "last_refresh": "2023-12-06T04:30:12.314505Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-06T04:10:09.956661Z", "last_refresh": "2023-12-06T04:30:12.313898Z", "running": 2, "size": 2}}, {"events": ["2023-12-06T04:11:13.238878Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi047:172.21.15.47=smithi047", "smithi098:172.21.15.98=smithi098"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-06T04:11:13.235526Z", "last_refresh": "2023-12-06T04:30:12.314005Z", "running": 2, "size": 2}}, {"events": ["2023-12-06T04:13:56.329598Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-12-06T04:13:56.325813Z", "last_refresh": "2023-12-06T04:30:14.827029Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-06T04:10:14.589128Z", "last_refresh": "2023-12-06T04:30:12.314085Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-06T04:11:43.239438Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-06T04:11:43.235053Z", "last_refresh": "2023-12-06T04:30:12.314182Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-06T04:10:12.030635Z", "last_refresh": "2023-12-06T04:30:14.826592Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-06T04:30:59.597 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-06T04:30:59.870 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Dec 06 04:30:59 smithi098 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi098[111615]: cluster 2023-12-06T04:30:59.167755+0000 mgr.smithi047.erpxvz (mgr.14182) 1059 : cluster [DBG] pgmap v632: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-06T04:30:59.870 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Dec 06 04:30:59 smithi098 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi098[111615]: audit 2023-12-06T04:30:59.192335+0000 mgr.smithi047.erpxvz (mgr.14182) 1060 : audit [DBG] from='client.16004 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-06T04:30:59.879 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Dec 06 04:30:59 smithi047 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi047[108212]: cluster 2023-12-06T04:30:59.167755+0000 mgr.smithi047.erpxvz (mgr.14182) 1059 : cluster [DBG] pgmap v632: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-06T04:30:59.879 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Dec 06 04:30:59 smithi047 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi047[108212]: audit 2023-12-06T04:30:59.192335+0000 mgr.smithi047.erpxvz (mgr.14182) 1060 : audit [DBG] from='client.16004 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-06T04:31:00.598 DEBUG:teuthology.orchestra.run.smithi047:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:d03fca4f35d43f61b4679936aef7bd2f01cced0b shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 2ecad2ea-93ed-11ee-95a2-87774f69a715 -- ceph orch ls -f json 2023-12-06T04:31:02.050 INFO:teuthology.orchestra.run.smithi047.stdout: 2023-12-06T04:31:02.050 INFO:teuthology.orchestra.run.smithi047.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-06T04:10:15.517593Z", "last_refresh": "2023-12-06T04:30:14.826306Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-06T04:10:10.954835Z", "last_refresh": "2023-12-06T04:30:12.313727Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-06T04:10:13.544463Z", "last_refresh": "2023-12-06T04:30:14.826450Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-06T04:24:07.066424Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi047.smeokd on smithi047: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-06T04:26:41.051237Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi098.ysltza on smithi098: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi098-ysltza\n/bin/podman: stderr Error: no such container ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi098-ysltza\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi098.ysltza\n/bin/podman: stderr Error: no such container ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi098.ysltza\nDeploy daemon haproxy.nfs.foo.smithi098.ysltza ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi098 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-06T04:24:48Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-06T04:25:25Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-06T04:26:03Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi098 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-06T04:29:10.819461Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi047.sawbiu on smithi047: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi047-sawbiu\n/bin/podman: stderr Error: no such container ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi047-sawbiu\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi047.sawbiu\n/bin/podman: stderr Error: no such container ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi047.sawbiu\nDeploy daemon haproxy.nfs.foo.smithi047.sawbiu ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi047 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-06T04:27:17Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-06T04:27:55Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-06T04:28:33Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi047 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-06T04:29:10.821054Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi098.xozkhg on smithi098: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-06T04:29:10.822338Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi047.lxpuoc on smithi047: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.47/16"}, "status": {"created": "2023-12-06T04:13:56.330826Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.47/16"}}, {"events": ["2023-12-06T04:13:52.727160Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-06T04:13:52.721318Z", "last_refresh": "2023-12-06T04:30:12.314505Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-06T04:10:09.956661Z", "last_refresh": "2023-12-06T04:30:12.313898Z", "running": 2, "size": 2}}, {"events": ["2023-12-06T04:11:13.238878Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi047:172.21.15.47=smithi047", "smithi098:172.21.15.98=smithi098"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-06T04:11:13.235526Z", "last_refresh": "2023-12-06T04:30:12.314005Z", "running": 2, "size": 2}}, {"events": ["2023-12-06T04:13:56.329598Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-12-06T04:13:56.325813Z", "last_refresh": "2023-12-06T04:30:14.827029Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-06T04:10:14.589128Z", "last_refresh": "2023-12-06T04:30:12.314085Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-06T04:11:43.239438Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-06T04:11:43.235053Z", "last_refresh": "2023-12-06T04:30:12.314182Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-06T04:10:12.030635Z", "last_refresh": "2023-12-06T04:30:14.826592Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-06T04:31:02.379 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Dec 06 04:31:02 smithi047 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi047[108212]: cluster 2023-12-06T04:31:01.168386+0000 mgr.smithi047.erpxvz (mgr.14182) 1061 : 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-12-06T04:31:02.457 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-06T04:31:02.620 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Dec 06 04:31:02 smithi098 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi098[111615]: cluster 2023-12-06T04:31:01.168386+0000 mgr.smithi047.erpxvz (mgr.14182) 1061 : 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-12-06T04:31:03.458 DEBUG:teuthology.orchestra.run.smithi047:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:d03fca4f35d43f61b4679936aef7bd2f01cced0b shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 2ecad2ea-93ed-11ee-95a2-87774f69a715 -- ceph orch ls -f json 2023-12-06T04:31:03.494 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Dec 06 04:31:03 smithi047 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi047[108212]: audit 2023-12-06T04:31:02.044975+0000 mgr.smithi047.erpxvz (mgr.14182) 1062 : audit [DBG] from='client.16008 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-06T04:31:03.620 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Dec 06 04:31:03 smithi098 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi098[111615]: audit 2023-12-06T04:31:02.044975+0000 mgr.smithi047.erpxvz (mgr.14182) 1062 : audit [DBG] from='client.16008 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-06T04:31:04.479 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Dec 06 04:31:04 smithi047 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi047[108212]: cluster 2023-12-06T04:31:03.168988+0000 mgr.smithi047.erpxvz (mgr.14182) 1063 : cluster [DBG] pgmap v634: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-06T04:31:04.620 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Dec 06 04:31:04 smithi098 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi098[111615]: cluster 2023-12-06T04:31:03.168988+0000 mgr.smithi047.erpxvz (mgr.14182) 1063 : cluster [DBG] pgmap v634: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-06T04:31:04.899 INFO:teuthology.orchestra.run.smithi047.stdout: 2023-12-06T04:31:04.899 INFO:teuthology.orchestra.run.smithi047.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-06T04:10:15.517593Z", "last_refresh": "2023-12-06T04:30:14.826306Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-06T04:10:10.954835Z", "last_refresh": "2023-12-06T04:30:12.313727Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-06T04:10:13.544463Z", "last_refresh": "2023-12-06T04:30:14.826450Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-06T04:24:07.066424Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi047.smeokd on smithi047: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-06T04:26:41.051237Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi098.ysltza on smithi098: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi098-ysltza\n/bin/podman: stderr Error: no such container ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi098-ysltza\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi098.ysltza\n/bin/podman: stderr Error: no such container ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi098.ysltza\nDeploy daemon haproxy.nfs.foo.smithi098.ysltza ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi098 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-06T04:24:48Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-06T04:25:25Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-06T04:26:03Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi098 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-06T04:29:10.819461Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi047.sawbiu on smithi047: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi047-sawbiu\n/bin/podman: stderr Error: no such container ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi047-sawbiu\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi047.sawbiu\n/bin/podman: stderr Error: no such container ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi047.sawbiu\nDeploy daemon haproxy.nfs.foo.smithi047.sawbiu ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi047 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-06T04:27:17Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-06T04:27:55Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-06T04:28:33Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi047 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-06T04:29:10.821054Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi098.xozkhg on smithi098: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-06T04:29:10.822338Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi047.lxpuoc on smithi047: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.47/16"}, "status": {"created": "2023-12-06T04:13:56.330826Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.47/16"}}, {"events": ["2023-12-06T04:13:52.727160Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-06T04:13:52.721318Z", "last_refresh": "2023-12-06T04:30:12.314505Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-06T04:10:09.956661Z", "last_refresh": "2023-12-06T04:30:12.313898Z", "running": 2, "size": 2}}, {"events": ["2023-12-06T04:11:13.238878Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi047:172.21.15.47=smithi047", "smithi098:172.21.15.98=smithi098"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-06T04:11:13.235526Z", "last_refresh": "2023-12-06T04:30:12.314005Z", "running": 2, "size": 2}}, {"events": ["2023-12-06T04:13:56.329598Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-12-06T04:13:56.325813Z", "last_refresh": "2023-12-06T04:30:14.827029Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-06T04:10:14.589128Z", "last_refresh": "2023-12-06T04:30:12.314085Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-06T04:11:43.239438Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-06T04:11:43.235053Z", "last_refresh": "2023-12-06T04:30:12.314182Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-06T04:10:12.030635Z", "last_refresh": "2023-12-06T04:30:14.826592Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-06T04:31:05.297 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-06T04:31:06.299 DEBUG:teuthology.orchestra.run.smithi047:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:d03fca4f35d43f61b4679936aef7bd2f01cced0b shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 2ecad2ea-93ed-11ee-95a2-87774f69a715 -- ceph orch ls -f json 2023-12-06T04:31:06.620 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Dec 06 04:31:06 smithi098 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi098[111615]: audit 2023-12-06T04:31:04.894374+0000 mgr.smithi047.erpxvz (mgr.14182) 1064 : audit [DBG] from='client.16012 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-06T04:31:06.620 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Dec 06 04:31:06 smithi098 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi098[111615]: cluster 2023-12-06T04:31:05.169865+0000 mgr.smithi047.erpxvz (mgr.14182) 1065 : 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-12-06T04:31:06.629 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Dec 06 04:31:06 smithi047 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi047[108212]: audit 2023-12-06T04:31:04.894374+0000 mgr.smithi047.erpxvz (mgr.14182) 1064 : audit [DBG] from='client.16012 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-06T04:31:06.629 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Dec 06 04:31:06 smithi047 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi047[108212]: cluster 2023-12-06T04:31:05.169865+0000 mgr.smithi047.erpxvz (mgr.14182) 1065 : 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-12-06T04:31:07.708 INFO:teuthology.orchestra.run.smithi047.stdout: 2023-12-06T04:31:07.708 INFO:teuthology.orchestra.run.smithi047.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-06T04:10:15.517593Z", "last_refresh": "2023-12-06T04:30:14.826306Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-06T04:10:10.954835Z", "last_refresh": "2023-12-06T04:30:12.313727Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-06T04:10:13.544463Z", "last_refresh": "2023-12-06T04:30:14.826450Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-06T04:24:07.066424Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi047.smeokd on smithi047: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-06T04:26:41.051237Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi098.ysltza on smithi098: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi098-ysltza\n/bin/podman: stderr Error: no such container ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi098-ysltza\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi098.ysltza\n/bin/podman: stderr Error: no such container ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi098.ysltza\nDeploy daemon haproxy.nfs.foo.smithi098.ysltza ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi098 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-06T04:24:48Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-06T04:25:25Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-06T04:26:03Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi098 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-06T04:29:10.819461Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi047.sawbiu on smithi047: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi047-sawbiu\n/bin/podman: stderr Error: no such container ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi047-sawbiu\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi047.sawbiu\n/bin/podman: stderr Error: no such container ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi047.sawbiu\nDeploy daemon haproxy.nfs.foo.smithi047.sawbiu ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi047 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-06T04:27:17Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-06T04:27:55Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-06T04:28:33Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi047 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-06T04:29:10.821054Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi098.xozkhg on smithi098: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-06T04:29:10.822338Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi047.lxpuoc on smithi047: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.47/16"}, "status": {"created": "2023-12-06T04:13:56.330826Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.47/16"}}, {"events": ["2023-12-06T04:13:52.727160Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-06T04:13:52.721318Z", "last_refresh": "2023-12-06T04:30:12.314505Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-06T04:10:09.956661Z", "last_refresh": "2023-12-06T04:30:12.313898Z", "running": 2, "size": 2}}, {"events": ["2023-12-06T04:11:13.238878Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi047:172.21.15.47=smithi047", "smithi098:172.21.15.98=smithi098"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-06T04:11:13.235526Z", "last_refresh": "2023-12-06T04:30:12.314005Z", "running": 2, "size": 2}}, {"events": ["2023-12-06T04:13:56.329598Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-12-06T04:13:56.325813Z", "last_refresh": "2023-12-06T04:30:14.827029Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-06T04:10:14.589128Z", "last_refresh": "2023-12-06T04:30:12.314085Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-06T04:11:43.239438Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-06T04:11:43.235053Z", "last_refresh": "2023-12-06T04:30:12.314182Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-06T04:10:12.030635Z", "last_refresh": "2023-12-06T04:30:14.826592Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-06T04:31:08.096 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-06T04:31:08.379 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Dec 06 04:31:08 smithi047 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi047[108212]: cluster 2023-12-06T04:31:07.170485+0000 mgr.smithi047.erpxvz (mgr.14182) 1066 : 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-12-06T04:31:08.620 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Dec 06 04:31:08 smithi098 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi098[111615]: cluster 2023-12-06T04:31:07.170485+0000 mgr.smithi047.erpxvz (mgr.14182) 1066 : 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-12-06T04:31:09.097 DEBUG:teuthology.orchestra.run.smithi047:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:d03fca4f35d43f61b4679936aef7bd2f01cced0b shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 2ecad2ea-93ed-11ee-95a2-87774f69a715 -- ceph orch ls -f json 2023-12-06T04:31:09.441 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Dec 06 04:31:09 smithi047 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi047[108212]: audit 2023-12-06T04:31:07.703520+0000 mgr.smithi047.erpxvz (mgr.14182) 1067 : audit [DBG] from='client.16016 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-06T04:31:09.620 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Dec 06 04:31:09 smithi098 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi098[111615]: audit 2023-12-06T04:31:07.703520+0000 mgr.smithi047.erpxvz (mgr.14182) 1067 : audit [DBG] from='client.16016 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-06T04:31:10.620 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Dec 06 04:31:10 smithi098 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi098[111615]: cluster 2023-12-06T04:31:09.170976+0000 mgr.smithi047.erpxvz (mgr.14182) 1068 : cluster [DBG] pgmap v637: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-06T04:31:10.629 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Dec 06 04:31:10 smithi047 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi047[108212]: cluster 2023-12-06T04:31:09.170976+0000 mgr.smithi047.erpxvz (mgr.14182) 1068 : cluster [DBG] pgmap v637: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-06T04:31:10.642 INFO:teuthology.orchestra.run.smithi047.stdout: 2023-12-06T04:31:10.643 INFO:teuthology.orchestra.run.smithi047.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-06T04:10:15.517593Z", "last_refresh": "2023-12-06T04:30:14.826306Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-06T04:10:10.954835Z", "last_refresh": "2023-12-06T04:30:12.313727Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-06T04:10:13.544463Z", "last_refresh": "2023-12-06T04:30:14.826450Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-06T04:24:07.066424Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi047.smeokd on smithi047: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-06T04:26:41.051237Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi098.ysltza on smithi098: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi098-ysltza\n/bin/podman: stderr Error: no such container ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi098-ysltza\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi098.ysltza\n/bin/podman: stderr Error: no such container ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi098.ysltza\nDeploy daemon haproxy.nfs.foo.smithi098.ysltza ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi098 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-06T04:24:48Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-06T04:25:25Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-06T04:26:03Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi098 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-06T04:29:10.819461Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi047.sawbiu on smithi047: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi047-sawbiu\n/bin/podman: stderr Error: no such container ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi047-sawbiu\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi047.sawbiu\n/bin/podman: stderr Error: no such container ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi047.sawbiu\nDeploy daemon haproxy.nfs.foo.smithi047.sawbiu ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi047 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-06T04:27:17Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-06T04:27:55Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-06T04:28:33Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi047 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-06T04:29:10.821054Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi098.xozkhg on smithi098: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-06T04:29:10.822338Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi047.lxpuoc on smithi047: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.47/16"}, "status": {"created": "2023-12-06T04:13:56.330826Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.47/16"}}, {"events": ["2023-12-06T04:13:52.727160Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-06T04:13:52.721318Z", "last_refresh": "2023-12-06T04:30:12.314505Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-06T04:10:09.956661Z", "last_refresh": "2023-12-06T04:30:12.313898Z", "running": 2, "size": 2}}, {"events": ["2023-12-06T04:11:13.238878Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi047:172.21.15.47=smithi047", "smithi098:172.21.15.98=smithi098"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-06T04:11:13.235526Z", "last_refresh": "2023-12-06T04:30:12.314005Z", "running": 2, "size": 2}}, {"events": ["2023-12-06T04:13:56.329598Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-12-06T04:13:56.325813Z", "last_refresh": "2023-12-06T04:30:14.827029Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-06T04:10:14.589128Z", "last_refresh": "2023-12-06T04:30:12.314085Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-06T04:11:43.239438Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-06T04:11:43.235053Z", "last_refresh": "2023-12-06T04:30:12.314182Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-06T04:10:12.030635Z", "last_refresh": "2023-12-06T04:30:14.826592Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-06T04:31:11.021 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-06T04:31:12.022 DEBUG:teuthology.orchestra.run.smithi047:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:d03fca4f35d43f61b4679936aef7bd2f01cced0b shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 2ecad2ea-93ed-11ee-95a2-87774f69a715 -- ceph orch ls -f json 2023-12-06T04:31:12.373 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Dec 06 04:31:12 smithi047 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi047[108212]: audit 2023-12-06T04:31:10.636976+0000 mgr.smithi047.erpxvz (mgr.14182) 1069 : audit [DBG] from='client.16020 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-06T04:31:12.373 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Dec 06 04:31:12 smithi047 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi047[108212]: cluster 2023-12-06T04:31:11.171522+0000 mgr.smithi047.erpxvz (mgr.14182) 1070 : 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-12-06T04:31:12.620 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Dec 06 04:31:12 smithi098 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi098[111615]: audit 2023-12-06T04:31:10.636976+0000 mgr.smithi047.erpxvz (mgr.14182) 1069 : audit [DBG] from='client.16020 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-06T04:31:12.620 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Dec 06 04:31:12 smithi098 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi098[111615]: cluster 2023-12-06T04:31:11.171522+0000 mgr.smithi047.erpxvz (mgr.14182) 1070 : 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-12-06T04:31:13.513 INFO:teuthology.orchestra.run.smithi047.stdout: 2023-12-06T04:31:13.513 INFO:teuthology.orchestra.run.smithi047.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-06T04:10:15.517593Z", "last_refresh": "2023-12-06T04:30:14.826306Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-06T04:10:10.954835Z", "last_refresh": "2023-12-06T04:30:12.313727Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-06T04:10:13.544463Z", "last_refresh": "2023-12-06T04:30:14.826450Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-06T04:24:07.066424Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi047.smeokd on smithi047: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-06T04:26:41.051237Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi098.ysltza on smithi098: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi098-ysltza\n/bin/podman: stderr Error: no such container ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi098-ysltza\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi098.ysltza\n/bin/podman: stderr Error: no such container ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi098.ysltza\nDeploy daemon haproxy.nfs.foo.smithi098.ysltza ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi098 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-06T04:24:48Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-06T04:25:25Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-06T04:26:03Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi098 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-06T04:29:10.819461Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi047.sawbiu on smithi047: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi047-sawbiu\n/bin/podman: stderr Error: no such container ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi047-sawbiu\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi047.sawbiu\n/bin/podman: stderr Error: no such container ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi047.sawbiu\nDeploy daemon haproxy.nfs.foo.smithi047.sawbiu ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi047 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-06T04:27:17Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-06T04:27:55Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-06T04:28:33Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi047 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-06T04:29:10.821054Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi098.xozkhg on smithi098: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-06T04:29:10.822338Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi047.lxpuoc on smithi047: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.47/16"}, "status": {"created": "2023-12-06T04:13:56.330826Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.47/16"}}, {"events": ["2023-12-06T04:13:52.727160Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-06T04:13:52.721318Z", "last_refresh": "2023-12-06T04:30:12.314505Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-06T04:10:09.956661Z", "last_refresh": "2023-12-06T04:30:12.313898Z", "running": 2, "size": 2}}, {"events": ["2023-12-06T04:11:13.238878Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi047:172.21.15.47=smithi047", "smithi098:172.21.15.98=smithi098"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-06T04:11:13.235526Z", "last_refresh": "2023-12-06T04:30:12.314005Z", "running": 2, "size": 2}}, {"events": ["2023-12-06T04:13:56.329598Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-12-06T04:13:56.325813Z", "last_refresh": "2023-12-06T04:30:14.827029Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-06T04:10:14.589128Z", "last_refresh": "2023-12-06T04:30:12.314085Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-06T04:11:43.239438Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-06T04:11:43.235053Z", "last_refresh": "2023-12-06T04:30:12.314182Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-06T04:10:12.030635Z", "last_refresh": "2023-12-06T04:30:14.826592Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-06T04:31:13.905 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-06T04:31:14.620 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Dec 06 04:31:14 smithi098 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi098[111615]: cluster 2023-12-06T04:31:13.172099+0000 mgr.smithi047.erpxvz (mgr.14182) 1071 : cluster [DBG] pgmap v639: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-06T04:31:14.629 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Dec 06 04:31:14 smithi047 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi047[108212]: cluster 2023-12-06T04:31:13.172099+0000 mgr.smithi047.erpxvz (mgr.14182) 1071 : cluster [DBG] pgmap v639: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-06T04:31:14.906 DEBUG:teuthology.orchestra.run.smithi047:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:d03fca4f35d43f61b4679936aef7bd2f01cced0b shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 2ecad2ea-93ed-11ee-95a2-87774f69a715 -- ceph orch ls -f json 2023-12-06T04:31:15.620 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Dec 06 04:31:15 smithi098 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi098[111615]: audit 2023-12-06T04:31:13.508395+0000 mgr.smithi047.erpxvz (mgr.14182) 1072 : audit [DBG] from='client.16024 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-06T04:31:15.629 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Dec 06 04:31:15 smithi047 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi047[108212]: audit 2023-12-06T04:31:13.508395+0000 mgr.smithi047.erpxvz (mgr.14182) 1072 : audit [DBG] from='client.16024 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-06T04:31:16.371 INFO:teuthology.orchestra.run.smithi047.stdout: 2023-12-06T04:31:16.372 INFO:teuthology.orchestra.run.smithi047.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-06T04:10:15.517593Z", "last_refresh": "2023-12-06T04:30:14.826306Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-06T04:10:10.954835Z", "last_refresh": "2023-12-06T04:30:12.313727Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-06T04:10:13.544463Z", "last_refresh": "2023-12-06T04:30:14.826450Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-06T04:24:07.066424Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi047.smeokd on smithi047: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-06T04:26:41.051237Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi098.ysltza on smithi098: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi098-ysltza\n/bin/podman: stderr Error: no such container ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi098-ysltza\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi098.ysltza\n/bin/podman: stderr Error: no such container ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi098.ysltza\nDeploy daemon haproxy.nfs.foo.smithi098.ysltza ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi098 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-06T04:24:48Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-06T04:25:25Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-06T04:26:03Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi098 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-06T04:29:10.819461Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi047.sawbiu on smithi047: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi047-sawbiu\n/bin/podman: stderr Error: no such container ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi047-sawbiu\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi047.sawbiu\n/bin/podman: stderr Error: no such container ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi047.sawbiu\nDeploy daemon haproxy.nfs.foo.smithi047.sawbiu ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi047 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-06T04:27:17Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-06T04:27:55Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-06T04:28:33Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi047 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-06T04:29:10.821054Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi098.xozkhg on smithi098: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-06T04:29:10.822338Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi047.lxpuoc on smithi047: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.47/16"}, "status": {"created": "2023-12-06T04:13:56.330826Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.47/16"}}, {"events": ["2023-12-06T04:13:52.727160Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-06T04:13:52.721318Z", "last_refresh": "2023-12-06T04:30:12.314505Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-06T04:10:09.956661Z", "last_refresh": "2023-12-06T04:30:12.313898Z", "running": 2, "size": 2}}, {"events": ["2023-12-06T04:11:13.238878Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi047:172.21.15.47=smithi047", "smithi098:172.21.15.98=smithi098"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-06T04:11:13.235526Z", "last_refresh": "2023-12-06T04:30:12.314005Z", "running": 2, "size": 2}}, {"events": ["2023-12-06T04:13:56.329598Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-12-06T04:13:56.325813Z", "last_refresh": "2023-12-06T04:30:14.827029Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-06T04:10:14.589128Z", "last_refresh": "2023-12-06T04:30:12.314085Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-06T04:11:43.239438Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-06T04:11:43.235053Z", "last_refresh": "2023-12-06T04:30:12.314182Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-06T04:10:12.030635Z", "last_refresh": "2023-12-06T04:30:14.826592Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-06T04:31:16.566 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Dec 06 04:31:16 smithi047 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi047[108212]: cluster 2023-12-06T04:31:15.172576+0000 mgr.smithi047.erpxvz (mgr.14182) 1073 : 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-12-06T04:31:16.620 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Dec 06 04:31:16 smithi098 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi098[111615]: cluster 2023-12-06T04:31:15.172576+0000 mgr.smithi047.erpxvz (mgr.14182) 1073 : 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-12-06T04:31:16.786 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-06T04:31:17.620 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Dec 06 04:31:17 smithi098 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi098[111615]: audit 2023-12-06T04:31:16.366745+0000 mgr.smithi047.erpxvz (mgr.14182) 1074 : audit [DBG] from='client.16028 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-06T04:31:17.629 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Dec 06 04:31:17 smithi047 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi047[108212]: audit 2023-12-06T04:31:16.366745+0000 mgr.smithi047.erpxvz (mgr.14182) 1074 : audit [DBG] from='client.16028 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-06T04:31:17.787 DEBUG:teuthology.orchestra.run.smithi047:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:d03fca4f35d43f61b4679936aef7bd2f01cced0b shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 2ecad2ea-93ed-11ee-95a2-87774f69a715 -- ceph orch ls -f json 2023-12-06T04:31:18.524 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Dec 06 04:31:18 smithi047 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi047[108212]: cluster 2023-12-06T04:31:17.173288+0000 mgr.smithi047.erpxvz (mgr.14182) 1075 : 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-12-06T04:31:18.620 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Dec 06 04:31:18 smithi098 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi098[111615]: cluster 2023-12-06T04:31:17.173288+0000 mgr.smithi047.erpxvz (mgr.14182) 1075 : 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-12-06T04:31:19.283 INFO:teuthology.orchestra.run.smithi047.stdout: 2023-12-06T04:31:19.283 INFO:teuthology.orchestra.run.smithi047.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-06T04:10:15.517593Z", "last_refresh": "2023-12-06T04:30:14.826306Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-06T04:10:10.954835Z", "last_refresh": "2023-12-06T04:30:12.313727Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-06T04:10:13.544463Z", "last_refresh": "2023-12-06T04:30:14.826450Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-06T04:24:07.066424Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi047.smeokd on smithi047: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-06T04:26:41.051237Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi098.ysltza on smithi098: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi098-ysltza\n/bin/podman: stderr Error: no such container ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi098-ysltza\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi098.ysltza\n/bin/podman: stderr Error: no such container ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi098.ysltza\nDeploy daemon haproxy.nfs.foo.smithi098.ysltza ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi098 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-06T04:24:48Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-06T04:25:25Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-06T04:26:03Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi098 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-06T04:29:10.819461Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi047.sawbiu on smithi047: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi047-sawbiu\n/bin/podman: stderr Error: no such container ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi047-sawbiu\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi047.sawbiu\n/bin/podman: stderr Error: no such container ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi047.sawbiu\nDeploy daemon haproxy.nfs.foo.smithi047.sawbiu ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi047 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-06T04:27:17Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-06T04:27:55Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-06T04:28:33Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi047 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-06T04:29:10.821054Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi098.xozkhg on smithi098: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-06T04:29:10.822338Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi047.lxpuoc on smithi047: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.47/16"}, "status": {"created": "2023-12-06T04:13:56.330826Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.47/16"}}, {"events": ["2023-12-06T04:13:52.727160Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-06T04:13:52.721318Z", "last_refresh": "2023-12-06T04:30:12.314505Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-06T04:10:09.956661Z", "last_refresh": "2023-12-06T04:30:12.313898Z", "running": 2, "size": 2}}, {"events": ["2023-12-06T04:11:13.238878Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi047:172.21.15.47=smithi047", "smithi098:172.21.15.98=smithi098"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-06T04:11:13.235526Z", "last_refresh": "2023-12-06T04:30:12.314005Z", "running": 2, "size": 2}}, {"events": ["2023-12-06T04:13:56.329598Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-12-06T04:13:56.325813Z", "last_refresh": "2023-12-06T04:30:14.827029Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-06T04:10:14.589128Z", "last_refresh": "2023-12-06T04:30:12.314085Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-06T04:11:43.239438Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-06T04:11:43.235053Z", "last_refresh": "2023-12-06T04:30:12.314182Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-06T04:10:12.030635Z", "last_refresh": "2023-12-06T04:30:14.826592Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-06T04:31:19.587 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Dec 06 04:31:19 smithi047 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi047[108212]: cluster 2023-12-06T04:31:19.173718+0000 mgr.smithi047.erpxvz (mgr.14182) 1076 : cluster [DBG] pgmap v642: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-06T04:31:19.587 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Dec 06 04:31:19 smithi047 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi047[108212]: audit 2023-12-06T04:31:19.278766+0000 mgr.smithi047.erpxvz (mgr.14182) 1077 : audit [DBG] from='client.16032 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-06T04:31:19.671 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-06T04:31:19.870 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Dec 06 04:31:19 smithi098 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi098[111615]: cluster 2023-12-06T04:31:19.173718+0000 mgr.smithi047.erpxvz (mgr.14182) 1076 : cluster [DBG] pgmap v642: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-06T04:31:19.870 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Dec 06 04:31:19 smithi098 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi098[111615]: audit 2023-12-06T04:31:19.278766+0000 mgr.smithi047.erpxvz (mgr.14182) 1077 : audit [DBG] from='client.16032 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-06T04:31:20.672 DEBUG:teuthology.orchestra.run.smithi047:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:d03fca4f35d43f61b4679936aef7bd2f01cced0b shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 2ecad2ea-93ed-11ee-95a2-87774f69a715 -- ceph orch ls -f json 2023-12-06T04:31:22.117 INFO:teuthology.orchestra.run.smithi047.stdout: 2023-12-06T04:31:22.118 INFO:teuthology.orchestra.run.smithi047.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-06T04:10:15.517593Z", "last_refresh": "2023-12-06T04:30:14.826306Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-06T04:10:10.954835Z", "last_refresh": "2023-12-06T04:30:12.313727Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-06T04:10:13.544463Z", "last_refresh": "2023-12-06T04:30:14.826450Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-06T04:24:07.066424Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi047.smeokd on smithi047: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-06T04:26:41.051237Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi098.ysltza on smithi098: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi098-ysltza\n/bin/podman: stderr Error: no such container ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi098-ysltza\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi098.ysltza\n/bin/podman: stderr Error: no such container ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi098.ysltza\nDeploy daemon haproxy.nfs.foo.smithi098.ysltza ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi098 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-06T04:24:48Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-06T04:25:25Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-06T04:26:03Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi098 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-06T04:29:10.819461Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi047.sawbiu on smithi047: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi047-sawbiu\n/bin/podman: stderr Error: no such container ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi047-sawbiu\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi047.sawbiu\n/bin/podman: stderr Error: no such container ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi047.sawbiu\nDeploy daemon haproxy.nfs.foo.smithi047.sawbiu ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi047 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-06T04:27:17Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-06T04:27:55Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-06T04:28:33Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi047 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-06T04:29:10.821054Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi098.xozkhg on smithi098: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-06T04:29:10.822338Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi047.lxpuoc on smithi047: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.47/16"}, "status": {"created": "2023-12-06T04:13:56.330826Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.47/16"}}, {"events": ["2023-12-06T04:13:52.727160Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-06T04:13:52.721318Z", "last_refresh": "2023-12-06T04:30:12.314505Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-06T04:10:09.956661Z", "last_refresh": "2023-12-06T04:30:12.313898Z", "running": 2, "size": 2}}, {"events": ["2023-12-06T04:11:13.238878Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi047:172.21.15.47=smithi047", "smithi098:172.21.15.98=smithi098"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-06T04:11:13.235526Z", "last_refresh": "2023-12-06T04:30:12.314005Z", "running": 2, "size": 2}}, {"events": ["2023-12-06T04:13:56.329598Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-12-06T04:13:56.325813Z", "last_refresh": "2023-12-06T04:30:14.827029Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-06T04:10:14.589128Z", "last_refresh": "2023-12-06T04:30:12.314085Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-06T04:11:43.239438Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-06T04:11:43.235053Z", "last_refresh": "2023-12-06T04:30:12.314182Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-06T04:10:12.030635Z", "last_refresh": "2023-12-06T04:30:14.826592Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-06T04:31:22.436 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Dec 06 04:31:22 smithi047 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi047[108212]: cluster 2023-12-06T04:31:21.174223+0000 mgr.smithi047.erpxvz (mgr.14182) 1078 : 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-12-06T04:31:22.503 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-06T04:31:22.620 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Dec 06 04:31:22 smithi098 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi098[111615]: cluster 2023-12-06T04:31:21.174223+0000 mgr.smithi047.erpxvz (mgr.14182) 1078 : 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-12-06T04:31:23.504 DEBUG:teuthology.orchestra.run.smithi047:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:d03fca4f35d43f61b4679936aef7bd2f01cced0b shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 2ecad2ea-93ed-11ee-95a2-87774f69a715 -- ceph orch ls -f json 2023-12-06T04:31:23.541 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Dec 06 04:31:23 smithi047 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi047[108212]: audit 2023-12-06T04:31:22.112791+0000 mgr.smithi047.erpxvz (mgr.14182) 1079 : audit [DBG] from='client.16036 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-06T04:31:23.620 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Dec 06 04:31:23 smithi098 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi098[111615]: audit 2023-12-06T04:31:22.112791+0000 mgr.smithi047.erpxvz (mgr.14182) 1079 : audit [DBG] from='client.16036 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-06T04:31:24.516 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Dec 06 04:31:24 smithi047 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi047[108212]: cluster 2023-12-06T04:31:23.174772+0000 mgr.smithi047.erpxvz (mgr.14182) 1080 : cluster [DBG] pgmap v644: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-06T04:31:24.620 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Dec 06 04:31:24 smithi098 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi098[111615]: cluster 2023-12-06T04:31:23.174772+0000 mgr.smithi047.erpxvz (mgr.14182) 1080 : cluster [DBG] pgmap v644: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-06T04:31:24.904 INFO:teuthology.orchestra.run.smithi047.stdout: 2023-12-06T04:31:24.904 INFO:teuthology.orchestra.run.smithi047.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-06T04:10:15.517593Z", "last_refresh": "2023-12-06T04:30:14.826306Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-06T04:10:10.954835Z", "last_refresh": "2023-12-06T04:30:12.313727Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-06T04:10:13.544463Z", "last_refresh": "2023-12-06T04:30:14.826450Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-06T04:24:07.066424Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi047.smeokd on smithi047: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-06T04:26:41.051237Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi098.ysltza on smithi098: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi098-ysltza\n/bin/podman: stderr Error: no such container ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi098-ysltza\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi098.ysltza\n/bin/podman: stderr Error: no such container ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi098.ysltza\nDeploy daemon haproxy.nfs.foo.smithi098.ysltza ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi098 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-06T04:24:48Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-06T04:25:25Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-06T04:26:03Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi098 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-06T04:29:10.819461Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi047.sawbiu on smithi047: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi047-sawbiu\n/bin/podman: stderr Error: no such container ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi047-sawbiu\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi047.sawbiu\n/bin/podman: stderr Error: no such container ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi047.sawbiu\nDeploy daemon haproxy.nfs.foo.smithi047.sawbiu ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi047 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-06T04:27:17Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-06T04:27:55Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-06T04:28:33Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi047 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-06T04:29:10.821054Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi098.xozkhg on smithi098: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-06T04:29:10.822338Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi047.lxpuoc on smithi047: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.47/16"}, "status": {"created": "2023-12-06T04:13:56.330826Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.47/16"}}, {"events": ["2023-12-06T04:13:52.727160Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-06T04:13:52.721318Z", "last_refresh": "2023-12-06T04:30:12.314505Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-06T04:10:09.956661Z", "last_refresh": "2023-12-06T04:30:12.313898Z", "running": 2, "size": 2}}, {"events": ["2023-12-06T04:11:13.238878Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi047:172.21.15.47=smithi047", "smithi098:172.21.15.98=smithi098"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-06T04:11:13.235526Z", "last_refresh": "2023-12-06T04:30:12.314005Z", "running": 2, "size": 2}}, {"events": ["2023-12-06T04:13:56.329598Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-12-06T04:13:56.325813Z", "last_refresh": "2023-12-06T04:30:14.827029Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-06T04:10:14.589128Z", "last_refresh": "2023-12-06T04:30:12.314085Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-06T04:11:43.239438Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-06T04:11:43.235053Z", "last_refresh": "2023-12-06T04:30:12.314182Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-06T04:10:12.030635Z", "last_refresh": "2023-12-06T04:30:14.826592Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-06T04:31:25.296 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-06T04:31:26.297 DEBUG:teuthology.orchestra.run.smithi047:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:d03fca4f35d43f61b4679936aef7bd2f01cced0b shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 2ecad2ea-93ed-11ee-95a2-87774f69a715 -- ceph orch ls -f json 2023-12-06T04:31:26.620 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Dec 06 04:31:26 smithi098 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi098[111615]: audit 2023-12-06T04:31:24.899147+0000 mgr.smithi047.erpxvz (mgr.14182) 1081 : audit [DBG] from='client.16040 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-06T04:31:26.620 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Dec 06 04:31:26 smithi098 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi098[111615]: cluster 2023-12-06T04:31:25.175543+0000 mgr.smithi047.erpxvz (mgr.14182) 1082 : 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-12-06T04:31:26.629 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Dec 06 04:31:26 smithi047 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi047[108212]: audit 2023-12-06T04:31:24.899147+0000 mgr.smithi047.erpxvz (mgr.14182) 1081 : audit [DBG] from='client.16040 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-06T04:31:26.629 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Dec 06 04:31:26 smithi047 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi047[108212]: cluster 2023-12-06T04:31:25.175543+0000 mgr.smithi047.erpxvz (mgr.14182) 1082 : 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-12-06T04:31:27.763 INFO:teuthology.orchestra.run.smithi047.stdout: 2023-12-06T04:31:27.763 INFO:teuthology.orchestra.run.smithi047.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-06T04:10:15.517593Z", "last_refresh": "2023-12-06T04:30:14.826306Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-06T04:10:10.954835Z", "last_refresh": "2023-12-06T04:30:12.313727Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-06T04:10:13.544463Z", "last_refresh": "2023-12-06T04:30:14.826450Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-06T04:24:07.066424Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi047.smeokd on smithi047: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-06T04:26:41.051237Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi098.ysltza on smithi098: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi098-ysltza\n/bin/podman: stderr Error: no such container ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi098-ysltza\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi098.ysltza\n/bin/podman: stderr Error: no such container ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi098.ysltza\nDeploy daemon haproxy.nfs.foo.smithi098.ysltza ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi098 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-06T04:24:48Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-06T04:25:25Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-06T04:26:03Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi098 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-06T04:29:10.819461Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi047.sawbiu on smithi047: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi047-sawbiu\n/bin/podman: stderr Error: no such container ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi047-sawbiu\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi047.sawbiu\n/bin/podman: stderr Error: no such container ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi047.sawbiu\nDeploy daemon haproxy.nfs.foo.smithi047.sawbiu ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi047 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-06T04:27:17Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-06T04:27:55Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-06T04:28:33Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi047 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-06T04:29:10.821054Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi098.xozkhg on smithi098: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-06T04:29:10.822338Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi047.lxpuoc on smithi047: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.47/16"}, "status": {"created": "2023-12-06T04:13:56.330826Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.47/16"}}, {"events": ["2023-12-06T04:13:52.727160Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-06T04:13:52.721318Z", "last_refresh": "2023-12-06T04:30:12.314505Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-06T04:10:09.956661Z", "last_refresh": "2023-12-06T04:30:12.313898Z", "running": 2, "size": 2}}, {"events": ["2023-12-06T04:11:13.238878Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi047:172.21.15.47=smithi047", "smithi098:172.21.15.98=smithi098"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-06T04:11:13.235526Z", "last_refresh": "2023-12-06T04:30:12.314005Z", "running": 2, "size": 2}}, {"events": ["2023-12-06T04:13:56.329598Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-12-06T04:13:56.325813Z", "last_refresh": "2023-12-06T04:30:14.827029Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-06T04:10:14.589128Z", "last_refresh": "2023-12-06T04:30:12.314085Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-06T04:11:43.239438Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-06T04:11:43.235053Z", "last_refresh": "2023-12-06T04:30:12.314182Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-06T04:10:12.030635Z", "last_refresh": "2023-12-06T04:30:14.826592Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-06T04:31:28.152 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-06T04:31:28.379 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Dec 06 04:31:28 smithi047 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi047[108212]: cluster 2023-12-06T04:31:27.176167+0000 mgr.smithi047.erpxvz (mgr.14182) 1083 : 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-12-06T04:31:28.620 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Dec 06 04:31:28 smithi098 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi098[111615]: cluster 2023-12-06T04:31:27.176167+0000 mgr.smithi047.erpxvz (mgr.14182) 1083 : 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-12-06T04:31:29.153 DEBUG:teuthology.orchestra.run.smithi047:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:d03fca4f35d43f61b4679936aef7bd2f01cced0b shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 2ecad2ea-93ed-11ee-95a2-87774f69a715 -- ceph orch ls -f json 2023-12-06T04:31:29.506 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Dec 06 04:31:29 smithi047 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi047[108212]: audit 2023-12-06T04:31:27.758550+0000 mgr.smithi047.erpxvz (mgr.14182) 1084 : audit [DBG] from='client.16044 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-06T04:31:29.620 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Dec 06 04:31:29 smithi098 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi098[111615]: audit 2023-12-06T04:31:27.758550+0000 mgr.smithi047.erpxvz (mgr.14182) 1084 : audit [DBG] from='client.16044 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-06T04:31:30.618 INFO:teuthology.orchestra.run.smithi047.stdout: 2023-12-06T04:31:30.618 INFO:teuthology.orchestra.run.smithi047.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-06T04:10:15.517593Z", "last_refresh": "2023-12-06T04:30:14.826306Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-06T04:10:10.954835Z", "last_refresh": "2023-12-06T04:30:12.313727Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-06T04:10:13.544463Z", "last_refresh": "2023-12-06T04:30:14.826450Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-06T04:24:07.066424Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi047.smeokd on smithi047: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-06T04:26:41.051237Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi098.ysltza on smithi098: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi098-ysltza\n/bin/podman: stderr Error: no such container ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi098-ysltza\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi098.ysltza\n/bin/podman: stderr Error: no such container ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi098.ysltza\nDeploy daemon haproxy.nfs.foo.smithi098.ysltza ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi098 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-06T04:24:48Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-06T04:25:25Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-06T04:26:03Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi098 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-06T04:29:10.819461Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi047.sawbiu on smithi047: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi047-sawbiu\n/bin/podman: stderr Error: no such container ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi047-sawbiu\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi047.sawbiu\n/bin/podman: stderr Error: no such container ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi047.sawbiu\nDeploy daemon haproxy.nfs.foo.smithi047.sawbiu ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi047 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-06T04:27:17Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-06T04:27:55Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-06T04:28:33Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi047 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-06T04:29:10.821054Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi098.xozkhg on smithi098: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-06T04:29:10.822338Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi047.lxpuoc on smithi047: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.47/16"}, "status": {"created": "2023-12-06T04:13:56.330826Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.47/16"}}, {"events": ["2023-12-06T04:13:52.727160Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-06T04:13:52.721318Z", "last_refresh": "2023-12-06T04:30:12.314505Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-06T04:10:09.956661Z", "last_refresh": "2023-12-06T04:30:12.313898Z", "running": 2, "size": 2}}, {"events": ["2023-12-06T04:11:13.238878Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi047:172.21.15.47=smithi047", "smithi098:172.21.15.98=smithi098"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-06T04:11:13.235526Z", "last_refresh": "2023-12-06T04:30:12.314005Z", "running": 2, "size": 2}}, {"events": ["2023-12-06T04:13:56.329598Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-12-06T04:13:56.325813Z", "last_refresh": "2023-12-06T04:30:14.827029Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-06T04:10:14.589128Z", "last_refresh": "2023-12-06T04:30:12.314085Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-06T04:11:43.239438Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-06T04:11:43.235053Z", "last_refresh": "2023-12-06T04:30:12.314182Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-06T04:10:12.030635Z", "last_refresh": "2023-12-06T04:30:14.826592Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-06T04:31:30.620 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Dec 06 04:31:30 smithi098 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi098[111615]: cluster 2023-12-06T04:31:29.176621+0000 mgr.smithi047.erpxvz (mgr.14182) 1085 : cluster [DBG] pgmap v647: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-06T04:31:30.629 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Dec 06 04:31:30 smithi047 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi047[108212]: cluster 2023-12-06T04:31:29.176621+0000 mgr.smithi047.erpxvz (mgr.14182) 1085 : cluster [DBG] pgmap v647: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-06T04:31:31.011 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-06T04:31:32.012 DEBUG:teuthology.orchestra.run.smithi047:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:d03fca4f35d43f61b4679936aef7bd2f01cced0b shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 2ecad2ea-93ed-11ee-95a2-87774f69a715 -- ceph orch ls -f json 2023-12-06T04:31:32.374 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Dec 06 04:31:32 smithi047 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi047[108212]: audit 2023-12-06T04:31:30.613406+0000 mgr.smithi047.erpxvz (mgr.14182) 1086 : audit [DBG] from='client.16048 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-06T04:31:32.374 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Dec 06 04:31:32 smithi047 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi047[108212]: cluster 2023-12-06T04:31:31.177282+0000 mgr.smithi047.erpxvz (mgr.14182) 1087 : cluster [DBG] pgmap v648: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-06T04:31:32.620 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Dec 06 04:31:32 smithi098 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi098[111615]: audit 2023-12-06T04:31:30.613406+0000 mgr.smithi047.erpxvz (mgr.14182) 1086 : audit [DBG] from='client.16048 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-06T04:31:32.620 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Dec 06 04:31:32 smithi098 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi098[111615]: cluster 2023-12-06T04:31:31.177282+0000 mgr.smithi047.erpxvz (mgr.14182) 1087 : cluster [DBG] pgmap v648: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-06T04:31:33.523 INFO:teuthology.orchestra.run.smithi047.stdout: 2023-12-06T04:31:33.523 INFO:teuthology.orchestra.run.smithi047.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-06T04:10:15.517593Z", "last_refresh": "2023-12-06T04:30:14.826306Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-06T04:10:10.954835Z", "last_refresh": "2023-12-06T04:30:12.313727Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-06T04:10:13.544463Z", "last_refresh": "2023-12-06T04:30:14.826450Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-06T04:24:07.066424Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi047.smeokd on smithi047: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-06T04:26:41.051237Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi098.ysltza on smithi098: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi098-ysltza\n/bin/podman: stderr Error: no such container ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi098-ysltza\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi098.ysltza\n/bin/podman: stderr Error: no such container ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi098.ysltza\nDeploy daemon haproxy.nfs.foo.smithi098.ysltza ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi098 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-06T04:24:48Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-06T04:25:25Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-06T04:26:03Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi098 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-06T04:29:10.819461Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi047.sawbiu on smithi047: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi047-sawbiu\n/bin/podman: stderr Error: no such container ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi047-sawbiu\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi047.sawbiu\n/bin/podman: stderr Error: no such container ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi047.sawbiu\nDeploy daemon haproxy.nfs.foo.smithi047.sawbiu ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi047 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-06T04:27:17Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-06T04:27:55Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-06T04:28:33Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi047 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-06T04:29:10.821054Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi098.xozkhg on smithi098: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-06T04:29:10.822338Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi047.lxpuoc on smithi047: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.47/16"}, "status": {"created": "2023-12-06T04:13:56.330826Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.47/16"}}, {"events": ["2023-12-06T04:13:52.727160Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-06T04:13:52.721318Z", "last_refresh": "2023-12-06T04:30:12.314505Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-06T04:10:09.956661Z", "last_refresh": "2023-12-06T04:30:12.313898Z", "running": 2, "size": 2}}, {"events": ["2023-12-06T04:11:13.238878Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi047:172.21.15.47=smithi047", "smithi098:172.21.15.98=smithi098"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-06T04:11:13.235526Z", "last_refresh": "2023-12-06T04:30:12.314005Z", "running": 2, "size": 2}}, {"events": ["2023-12-06T04:13:56.329598Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-12-06T04:13:56.325813Z", "last_refresh": "2023-12-06T04:30:14.827029Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-06T04:10:14.589128Z", "last_refresh": "2023-12-06T04:30:12.314085Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-06T04:11:43.239438Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-06T04:11:43.235053Z", "last_refresh": "2023-12-06T04:30:12.314182Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-06T04:10:12.030635Z", "last_refresh": "2023-12-06T04:30:14.826592Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-06T04:31:33.877 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-06T04:31:34.620 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Dec 06 04:31:34 smithi098 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi098[111615]: cluster 2023-12-06T04:31:33.178013+0000 mgr.smithi047.erpxvz (mgr.14182) 1088 : cluster [DBG] pgmap v649: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-06T04:31:34.629 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Dec 06 04:31:34 smithi047 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi047[108212]: cluster 2023-12-06T04:31:33.178013+0000 mgr.smithi047.erpxvz (mgr.14182) 1088 : cluster [DBG] pgmap v649: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-06T04:31:34.878 DEBUG:teuthology.orchestra.run.smithi047:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:d03fca4f35d43f61b4679936aef7bd2f01cced0b shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 2ecad2ea-93ed-11ee-95a2-87774f69a715 -- ceph orch ls -f json 2023-12-06T04:31:35.620 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Dec 06 04:31:35 smithi098 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi098[111615]: audit 2023-12-06T04:31:33.518222+0000 mgr.smithi047.erpxvz (mgr.14182) 1089 : audit [DBG] from='client.16052 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-06T04:31:35.629 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Dec 06 04:31:35 smithi047 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi047[108212]: audit 2023-12-06T04:31:33.518222+0000 mgr.smithi047.erpxvz (mgr.14182) 1089 : audit [DBG] from='client.16052 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-06T04:31:36.421 INFO:teuthology.orchestra.run.smithi047.stdout: 2023-12-06T04:31:36.422 INFO:teuthology.orchestra.run.smithi047.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-06T04:10:15.517593Z", "last_refresh": "2023-12-06T04:30:14.826306Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-06T04:10:10.954835Z", "last_refresh": "2023-12-06T04:30:12.313727Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-06T04:10:13.544463Z", "last_refresh": "2023-12-06T04:30:14.826450Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-06T04:24:07.066424Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi047.smeokd on smithi047: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-06T04:26:41.051237Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi098.ysltza on smithi098: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi098-ysltza\n/bin/podman: stderr Error: no such container ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi098-ysltza\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi098.ysltza\n/bin/podman: stderr Error: no such container ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi098.ysltza\nDeploy daemon haproxy.nfs.foo.smithi098.ysltza ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi098 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-06T04:24:48Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-06T04:25:25Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-06T04:26:03Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi098 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-06T04:29:10.819461Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi047.sawbiu on smithi047: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi047-sawbiu\n/bin/podman: stderr Error: no such container ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi047-sawbiu\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi047.sawbiu\n/bin/podman: stderr Error: no such container ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi047.sawbiu\nDeploy daemon haproxy.nfs.foo.smithi047.sawbiu ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi047 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-06T04:27:17Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-06T04:27:55Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-06T04:28:33Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi047 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-06T04:29:10.821054Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi098.xozkhg on smithi098: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-06T04:29:10.822338Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi047.lxpuoc on smithi047: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.47/16"}, "status": {"created": "2023-12-06T04:13:56.330826Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.47/16"}}, {"events": ["2023-12-06T04:13:52.727160Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-06T04:13:52.721318Z", "last_refresh": "2023-12-06T04:30:12.314505Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-06T04:10:09.956661Z", "last_refresh": "2023-12-06T04:30:12.313898Z", "running": 2, "size": 2}}, {"events": ["2023-12-06T04:11:13.238878Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi047:172.21.15.47=smithi047", "smithi098:172.21.15.98=smithi098"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-06T04:11:13.235526Z", "last_refresh": "2023-12-06T04:30:12.314005Z", "running": 2, "size": 2}}, {"events": ["2023-12-06T04:13:56.329598Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-12-06T04:13:56.325813Z", "last_refresh": "2023-12-06T04:30:14.827029Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-06T04:10:14.589128Z", "last_refresh": "2023-12-06T04:30:12.314085Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-06T04:11:43.239438Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-06T04:11:43.235053Z", "last_refresh": "2023-12-06T04:30:12.314182Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-06T04:10:12.030635Z", "last_refresh": "2023-12-06T04:30:14.826592Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-06T04:31:36.620 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Dec 06 04:31:36 smithi098 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi098[111615]: cluster 2023-12-06T04:31:35.178493+0000 mgr.smithi047.erpxvz (mgr.14182) 1090 : cluster [DBG] pgmap v650: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-06T04:31:36.629 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Dec 06 04:31:36 smithi047 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi047[108212]: cluster 2023-12-06T04:31:35.178493+0000 mgr.smithi047.erpxvz (mgr.14182) 1090 : cluster [DBG] pgmap v650: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-06T04:31:36.827 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-06T04:31:37.620 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Dec 06 04:31:37 smithi098 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi098[111615]: audit 2023-12-06T04:31:36.416882+0000 mgr.smithi047.erpxvz (mgr.14182) 1091 : audit [DBG] from='client.16056 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-06T04:31:37.629 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Dec 06 04:31:37 smithi047 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi047[108212]: audit 2023-12-06T04:31:36.416882+0000 mgr.smithi047.erpxvz (mgr.14182) 1091 : audit [DBG] from='client.16056 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-06T04:31:37.828 DEBUG:teuthology.orchestra.run.smithi047:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:d03fca4f35d43f61b4679936aef7bd2f01cced0b shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 2ecad2ea-93ed-11ee-95a2-87774f69a715 -- ceph orch ls -f json 2023-12-06T04:31:38.505 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Dec 06 04:31:38 smithi047 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi047[108212]: cluster 2023-12-06T04:31:37.179068+0000 mgr.smithi047.erpxvz (mgr.14182) 1092 : cluster [DBG] pgmap v651: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-06T04:31:38.620 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Dec 06 04:31:38 smithi098 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi098[111615]: cluster 2023-12-06T04:31:37.179068+0000 mgr.smithi047.erpxvz (mgr.14182) 1092 : cluster [DBG] pgmap v651: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-06T04:31:39.267 INFO:teuthology.orchestra.run.smithi047.stdout: 2023-12-06T04:31:39.267 INFO:teuthology.orchestra.run.smithi047.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-06T04:10:15.517593Z", "last_refresh": "2023-12-06T04:30:14.826306Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-06T04:10:10.954835Z", "last_refresh": "2023-12-06T04:30:12.313727Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-06T04:10:13.544463Z", "last_refresh": "2023-12-06T04:30:14.826450Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-06T04:24:07.066424Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi047.smeokd on smithi047: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-06T04:26:41.051237Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi098.ysltza on smithi098: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi098-ysltza\n/bin/podman: stderr Error: no such container ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi098-ysltza\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi098.ysltza\n/bin/podman: stderr Error: no such container ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi098.ysltza\nDeploy daemon haproxy.nfs.foo.smithi098.ysltza ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi098 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-06T04:24:48Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-06T04:25:25Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-06T04:26:03Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi098 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-06T04:29:10.819461Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi047.sawbiu on smithi047: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi047-sawbiu\n/bin/podman: stderr Error: no such container ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi047-sawbiu\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi047.sawbiu\n/bin/podman: stderr Error: no such container ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi047.sawbiu\nDeploy daemon haproxy.nfs.foo.smithi047.sawbiu ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi047 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-06T04:27:17Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-06T04:27:55Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-06T04:28:33Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi047 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-06T04:29:10.821054Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi098.xozkhg on smithi098: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-06T04:29:10.822338Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi047.lxpuoc on smithi047: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.47/16"}, "status": {"created": "2023-12-06T04:13:56.330826Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.47/16"}}, {"events": ["2023-12-06T04:13:52.727160Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-06T04:13:52.721318Z", "last_refresh": "2023-12-06T04:30:12.314505Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-06T04:10:09.956661Z", "last_refresh": "2023-12-06T04:30:12.313898Z", "running": 2, "size": 2}}, {"events": ["2023-12-06T04:11:13.238878Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi047:172.21.15.47=smithi047", "smithi098:172.21.15.98=smithi098"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-06T04:11:13.235526Z", "last_refresh": "2023-12-06T04:30:12.314005Z", "running": 2, "size": 2}}, {"events": ["2023-12-06T04:13:56.329598Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-12-06T04:13:56.325813Z", "last_refresh": "2023-12-06T04:30:14.827029Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-06T04:10:14.589128Z", "last_refresh": "2023-12-06T04:30:12.314085Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-06T04:11:43.239438Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-06T04:11:43.235053Z", "last_refresh": "2023-12-06T04:30:12.314182Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-06T04:10:12.030635Z", "last_refresh": "2023-12-06T04:30:14.826592Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-06T04:31:39.567 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Dec 06 04:31:39 smithi047 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi047[108212]: cluster 2023-12-06T04:31:39.179574+0000 mgr.smithi047.erpxvz (mgr.14182) 1093 : cluster [DBG] pgmap v652: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-06T04:31:39.567 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Dec 06 04:31:39 smithi047 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi047[108212]: audit 2023-12-06T04:31:39.261918+0000 mgr.smithi047.erpxvz (mgr.14182) 1094 : audit [DBG] from='client.16060 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-06T04:31:39.651 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-06T04:31:39.870 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Dec 06 04:31:39 smithi098 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi098[111615]: cluster 2023-12-06T04:31:39.179574+0000 mgr.smithi047.erpxvz (mgr.14182) 1093 : cluster [DBG] pgmap v652: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-06T04:31:39.870 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Dec 06 04:31:39 smithi098 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi098[111615]: audit 2023-12-06T04:31:39.261918+0000 mgr.smithi047.erpxvz (mgr.14182) 1094 : audit [DBG] from='client.16060 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-06T04:31:40.651 DEBUG:teuthology.orchestra.run.smithi047:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:d03fca4f35d43f61b4679936aef7bd2f01cced0b shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 2ecad2ea-93ed-11ee-95a2-87774f69a715 -- ceph orch ls -f json 2023-12-06T04:31:42.084 INFO:teuthology.orchestra.run.smithi047.stdout: 2023-12-06T04:31:42.084 INFO:teuthology.orchestra.run.smithi047.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-06T04:10:15.517593Z", "last_refresh": "2023-12-06T04:30:14.826306Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-06T04:10:10.954835Z", "last_refresh": "2023-12-06T04:30:12.313727Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-06T04:10:13.544463Z", "last_refresh": "2023-12-06T04:30:14.826450Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-06T04:24:07.066424Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi047.smeokd on smithi047: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-06T04:26:41.051237Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi098.ysltza on smithi098: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi098-ysltza\n/bin/podman: stderr Error: no such container ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi098-ysltza\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi098.ysltza\n/bin/podman: stderr Error: no such container ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi098.ysltza\nDeploy daemon haproxy.nfs.foo.smithi098.ysltza ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi098 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-06T04:24:48Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-06T04:25:25Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-06T04:26:03Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi098 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-06T04:29:10.819461Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi047.sawbiu on smithi047: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi047-sawbiu\n/bin/podman: stderr Error: no such container ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi047-sawbiu\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi047.sawbiu\n/bin/podman: stderr Error: no such container ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi047.sawbiu\nDeploy daemon haproxy.nfs.foo.smithi047.sawbiu ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi047 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-06T04:27:17Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-06T04:27:55Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-06T04:28:33Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi047 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-06T04:29:10.821054Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi098.xozkhg on smithi098: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-06T04:29:10.822338Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi047.lxpuoc on smithi047: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.47/16"}, "status": {"created": "2023-12-06T04:13:56.330826Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.47/16"}}, {"events": ["2023-12-06T04:13:52.727160Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-06T04:13:52.721318Z", "last_refresh": "2023-12-06T04:30:12.314505Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-06T04:10:09.956661Z", "last_refresh": "2023-12-06T04:30:12.313898Z", "running": 2, "size": 2}}, {"events": ["2023-12-06T04:11:13.238878Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi047:172.21.15.47=smithi047", "smithi098:172.21.15.98=smithi098"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-06T04:11:13.235526Z", "last_refresh": "2023-12-06T04:30:12.314005Z", "running": 2, "size": 2}}, {"events": ["2023-12-06T04:13:56.329598Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-12-06T04:13:56.325813Z", "last_refresh": "2023-12-06T04:30:14.827029Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-06T04:10:14.589128Z", "last_refresh": "2023-12-06T04:30:12.314085Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-06T04:11:43.239438Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-06T04:11:43.235053Z", "last_refresh": "2023-12-06T04:30:12.314182Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-06T04:10:12.030635Z", "last_refresh": "2023-12-06T04:30:14.826592Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-06T04:31:42.379 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Dec 06 04:31:42 smithi047 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi047[108212]: cluster 2023-12-06T04:31:41.180256+0000 mgr.smithi047.erpxvz (mgr.14182) 1095 : cluster [DBG] pgmap v653: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-06T04:31:42.467 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-06T04:31:42.620 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Dec 06 04:31:42 smithi098 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi098[111615]: cluster 2023-12-06T04:31:41.180256+0000 mgr.smithi047.erpxvz (mgr.14182) 1095 : cluster [DBG] pgmap v653: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-06T04:31:43.468 DEBUG:teuthology.orchestra.run.smithi047:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:d03fca4f35d43f61b4679936aef7bd2f01cced0b shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 2ecad2ea-93ed-11ee-95a2-87774f69a715 -- ceph orch ls -f json 2023-12-06T04:31:43.501 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Dec 06 04:31:43 smithi047 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi047[108212]: audit 2023-12-06T04:31:42.079113+0000 mgr.smithi047.erpxvz (mgr.14182) 1096 : audit [DBG] from='client.16064 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-06T04:31:43.620 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Dec 06 04:31:43 smithi098 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi098[111615]: audit 2023-12-06T04:31:42.079113+0000 mgr.smithi047.erpxvz (mgr.14182) 1096 : audit [DBG] from='client.16064 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-06T04:31:44.533 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Dec 06 04:31:44 smithi047 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi047[108212]: cluster 2023-12-06T04:31:43.180827+0000 mgr.smithi047.erpxvz (mgr.14182) 1097 : cluster [DBG] pgmap v654: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-06T04:31:44.620 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Dec 06 04:31:44 smithi098 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi098[111615]: cluster 2023-12-06T04:31:43.180827+0000 mgr.smithi047.erpxvz (mgr.14182) 1097 : cluster [DBG] pgmap v654: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-06T04:31:44.940 INFO:teuthology.orchestra.run.smithi047.stdout: 2023-12-06T04:31:44.941 INFO:teuthology.orchestra.run.smithi047.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-06T04:10:15.517593Z", "last_refresh": "2023-12-06T04:30:14.826306Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-06T04:10:10.954835Z", "last_refresh": "2023-12-06T04:30:12.313727Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-06T04:10:13.544463Z", "last_refresh": "2023-12-06T04:30:14.826450Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-06T04:24:07.066424Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi047.smeokd on smithi047: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-06T04:26:41.051237Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi098.ysltza on smithi098: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi098-ysltza\n/bin/podman: stderr Error: no such container ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi098-ysltza\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi098.ysltza\n/bin/podman: stderr Error: no such container ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi098.ysltza\nDeploy daemon haproxy.nfs.foo.smithi098.ysltza ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi098 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-06T04:24:48Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-06T04:25:25Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-06T04:26:03Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi098 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-06T04:29:10.819461Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi047.sawbiu on smithi047: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi047-sawbiu\n/bin/podman: stderr Error: no such container ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi047-sawbiu\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi047.sawbiu\n/bin/podman: stderr Error: no such container ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi047.sawbiu\nDeploy daemon haproxy.nfs.foo.smithi047.sawbiu ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi047 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-06T04:27:17Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-06T04:27:55Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-06T04:28:33Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi047 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-06T04:29:10.821054Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi098.xozkhg on smithi098: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-06T04:29:10.822338Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi047.lxpuoc on smithi047: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.47/16"}, "status": {"created": "2023-12-06T04:13:56.330826Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.47/16"}}, {"events": ["2023-12-06T04:13:52.727160Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-06T04:13:52.721318Z", "last_refresh": "2023-12-06T04:30:12.314505Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-06T04:10:09.956661Z", "last_refresh": "2023-12-06T04:30:12.313898Z", "running": 2, "size": 2}}, {"events": ["2023-12-06T04:11:13.238878Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi047:172.21.15.47=smithi047", "smithi098:172.21.15.98=smithi098"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-06T04:11:13.235526Z", "last_refresh": "2023-12-06T04:30:12.314005Z", "running": 2, "size": 2}}, {"events": ["2023-12-06T04:13:56.329598Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-12-06T04:13:56.325813Z", "last_refresh": "2023-12-06T04:30:14.827029Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-06T04:10:14.589128Z", "last_refresh": "2023-12-06T04:30:12.314085Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-06T04:11:43.239438Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-06T04:11:43.235053Z", "last_refresh": "2023-12-06T04:30:12.314182Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-06T04:10:12.030635Z", "last_refresh": "2023-12-06T04:30:14.826592Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-06T04:31:45.283 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-06T04:31:46.285 DEBUG:teuthology.orchestra.run.smithi047:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:d03fca4f35d43f61b4679936aef7bd2f01cced0b shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 2ecad2ea-93ed-11ee-95a2-87774f69a715 -- ceph orch ls -f json 2023-12-06T04:31:46.620 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Dec 06 04:31:46 smithi098 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi098[111615]: audit 2023-12-06T04:31:44.936150+0000 mgr.smithi047.erpxvz (mgr.14182) 1098 : audit [DBG] from='client.16068 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-06T04:31:46.620 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Dec 06 04:31:46 smithi098 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi098[111615]: cluster 2023-12-06T04:31:45.181454+0000 mgr.smithi047.erpxvz (mgr.14182) 1099 : 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-12-06T04:31:46.629 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Dec 06 04:31:46 smithi047 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi047[108212]: audit 2023-12-06T04:31:44.936150+0000 mgr.smithi047.erpxvz (mgr.14182) 1098 : audit [DBG] from='client.16068 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-06T04:31:46.629 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Dec 06 04:31:46 smithi047 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi047[108212]: cluster 2023-12-06T04:31:45.181454+0000 mgr.smithi047.erpxvz (mgr.14182) 1099 : 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-12-06T04:31:47.743 INFO:teuthology.orchestra.run.smithi047.stdout: 2023-12-06T04:31:47.743 INFO:teuthology.orchestra.run.smithi047.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-06T04:10:15.517593Z", "last_refresh": "2023-12-06T04:30:14.826306Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-06T04:10:10.954835Z", "last_refresh": "2023-12-06T04:30:12.313727Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-06T04:10:13.544463Z", "last_refresh": "2023-12-06T04:30:14.826450Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-06T04:24:07.066424Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi047.smeokd on smithi047: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-06T04:26:41.051237Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi098.ysltza on smithi098: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi098-ysltza\n/bin/podman: stderr Error: no such container ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi098-ysltza\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi098.ysltza\n/bin/podman: stderr Error: no such container ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi098.ysltza\nDeploy daemon haproxy.nfs.foo.smithi098.ysltza ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi098 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-06T04:24:48Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-06T04:25:25Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-06T04:26:03Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi098 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-06T04:29:10.819461Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi047.sawbiu on smithi047: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi047-sawbiu\n/bin/podman: stderr Error: no such container ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi047-sawbiu\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi047.sawbiu\n/bin/podman: stderr Error: no such container ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi047.sawbiu\nDeploy daemon haproxy.nfs.foo.smithi047.sawbiu ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi047 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-06T04:27:17Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-06T04:27:55Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-06T04:28:33Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi047 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-06T04:29:10.821054Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi098.xozkhg on smithi098: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-06T04:29:10.822338Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi047.lxpuoc on smithi047: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.47/16"}, "status": {"created": "2023-12-06T04:13:56.330826Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.47/16"}}, {"events": ["2023-12-06T04:13:52.727160Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-06T04:13:52.721318Z", "last_refresh": "2023-12-06T04:30:12.314505Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-06T04:10:09.956661Z", "last_refresh": "2023-12-06T04:30:12.313898Z", "running": 2, "size": 2}}, {"events": ["2023-12-06T04:11:13.238878Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi047:172.21.15.47=smithi047", "smithi098:172.21.15.98=smithi098"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-06T04:11:13.235526Z", "last_refresh": "2023-12-06T04:30:12.314005Z", "running": 2, "size": 2}}, {"events": ["2023-12-06T04:13:56.329598Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-12-06T04:13:56.325813Z", "last_refresh": "2023-12-06T04:30:14.827029Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-06T04:10:14.589128Z", "last_refresh": "2023-12-06T04:30:12.314085Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-06T04:11:43.239438Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-06T04:11:43.235053Z", "last_refresh": "2023-12-06T04:30:12.314182Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-06T04:10:12.030635Z", "last_refresh": "2023-12-06T04:30:14.826592Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-06T04:31:48.141 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-06T04:31:48.379 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Dec 06 04:31:48 smithi047 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi047[108212]: cluster 2023-12-06T04:31:47.182194+0000 mgr.smithi047.erpxvz (mgr.14182) 1100 : 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-12-06T04:31:48.620 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Dec 06 04:31:48 smithi098 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi098[111615]: cluster 2023-12-06T04:31:47.182194+0000 mgr.smithi047.erpxvz (mgr.14182) 1100 : 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-12-06T04:31:49.142 DEBUG:teuthology.orchestra.run.smithi047:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:d03fca4f35d43f61b4679936aef7bd2f01cced0b shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 2ecad2ea-93ed-11ee-95a2-87774f69a715 -- ceph orch ls -f json 2023-12-06T04:31:49.511 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Dec 06 04:31:49 smithi047 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi047[108212]: audit 2023-12-06T04:31:47.738266+0000 mgr.smithi047.erpxvz (mgr.14182) 1101 : audit [DBG] from='client.16072 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-06T04:31:49.620 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Dec 06 04:31:49 smithi098 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi098[111615]: audit 2023-12-06T04:31:47.738266+0000 mgr.smithi047.erpxvz (mgr.14182) 1101 : audit [DBG] from='client.16072 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-06T04:31:50.620 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Dec 06 04:31:50 smithi098 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi098[111615]: cluster 2023-12-06T04:31:49.182923+0000 mgr.smithi047.erpxvz (mgr.14182) 1102 : cluster [DBG] pgmap v657: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-06T04:31:50.629 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Dec 06 04:31:50 smithi047 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi047[108212]: cluster 2023-12-06T04:31:49.182923+0000 mgr.smithi047.erpxvz (mgr.14182) 1102 : cluster [DBG] pgmap v657: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-06T04:31:50.638 INFO:teuthology.orchestra.run.smithi047.stdout: 2023-12-06T04:31:50.638 INFO:teuthology.orchestra.run.smithi047.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-06T04:10:15.517593Z", "last_refresh": "2023-12-06T04:30:14.826306Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-06T04:10:10.954835Z", "last_refresh": "2023-12-06T04:30:12.313727Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-06T04:10:13.544463Z", "last_refresh": "2023-12-06T04:30:14.826450Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-06T04:24:07.066424Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi047.smeokd on smithi047: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-06T04:26:41.051237Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi098.ysltza on smithi098: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi098-ysltza\n/bin/podman: stderr Error: no such container ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi098-ysltza\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi098.ysltza\n/bin/podman: stderr Error: no such container ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi098.ysltza\nDeploy daemon haproxy.nfs.foo.smithi098.ysltza ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi098 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-06T04:24:48Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-06T04:25:25Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-06T04:26:03Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi098 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-06T04:29:10.819461Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi047.sawbiu on smithi047: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi047-sawbiu\n/bin/podman: stderr Error: no such container ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi047-sawbiu\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi047.sawbiu\n/bin/podman: stderr Error: no such container ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi047.sawbiu\nDeploy daemon haproxy.nfs.foo.smithi047.sawbiu ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi047 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-06T04:27:17Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-06T04:27:55Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-06T04:28:33Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi047 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-06T04:29:10.821054Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi098.xozkhg on smithi098: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-06T04:29:10.822338Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi047.lxpuoc on smithi047: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.47/16"}, "status": {"created": "2023-12-06T04:13:56.330826Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.47/16"}}, {"events": ["2023-12-06T04:13:52.727160Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-06T04:13:52.721318Z", "last_refresh": "2023-12-06T04:30:12.314505Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-06T04:10:09.956661Z", "last_refresh": "2023-12-06T04:30:12.313898Z", "running": 2, "size": 2}}, {"events": ["2023-12-06T04:11:13.238878Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi047:172.21.15.47=smithi047", "smithi098:172.21.15.98=smithi098"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-06T04:11:13.235526Z", "last_refresh": "2023-12-06T04:30:12.314005Z", "running": 2, "size": 2}}, {"events": ["2023-12-06T04:13:56.329598Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-12-06T04:13:56.325813Z", "last_refresh": "2023-12-06T04:30:14.827029Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-06T04:10:14.589128Z", "last_refresh": "2023-12-06T04:30:12.314085Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-06T04:11:43.239438Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-06T04:11:43.235053Z", "last_refresh": "2023-12-06T04:30:12.314182Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-06T04:10:12.030635Z", "last_refresh": "2023-12-06T04:30:14.826592Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-06T04:31:51.040 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-06T04:31:52.041 DEBUG:teuthology.orchestra.run.smithi047:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:d03fca4f35d43f61b4679936aef7bd2f01cced0b shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 2ecad2ea-93ed-11ee-95a2-87774f69a715 -- ceph orch ls -f json 2023-12-06T04:31:52.379 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Dec 06 04:31:52 smithi047 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi047[108212]: audit 2023-12-06T04:31:50.633885+0000 mgr.smithi047.erpxvz (mgr.14182) 1103 : audit [DBG] from='client.16076 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-06T04:31:52.379 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Dec 06 04:31:52 smithi047 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi047[108212]: cluster 2023-12-06T04:31:51.183416+0000 mgr.smithi047.erpxvz (mgr.14182) 1104 : 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-12-06T04:31:52.620 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Dec 06 04:31:52 smithi098 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi098[111615]: audit 2023-12-06T04:31:50.633885+0000 mgr.smithi047.erpxvz (mgr.14182) 1103 : audit [DBG] from='client.16076 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-06T04:31:52.620 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Dec 06 04:31:52 smithi098 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi098[111615]: cluster 2023-12-06T04:31:51.183416+0000 mgr.smithi047.erpxvz (mgr.14182) 1104 : 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-12-06T04:31:53.553 INFO:teuthology.orchestra.run.smithi047.stdout: 2023-12-06T04:31:53.553 INFO:teuthology.orchestra.run.smithi047.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-06T04:10:15.517593Z", "last_refresh": "2023-12-06T04:30:14.826306Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-06T04:10:10.954835Z", "last_refresh": "2023-12-06T04:30:12.313727Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-06T04:10:13.544463Z", "last_refresh": "2023-12-06T04:30:14.826450Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-06T04:24:07.066424Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi047.smeokd on smithi047: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-06T04:26:41.051237Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi098.ysltza on smithi098: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi098-ysltza\n/bin/podman: stderr Error: no such container ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi098-ysltza\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi098.ysltza\n/bin/podman: stderr Error: no such container ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi098.ysltza\nDeploy daemon haproxy.nfs.foo.smithi098.ysltza ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi098 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-06T04:24:48Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-06T04:25:25Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-06T04:26:03Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi098 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-06T04:29:10.819461Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi047.sawbiu on smithi047: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi047-sawbiu\n/bin/podman: stderr Error: no such container ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi047-sawbiu\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi047.sawbiu\n/bin/podman: stderr Error: no such container ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi047.sawbiu\nDeploy daemon haproxy.nfs.foo.smithi047.sawbiu ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi047 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-06T04:27:17Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-06T04:27:55Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-06T04:28:33Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi047 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-06T04:29:10.821054Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi098.xozkhg on smithi098: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-06T04:29:10.822338Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi047.lxpuoc on smithi047: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.47/16"}, "status": {"created": "2023-12-06T04:13:56.330826Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.47/16"}}, {"events": ["2023-12-06T04:13:52.727160Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-06T04:13:52.721318Z", "last_refresh": "2023-12-06T04:30:12.314505Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-06T04:10:09.956661Z", "last_refresh": "2023-12-06T04:30:12.313898Z", "running": 2, "size": 2}}, {"events": ["2023-12-06T04:11:13.238878Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi047:172.21.15.47=smithi047", "smithi098:172.21.15.98=smithi098"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-06T04:11:13.235526Z", "last_refresh": "2023-12-06T04:30:12.314005Z", "running": 2, "size": 2}}, {"events": ["2023-12-06T04:13:56.329598Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-12-06T04:13:56.325813Z", "last_refresh": "2023-12-06T04:30:14.827029Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-06T04:10:14.589128Z", "last_refresh": "2023-12-06T04:30:12.314085Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-06T04:11:43.239438Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-06T04:11:43.235053Z", "last_refresh": "2023-12-06T04:30:12.314182Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-06T04:10:12.030635Z", "last_refresh": "2023-12-06T04:30:14.826592Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-06T04:31:53.966 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-06T04:31:54.620 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Dec 06 04:31:54 smithi098 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi098[111615]: cluster 2023-12-06T04:31:53.184100+0000 mgr.smithi047.erpxvz (mgr.14182) 1105 : cluster [DBG] pgmap v659: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-06T04:31:54.629 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Dec 06 04:31:54 smithi047 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi047[108212]: cluster 2023-12-06T04:31:53.184100+0000 mgr.smithi047.erpxvz (mgr.14182) 1105 : cluster [DBG] pgmap v659: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-06T04:31:54.967 DEBUG:teuthology.orchestra.run.smithi047:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:d03fca4f35d43f61b4679936aef7bd2f01cced0b shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 2ecad2ea-93ed-11ee-95a2-87774f69a715 -- ceph orch ls -f json 2023-12-06T04:31:55.518 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Dec 06 04:31:55 smithi047 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi047[108212]: audit 2023-12-06T04:31:53.548270+0000 mgr.smithi047.erpxvz (mgr.14182) 1106 : audit [DBG] from='client.16080 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-06T04:31:55.620 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Dec 06 04:31:55 smithi098 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi098[111615]: audit 2023-12-06T04:31:53.548270+0000 mgr.smithi047.erpxvz (mgr.14182) 1106 : audit [DBG] from='client.16080 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-06T04:31:56.489 INFO:teuthology.orchestra.run.smithi047.stdout: 2023-12-06T04:31:56.489 INFO:teuthology.orchestra.run.smithi047.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-06T04:10:15.517593Z", "last_refresh": "2023-12-06T04:30:14.826306Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-06T04:10:10.954835Z", "last_refresh": "2023-12-06T04:30:12.313727Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-06T04:10:13.544463Z", "last_refresh": "2023-12-06T04:30:14.826450Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-06T04:24:07.066424Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi047.smeokd on smithi047: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-06T04:26:41.051237Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi098.ysltza on smithi098: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi098-ysltza\n/bin/podman: stderr Error: no such container ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi098-ysltza\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi098.ysltza\n/bin/podman: stderr Error: no such container ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi098.ysltza\nDeploy daemon haproxy.nfs.foo.smithi098.ysltza ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi098 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-06T04:24:48Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-06T04:25:25Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-06T04:26:03Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi098 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-06T04:29:10.819461Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi047.sawbiu on smithi047: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi047-sawbiu\n/bin/podman: stderr Error: no such container ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi047-sawbiu\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi047.sawbiu\n/bin/podman: stderr Error: no such container ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi047.sawbiu\nDeploy daemon haproxy.nfs.foo.smithi047.sawbiu ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi047 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-06T04:27:17Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-06T04:27:55Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-06T04:28:33Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi047 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-06T04:29:10.821054Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi098.xozkhg on smithi098: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-06T04:29:10.822338Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi047.lxpuoc on smithi047: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.47/16"}, "status": {"created": "2023-12-06T04:13:56.330826Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.47/16"}}, {"events": ["2023-12-06T04:13:52.727160Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-06T04:13:52.721318Z", "last_refresh": "2023-12-06T04:30:12.314505Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-06T04:10:09.956661Z", "last_refresh": "2023-12-06T04:30:12.313898Z", "running": 2, "size": 2}}, {"events": ["2023-12-06T04:11:13.238878Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi047:172.21.15.47=smithi047", "smithi098:172.21.15.98=smithi098"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-06T04:11:13.235526Z", "last_refresh": "2023-12-06T04:30:12.314005Z", "running": 2, "size": 2}}, {"events": ["2023-12-06T04:13:56.329598Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-12-06T04:13:56.325813Z", "last_refresh": "2023-12-06T04:30:14.827029Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-06T04:10:14.589128Z", "last_refresh": "2023-12-06T04:30:12.314085Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-06T04:11:43.239438Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-06T04:11:43.235053Z", "last_refresh": "2023-12-06T04:30:12.314182Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-06T04:10:12.030635Z", "last_refresh": "2023-12-06T04:30:14.826592Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-06T04:31:56.519 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Dec 06 04:31:56 smithi047 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi047[108212]: cluster 2023-12-06T04:31:55.184590+0000 mgr.smithi047.erpxvz (mgr.14182) 1107 : 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-12-06T04:31:56.620 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Dec 06 04:31:56 smithi098 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi098[111615]: cluster 2023-12-06T04:31:55.184590+0000 mgr.smithi047.erpxvz (mgr.14182) 1107 : 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-12-06T04:31:56.881 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-06T04:31:57.620 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Dec 06 04:31:57 smithi098 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi098[111615]: audit 2023-12-06T04:31:56.483976+0000 mgr.smithi047.erpxvz (mgr.14182) 1108 : audit [DBG] from='client.16084 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-06T04:31:57.629 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Dec 06 04:31:57 smithi047 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi047[108212]: audit 2023-12-06T04:31:56.483976+0000 mgr.smithi047.erpxvz (mgr.14182) 1108 : audit [DBG] from='client.16084 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-06T04:31:57.881 DEBUG:teuthology.orchestra.run.smithi047:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:d03fca4f35d43f61b4679936aef7bd2f01cced0b shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 2ecad2ea-93ed-11ee-95a2-87774f69a715 -- ceph orch ls -f json 2023-12-06T04:31:58.619 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Dec 06 04:31:58 smithi047 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi047[108212]: cluster 2023-12-06T04:31:57.185434+0000 mgr.smithi047.erpxvz (mgr.14182) 1109 : 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-12-06T04:31:58.620 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Dec 06 04:31:58 smithi098 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi098[111615]: cluster 2023-12-06T04:31:57.185434+0000 mgr.smithi047.erpxvz (mgr.14182) 1109 : 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-12-06T04:31:59.372 INFO:teuthology.orchestra.run.smithi047.stdout: 2023-12-06T04:31:59.372 INFO:teuthology.orchestra.run.smithi047.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-06T04:10:15.517593Z", "last_refresh": "2023-12-06T04:30:14.826306Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-06T04:10:10.954835Z", "last_refresh": "2023-12-06T04:30:12.313727Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-06T04:10:13.544463Z", "last_refresh": "2023-12-06T04:30:14.826450Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-06T04:24:07.066424Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi047.smeokd on smithi047: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-06T04:26:41.051237Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi098.ysltza on smithi098: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi098-ysltza\n/bin/podman: stderr Error: no such container ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi098-ysltza\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi098.ysltza\n/bin/podman: stderr Error: no such container ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi098.ysltza\nDeploy daemon haproxy.nfs.foo.smithi098.ysltza ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi098 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-06T04:24:48Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-06T04:25:25Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-06T04:26:03Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi098 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-06T04:29:10.819461Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi047.sawbiu on smithi047: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi047-sawbiu\n/bin/podman: stderr Error: no such container ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi047-sawbiu\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi047.sawbiu\n/bin/podman: stderr Error: no such container ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi047.sawbiu\nDeploy daemon haproxy.nfs.foo.smithi047.sawbiu ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi047 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-06T04:27:17Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-06T04:27:55Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-06T04:28:33Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi047 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-06T04:29:10.821054Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi098.xozkhg on smithi098: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-06T04:29:10.822338Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi047.lxpuoc on smithi047: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.47/16"}, "status": {"created": "2023-12-06T04:13:56.330826Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.47/16"}}, {"events": ["2023-12-06T04:13:52.727160Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-06T04:13:52.721318Z", "last_refresh": "2023-12-06T04:30:12.314505Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-06T04:10:09.956661Z", "last_refresh": "2023-12-06T04:30:12.313898Z", "running": 2, "size": 2}}, {"events": ["2023-12-06T04:11:13.238878Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi047:172.21.15.47=smithi047", "smithi098:172.21.15.98=smithi098"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-06T04:11:13.235526Z", "last_refresh": "2023-12-06T04:30:12.314005Z", "running": 2, "size": 2}}, {"events": ["2023-12-06T04:13:56.329598Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-12-06T04:13:56.325813Z", "last_refresh": "2023-12-06T04:30:14.827029Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-06T04:10:14.589128Z", "last_refresh": "2023-12-06T04:30:12.314085Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-06T04:11:43.239438Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-06T04:11:43.235053Z", "last_refresh": "2023-12-06T04:30:12.314182Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-06T04:10:12.030635Z", "last_refresh": "2023-12-06T04:30:14.826592Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-06T04:31:59.748 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Dec 06 04:31:59 smithi047 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi047[108212]: cluster 2023-12-06T04:31:59.185855+0000 mgr.smithi047.erpxvz (mgr.14182) 1110 : cluster [DBG] pgmap v662: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-06T04:31:59.749 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Dec 06 04:31:59 smithi047 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi047[108212]: audit 2023-12-06T04:31:59.367074+0000 mgr.smithi047.erpxvz (mgr.14182) 1111 : audit [DBG] from='client.16088 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-06T04:31:59.774 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-06T04:31:59.870 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Dec 06 04:31:59 smithi098 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi098[111615]: cluster 2023-12-06T04:31:59.185855+0000 mgr.smithi047.erpxvz (mgr.14182) 1110 : cluster [DBG] pgmap v662: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-06T04:31:59.870 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Dec 06 04:31:59 smithi098 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi098[111615]: audit 2023-12-06T04:31:59.367074+0000 mgr.smithi047.erpxvz (mgr.14182) 1111 : audit [DBG] from='client.16088 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-06T04:32:00.775 DEBUG:teuthology.orchestra.run.smithi047:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:d03fca4f35d43f61b4679936aef7bd2f01cced0b shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 2ecad2ea-93ed-11ee-95a2-87774f69a715 -- ceph orch ls -f json 2023-12-06T04:32:02.339 INFO:teuthology.orchestra.run.smithi047.stdout: 2023-12-06T04:32:02.339 INFO:teuthology.orchestra.run.smithi047.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-06T04:10:15.517593Z", "last_refresh": "2023-12-06T04:30:14.826306Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-06T04:10:10.954835Z", "last_refresh": "2023-12-06T04:30:12.313727Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-06T04:10:13.544463Z", "last_refresh": "2023-12-06T04:30:14.826450Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-06T04:24:07.066424Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi047.smeokd on smithi047: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-06T04:26:41.051237Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi098.ysltza on smithi098: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi098-ysltza\n/bin/podman: stderr Error: no such container ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi098-ysltza\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi098.ysltza\n/bin/podman: stderr Error: no such container ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi098.ysltza\nDeploy daemon haproxy.nfs.foo.smithi098.ysltza ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi098 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-06T04:24:48Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-06T04:25:25Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-06T04:26:03Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi098 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-06T04:29:10.819461Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi047.sawbiu on smithi047: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi047-sawbiu\n/bin/podman: stderr Error: no such container ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi047-sawbiu\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi047.sawbiu\n/bin/podman: stderr Error: no such container ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi047.sawbiu\nDeploy daemon haproxy.nfs.foo.smithi047.sawbiu ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi047 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-06T04:27:17Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-06T04:27:55Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-06T04:28:33Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi047 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-06T04:29:10.821054Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi098.xozkhg on smithi098: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-06T04:29:10.822338Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi047.lxpuoc on smithi047: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.47/16"}, "status": {"created": "2023-12-06T04:13:56.330826Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.47/16"}}, {"events": ["2023-12-06T04:13:52.727160Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-06T04:13:52.721318Z", "last_refresh": "2023-12-06T04:30:12.314505Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-06T04:10:09.956661Z", "last_refresh": "2023-12-06T04:30:12.313898Z", "running": 2, "size": 2}}, {"events": ["2023-12-06T04:11:13.238878Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi047:172.21.15.47=smithi047", "smithi098:172.21.15.98=smithi098"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-06T04:11:13.235526Z", "last_refresh": "2023-12-06T04:30:12.314005Z", "running": 2, "size": 2}}, {"events": ["2023-12-06T04:13:56.329598Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-12-06T04:13:56.325813Z", "last_refresh": "2023-12-06T04:30:14.827029Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-06T04:10:14.589128Z", "last_refresh": "2023-12-06T04:30:12.314085Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-06T04:11:43.239438Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-06T04:11:43.235053Z", "last_refresh": "2023-12-06T04:30:12.314182Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-06T04:10:12.030635Z", "last_refresh": "2023-12-06T04:30:14.826592Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-06T04:32:02.510 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Dec 06 04:32:02 smithi047 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi047[108212]: cluster 2023-12-06T04:32:01.186549+0000 mgr.smithi047.erpxvz (mgr.14182) 1112 : 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-12-06T04:32:02.620 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Dec 06 04:32:02 smithi098 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi098[111615]: cluster 2023-12-06T04:32:01.186549+0000 mgr.smithi047.erpxvz (mgr.14182) 1112 : 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-12-06T04:32:02.723 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-06T04:32:03.620 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Dec 06 04:32:03 smithi098 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi098[111615]: audit 2023-12-06T04:32:02.333428+0000 mgr.smithi047.erpxvz (mgr.14182) 1113 : audit [DBG] from='client.16092 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-06T04:32:03.629 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Dec 06 04:32:03 smithi047 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi047[108212]: audit 2023-12-06T04:32:02.333428+0000 mgr.smithi047.erpxvz (mgr.14182) 1113 : audit [DBG] from='client.16092 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-06T04:32:03.724 DEBUG:teuthology.orchestra.run.smithi047:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:d03fca4f35d43f61b4679936aef7bd2f01cced0b shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 2ecad2ea-93ed-11ee-95a2-87774f69a715 -- ceph orch ls -f json 2023-12-06T04:32:04.379 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Dec 06 04:32:04 smithi047 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi047[108212]: cluster 2023-12-06T04:32:03.187131+0000 mgr.smithi047.erpxvz (mgr.14182) 1114 : cluster [DBG] pgmap v664: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-06T04:32:04.622 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Dec 06 04:32:04 smithi098 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi098[111615]: cluster 2023-12-06T04:32:03.187131+0000 mgr.smithi047.erpxvz (mgr.14182) 1114 : cluster [DBG] pgmap v664: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-06T04:32:05.205 INFO:teuthology.orchestra.run.smithi047.stdout: 2023-12-06T04:32:05.205 INFO:teuthology.orchestra.run.smithi047.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-06T04:10:15.517593Z", "last_refresh": "2023-12-06T04:30:14.826306Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-06T04:10:10.954835Z", "last_refresh": "2023-12-06T04:30:12.313727Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-06T04:10:13.544463Z", "last_refresh": "2023-12-06T04:30:14.826450Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-06T04:24:07.066424Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi047.smeokd on smithi047: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-06T04:26:41.051237Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi098.ysltza on smithi098: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi098-ysltza\n/bin/podman: stderr Error: no such container ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi098-ysltza\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi098.ysltza\n/bin/podman: stderr Error: no such container ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi098.ysltza\nDeploy daemon haproxy.nfs.foo.smithi098.ysltza ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi098 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-06T04:24:48Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-06T04:25:25Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-06T04:26:03Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi098 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-06T04:29:10.819461Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi047.sawbiu on smithi047: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi047-sawbiu\n/bin/podman: stderr Error: no such container ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi047-sawbiu\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi047.sawbiu\n/bin/podman: stderr Error: no such container ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi047.sawbiu\nDeploy daemon haproxy.nfs.foo.smithi047.sawbiu ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi047 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-06T04:27:17Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-06T04:27:55Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-06T04:28:33Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi047 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-06T04:29:10.821054Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi098.xozkhg on smithi098: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-06T04:29:10.822338Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi047.lxpuoc on smithi047: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.47/16"}, "status": {"created": "2023-12-06T04:13:56.330826Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.47/16"}}, {"events": ["2023-12-06T04:13:52.727160Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-06T04:13:52.721318Z", "last_refresh": "2023-12-06T04:30:12.314505Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-06T04:10:09.956661Z", "last_refresh": "2023-12-06T04:30:12.313898Z", "running": 2, "size": 2}}, {"events": ["2023-12-06T04:11:13.238878Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi047:172.21.15.47=smithi047", "smithi098:172.21.15.98=smithi098"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-06T04:11:13.235526Z", "last_refresh": "2023-12-06T04:30:12.314005Z", "running": 2, "size": 2}}, {"events": ["2023-12-06T04:13:56.329598Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-12-06T04:13:56.325813Z", "last_refresh": "2023-12-06T04:30:14.827029Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-06T04:10:14.589128Z", "last_refresh": "2023-12-06T04:30:12.314085Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-06T04:11:43.239438Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-06T04:11:43.235053Z", "last_refresh": "2023-12-06T04:30:12.314182Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-06T04:10:12.030635Z", "last_refresh": "2023-12-06T04:30:14.826592Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-06T04:32:05.582 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-06T04:32:06.583 DEBUG:teuthology.orchestra.run.smithi047:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:d03fca4f35d43f61b4679936aef7bd2f01cced0b shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 2ecad2ea-93ed-11ee-95a2-87774f69a715 -- ceph orch ls -f json 2023-12-06T04:32:06.617 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Dec 06 04:32:06 smithi047 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi047[108212]: cluster 2023-12-06T04:32:05.187584+0000 mgr.smithi047.erpxvz (mgr.14182) 1115 : 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-12-06T04:32:06.617 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Dec 06 04:32:06 smithi047 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi047[108212]: audit 2023-12-06T04:32:05.200153+0000 mgr.smithi047.erpxvz (mgr.14182) 1116 : audit [DBG] from='client.16096 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-06T04:32:06.620 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Dec 06 04:32:06 smithi098 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi098[111615]: cluster 2023-12-06T04:32:05.187584+0000 mgr.smithi047.erpxvz (mgr.14182) 1115 : 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-12-06T04:32:06.620 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Dec 06 04:32:06 smithi098 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi098[111615]: audit 2023-12-06T04:32:05.200153+0000 mgr.smithi047.erpxvz (mgr.14182) 1116 : audit [DBG] from='client.16096 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-06T04:32:08.036 INFO:teuthology.orchestra.run.smithi047.stdout: 2023-12-06T04:32:08.036 INFO:teuthology.orchestra.run.smithi047.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-06T04:10:15.517593Z", "last_refresh": "2023-12-06T04:30:14.826306Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-06T04:10:10.954835Z", "last_refresh": "2023-12-06T04:30:12.313727Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-06T04:10:13.544463Z", "last_refresh": "2023-12-06T04:30:14.826450Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-06T04:24:07.066424Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi047.smeokd on smithi047: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-06T04:26:41.051237Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi098.ysltza on smithi098: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi098-ysltza\n/bin/podman: stderr Error: no such container ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi098-ysltza\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi098.ysltza\n/bin/podman: stderr Error: no such container ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi098.ysltza\nDeploy daemon haproxy.nfs.foo.smithi098.ysltza ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi098 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-06T04:24:48Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-06T04:25:25Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-06T04:26:03Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi098 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-06T04:29:10.819461Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi047.sawbiu on smithi047: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi047-sawbiu\n/bin/podman: stderr Error: no such container ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi047-sawbiu\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi047.sawbiu\n/bin/podman: stderr Error: no such container ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi047.sawbiu\nDeploy daemon haproxy.nfs.foo.smithi047.sawbiu ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi047 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-06T04:27:17Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-06T04:27:55Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-06T04:28:33Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi047 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-06T04:29:10.821054Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi098.xozkhg on smithi098: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-06T04:29:10.822338Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi047.lxpuoc on smithi047: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.47/16"}, "status": {"created": "2023-12-06T04:13:56.330826Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.47/16"}}, {"events": ["2023-12-06T04:13:52.727160Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-06T04:13:52.721318Z", "last_refresh": "2023-12-06T04:30:12.314505Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-06T04:10:09.956661Z", "last_refresh": "2023-12-06T04:30:12.313898Z", "running": 2, "size": 2}}, {"events": ["2023-12-06T04:11:13.238878Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi047:172.21.15.47=smithi047", "smithi098:172.21.15.98=smithi098"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-06T04:11:13.235526Z", "last_refresh": "2023-12-06T04:30:12.314005Z", "running": 2, "size": 2}}, {"events": ["2023-12-06T04:13:56.329598Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-12-06T04:13:56.325813Z", "last_refresh": "2023-12-06T04:30:14.827029Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-06T04:10:14.589128Z", "last_refresh": "2023-12-06T04:30:12.314085Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-06T04:11:43.239438Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-06T04:11:43.235053Z", "last_refresh": "2023-12-06T04:30:12.314182Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-06T04:10:12.030635Z", "last_refresh": "2023-12-06T04:30:14.826592Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-06T04:32:08.379 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Dec 06 04:32:08 smithi047 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi047[108212]: cluster 2023-12-06T04:32:07.188206+0000 mgr.smithi047.erpxvz (mgr.14182) 1117 : 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-12-06T04:32:08.415 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-06T04:32:08.620 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Dec 06 04:32:08 smithi098 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi098[111615]: cluster 2023-12-06T04:32:07.188206+0000 mgr.smithi047.erpxvz (mgr.14182) 1117 : 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-12-06T04:32:09.416 DEBUG:teuthology.orchestra.run.smithi047:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:d03fca4f35d43f61b4679936aef7bd2f01cced0b shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 2ecad2ea-93ed-11ee-95a2-87774f69a715 -- ceph orch ls -f json 2023-12-06T04:32:09.620 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Dec 06 04:32:09 smithi098 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi098[111615]: audit 2023-12-06T04:32:08.031454+0000 mgr.smithi047.erpxvz (mgr.14182) 1118 : audit [DBG] from='client.16100 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-06T04:32:09.629 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Dec 06 04:32:09 smithi047 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi047[108212]: audit 2023-12-06T04:32:08.031454+0000 mgr.smithi047.erpxvz (mgr.14182) 1118 : audit [DBG] from='client.16100 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-06T04:32:10.379 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Dec 06 04:32:10 smithi047 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi047[108212]: cluster 2023-12-06T04:32:09.188768+0000 mgr.smithi047.erpxvz (mgr.14182) 1119 : cluster [DBG] pgmap v667: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-06T04:32:10.620 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Dec 06 04:32:10 smithi098 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi098[111615]: cluster 2023-12-06T04:32:09.188768+0000 mgr.smithi047.erpxvz (mgr.14182) 1119 : cluster [DBG] pgmap v667: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-06T04:32:10.857 INFO:teuthology.orchestra.run.smithi047.stdout: 2023-12-06T04:32:10.857 INFO:teuthology.orchestra.run.smithi047.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-06T04:10:15.517593Z", "last_refresh": "2023-12-06T04:30:14.826306Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-06T04:10:10.954835Z", "last_refresh": "2023-12-06T04:30:12.313727Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-06T04:10:13.544463Z", "last_refresh": "2023-12-06T04:30:14.826450Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-06T04:24:07.066424Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi047.smeokd on smithi047: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-06T04:26:41.051237Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi098.ysltza on smithi098: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi098-ysltza\n/bin/podman: stderr Error: no such container ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi098-ysltza\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi098.ysltza\n/bin/podman: stderr Error: no such container ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi098.ysltza\nDeploy daemon haproxy.nfs.foo.smithi098.ysltza ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi098 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-06T04:24:48Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-06T04:25:25Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-06T04:26:03Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi098 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-06T04:29:10.819461Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi047.sawbiu on smithi047: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi047-sawbiu\n/bin/podman: stderr Error: no such container ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi047-sawbiu\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi047.sawbiu\n/bin/podman: stderr Error: no such container ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi047.sawbiu\nDeploy daemon haproxy.nfs.foo.smithi047.sawbiu ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi047 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-06T04:27:17Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-06T04:27:55Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-06T04:28:33Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi047 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-06T04:29:10.821054Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi098.xozkhg on smithi098: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-06T04:29:10.822338Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi047.lxpuoc on smithi047: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.47/16"}, "status": {"created": "2023-12-06T04:13:56.330826Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.47/16"}}, {"events": ["2023-12-06T04:13:52.727160Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-06T04:13:52.721318Z", "last_refresh": "2023-12-06T04:30:12.314505Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-06T04:10:09.956661Z", "last_refresh": "2023-12-06T04:30:12.313898Z", "running": 2, "size": 2}}, {"events": ["2023-12-06T04:11:13.238878Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi047:172.21.15.47=smithi047", "smithi098:172.21.15.98=smithi098"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-06T04:11:13.235526Z", "last_refresh": "2023-12-06T04:30:12.314005Z", "running": 2, "size": 2}}, {"events": ["2023-12-06T04:13:56.329598Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-12-06T04:13:56.325813Z", "last_refresh": "2023-12-06T04:30:14.827029Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-06T04:10:14.589128Z", "last_refresh": "2023-12-06T04:30:12.314085Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-06T04:11:43.239438Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-06T04:11:43.235053Z", "last_refresh": "2023-12-06T04:30:12.314182Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-06T04:10:12.030635Z", "last_refresh": "2023-12-06T04:30:14.826592Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-06T04:32:11.238 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-06T04:32:12.239 DEBUG:teuthology.orchestra.run.smithi047:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:d03fca4f35d43f61b4679936aef7bd2f01cced0b shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 2ecad2ea-93ed-11ee-95a2-87774f69a715 -- ceph orch ls -f json 2023-12-06T04:32:12.609 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Dec 06 04:32:12 smithi047 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi047[108212]: audit 2023-12-06T04:32:10.851900+0000 mgr.smithi047.erpxvz (mgr.14182) 1120 : audit [DBG] from='client.16104 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-06T04:32:12.609 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Dec 06 04:32:12 smithi047 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi047[108212]: cluster 2023-12-06T04:32:11.189440+0000 mgr.smithi047.erpxvz (mgr.14182) 1121 : 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-12-06T04:32:12.620 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Dec 06 04:32:12 smithi098 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi098[111615]: audit 2023-12-06T04:32:10.851900+0000 mgr.smithi047.erpxvz (mgr.14182) 1120 : audit [DBG] from='client.16104 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-06T04:32:12.620 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Dec 06 04:32:12 smithi098 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi098[111615]: cluster 2023-12-06T04:32:11.189440+0000 mgr.smithi047.erpxvz (mgr.14182) 1121 : 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-12-06T04:32:13.651 INFO:teuthology.orchestra.run.smithi047.stdout: 2023-12-06T04:32:13.651 INFO:teuthology.orchestra.run.smithi047.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-06T04:10:15.517593Z", "last_refresh": "2023-12-06T04:30:14.826306Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-06T04:10:10.954835Z", "last_refresh": "2023-12-06T04:30:12.313727Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-06T04:10:13.544463Z", "last_refresh": "2023-12-06T04:30:14.826450Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-06T04:24:07.066424Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi047.smeokd on smithi047: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-06T04:26:41.051237Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi098.ysltza on smithi098: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi098-ysltza\n/bin/podman: stderr Error: no such container ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi098-ysltza\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi098.ysltza\n/bin/podman: stderr Error: no such container ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi098.ysltza\nDeploy daemon haproxy.nfs.foo.smithi098.ysltza ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi098 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-06T04:24:48Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-06T04:25:25Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-06T04:26:03Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi098 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-06T04:29:10.819461Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi047.sawbiu on smithi047: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi047-sawbiu\n/bin/podman: stderr Error: no such container ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi047-sawbiu\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi047.sawbiu\n/bin/podman: stderr Error: no such container ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi047.sawbiu\nDeploy daemon haproxy.nfs.foo.smithi047.sawbiu ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi047 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-06T04:27:17Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-06T04:27:55Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-06T04:28:33Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi047 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-06T04:29:10.821054Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi098.xozkhg on smithi098: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-06T04:29:10.822338Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi047.lxpuoc on smithi047: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.47/16"}, "status": {"created": "2023-12-06T04:13:56.330826Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.47/16"}}, {"events": ["2023-12-06T04:13:52.727160Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-06T04:13:52.721318Z", "last_refresh": "2023-12-06T04:30:12.314505Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-06T04:10:09.956661Z", "last_refresh": "2023-12-06T04:30:12.313898Z", "running": 2, "size": 2}}, {"events": ["2023-12-06T04:11:13.238878Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi047:172.21.15.47=smithi047", "smithi098:172.21.15.98=smithi098"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-06T04:11:13.235526Z", "last_refresh": "2023-12-06T04:30:12.314005Z", "running": 2, "size": 2}}, {"events": ["2023-12-06T04:13:56.329598Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-12-06T04:13:56.325813Z", "last_refresh": "2023-12-06T04:30:14.827029Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-06T04:10:14.589128Z", "last_refresh": "2023-12-06T04:30:12.314085Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-06T04:11:43.239438Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-06T04:11:43.235053Z", "last_refresh": "2023-12-06T04:30:12.314182Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-06T04:10:12.030635Z", "last_refresh": "2023-12-06T04:30:14.826592Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-06T04:32:14.047 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-06T04:32:14.620 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Dec 06 04:32:14 smithi098 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi098[111615]: cluster 2023-12-06T04:32:13.190217+0000 mgr.smithi047.erpxvz (mgr.14182) 1122 : cluster [DBG] pgmap v669: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-06T04:32:14.629 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Dec 06 04:32:14 smithi047 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi047[108212]: cluster 2023-12-06T04:32:13.190217+0000 mgr.smithi047.erpxvz (mgr.14182) 1122 : cluster [DBG] pgmap v669: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-06T04:32:15.048 DEBUG:teuthology.orchestra.run.smithi047:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:d03fca4f35d43f61b4679936aef7bd2f01cced0b shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 2ecad2ea-93ed-11ee-95a2-87774f69a715 -- ceph orch ls -f json 2023-12-06T04:32:15.379 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Dec 06 04:32:15 smithi047 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi047[108212]: audit 2023-12-06T04:32:13.645958+0000 mgr.smithi047.erpxvz (mgr.14182) 1123 : audit [DBG] from='client.16108 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-06T04:32:15.620 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Dec 06 04:32:15 smithi098 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi098[111615]: audit 2023-12-06T04:32:13.645958+0000 mgr.smithi047.erpxvz (mgr.14182) 1123 : audit [DBG] from='client.16108 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-06T04:32:16.379 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Dec 06 04:32:16 smithi047 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi047[108212]: cluster 2023-12-06T04:32:15.190765+0000 mgr.smithi047.erpxvz (mgr.14182) 1124 : 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-12-06T04:32:16.540 INFO:teuthology.orchestra.run.smithi047.stdout: 2023-12-06T04:32:16.541 INFO:teuthology.orchestra.run.smithi047.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-06T04:10:15.517593Z", "last_refresh": "2023-12-06T04:30:14.826306Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-06T04:10:10.954835Z", "last_refresh": "2023-12-06T04:30:12.313727Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-06T04:10:13.544463Z", "last_refresh": "2023-12-06T04:30:14.826450Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-06T04:24:07.066424Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi047.smeokd on smithi047: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-06T04:26:41.051237Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi098.ysltza on smithi098: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi098-ysltza\n/bin/podman: stderr Error: no such container ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi098-ysltza\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi098.ysltza\n/bin/podman: stderr Error: no such container ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi098.ysltza\nDeploy daemon haproxy.nfs.foo.smithi098.ysltza ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi098 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-06T04:24:48Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-06T04:25:25Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-06T04:26:03Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi098 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-06T04:29:10.819461Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi047.sawbiu on smithi047: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi047-sawbiu\n/bin/podman: stderr Error: no such container ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi047-sawbiu\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi047.sawbiu\n/bin/podman: stderr Error: no such container ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi047.sawbiu\nDeploy daemon haproxy.nfs.foo.smithi047.sawbiu ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi047 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-06T04:27:17Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-06T04:27:55Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-06T04:28:33Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi047 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-06T04:29:10.821054Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi098.xozkhg on smithi098: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-06T04:29:10.822338Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi047.lxpuoc on smithi047: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.47/16"}, "status": {"created": "2023-12-06T04:13:56.330826Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.47/16"}}, {"events": ["2023-12-06T04:13:52.727160Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-06T04:13:52.721318Z", "last_refresh": "2023-12-06T04:30:12.314505Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-06T04:10:09.956661Z", "last_refresh": "2023-12-06T04:30:12.313898Z", "running": 2, "size": 2}}, {"events": ["2023-12-06T04:11:13.238878Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi047:172.21.15.47=smithi047", "smithi098:172.21.15.98=smithi098"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-06T04:11:13.235526Z", "last_refresh": "2023-12-06T04:30:12.314005Z", "running": 2, "size": 2}}, {"events": ["2023-12-06T04:13:56.329598Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-12-06T04:13:56.325813Z", "last_refresh": "2023-12-06T04:30:14.827029Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-06T04:10:14.589128Z", "last_refresh": "2023-12-06T04:30:12.314085Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-06T04:11:43.239438Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-06T04:11:43.235053Z", "last_refresh": "2023-12-06T04:30:12.314182Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-06T04:10:12.030635Z", "last_refresh": "2023-12-06T04:30:14.826592Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-06T04:32:16.620 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Dec 06 04:32:16 smithi098 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi098[111615]: cluster 2023-12-06T04:32:15.190765+0000 mgr.smithi047.erpxvz (mgr.14182) 1124 : 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-12-06T04:32:16.946 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-06T04:32:17.947 DEBUG:teuthology.orchestra.run.smithi047:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:d03fca4f35d43f61b4679936aef7bd2f01cced0b shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 2ecad2ea-93ed-11ee-95a2-87774f69a715 -- ceph orch ls -f json 2023-12-06T04:32:18.620 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Dec 06 04:32:18 smithi098 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi098[111615]: audit 2023-12-06T04:32:16.536281+0000 mgr.smithi047.erpxvz (mgr.14182) 1125 : audit [DBG] from='client.16112 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-06T04:32:18.620 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Dec 06 04:32:18 smithi098 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi098[111615]: cluster 2023-12-06T04:32:17.191423+0000 mgr.smithi047.erpxvz (mgr.14182) 1126 : 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-12-06T04:32:18.629 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Dec 06 04:32:18 smithi047 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi047[108212]: audit 2023-12-06T04:32:16.536281+0000 mgr.smithi047.erpxvz (mgr.14182) 1125 : audit [DBG] from='client.16112 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-06T04:32:18.629 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Dec 06 04:32:18 smithi047 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi047[108212]: cluster 2023-12-06T04:32:17.191423+0000 mgr.smithi047.erpxvz (mgr.14182) 1126 : 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-12-06T04:32:19.401 INFO:teuthology.orchestra.run.smithi047.stdout: 2023-12-06T04:32:19.401 INFO:teuthology.orchestra.run.smithi047.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-06T04:10:15.517593Z", "last_refresh": "2023-12-06T04:30:14.826306Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-06T04:10:10.954835Z", "last_refresh": "2023-12-06T04:30:12.313727Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-06T04:10:13.544463Z", "last_refresh": "2023-12-06T04:30:14.826450Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-06T04:24:07.066424Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi047.smeokd on smithi047: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-06T04:26:41.051237Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi098.ysltza on smithi098: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi098-ysltza\n/bin/podman: stderr Error: no such container ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi098-ysltza\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi098.ysltza\n/bin/podman: stderr Error: no such container ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi098.ysltza\nDeploy daemon haproxy.nfs.foo.smithi098.ysltza ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi098 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-06T04:24:48Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-06T04:25:25Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-06T04:26:03Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi098 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-06T04:29:10.819461Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi047.sawbiu on smithi047: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi047-sawbiu\n/bin/podman: stderr Error: no such container ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi047-sawbiu\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi047.sawbiu\n/bin/podman: stderr Error: no such container ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi047.sawbiu\nDeploy daemon haproxy.nfs.foo.smithi047.sawbiu ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi047 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-06T04:27:17Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-06T04:27:55Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-06T04:28:33Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi047 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-06T04:29:10.821054Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi098.xozkhg on smithi098: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-06T04:29:10.822338Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi047.lxpuoc on smithi047: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.47/16"}, "status": {"created": "2023-12-06T04:13:56.330826Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.47/16"}}, {"events": ["2023-12-06T04:13:52.727160Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-06T04:13:52.721318Z", "last_refresh": "2023-12-06T04:30:12.314505Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-06T04:10:09.956661Z", "last_refresh": "2023-12-06T04:30:12.313898Z", "running": 2, "size": 2}}, {"events": ["2023-12-06T04:11:13.238878Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi047:172.21.15.47=smithi047", "smithi098:172.21.15.98=smithi098"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-06T04:11:13.235526Z", "last_refresh": "2023-12-06T04:30:12.314005Z", "running": 2, "size": 2}}, {"events": ["2023-12-06T04:13:56.329598Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-12-06T04:13:56.325813Z", "last_refresh": "2023-12-06T04:30:14.827029Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-06T04:10:14.589128Z", "last_refresh": "2023-12-06T04:30:12.314085Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-06T04:11:43.239438Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-06T04:11:43.235053Z", "last_refresh": "2023-12-06T04:30:12.314182Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-06T04:10:12.030635Z", "last_refresh": "2023-12-06T04:30:14.826592Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-06T04:32:19.720 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Dec 06 04:32:19 smithi047 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi047[108212]: cluster 2023-12-06T04:32:19.191900+0000 mgr.smithi047.erpxvz (mgr.14182) 1127 : cluster [DBG] pgmap v672: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-06T04:32:19.721 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Dec 06 04:32:19 smithi047 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi047[108212]: audit 2023-12-06T04:32:19.396116+0000 mgr.smithi047.erpxvz (mgr.14182) 1128 : audit [DBG] from='client.16116 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-06T04:32:19.779 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-06T04:32:19.870 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Dec 06 04:32:19 smithi098 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi098[111615]: cluster 2023-12-06T04:32:19.191900+0000 mgr.smithi047.erpxvz (mgr.14182) 1127 : cluster [DBG] pgmap v672: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-06T04:32:19.870 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Dec 06 04:32:19 smithi098 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi098[111615]: audit 2023-12-06T04:32:19.396116+0000 mgr.smithi047.erpxvz (mgr.14182) 1128 : audit [DBG] from='client.16116 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-06T04:32:20.780 DEBUG:teuthology.orchestra.run.smithi047:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:d03fca4f35d43f61b4679936aef7bd2f01cced0b shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 2ecad2ea-93ed-11ee-95a2-87774f69a715 -- ceph orch ls -f json 2023-12-06T04:32:22.315 INFO:teuthology.orchestra.run.smithi047.stdout: 2023-12-06T04:32:22.316 INFO:teuthology.orchestra.run.smithi047.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-06T04:10:15.517593Z", "last_refresh": "2023-12-06T04:30:14.826306Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-06T04:10:10.954835Z", "last_refresh": "2023-12-06T04:30:12.313727Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-06T04:10:13.544463Z", "last_refresh": "2023-12-06T04:30:14.826450Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-06T04:24:07.066424Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi047.smeokd on smithi047: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-06T04:26:41.051237Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi098.ysltza on smithi098: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi098-ysltza\n/bin/podman: stderr Error: no such container ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi098-ysltza\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi098.ysltza\n/bin/podman: stderr Error: no such container ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi098.ysltza\nDeploy daemon haproxy.nfs.foo.smithi098.ysltza ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi098 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-06T04:24:48Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-06T04:25:25Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-06T04:26:03Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi098 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-06T04:29:10.819461Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi047.sawbiu on smithi047: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi047-sawbiu\n/bin/podman: stderr Error: no such container ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi047-sawbiu\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi047.sawbiu\n/bin/podman: stderr Error: no such container ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi047.sawbiu\nDeploy daemon haproxy.nfs.foo.smithi047.sawbiu ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi047 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-06T04:27:17Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-06T04:27:55Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-06T04:28:33Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi047 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-06T04:29:10.821054Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi098.xozkhg on smithi098: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-06T04:29:10.822338Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi047.lxpuoc on smithi047: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.47/16"}, "status": {"created": "2023-12-06T04:13:56.330826Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.47/16"}}, {"events": ["2023-12-06T04:13:52.727160Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-06T04:13:52.721318Z", "last_refresh": "2023-12-06T04:30:12.314505Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-06T04:10:09.956661Z", "last_refresh": "2023-12-06T04:30:12.313898Z", "running": 2, "size": 2}}, {"events": ["2023-12-06T04:11:13.238878Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi047:172.21.15.47=smithi047", "smithi098:172.21.15.98=smithi098"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-06T04:11:13.235526Z", "last_refresh": "2023-12-06T04:30:12.314005Z", "running": 2, "size": 2}}, {"events": ["2023-12-06T04:13:56.329598Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-12-06T04:13:56.325813Z", "last_refresh": "2023-12-06T04:30:14.827029Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-06T04:10:14.589128Z", "last_refresh": "2023-12-06T04:30:12.314085Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-06T04:11:43.239438Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-06T04:11:43.235053Z", "last_refresh": "2023-12-06T04:30:12.314182Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-06T04:10:12.030635Z", "last_refresh": "2023-12-06T04:30:14.826592Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-06T04:32:22.524 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Dec 06 04:32:22 smithi047 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi047[108212]: cluster 2023-12-06T04:32:21.192395+0000 mgr.smithi047.erpxvz (mgr.14182) 1129 : 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-12-06T04:32:22.620 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Dec 06 04:32:22 smithi098 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi098[111615]: cluster 2023-12-06T04:32:21.192395+0000 mgr.smithi047.erpxvz (mgr.14182) 1129 : 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-12-06T04:32:22.720 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-06T04:32:23.620 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Dec 06 04:32:23 smithi098 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi098[111615]: audit 2023-12-06T04:32:22.310353+0000 mgr.smithi047.erpxvz (mgr.14182) 1130 : audit [DBG] from='client.16120 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-06T04:32:23.629 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Dec 06 04:32:23 smithi047 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi047[108212]: audit 2023-12-06T04:32:22.310353+0000 mgr.smithi047.erpxvz (mgr.14182) 1130 : audit [DBG] from='client.16120 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-06T04:32:23.722 DEBUG:teuthology.orchestra.run.smithi047:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:d03fca4f35d43f61b4679936aef7bd2f01cced0b shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 2ecad2ea-93ed-11ee-95a2-87774f69a715 -- ceph orch ls -f json 2023-12-06T04:32:24.379 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Dec 06 04:32:24 smithi047 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi047[108212]: cluster 2023-12-06T04:32:23.193092+0000 mgr.smithi047.erpxvz (mgr.14182) 1131 : cluster [DBG] pgmap v674: 97 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-12-06T04:32:24.620 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Dec 06 04:32:24 smithi098 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi098[111615]: cluster 2023-12-06T04:32:23.193092+0000 mgr.smithi047.erpxvz (mgr.14182) 1131 : cluster [DBG] pgmap v674: 97 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-12-06T04:32:25.279 INFO:teuthology.orchestra.run.smithi047.stdout: 2023-12-06T04:32:25.279 INFO:teuthology.orchestra.run.smithi047.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-06T04:10:15.517593Z", "last_refresh": "2023-12-06T04:30:14.826306Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-06T04:10:10.954835Z", "last_refresh": "2023-12-06T04:30:12.313727Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-06T04:10:13.544463Z", "last_refresh": "2023-12-06T04:30:14.826450Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-06T04:24:07.066424Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi047.smeokd on smithi047: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-06T04:26:41.051237Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi098.ysltza on smithi098: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi098-ysltza\n/bin/podman: stderr Error: no such container ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi098-ysltza\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi098.ysltza\n/bin/podman: stderr Error: no such container ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi098.ysltza\nDeploy daemon haproxy.nfs.foo.smithi098.ysltza ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi098 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-06T04:24:48Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-06T04:25:25Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-06T04:26:03Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi098 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-06T04:29:10.819461Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi047.sawbiu on smithi047: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi047-sawbiu\n/bin/podman: stderr Error: no such container ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi047-sawbiu\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi047.sawbiu\n/bin/podman: stderr Error: no such container ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi047.sawbiu\nDeploy daemon haproxy.nfs.foo.smithi047.sawbiu ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi047 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-06T04:27:17Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-06T04:27:55Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-06T04:28:33Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi047 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-06T04:29:10.821054Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi098.xozkhg on smithi098: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-06T04:29:10.822338Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi047.lxpuoc on smithi047: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.47/16"}, "status": {"created": "2023-12-06T04:13:56.330826Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.47/16"}}, {"events": ["2023-12-06T04:13:52.727160Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-06T04:13:52.721318Z", "last_refresh": "2023-12-06T04:30:12.314505Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-06T04:10:09.956661Z", "last_refresh": "2023-12-06T04:30:12.313898Z", "running": 2, "size": 2}}, {"events": ["2023-12-06T04:11:13.238878Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi047:172.21.15.47=smithi047", "smithi098:172.21.15.98=smithi098"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-06T04:11:13.235526Z", "last_refresh": "2023-12-06T04:30:12.314005Z", "running": 2, "size": 2}}, {"events": ["2023-12-06T04:13:56.329598Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-12-06T04:13:56.325813Z", "last_refresh": "2023-12-06T04:30:14.827029Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-06T04:10:14.589128Z", "last_refresh": "2023-12-06T04:30:12.314085Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-06T04:11:43.239438Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-06T04:11:43.235053Z", "last_refresh": "2023-12-06T04:30:12.314182Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-06T04:10:12.030635Z", "last_refresh": "2023-12-06T04:30:14.826592Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-06T04:32:25.678 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-06T04:32:26.620 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Dec 06 04:32:26 smithi098 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi098[111615]: cluster 2023-12-06T04:32:25.193562+0000 mgr.smithi047.erpxvz (mgr.14182) 1132 : 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-12-06T04:32:26.620 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Dec 06 04:32:26 smithi098 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi098[111615]: audit 2023-12-06T04:32:25.274018+0000 mgr.smithi047.erpxvz (mgr.14182) 1133 : audit [DBG] from='client.16124 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-06T04:32:26.629 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Dec 06 04:32:26 smithi047 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi047[108212]: cluster 2023-12-06T04:32:25.193562+0000 mgr.smithi047.erpxvz (mgr.14182) 1132 : 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-12-06T04:32:26.629 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Dec 06 04:32:26 smithi047 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi047[108212]: audit 2023-12-06T04:32:25.274018+0000 mgr.smithi047.erpxvz (mgr.14182) 1133 : audit [DBG] from='client.16124 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-06T04:32:26.678 DEBUG:teuthology.orchestra.run.smithi047:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:d03fca4f35d43f61b4679936aef7bd2f01cced0b shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 2ecad2ea-93ed-11ee-95a2-87774f69a715 -- ceph orch ls -f json 2023-12-06T04:32:28.105 INFO:teuthology.orchestra.run.smithi047.stdout: 2023-12-06T04:32:28.105 INFO:teuthology.orchestra.run.smithi047.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-06T04:10:15.517593Z", "last_refresh": "2023-12-06T04:30:14.826306Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-06T04:10:10.954835Z", "last_refresh": "2023-12-06T04:30:12.313727Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-06T04:10:13.544463Z", "last_refresh": "2023-12-06T04:30:14.826450Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-06T04:24:07.066424Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi047.smeokd on smithi047: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-06T04:26:41.051237Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi098.ysltza on smithi098: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi098-ysltza\n/bin/podman: stderr Error: no such container ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi098-ysltza\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi098.ysltza\n/bin/podman: stderr Error: no such container ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi098.ysltza\nDeploy daemon haproxy.nfs.foo.smithi098.ysltza ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi098 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-06T04:24:48Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-06T04:25:25Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-06T04:26:03Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi098 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-06T04:29:10.819461Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi047.sawbiu on smithi047: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi047-sawbiu\n/bin/podman: stderr Error: no such container ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi047-sawbiu\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi047.sawbiu\n/bin/podman: stderr Error: no such container ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi047.sawbiu\nDeploy daemon haproxy.nfs.foo.smithi047.sawbiu ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi047 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-06T04:27:17Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-06T04:27:55Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-06T04:28:33Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi047 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-06T04:29:10.821054Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi098.xozkhg on smithi098: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-06T04:29:10.822338Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi047.lxpuoc on smithi047: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.47/16"}, "status": {"created": "2023-12-06T04:13:56.330826Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.47/16"}}, {"events": ["2023-12-06T04:13:52.727160Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-06T04:13:52.721318Z", "last_refresh": "2023-12-06T04:30:12.314505Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-06T04:10:09.956661Z", "last_refresh": "2023-12-06T04:30:12.313898Z", "running": 2, "size": 2}}, {"events": ["2023-12-06T04:11:13.238878Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi047:172.21.15.47=smithi047", "smithi098:172.21.15.98=smithi098"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-06T04:11:13.235526Z", "last_refresh": "2023-12-06T04:30:12.314005Z", "running": 2, "size": 2}}, {"events": ["2023-12-06T04:13:56.329598Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-12-06T04:13:56.325813Z", "last_refresh": "2023-12-06T04:30:14.827029Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-06T04:10:14.589128Z", "last_refresh": "2023-12-06T04:30:12.314085Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-06T04:11:43.239438Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-06T04:11:43.235053Z", "last_refresh": "2023-12-06T04:30:12.314182Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-06T04:10:12.030635Z", "last_refresh": "2023-12-06T04:30:14.826592Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-06T04:32:28.379 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Dec 06 04:32:28 smithi047 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi047[108212]: cluster 2023-12-06T04:32:27.194128+0000 mgr.smithi047.erpxvz (mgr.14182) 1134 : 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-12-06T04:32:28.478 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-06T04:32:28.620 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Dec 06 04:32:28 smithi098 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi098[111615]: cluster 2023-12-06T04:32:27.194128+0000 mgr.smithi047.erpxvz (mgr.14182) 1134 : 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-12-06T04:32:29.480 DEBUG:teuthology.orchestra.run.smithi047:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:d03fca4f35d43f61b4679936aef7bd2f01cced0b shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 2ecad2ea-93ed-11ee-95a2-87774f69a715 -- ceph orch ls -f json 2023-12-06T04:32:29.517 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Dec 06 04:32:29 smithi047 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi047[108212]: audit 2023-12-06T04:32:28.100639+0000 mgr.smithi047.erpxvz (mgr.14182) 1135 : audit [DBG] from='client.16128 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-06T04:32:29.620 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Dec 06 04:32:29 smithi098 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi098[111615]: audit 2023-12-06T04:32:28.100639+0000 mgr.smithi047.erpxvz (mgr.14182) 1135 : audit [DBG] from='client.16128 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-06T04:32:30.560 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Dec 06 04:32:30 smithi047 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi047[108212]: cluster 2023-12-06T04:32:29.194788+0000 mgr.smithi047.erpxvz (mgr.14182) 1136 : cluster [DBG] pgmap v677: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-06T04:32:30.620 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Dec 06 04:32:30 smithi098 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi098[111615]: cluster 2023-12-06T04:32:29.194788+0000 mgr.smithi047.erpxvz (mgr.14182) 1136 : cluster [DBG] pgmap v677: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-06T04:32:30.962 INFO:teuthology.orchestra.run.smithi047.stdout: 2023-12-06T04:32:30.962 INFO:teuthology.orchestra.run.smithi047.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-06T04:10:15.517593Z", "last_refresh": "2023-12-06T04:30:14.826306Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-06T04:10:10.954835Z", "last_refresh": "2023-12-06T04:30:12.313727Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-06T04:10:13.544463Z", "last_refresh": "2023-12-06T04:30:14.826450Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-06T04:24:07.066424Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi047.smeokd on smithi047: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-06T04:26:41.051237Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi098.ysltza on smithi098: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi098-ysltza\n/bin/podman: stderr Error: no such container ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi098-ysltza\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi098.ysltza\n/bin/podman: stderr Error: no such container ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi098.ysltza\nDeploy daemon haproxy.nfs.foo.smithi098.ysltza ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi098 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-06T04:24:48Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-06T04:25:25Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-06T04:26:03Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi098 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-06T04:29:10.819461Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi047.sawbiu on smithi047: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi047-sawbiu\n/bin/podman: stderr Error: no such container ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi047-sawbiu\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi047.sawbiu\n/bin/podman: stderr Error: no such container ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi047.sawbiu\nDeploy daemon haproxy.nfs.foo.smithi047.sawbiu ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi047 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-06T04:27:17Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-06T04:27:55Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-06T04:28:33Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi047 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-06T04:29:10.821054Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi098.xozkhg on smithi098: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-06T04:29:10.822338Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi047.lxpuoc on smithi047: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.47/16"}, "status": {"created": "2023-12-06T04:13:56.330826Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.47/16"}}, {"events": ["2023-12-06T04:13:52.727160Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-06T04:13:52.721318Z", "last_refresh": "2023-12-06T04:30:12.314505Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-06T04:10:09.956661Z", "last_refresh": "2023-12-06T04:30:12.313898Z", "running": 2, "size": 2}}, {"events": ["2023-12-06T04:11:13.238878Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi047:172.21.15.47=smithi047", "smithi098:172.21.15.98=smithi098"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-06T04:11:13.235526Z", "last_refresh": "2023-12-06T04:30:12.314005Z", "running": 2, "size": 2}}, {"events": ["2023-12-06T04:13:56.329598Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-12-06T04:13:56.325813Z", "last_refresh": "2023-12-06T04:30:14.827029Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-06T04:10:14.589128Z", "last_refresh": "2023-12-06T04:30:12.314085Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-06T04:11:43.239438Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-06T04:11:43.235053Z", "last_refresh": "2023-12-06T04:30:12.314182Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-06T04:10:12.030635Z", "last_refresh": "2023-12-06T04:30:14.826592Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-06T04:32:31.353 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-06T04:32:32.354 DEBUG:teuthology.orchestra.run.smithi047:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:d03fca4f35d43f61b4679936aef7bd2f01cced0b shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 2ecad2ea-93ed-11ee-95a2-87774f69a715 -- ceph orch ls -f json 2023-12-06T04:32:32.620 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Dec 06 04:32:32 smithi098 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi098[111615]: audit 2023-12-06T04:32:30.957297+0000 mgr.smithi047.erpxvz (mgr.14182) 1137 : audit [DBG] from='client.16132 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-06T04:32:32.620 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Dec 06 04:32:32 smithi098 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi098[111615]: cluster 2023-12-06T04:32:31.195284+0000 mgr.smithi047.erpxvz (mgr.14182) 1138 : 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-12-06T04:32:32.629 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Dec 06 04:32:32 smithi047 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi047[108212]: audit 2023-12-06T04:32:30.957297+0000 mgr.smithi047.erpxvz (mgr.14182) 1137 : audit [DBG] from='client.16132 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-06T04:32:32.629 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Dec 06 04:32:32 smithi047 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi047[108212]: cluster 2023-12-06T04:32:31.195284+0000 mgr.smithi047.erpxvz (mgr.14182) 1138 : 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-12-06T04:32:33.879 INFO:teuthology.orchestra.run.smithi047.stdout: 2023-12-06T04:32:33.880 INFO:teuthology.orchestra.run.smithi047.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-06T04:10:15.517593Z", "last_refresh": "2023-12-06T04:30:14.826306Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-06T04:10:10.954835Z", "last_refresh": "2023-12-06T04:30:12.313727Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-06T04:10:13.544463Z", "last_refresh": "2023-12-06T04:30:14.826450Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-06T04:24:07.066424Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi047.smeokd on smithi047: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-06T04:26:41.051237Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi098.ysltza on smithi098: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi098-ysltza\n/bin/podman: stderr Error: no such container ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi098-ysltza\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi098.ysltza\n/bin/podman: stderr Error: no such container ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi098.ysltza\nDeploy daemon haproxy.nfs.foo.smithi098.ysltza ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi098 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-06T04:24:48Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-06T04:25:25Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-06T04:26:03Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi098 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-06T04:29:10.819461Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi047.sawbiu on smithi047: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi047-sawbiu\n/bin/podman: stderr Error: no such container ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi047-sawbiu\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi047.sawbiu\n/bin/podman: stderr Error: no such container ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi047.sawbiu\nDeploy daemon haproxy.nfs.foo.smithi047.sawbiu ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi047 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-06T04:27:17Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-06T04:27:55Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-06T04:28:33Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi047 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-06T04:29:10.821054Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi098.xozkhg on smithi098: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-06T04:29:10.822338Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi047.lxpuoc on smithi047: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.47/16"}, "status": {"created": "2023-12-06T04:13:56.330826Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.47/16"}}, {"events": ["2023-12-06T04:13:52.727160Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-06T04:13:52.721318Z", "last_refresh": "2023-12-06T04:30:12.314505Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-06T04:10:09.956661Z", "last_refresh": "2023-12-06T04:30:12.313898Z", "running": 2, "size": 2}}, {"events": ["2023-12-06T04:11:13.238878Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi047:172.21.15.47=smithi047", "smithi098:172.21.15.98=smithi098"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-06T04:11:13.235526Z", "last_refresh": "2023-12-06T04:30:12.314005Z", "running": 2, "size": 2}}, {"events": ["2023-12-06T04:13:56.329598Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-12-06T04:13:56.325813Z", "last_refresh": "2023-12-06T04:30:14.827029Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-06T04:10:14.589128Z", "last_refresh": "2023-12-06T04:30:12.314085Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-06T04:11:43.239438Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-06T04:11:43.235053Z", "last_refresh": "2023-12-06T04:30:12.314182Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-06T04:10:12.030635Z", "last_refresh": "2023-12-06T04:30:14.826592Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-06T04:32:34.261 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-06T04:32:34.620 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Dec 06 04:32:34 smithi098 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi098[111615]: cluster 2023-12-06T04:32:33.195858+0000 mgr.smithi047.erpxvz (mgr.14182) 1139 : cluster [DBG] pgmap v679: 97 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-12-06T04:32:34.629 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Dec 06 04:32:34 smithi047 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi047[108212]: cluster 2023-12-06T04:32:33.195858+0000 mgr.smithi047.erpxvz (mgr.14182) 1139 : cluster [DBG] pgmap v679: 97 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-12-06T04:32:35.263 DEBUG:teuthology.orchestra.run.smithi047:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:d03fca4f35d43f61b4679936aef7bd2f01cced0b shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 2ecad2ea-93ed-11ee-95a2-87774f69a715 -- ceph orch ls -f json 2023-12-06T04:32:35.620 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Dec 06 04:32:35 smithi098 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi098[111615]: audit 2023-12-06T04:32:33.874722+0000 mgr.smithi047.erpxvz (mgr.14182) 1140 : audit [DBG] from='client.16136 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-06T04:32:35.629 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Dec 06 04:32:35 smithi047 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi047[108212]: audit 2023-12-06T04:32:33.874722+0000 mgr.smithi047.erpxvz (mgr.14182) 1140 : audit [DBG] from='client.16136 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-06T04:32:36.620 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Dec 06 04:32:36 smithi098 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi098[111615]: cluster 2023-12-06T04:32:35.196716+0000 mgr.smithi047.erpxvz (mgr.14182) 1141 : 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-12-06T04:32:36.629 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Dec 06 04:32:36 smithi047 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi047[108212]: cluster 2023-12-06T04:32:35.196716+0000 mgr.smithi047.erpxvz (mgr.14182) 1141 : 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-12-06T04:32:36.739 INFO:teuthology.orchestra.run.smithi047.stdout: 2023-12-06T04:32:36.739 INFO:teuthology.orchestra.run.smithi047.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-06T04:10:15.517593Z", "last_refresh": "2023-12-06T04:30:14.826306Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-06T04:10:10.954835Z", "last_refresh": "2023-12-06T04:30:12.313727Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-06T04:10:13.544463Z", "last_refresh": "2023-12-06T04:30:14.826450Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-06T04:24:07.066424Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi047.smeokd on smithi047: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-06T04:26:41.051237Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi098.ysltza on smithi098: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi098-ysltza\n/bin/podman: stderr Error: no such container ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi098-ysltza\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi098.ysltza\n/bin/podman: stderr Error: no such container ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi098.ysltza\nDeploy daemon haproxy.nfs.foo.smithi098.ysltza ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi098 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-06T04:24:48Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-06T04:25:25Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-06T04:26:03Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi098 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-06T04:29:10.819461Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi047.sawbiu on smithi047: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi047-sawbiu\n/bin/podman: stderr Error: no such container ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi047-sawbiu\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi047.sawbiu\n/bin/podman: stderr Error: no such container ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi047.sawbiu\nDeploy daemon haproxy.nfs.foo.smithi047.sawbiu ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi047 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-06T04:27:17Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-06T04:27:55Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-06T04:28:33Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi047 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-06T04:29:10.821054Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi098.xozkhg on smithi098: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-06T04:29:10.822338Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi047.lxpuoc on smithi047: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.47/16"}, "status": {"created": "2023-12-06T04:13:56.330826Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.47/16"}}, {"events": ["2023-12-06T04:13:52.727160Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-06T04:13:52.721318Z", "last_refresh": "2023-12-06T04:30:12.314505Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-06T04:10:09.956661Z", "last_refresh": "2023-12-06T04:30:12.313898Z", "running": 2, "size": 2}}, {"events": ["2023-12-06T04:11:13.238878Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi047:172.21.15.47=smithi047", "smithi098:172.21.15.98=smithi098"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-06T04:11:13.235526Z", "last_refresh": "2023-12-06T04:30:12.314005Z", "running": 2, "size": 2}}, {"events": ["2023-12-06T04:13:56.329598Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-12-06T04:13:56.325813Z", "last_refresh": "2023-12-06T04:30:14.827029Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-06T04:10:14.589128Z", "last_refresh": "2023-12-06T04:30:12.314085Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-06T04:11:43.239438Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-06T04:11:43.235053Z", "last_refresh": "2023-12-06T04:30:12.314182Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-06T04:10:12.030635Z", "last_refresh": "2023-12-06T04:30:14.826592Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-06T04:32:37.126 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-06T04:32:38.127 DEBUG:teuthology.orchestra.run.smithi047:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:d03fca4f35d43f61b4679936aef7bd2f01cced0b shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 2ecad2ea-93ed-11ee-95a2-87774f69a715 -- ceph orch ls -f json 2023-12-06T04:32:38.497 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Dec 06 04:32:38 smithi047 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi047[108212]: audit 2023-12-06T04:32:36.734218+0000 mgr.smithi047.erpxvz (mgr.14182) 1142 : audit [DBG] from='client.16140 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-06T04:32:38.497 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Dec 06 04:32:38 smithi047 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi047[108212]: cluster 2023-12-06T04:32:37.197280+0000 mgr.smithi047.erpxvz (mgr.14182) 1143 : cluster [DBG] pgmap v681: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-06T04:32:38.620 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Dec 06 04:32:38 smithi098 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi098[111615]: audit 2023-12-06T04:32:36.734218+0000 mgr.smithi047.erpxvz (mgr.14182) 1142 : audit [DBG] from='client.16140 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-06T04:32:38.620 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Dec 06 04:32:38 smithi098 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi098[111615]: cluster 2023-12-06T04:32:37.197280+0000 mgr.smithi047.erpxvz (mgr.14182) 1143 : cluster [DBG] pgmap v681: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-06T04:32:39.521 INFO:teuthology.orchestra.run.smithi047.stdout: 2023-12-06T04:32:39.521 INFO:teuthology.orchestra.run.smithi047.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-06T04:10:15.517593Z", "last_refresh": "2023-12-06T04:30:14.826306Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-06T04:10:10.954835Z", "last_refresh": "2023-12-06T04:30:12.313727Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-06T04:10:13.544463Z", "last_refresh": "2023-12-06T04:30:14.826450Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-06T04:24:07.066424Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi047.smeokd on smithi047: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-06T04:26:41.051237Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi098.ysltza on smithi098: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi098-ysltza\n/bin/podman: stderr Error: no such container ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi098-ysltza\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi098.ysltza\n/bin/podman: stderr Error: no such container ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi098.ysltza\nDeploy daemon haproxy.nfs.foo.smithi098.ysltza ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi098 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-06T04:24:48Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-06T04:25:25Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-06T04:26:03Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi098 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-06T04:29:10.819461Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi047.sawbiu on smithi047: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi047-sawbiu\n/bin/podman: stderr Error: no such container ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi047-sawbiu\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi047.sawbiu\n/bin/podman: stderr Error: no such container ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi047.sawbiu\nDeploy daemon haproxy.nfs.foo.smithi047.sawbiu ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi047 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-06T04:27:17Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-06T04:27:55Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-06T04:28:33Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi047 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-06T04:29:10.821054Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi098.xozkhg on smithi098: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-06T04:29:10.822338Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi047.lxpuoc on smithi047: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.47/16"}, "status": {"created": "2023-12-06T04:13:56.330826Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.47/16"}}, {"events": ["2023-12-06T04:13:52.727160Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-06T04:13:52.721318Z", "last_refresh": "2023-12-06T04:30:12.314505Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-06T04:10:09.956661Z", "last_refresh": "2023-12-06T04:30:12.313898Z", "running": 2, "size": 2}}, {"events": ["2023-12-06T04:11:13.238878Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi047:172.21.15.47=smithi047", "smithi098:172.21.15.98=smithi098"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-06T04:11:13.235526Z", "last_refresh": "2023-12-06T04:30:12.314005Z", "running": 2, "size": 2}}, {"events": ["2023-12-06T04:13:56.329598Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-12-06T04:13:56.325813Z", "last_refresh": "2023-12-06T04:30:14.827029Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-06T04:10:14.589128Z", "last_refresh": "2023-12-06T04:30:12.314085Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-06T04:11:43.239438Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-06T04:11:43.235053Z", "last_refresh": "2023-12-06T04:30:12.314182Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-06T04:10:12.030635Z", "last_refresh": "2023-12-06T04:30:14.826592Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-06T04:32:39.801 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Dec 06 04:32:39 smithi047 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi047[108212]: cluster 2023-12-06T04:32:39.197962+0000 mgr.smithi047.erpxvz (mgr.14182) 1144 : cluster [DBG] pgmap v682: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-06T04:32:39.870 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Dec 06 04:32:39 smithi098 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi098[111615]: cluster 2023-12-06T04:32:39.197962+0000 mgr.smithi047.erpxvz (mgr.14182) 1144 : cluster [DBG] pgmap v682: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-06T04:32:39.893 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-06T04:32:40.870 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Dec 06 04:32:40 smithi098 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi098[111615]: audit 2023-12-06T04:32:39.516403+0000 mgr.smithi047.erpxvz (mgr.14182) 1145 : audit [DBG] from='client.16144 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-06T04:32:40.879 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Dec 06 04:32:40 smithi047 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi047[108212]: audit 2023-12-06T04:32:39.516403+0000 mgr.smithi047.erpxvz (mgr.14182) 1145 : audit [DBG] from='client.16144 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-06T04:32:40.895 DEBUG:teuthology.orchestra.run.smithi047:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:d03fca4f35d43f61b4679936aef7bd2f01cced0b shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 2ecad2ea-93ed-11ee-95a2-87774f69a715 -- ceph orch ls -f json 2023-12-06T04:32:41.870 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Dec 06 04:32:41 smithi098 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi098[111615]: cluster 2023-12-06T04:32:41.198623+0000 mgr.smithi047.erpxvz (mgr.14182) 1146 : cluster [DBG] pgmap v683: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-06T04:32:41.879 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Dec 06 04:32:41 smithi047 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi047[108212]: cluster 2023-12-06T04:32:41.198623+0000 mgr.smithi047.erpxvz (mgr.14182) 1146 : cluster [DBG] pgmap v683: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-06T04:32:42.336 INFO:teuthology.orchestra.run.smithi047.stdout: 2023-12-06T04:32:42.336 INFO:teuthology.orchestra.run.smithi047.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-06T04:10:15.517593Z", "last_refresh": "2023-12-06T04:30:14.826306Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-06T04:10:10.954835Z", "last_refresh": "2023-12-06T04:30:12.313727Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-06T04:10:13.544463Z", "last_refresh": "2023-12-06T04:30:14.826450Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-06T04:24:07.066424Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi047.smeokd on smithi047: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-06T04:26:41.051237Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi098.ysltza on smithi098: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi098-ysltza\n/bin/podman: stderr Error: no such container ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi098-ysltza\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi098.ysltza\n/bin/podman: stderr Error: no such container ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi098.ysltza\nDeploy daemon haproxy.nfs.foo.smithi098.ysltza ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi098 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-06T04:24:48Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-06T04:25:25Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-06T04:26:03Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi098 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-06T04:29:10.819461Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi047.sawbiu on smithi047: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi047-sawbiu\n/bin/podman: stderr Error: no such container ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi047-sawbiu\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi047.sawbiu\n/bin/podman: stderr Error: no such container ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi047.sawbiu\nDeploy daemon haproxy.nfs.foo.smithi047.sawbiu ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi047 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-06T04:27:17Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-06T04:27:55Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-06T04:28:33Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi047 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-06T04:29:10.821054Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi098.xozkhg on smithi098: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-06T04:29:10.822338Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi047.lxpuoc on smithi047: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.47/16"}, "status": {"created": "2023-12-06T04:13:56.330826Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.47/16"}}, {"events": ["2023-12-06T04:13:52.727160Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-06T04:13:52.721318Z", "last_refresh": "2023-12-06T04:30:12.314505Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-06T04:10:09.956661Z", "last_refresh": "2023-12-06T04:30:12.313898Z", "running": 2, "size": 2}}, {"events": ["2023-12-06T04:11:13.238878Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi047:172.21.15.47=smithi047", "smithi098:172.21.15.98=smithi098"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-06T04:11:13.235526Z", "last_refresh": "2023-12-06T04:30:12.314005Z", "running": 2, "size": 2}}, {"events": ["2023-12-06T04:13:56.329598Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-12-06T04:13:56.325813Z", "last_refresh": "2023-12-06T04:30:14.827029Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-06T04:10:14.589128Z", "last_refresh": "2023-12-06T04:30:12.314085Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-06T04:11:43.239438Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-06T04:11:43.235053Z", "last_refresh": "2023-12-06T04:30:12.314182Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-06T04:10:12.030635Z", "last_refresh": "2023-12-06T04:30:14.826592Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-06T04:32:42.629 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Dec 06 04:32:42 smithi047 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi047[108212]: audit 2023-12-06T04:32:42.331107+0000 mgr.smithi047.erpxvz (mgr.14182) 1147 : audit [DBG] from='client.16148 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-06T04:32:42.710 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-06T04:32:42.870 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Dec 06 04:32:42 smithi098 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi098[111615]: audit 2023-12-06T04:32:42.331107+0000 mgr.smithi047.erpxvz (mgr.14182) 1147 : audit [DBG] from='client.16148 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-06T04:32:43.711 DEBUG:teuthology.orchestra.run.smithi047:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:d03fca4f35d43f61b4679936aef7bd2f01cced0b shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 2ecad2ea-93ed-11ee-95a2-87774f69a715 -- ceph orch ls -f json 2023-12-06T04:32:43.870 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Dec 06 04:32:43 smithi098 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi098[111615]: cluster 2023-12-06T04:32:43.199285+0000 mgr.smithi047.erpxvz (mgr.14182) 1148 : cluster [DBG] pgmap v684: 97 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-12-06T04:32:43.879 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Dec 06 04:32:43 smithi047 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi047[108212]: cluster 2023-12-06T04:32:43.199285+0000 mgr.smithi047.erpxvz (mgr.14182) 1148 : cluster [DBG] pgmap v684: 97 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-12-06T04:32:45.120 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Dec 06 04:32:44 smithi098 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi098[111615]: audit 2023-12-06T04:32:44.676505+0000 mon.smithi047 (mon.0) 740 : audit [INF] from='mgr.14182 172.21.15.47:0/1495146391' entity='mgr.smithi047.erpxvz' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi098.algqxx"}]: dispatch 2023-12-06T04:32:45.129 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Dec 06 04:32:44 smithi047 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi047[108212]: audit 2023-12-06T04:32:44.676505+0000 mon.smithi047 (mon.0) 740 : audit [INF] from='mgr.14182 172.21.15.47:0/1495146391' entity='mgr.smithi047.erpxvz' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi098.algqxx"}]: dispatch 2023-12-06T04:32:45.182 INFO:teuthology.orchestra.run.smithi047.stdout: 2023-12-06T04:32:45.183 INFO:teuthology.orchestra.run.smithi047.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-06T04:10:15.517593Z", "last_refresh": "2023-12-06T04:30:14.826306Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-06T04:10:10.954835Z", "last_refresh": "2023-12-06T04:30:12.313727Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-06T04:10:13.544463Z", "last_refresh": "2023-12-06T04:30:14.826450Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-06T04:26:41.051237Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi098.ysltza on smithi098: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi098-ysltza\n/bin/podman: stderr Error: no such container ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi098-ysltza\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi098.ysltza\n/bin/podman: stderr Error: no such container ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi098.ysltza\nDeploy daemon haproxy.nfs.foo.smithi098.ysltza ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi098 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-06T04:24:48Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-06T04:25:25Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-06T04:26:03Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi098 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-06T04:29:10.819461Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi047.sawbiu on smithi047: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi047-sawbiu\n/bin/podman: stderr Error: no such container ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi047-sawbiu\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi047.sawbiu\n/bin/podman: stderr Error: no such container ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi047.sawbiu\nDeploy daemon haproxy.nfs.foo.smithi047.sawbiu ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi047 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-06T04:27:17Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-06T04:27:55Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-06T04:28:33Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi047 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-06T04:29:10.821054Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi098.xozkhg on smithi098: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-06T04:29:10.822338Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi047.lxpuoc on smithi047: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-06T04:32:44.677376Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi098.algqxx on smithi098: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi098-algqxx\n/bin/podman: stderr Error: no such container ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi098-algqxx\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi098.algqxx\n/bin/podman: stderr Error: no such container ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi098.algqxx\nDeploy daemon haproxy.nfs.foo.smithi098.algqxx ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi098 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-06T04:30:51Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-06T04:31:29Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-06T04:32:06Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi098 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.47/16"}, "status": {"created": "2023-12-06T04:13:56.330826Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.47/16"}}, {"events": ["2023-12-06T04:13:52.727160Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-06T04:13:52.721318Z", "last_refresh": "2023-12-06T04:30:12.314505Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-06T04:10:09.956661Z", "last_refresh": "2023-12-06T04:30:12.313898Z", "running": 2, "size": 2}}, {"events": ["2023-12-06T04:11:13.238878Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi047:172.21.15.47=smithi047", "smithi098:172.21.15.98=smithi098"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-06T04:11:13.235526Z", "last_refresh": "2023-12-06T04:30:12.314005Z", "running": 2, "size": 2}}, {"events": ["2023-12-06T04:13:56.329598Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-12-06T04:13:56.325813Z", "last_refresh": "2023-12-06T04:30:14.827029Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-06T04:10:14.589128Z", "last_refresh": "2023-12-06T04:30:12.314085Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-06T04:11:43.239438Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-06T04:11:43.235053Z", "last_refresh": "2023-12-06T04:30:12.314182Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-06T04:10:12.030635Z", "last_refresh": "2023-12-06T04:30:14.826592Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-06T04:32:45.568 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-06T04:32:45.879 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Dec 06 04:32:45 smithi047 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi047[108212]: cephadm 2023-12-06T04:32:44.675904+0000 mgr.smithi047.erpxvz (mgr.14182) 1149 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi098-algqxx 2023-12-06T04:32:45.880 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Dec 06 04:32:45 smithi047 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi047[108212]: /bin/podman: stderr Error: no such container ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi098-algqxx 2023-12-06T04:32:45.880 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Dec 06 04:32:45 smithi047 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi047[108212]: Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi098.algqxx 2023-12-06T04:32:45.880 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Dec 06 04:32:45 smithi047 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi047[108212]: /bin/podman: stderr Error: no such container ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi098.algqxx 2023-12-06T04:32:45.880 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Dec 06 04:32:45 smithi047 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi047[108212]: Deploy daemon haproxy.nfs.foo.smithi098.algqxx ... 2023-12-06T04:32:45.880 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Dec 06 04:32:45 smithi047 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi047[108212]: 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=smithi098 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-06T04:32:45.880 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Dec 06 04:32:45 smithi047 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi047[108212]: stat: stderr Trying to pull docker.io/library/haproxy:2.3... 2023-12-06T04:32:45.880 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Dec 06 04:32:45 smithi047 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi047[108212]: stat: stderr time="2023-12-06T04:30:51Z" level=warning msg="Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: 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-12-06T04:32:45.880 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Dec 06 04:32:45 smithi047 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi047[108212]: stat: stderr time="2023-12-06T04:31:29Z" level=warning msg="Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: 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-12-06T04:32:45.880 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Dec 06 04:32:45 smithi047 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi047[108212]: stat: stderr time="2023-12-06T04:32:06Z" level=warning msg="Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: 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-12-06T04:32:45.880 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Dec 06 04:32:45 smithi047 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi047[108212]: 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-12-06T04:32:45.880 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Dec 06 04:32:45 smithi047 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi047[108212]: 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=smithi098 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-06T04:32:45.880 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Dec 06 04:32:45 smithi047 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi047[108212]: Traceback (most recent call last): 2023-12-06T04:32:45.880 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Dec 06 04:32:45 smithi047 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi047[108212]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2023-12-06T04:32:45.881 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Dec 06 04:32:45 smithi047 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi047[108212]: yield (conn, connr) 2023-12-06T04:32:45.881 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Dec 06 04:32:45 smithi047 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi047[108212]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2023-12-06T04:32:45.881 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Dec 06 04:32:45 smithi047 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi047[108212]: code, '\n'.join(err))) 2023-12-06T04:32:45.881 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Dec 06 04:32:45 smithi047 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi047[108212]: 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-2ecad2ea-93ed-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi098-algqxx 2023-12-06T04:32:45.881 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Dec 06 04:32:45 smithi047 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi047[108212]: /bin/podman: stderr Error: no such container ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi098-algqxx 2023-12-06T04:32:45.881 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Dec 06 04:32:45 smithi047 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi047[108212]: Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi098.algqxx 2023-12-06T04:32:45.881 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Dec 06 04:32:45 smithi047 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi047[108212]: /bin/podman: stderr Error: no such container ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi098.algqxx 2023-12-06T04:32:45.881 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Dec 06 04:32:45 smithi047 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi047[108212]: Deploy daemon haproxy.nfs.foo.smithi098.algqxx ... 2023-12-06T04:32:45.881 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Dec 06 04:32:45 smithi047 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi047[108212]: 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=smithi098 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-06T04:32:45.881 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Dec 06 04:32:45 smithi047 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi047[108212]: stat: stderr Trying to pull docker.io/library/haproxy:2.3... 2023-12-06T04:32:45.881 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Dec 06 04:32:45 smithi047 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi047[108212]: stat: stderr time="2023-12-06T04:30:51Z" level=warning msg="Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: 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-12-06T04:32:45.881 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Dec 06 04:32:45 smithi047 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi047[108212]: stat: stderr time="2023-12-06T04:31:29Z" level=warning msg="Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: 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-12-06T04:32:45.881 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Dec 06 04:32:45 smithi047 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi047[108212]: stat: stderr time="2023-12-06T04:32:06Z" level=warning msg="Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: 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-12-06T04:32:45.881 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Dec 06 04:32:45 smithi047 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi047[108212]: 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-12-06T04:32:45.882 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Dec 06 04:32:45 smithi047 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi047[108212]: 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=smithi098 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-06T04:32:45.882 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Dec 06 04:32:45 smithi047 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi047[108212]: cephadm 2023-12-06T04:32:44.676092+0000 mgr.smithi047.erpxvz (mgr.14182) 1150 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi098.algqxx 2023-12-06T04:32:45.882 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Dec 06 04:32:45 smithi047 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi047[108212]: cephadm 2023-12-06T04:32:44.677478+0000 mgr.smithi047.erpxvz (mgr.14182) 1151 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi098.algqxx on smithi098: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi098-algqxx 2023-12-06T04:32:45.882 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Dec 06 04:32:45 smithi047 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi047[108212]: /bin/podman: stderr Error: no such container ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi098-algqxx 2023-12-06T04:32:45.882 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Dec 06 04:32:45 smithi047 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi047[108212]: Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi098.algqxx 2023-12-06T04:32:45.882 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Dec 06 04:32:45 smithi047 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi047[108212]: /bin/podman: stderr Error: no such container ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi098.algqxx 2023-12-06T04:32:45.882 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Dec 06 04:32:45 smithi047 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi047[108212]: Deploy daemon haproxy.nfs.foo.smithi098.algqxx ... 2023-12-06T04:32:45.882 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Dec 06 04:32:45 smithi047 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi047[108212]: 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=smithi098 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-06T04:32:45.882 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Dec 06 04:32:45 smithi047 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi047[108212]: stat: stderr Trying to pull docker.io/library/haproxy:2.3... 2023-12-06T04:32:45.882 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Dec 06 04:32:45 smithi047 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi047[108212]: stat: stderr time="2023-12-06T04:30:51Z" level=warning msg="Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: 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-12-06T04:32:45.882 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Dec 06 04:32:45 smithi047 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi047[108212]: stat: stderr time="2023-12-06T04:31:29Z" level=warning msg="Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: 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-12-06T04:32:45.882 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Dec 06 04:32:45 smithi047 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi047[108212]: stat: stderr time="2023-12-06T04:32:06Z" level=warning msg="Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: 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-12-06T04:32:45.882 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Dec 06 04:32:45 smithi047 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi047[108212]: 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-12-06T04:32:45.882 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Dec 06 04:32:45 smithi047 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi047[108212]: 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=smithi098 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-06T04:32:45.882 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Dec 06 04:32:45 smithi047 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi047[108212]: cephadm 2023-12-06T04:32:44.679062+0000 mgr.smithi047.erpxvz (mgr.14182) 1152 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi047.muplnn on smithi047 2023-12-06T04:32:45.883 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Dec 06 04:32:45 smithi047 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi047[108212]: audit 2023-12-06T04:32:45.177863+0000 mgr.smithi047.erpxvz (mgr.14182) 1153 : audit [DBG] from='client.16152 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-06T04:32:45.883 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Dec 06 04:32:45 smithi047 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi047[108212]: cluster 2023-12-06T04:32:45.199736+0000 mgr.smithi047.erpxvz (mgr.14182) 1154 : cluster [DBG] pgmap v685: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-06T04:32:46.121 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Dec 06 04:32:45 smithi098 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi098[111615]: cephadm 2023-12-06T04:32:44.675904+0000 mgr.smithi047.erpxvz (mgr.14182) 1149 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi098-algqxx 2023-12-06T04:32:46.121 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Dec 06 04:32:45 smithi098 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi098[111615]: /bin/podman: stderr Error: no such container ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi098-algqxx 2023-12-06T04:32:46.121 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Dec 06 04:32:45 smithi098 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi098[111615]: Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi098.algqxx 2023-12-06T04:32:46.121 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Dec 06 04:32:45 smithi098 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi098[111615]: /bin/podman: stderr Error: no such container ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi098.algqxx 2023-12-06T04:32:46.121 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Dec 06 04:32:45 smithi098 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi098[111615]: Deploy daemon haproxy.nfs.foo.smithi098.algqxx ... 2023-12-06T04:32:46.121 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Dec 06 04:32:45 smithi098 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi098[111615]: 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=smithi098 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-06T04:32:46.121 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Dec 06 04:32:45 smithi098 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi098[111615]: stat: stderr Trying to pull docker.io/library/haproxy:2.3... 2023-12-06T04:32:46.121 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Dec 06 04:32:45 smithi098 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi098[111615]: stat: stderr time="2023-12-06T04:30:51Z" level=warning msg="Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: 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-12-06T04:32:46.121 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Dec 06 04:32:45 smithi098 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi098[111615]: stat: stderr time="2023-12-06T04:31:29Z" level=warning msg="Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: 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-12-06T04:32:46.121 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Dec 06 04:32:45 smithi098 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi098[111615]: stat: stderr time="2023-12-06T04:32:06Z" level=warning msg="Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: 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-12-06T04:32:46.121 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Dec 06 04:32:45 smithi098 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi098[111615]: 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-12-06T04:32:46.121 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Dec 06 04:32:45 smithi098 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi098[111615]: 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=smithi098 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-06T04:32:46.121 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Dec 06 04:32:45 smithi098 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi098[111615]: Traceback (most recent call last): 2023-12-06T04:32:46.122 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Dec 06 04:32:45 smithi098 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi098[111615]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2023-12-06T04:32:46.122 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Dec 06 04:32:45 smithi098 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi098[111615]: yield (conn, connr) 2023-12-06T04:32:46.122 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Dec 06 04:32:45 smithi098 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi098[111615]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2023-12-06T04:32:46.122 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Dec 06 04:32:45 smithi098 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi098[111615]: code, '\n'.join(err))) 2023-12-06T04:32:46.122 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Dec 06 04:32:45 smithi098 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi098[111615]: 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-2ecad2ea-93ed-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi098-algqxx 2023-12-06T04:32:46.122 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Dec 06 04:32:45 smithi098 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi098[111615]: /bin/podman: stderr Error: no such container ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi098-algqxx 2023-12-06T04:32:46.122 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Dec 06 04:32:45 smithi098 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi098[111615]: Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi098.algqxx 2023-12-06T04:32:46.122 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Dec 06 04:32:45 smithi098 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi098[111615]: /bin/podman: stderr Error: no such container ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi098.algqxx 2023-12-06T04:32:46.122 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Dec 06 04:32:45 smithi098 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi098[111615]: Deploy daemon haproxy.nfs.foo.smithi098.algqxx ... 2023-12-06T04:32:46.122 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Dec 06 04:32:45 smithi098 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi098[111615]: 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=smithi098 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-06T04:32:46.122 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Dec 06 04:32:45 smithi098 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi098[111615]: stat: stderr Trying to pull docker.io/library/haproxy:2.3... 2023-12-06T04:32:46.122 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Dec 06 04:32:45 smithi098 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi098[111615]: stat: stderr time="2023-12-06T04:30:51Z" level=warning msg="Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: 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-12-06T04:32:46.122 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Dec 06 04:32:45 smithi098 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi098[111615]: stat: stderr time="2023-12-06T04:31:29Z" level=warning msg="Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: 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-12-06T04:32:46.122 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Dec 06 04:32:45 smithi098 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi098[111615]: stat: stderr time="2023-12-06T04:32:06Z" level=warning msg="Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: 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-12-06T04:32:46.123 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Dec 06 04:32:45 smithi098 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi098[111615]: 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-12-06T04:32:46.123 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Dec 06 04:32:45 smithi098 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi098[111615]: 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=smithi098 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-06T04:32:46.123 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Dec 06 04:32:45 smithi098 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi098[111615]: cephadm 2023-12-06T04:32:44.676092+0000 mgr.smithi047.erpxvz (mgr.14182) 1150 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi098.algqxx 2023-12-06T04:32:46.123 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Dec 06 04:32:45 smithi098 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi098[111615]: cephadm 2023-12-06T04:32:44.677478+0000 mgr.smithi047.erpxvz (mgr.14182) 1151 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi098.algqxx on smithi098: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi098-algqxx 2023-12-06T04:32:46.123 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Dec 06 04:32:45 smithi098 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi098[111615]: /bin/podman: stderr Error: no such container ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi098-algqxx 2023-12-06T04:32:46.123 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Dec 06 04:32:45 smithi098 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi098[111615]: Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi098.algqxx 2023-12-06T04:32:46.123 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Dec 06 04:32:45 smithi098 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi098[111615]: /bin/podman: stderr Error: no such container ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi098.algqxx 2023-12-06T04:32:46.123 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Dec 06 04:32:45 smithi098 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi098[111615]: Deploy daemon haproxy.nfs.foo.smithi098.algqxx ... 2023-12-06T04:32:46.123 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Dec 06 04:32:45 smithi098 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi098[111615]: 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=smithi098 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-06T04:32:46.123 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Dec 06 04:32:45 smithi098 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi098[111615]: stat: stderr Trying to pull docker.io/library/haproxy:2.3... 2023-12-06T04:32:46.123 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Dec 06 04:32:45 smithi098 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi098[111615]: stat: stderr time="2023-12-06T04:30:51Z" level=warning msg="Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: 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-12-06T04:32:46.123 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Dec 06 04:32:45 smithi098 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi098[111615]: stat: stderr time="2023-12-06T04:31:29Z" level=warning msg="Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: 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-12-06T04:32:46.123 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Dec 06 04:32:45 smithi098 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi098[111615]: stat: stderr time="2023-12-06T04:32:06Z" level=warning msg="Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: 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-12-06T04:32:46.123 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Dec 06 04:32:45 smithi098 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi098[111615]: 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-12-06T04:32:46.123 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Dec 06 04:32:45 smithi098 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi098[111615]: 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=smithi098 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-06T04:32:46.124 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Dec 06 04:32:45 smithi098 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi098[111615]: cephadm 2023-12-06T04:32:44.679062+0000 mgr.smithi047.erpxvz (mgr.14182) 1152 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi047.muplnn on smithi047 2023-12-06T04:32:46.124 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Dec 06 04:32:45 smithi098 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi098[111615]: audit 2023-12-06T04:32:45.177863+0000 mgr.smithi047.erpxvz (mgr.14182) 1153 : audit [DBG] from='client.16152 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-06T04:32:46.124 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Dec 06 04:32:45 smithi098 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi098[111615]: cluster 2023-12-06T04:32:45.199736+0000 mgr.smithi047.erpxvz (mgr.14182) 1154 : cluster [DBG] pgmap v685: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-06T04:32:46.569 DEBUG:teuthology.orchestra.run.smithi047:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:d03fca4f35d43f61b4679936aef7bd2f01cced0b shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 2ecad2ea-93ed-11ee-95a2-87774f69a715 -- ceph orch ls -f json 2023-12-06T04:32:48.051 INFO:teuthology.orchestra.run.smithi047.stdout: 2023-12-06T04:32:48.051 INFO:teuthology.orchestra.run.smithi047.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-06T04:10:15.517593Z", "last_refresh": "2023-12-06T04:30:14.826306Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-06T04:10:10.954835Z", "last_refresh": "2023-12-06T04:30:12.313727Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-06T04:10:13.544463Z", "last_refresh": "2023-12-06T04:30:14.826450Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-06T04:26:41.051237Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi098.ysltza on smithi098: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi098-ysltza\n/bin/podman: stderr Error: no such container ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi098-ysltza\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi098.ysltza\n/bin/podman: stderr Error: no such container ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi098.ysltza\nDeploy daemon haproxy.nfs.foo.smithi098.ysltza ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi098 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-06T04:24:48Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-06T04:25:25Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-06T04:26:03Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi098 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-06T04:29:10.819461Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi047.sawbiu on smithi047: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi047-sawbiu\n/bin/podman: stderr Error: no such container ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi047-sawbiu\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi047.sawbiu\n/bin/podman: stderr Error: no such container ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi047.sawbiu\nDeploy daemon haproxy.nfs.foo.smithi047.sawbiu ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi047 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-06T04:27:17Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-06T04:27:55Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-06T04:28:33Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi047 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-06T04:29:10.821054Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi098.xozkhg on smithi098: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-06T04:29:10.822338Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi047.lxpuoc on smithi047: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-06T04:32:44.677376Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi098.algqxx on smithi098: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi098-algqxx\n/bin/podman: stderr Error: no such container ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi098-algqxx\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi098.algqxx\n/bin/podman: stderr Error: no such container ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi098.algqxx\nDeploy daemon haproxy.nfs.foo.smithi098.algqxx ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi098 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-06T04:30:51Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-06T04:31:29Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-06T04:32:06Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi098 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.47/16"}, "status": {"created": "2023-12-06T04:13:56.330826Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.47/16"}}, {"events": ["2023-12-06T04:13:52.727160Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-06T04:13:52.721318Z", "last_refresh": "2023-12-06T04:30:12.314505Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-06T04:10:09.956661Z", "last_refresh": "2023-12-06T04:30:12.313898Z", "running": 2, "size": 2}}, {"events": ["2023-12-06T04:11:13.238878Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi047:172.21.15.47=smithi047", "smithi098:172.21.15.98=smithi098"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-06T04:11:13.235526Z", "last_refresh": "2023-12-06T04:30:12.314005Z", "running": 2, "size": 2}}, {"events": ["2023-12-06T04:13:56.329598Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-12-06T04:13:56.325813Z", "last_refresh": "2023-12-06T04:30:14.827029Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-06T04:10:14.589128Z", "last_refresh": "2023-12-06T04:30:12.314085Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-06T04:11:43.239438Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-06T04:11:43.235053Z", "last_refresh": "2023-12-06T04:30:12.314182Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-06T04:10:12.030635Z", "last_refresh": "2023-12-06T04:30:14.826592Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-06T04:32:48.333 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Dec 06 04:32:48 smithi047 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi047[108212]: cluster 2023-12-06T04:32:47.200268+0000 mgr.smithi047.erpxvz (mgr.14182) 1155 : cluster [DBG] pgmap v686: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-06T04:32:48.425 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-06T04:32:48.620 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Dec 06 04:32:48 smithi098 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi098[111615]: cluster 2023-12-06T04:32:47.200268+0000 mgr.smithi047.erpxvz (mgr.14182) 1155 : cluster [DBG] pgmap v686: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-06T04:32:49.426 DEBUG:teuthology.orchestra.run.smithi047:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:d03fca4f35d43f61b4679936aef7bd2f01cced0b shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 2ecad2ea-93ed-11ee-95a2-87774f69a715 -- ceph orch ls -f json 2023-12-06T04:32:49.620 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Dec 06 04:32:49 smithi098 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi098[111615]: audit 2023-12-06T04:32:48.046268+0000 mgr.smithi047.erpxvz (mgr.14182) 1156 : audit [DBG] from='client.16156 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-06T04:32:49.629 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Dec 06 04:32:49 smithi047 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi047[108212]: audit 2023-12-06T04:32:48.046268+0000 mgr.smithi047.erpxvz (mgr.14182) 1156 : audit [DBG] from='client.16156 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-06T04:32:50.379 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Dec 06 04:32:50 smithi047 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi047[108212]: cluster 2023-12-06T04:32:49.200847+0000 mgr.smithi047.erpxvz (mgr.14182) 1157 : cluster [DBG] pgmap v687: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-06T04:32:50.620 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Dec 06 04:32:50 smithi098 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi098[111615]: cluster 2023-12-06T04:32:49.200847+0000 mgr.smithi047.erpxvz (mgr.14182) 1157 : cluster [DBG] pgmap v687: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-06T04:32:50.880 INFO:teuthology.orchestra.run.smithi047.stdout: 2023-12-06T04:32:50.880 INFO:teuthology.orchestra.run.smithi047.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-06T04:10:15.517593Z", "last_refresh": "2023-12-06T04:30:14.826306Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-06T04:10:10.954835Z", "last_refresh": "2023-12-06T04:30:12.313727Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-06T04:10:13.544463Z", "last_refresh": "2023-12-06T04:30:14.826450Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-06T04:26:41.051237Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi098.ysltza on smithi098: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi098-ysltza\n/bin/podman: stderr Error: no such container ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi098-ysltza\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi098.ysltza\n/bin/podman: stderr Error: no such container ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi098.ysltza\nDeploy daemon haproxy.nfs.foo.smithi098.ysltza ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi098 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-06T04:24:48Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-06T04:25:25Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-06T04:26:03Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi098 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-06T04:29:10.819461Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi047.sawbiu on smithi047: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi047-sawbiu\n/bin/podman: stderr Error: no such container ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi047-sawbiu\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi047.sawbiu\n/bin/podman: stderr Error: no such container ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi047.sawbiu\nDeploy daemon haproxy.nfs.foo.smithi047.sawbiu ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi047 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-06T04:27:17Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-06T04:27:55Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-06T04:28:33Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi047 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-06T04:29:10.821054Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi098.xozkhg on smithi098: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-06T04:29:10.822338Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi047.lxpuoc on smithi047: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-06T04:32:44.677376Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi098.algqxx on smithi098: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi098-algqxx\n/bin/podman: stderr Error: no such container ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi098-algqxx\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi098.algqxx\n/bin/podman: stderr Error: no such container ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi098.algqxx\nDeploy daemon haproxy.nfs.foo.smithi098.algqxx ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi098 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-06T04:30:51Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-06T04:31:29Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-06T04:32:06Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi098 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.47/16"}, "status": {"created": "2023-12-06T04:13:56.330826Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.47/16"}}, {"events": ["2023-12-06T04:13:52.727160Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-06T04:13:52.721318Z", "last_refresh": "2023-12-06T04:30:12.314505Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-06T04:10:09.956661Z", "last_refresh": "2023-12-06T04:30:12.313898Z", "running": 2, "size": 2}}, {"events": ["2023-12-06T04:11:13.238878Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi047:172.21.15.47=smithi047", "smithi098:172.21.15.98=smithi098"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-06T04:11:13.235526Z", "last_refresh": "2023-12-06T04:30:12.314005Z", "running": 2, "size": 2}}, {"events": ["2023-12-06T04:13:56.329598Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-12-06T04:13:56.325813Z", "last_refresh": "2023-12-06T04:30:14.827029Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-06T04:10:14.589128Z", "last_refresh": "2023-12-06T04:30:12.314085Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-06T04:11:43.239438Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-06T04:11:43.235053Z", "last_refresh": "2023-12-06T04:30:12.314182Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-06T04:10:12.030635Z", "last_refresh": "2023-12-06T04:30:14.826592Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-06T04:32:51.277 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-06T04:32:52.278 DEBUG:teuthology.orchestra.run.smithi047:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:d03fca4f35d43f61b4679936aef7bd2f01cced0b shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 2ecad2ea-93ed-11ee-95a2-87774f69a715 -- ceph orch ls -f json 2023-12-06T04:32:52.620 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Dec 06 04:32:52 smithi098 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi098[111615]: audit 2023-12-06T04:32:50.875879+0000 mgr.smithi047.erpxvz (mgr.14182) 1158 : audit [DBG] from='client.16160 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-06T04:32:52.620 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Dec 06 04:32:52 smithi098 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi098[111615]: cluster 2023-12-06T04:32:51.201371+0000 mgr.smithi047.erpxvz (mgr.14182) 1159 : cluster [DBG] pgmap v688: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-06T04:32:52.629 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Dec 06 04:32:52 smithi047 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi047[108212]: audit 2023-12-06T04:32:50.875879+0000 mgr.smithi047.erpxvz (mgr.14182) 1158 : audit [DBG] from='client.16160 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-06T04:32:52.629 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Dec 06 04:32:52 smithi047 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi047[108212]: cluster 2023-12-06T04:32:51.201371+0000 mgr.smithi047.erpxvz (mgr.14182) 1159 : cluster [DBG] pgmap v688: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-06T04:32:53.767 INFO:teuthology.orchestra.run.smithi047.stdout: 2023-12-06T04:32:53.768 INFO:teuthology.orchestra.run.smithi047.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-06T04:10:15.517593Z", "last_refresh": "2023-12-06T04:30:14.826306Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-06T04:10:10.954835Z", "last_refresh": "2023-12-06T04:30:12.313727Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-06T04:10:13.544463Z", "last_refresh": "2023-12-06T04:30:14.826450Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-06T04:26:41.051237Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi098.ysltza on smithi098: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi098-ysltza\n/bin/podman: stderr Error: no such container ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi098-ysltza\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi098.ysltza\n/bin/podman: stderr Error: no such container ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi098.ysltza\nDeploy daemon haproxy.nfs.foo.smithi098.ysltza ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi098 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-06T04:24:48Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-06T04:25:25Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-06T04:26:03Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi098 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-06T04:29:10.819461Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi047.sawbiu on smithi047: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi047-sawbiu\n/bin/podman: stderr Error: no such container ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi047-sawbiu\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi047.sawbiu\n/bin/podman: stderr Error: no such container ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi047.sawbiu\nDeploy daemon haproxy.nfs.foo.smithi047.sawbiu ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi047 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-06T04:27:17Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-06T04:27:55Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-06T04:28:33Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi047 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-06T04:29:10.821054Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi098.xozkhg on smithi098: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-06T04:29:10.822338Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi047.lxpuoc on smithi047: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-06T04:32:44.677376Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi098.algqxx on smithi098: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi098-algqxx\n/bin/podman: stderr Error: no such container ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi098-algqxx\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi098.algqxx\n/bin/podman: stderr Error: no such container ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi098.algqxx\nDeploy daemon haproxy.nfs.foo.smithi098.algqxx ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi098 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-06T04:30:51Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-06T04:31:29Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-06T04:32:06Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi098 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.47/16"}, "status": {"created": "2023-12-06T04:13:56.330826Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.47/16"}}, {"events": ["2023-12-06T04:13:52.727160Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-06T04:13:52.721318Z", "last_refresh": "2023-12-06T04:30:12.314505Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-06T04:10:09.956661Z", "last_refresh": "2023-12-06T04:30:12.313898Z", "running": 2, "size": 2}}, {"events": ["2023-12-06T04:11:13.238878Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi047:172.21.15.47=smithi047", "smithi098:172.21.15.98=smithi098"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-06T04:11:13.235526Z", "last_refresh": "2023-12-06T04:30:12.314005Z", "running": 2, "size": 2}}, {"events": ["2023-12-06T04:13:56.329598Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-12-06T04:13:56.325813Z", "last_refresh": "2023-12-06T04:30:14.827029Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-06T04:10:14.589128Z", "last_refresh": "2023-12-06T04:30:12.314085Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-06T04:11:43.239438Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-06T04:11:43.235053Z", "last_refresh": "2023-12-06T04:30:12.314182Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-06T04:10:12.030635Z", "last_refresh": "2023-12-06T04:30:14.826592Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-06T04:32:54.099 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-06T04:32:54.379 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Dec 06 04:32:54 smithi047 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi047[108212]: cluster 2023-12-06T04:32:53.202072+0000 mgr.smithi047.erpxvz (mgr.14182) 1160 : cluster [DBG] pgmap v689: 97 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-12-06T04:32:54.620 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Dec 06 04:32:54 smithi098 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi098[111615]: cluster 2023-12-06T04:32:53.202072+0000 mgr.smithi047.erpxvz (mgr.14182) 1160 : cluster [DBG] pgmap v689: 97 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-12-06T04:32:55.099 DEBUG:teuthology.orchestra.run.smithi047:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:d03fca4f35d43f61b4679936aef7bd2f01cced0b shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 2ecad2ea-93ed-11ee-95a2-87774f69a715 -- ceph orch ls -f json 2023-12-06T04:32:55.487 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Dec 06 04:32:55 smithi047 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi047[108212]: audit 2023-12-06T04:32:53.762867+0000 mgr.smithi047.erpxvz (mgr.14182) 1161 : audit [DBG] from='client.16164 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-06T04:32:55.620 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Dec 06 04:32:55 smithi098 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi098[111615]: audit 2023-12-06T04:32:53.762867+0000 mgr.smithi047.erpxvz (mgr.14182) 1161 : audit [DBG] from='client.16164 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-06T04:32:56.620 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Dec 06 04:32:56 smithi098 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi098[111615]: cluster 2023-12-06T04:32:55.202574+0000 mgr.smithi047.erpxvz (mgr.14182) 1162 : cluster [DBG] pgmap v690: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-06T04:32:56.629 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Dec 06 04:32:56 smithi047 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi047[108212]: cluster 2023-12-06T04:32:55.202574+0000 mgr.smithi047.erpxvz (mgr.14182) 1162 : cluster [DBG] pgmap v690: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-06T04:32:56.736 INFO:teuthology.orchestra.run.smithi047.stdout: 2023-12-06T04:32:56.736 INFO:teuthology.orchestra.run.smithi047.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-06T04:10:15.517593Z", "last_refresh": "2023-12-06T04:30:14.826306Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-06T04:10:10.954835Z", "last_refresh": "2023-12-06T04:30:12.313727Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-06T04:10:13.544463Z", "last_refresh": "2023-12-06T04:30:14.826450Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-06T04:26:41.051237Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi098.ysltza on smithi098: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi098-ysltza\n/bin/podman: stderr Error: no such container ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi098-ysltza\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi098.ysltza\n/bin/podman: stderr Error: no such container ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi098.ysltza\nDeploy daemon haproxy.nfs.foo.smithi098.ysltza ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi098 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-06T04:24:48Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-06T04:25:25Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-06T04:26:03Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi098 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-06T04:29:10.819461Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi047.sawbiu on smithi047: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi047-sawbiu\n/bin/podman: stderr Error: no such container ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi047-sawbiu\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi047.sawbiu\n/bin/podman: stderr Error: no such container ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi047.sawbiu\nDeploy daemon haproxy.nfs.foo.smithi047.sawbiu ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi047 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-06T04:27:17Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-06T04:27:55Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-06T04:28:33Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi047 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-06T04:29:10.821054Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi098.xozkhg on smithi098: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-06T04:29:10.822338Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi047.lxpuoc on smithi047: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-06T04:32:44.677376Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi098.algqxx on smithi098: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi098-algqxx\n/bin/podman: stderr Error: no such container ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi098-algqxx\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi098.algqxx\n/bin/podman: stderr Error: no such container ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi098.algqxx\nDeploy daemon haproxy.nfs.foo.smithi098.algqxx ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi098 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-06T04:30:51Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-06T04:31:29Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-06T04:32:06Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi098 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.47/16"}, "status": {"created": "2023-12-06T04:13:56.330826Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.47/16"}}, {"events": ["2023-12-06T04:13:52.727160Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-06T04:13:52.721318Z", "last_refresh": "2023-12-06T04:30:12.314505Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-06T04:10:09.956661Z", "last_refresh": "2023-12-06T04:30:12.313898Z", "running": 2, "size": 2}}, {"events": ["2023-12-06T04:11:13.238878Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi047:172.21.15.47=smithi047", "smithi098:172.21.15.98=smithi098"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-06T04:11:13.235526Z", "last_refresh": "2023-12-06T04:30:12.314005Z", "running": 2, "size": 2}}, {"events": ["2023-12-06T04:13:56.329598Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-12-06T04:13:56.325813Z", "last_refresh": "2023-12-06T04:30:14.827029Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-06T04:10:14.589128Z", "last_refresh": "2023-12-06T04:30:12.314085Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-06T04:11:43.239438Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-06T04:11:43.235053Z", "last_refresh": "2023-12-06T04:30:12.314182Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-06T04:10:12.030635Z", "last_refresh": "2023-12-06T04:30:14.826592Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-06T04:32:57.127 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-06T04:32:58.128 DEBUG:teuthology.orchestra.run.smithi047:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:d03fca4f35d43f61b4679936aef7bd2f01cced0b shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 2ecad2ea-93ed-11ee-95a2-87774f69a715 -- ceph orch ls -f json 2023-12-06T04:32:58.494 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Dec 06 04:32:58 smithi047 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi047[108212]: audit 2023-12-06T04:32:56.730951+0000 mgr.smithi047.erpxvz (mgr.14182) 1163 : audit [DBG] from='client.16168 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-06T04:32:58.494 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Dec 06 04:32:58 smithi047 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi047[108212]: cluster 2023-12-06T04:32:57.203374+0000 mgr.smithi047.erpxvz (mgr.14182) 1164 : cluster [DBG] pgmap v691: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-06T04:32:58.620 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Dec 06 04:32:58 smithi098 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi098[111615]: audit 2023-12-06T04:32:56.730951+0000 mgr.smithi047.erpxvz (mgr.14182) 1163 : audit [DBG] from='client.16168 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-06T04:32:58.620 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Dec 06 04:32:58 smithi098 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi098[111615]: cluster 2023-12-06T04:32:57.203374+0000 mgr.smithi047.erpxvz (mgr.14182) 1164 : cluster [DBG] pgmap v691: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-06T04:32:59.506 INFO:teuthology.orchestra.run.smithi047.stdout: 2023-12-06T04:32:59.507 INFO:teuthology.orchestra.run.smithi047.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-06T04:10:15.517593Z", "last_refresh": "2023-12-06T04:30:14.826306Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-06T04:10:10.954835Z", "last_refresh": "2023-12-06T04:30:12.313727Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-06T04:10:13.544463Z", "last_refresh": "2023-12-06T04:30:14.826450Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-06T04:26:41.051237Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi098.ysltza on smithi098: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi098-ysltza\n/bin/podman: stderr Error: no such container ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi098-ysltza\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi098.ysltza\n/bin/podman: stderr Error: no such container ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi098.ysltza\nDeploy daemon haproxy.nfs.foo.smithi098.ysltza ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi098 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-06T04:24:48Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-06T04:25:25Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-06T04:26:03Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi098 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-06T04:29:10.819461Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi047.sawbiu on smithi047: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi047-sawbiu\n/bin/podman: stderr Error: no such container ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi047-sawbiu\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi047.sawbiu\n/bin/podman: stderr Error: no such container ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi047.sawbiu\nDeploy daemon haproxy.nfs.foo.smithi047.sawbiu ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi047 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-06T04:27:17Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-06T04:27:55Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-06T04:28:33Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi047 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-06T04:29:10.821054Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi098.xozkhg on smithi098: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-06T04:29:10.822338Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi047.lxpuoc on smithi047: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-06T04:32:44.677376Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi098.algqxx on smithi098: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi098-algqxx\n/bin/podman: stderr Error: no such container ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi098-algqxx\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi098.algqxx\n/bin/podman: stderr Error: no such container ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi098.algqxx\nDeploy daemon haproxy.nfs.foo.smithi098.algqxx ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi098 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-06T04:30:51Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-06T04:31:29Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-06T04:32:06Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi098 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.47/16"}, "status": {"created": "2023-12-06T04:13:56.330826Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.47/16"}}, {"events": ["2023-12-06T04:13:52.727160Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-06T04:13:52.721318Z", "last_refresh": "2023-12-06T04:30:12.314505Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-06T04:10:09.956661Z", "last_refresh": "2023-12-06T04:30:12.313898Z", "running": 2, "size": 2}}, {"events": ["2023-12-06T04:11:13.238878Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi047:172.21.15.47=smithi047", "smithi098:172.21.15.98=smithi098"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-06T04:11:13.235526Z", "last_refresh": "2023-12-06T04:30:12.314005Z", "running": 2, "size": 2}}, {"events": ["2023-12-06T04:13:56.329598Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-12-06T04:13:56.325813Z", "last_refresh": "2023-12-06T04:30:14.827029Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-06T04:10:14.589128Z", "last_refresh": "2023-12-06T04:30:12.314085Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-06T04:11:43.239438Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-06T04:11:43.235053Z", "last_refresh": "2023-12-06T04:30:12.314182Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-06T04:10:12.030635Z", "last_refresh": "2023-12-06T04:30:14.826592Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-06T04:32:59.865 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Dec 06 04:32:59 smithi047 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi047[108212]: cluster 2023-12-06T04:32:59.203957+0000 mgr.smithi047.erpxvz (mgr.14182) 1165 : cluster [DBG] pgmap v692: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-06T04:32:59.865 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Dec 06 04:32:59 smithi047 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi047[108212]: audit 2023-12-06T04:32:59.501401+0000 mgr.smithi047.erpxvz (mgr.14182) 1166 : audit [DBG] from='client.16172 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-06T04:32:59.870 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Dec 06 04:32:59 smithi098 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi098[111615]: cluster 2023-12-06T04:32:59.203957+0000 mgr.smithi047.erpxvz (mgr.14182) 1165 : cluster [DBG] pgmap v692: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-06T04:32:59.870 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Dec 06 04:32:59 smithi098 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi098[111615]: audit 2023-12-06T04:32:59.501401+0000 mgr.smithi047.erpxvz (mgr.14182) 1166 : audit [DBG] from='client.16172 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-06T04:32:59.910 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-06T04:33:00.911 DEBUG:teuthology.orchestra.run.smithi047:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:d03fca4f35d43f61b4679936aef7bd2f01cced0b shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 2ecad2ea-93ed-11ee-95a2-87774f69a715 -- ceph orch ls -f json 2023-12-06T04:33:02.369 INFO:teuthology.orchestra.run.smithi047.stdout: 2023-12-06T04:33:02.369 INFO:teuthology.orchestra.run.smithi047.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-06T04:10:15.517593Z", "last_refresh": "2023-12-06T04:30:14.826306Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-06T04:10:10.954835Z", "last_refresh": "2023-12-06T04:30:12.313727Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-06T04:10:13.544463Z", "last_refresh": "2023-12-06T04:30:14.826450Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-06T04:26:41.051237Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi098.ysltza on smithi098: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi098-ysltza\n/bin/podman: stderr Error: no such container ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi098-ysltza\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi098.ysltza\n/bin/podman: stderr Error: no such container ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi098.ysltza\nDeploy daemon haproxy.nfs.foo.smithi098.ysltza ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi098 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-06T04:24:48Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-06T04:25:25Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-06T04:26:03Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi098 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-06T04:29:10.819461Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi047.sawbiu on smithi047: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi047-sawbiu\n/bin/podman: stderr Error: no such container ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi047-sawbiu\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi047.sawbiu\n/bin/podman: stderr Error: no such container ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi047.sawbiu\nDeploy daemon haproxy.nfs.foo.smithi047.sawbiu ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi047 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-06T04:27:17Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-06T04:27:55Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-06T04:28:33Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi047 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-06T04:29:10.821054Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi098.xozkhg on smithi098: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-06T04:29:10.822338Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi047.lxpuoc on smithi047: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-06T04:32:44.677376Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi098.algqxx on smithi098: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi098-algqxx\n/bin/podman: stderr Error: no such container ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi098-algqxx\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi098.algqxx\n/bin/podman: stderr Error: no such container ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi098.algqxx\nDeploy daemon haproxy.nfs.foo.smithi098.algqxx ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi098 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-06T04:30:51Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-06T04:31:29Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-06T04:32:06Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi098 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.47/16"}, "status": {"created": "2023-12-06T04:13:56.330826Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.47/16"}}, {"events": ["2023-12-06T04:13:52.727160Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-06T04:13:52.721318Z", "last_refresh": "2023-12-06T04:30:12.314505Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-06T04:10:09.956661Z", "last_refresh": "2023-12-06T04:30:12.313898Z", "running": 2, "size": 2}}, {"events": ["2023-12-06T04:11:13.238878Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi047:172.21.15.47=smithi047", "smithi098:172.21.15.98=smithi098"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-06T04:11:13.235526Z", "last_refresh": "2023-12-06T04:30:12.314005Z", "running": 2, "size": 2}}, {"events": ["2023-12-06T04:13:56.329598Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-12-06T04:13:56.325813Z", "last_refresh": "2023-12-06T04:30:14.827029Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-06T04:10:14.589128Z", "last_refresh": "2023-12-06T04:30:12.314085Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-06T04:11:43.239438Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-06T04:11:43.235053Z", "last_refresh": "2023-12-06T04:30:12.314182Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-06T04:10:12.030635Z", "last_refresh": "2023-12-06T04:30:14.826592Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-06T04:33:02.535 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Dec 06 04:33:02 smithi047 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi047[108212]: cluster 2023-12-06T04:33:01.204888+0000 mgr.smithi047.erpxvz (mgr.14182) 1167 : cluster [DBG] pgmap v693: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-06T04:33:02.620 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Dec 06 04:33:02 smithi098 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi098[111615]: cluster 2023-12-06T04:33:01.204888+0000 mgr.smithi047.erpxvz (mgr.14182) 1167 : cluster [DBG] pgmap v693: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-06T04:33:02.756 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-06T04:33:03.620 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Dec 06 04:33:03 smithi098 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi098[111615]: audit 2023-12-06T04:33:02.364100+0000 mgr.smithi047.erpxvz (mgr.14182) 1168 : audit [DBG] from='client.16176 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-06T04:33:03.629 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Dec 06 04:33:03 smithi047 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi047[108212]: audit 2023-12-06T04:33:02.364100+0000 mgr.smithi047.erpxvz (mgr.14182) 1168 : audit [DBG] from='client.16176 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-06T04:33:03.757 DEBUG:teuthology.orchestra.run.smithi047:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:d03fca4f35d43f61b4679936aef7bd2f01cced0b shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 2ecad2ea-93ed-11ee-95a2-87774f69a715 -- ceph orch ls -f json 2023-12-06T04:33:04.379 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Dec 06 04:33:04 smithi047 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi047[108212]: cluster 2023-12-06T04:33:03.205473+0000 mgr.smithi047.erpxvz (mgr.14182) 1169 : cluster [DBG] pgmap v694: 97 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-12-06T04:33:04.620 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Dec 06 04:33:04 smithi098 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi098[111615]: cluster 2023-12-06T04:33:03.205473+0000 mgr.smithi047.erpxvz (mgr.14182) 1169 : cluster [DBG] pgmap v694: 97 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-12-06T04:33:05.216 INFO:teuthology.orchestra.run.smithi047.stdout: 2023-12-06T04:33:05.216 INFO:teuthology.orchestra.run.smithi047.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-06T04:10:15.517593Z", "last_refresh": "2023-12-06T04:30:14.826306Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-06T04:10:10.954835Z", "last_refresh": "2023-12-06T04:30:12.313727Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-06T04:10:13.544463Z", "last_refresh": "2023-12-06T04:30:14.826450Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-06T04:26:41.051237Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi098.ysltza on smithi098: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi098-ysltza\n/bin/podman: stderr Error: no such container ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi098-ysltza\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi098.ysltza\n/bin/podman: stderr Error: no such container ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi098.ysltza\nDeploy daemon haproxy.nfs.foo.smithi098.ysltza ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi098 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-06T04:24:48Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-06T04:25:25Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-06T04:26:03Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi098 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-06T04:29:10.819461Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi047.sawbiu on smithi047: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi047-sawbiu\n/bin/podman: stderr Error: no such container ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi047-sawbiu\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi047.sawbiu\n/bin/podman: stderr Error: no such container ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi047.sawbiu\nDeploy daemon haproxy.nfs.foo.smithi047.sawbiu ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi047 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-06T04:27:17Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-06T04:27:55Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-06T04:28:33Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi047 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-06T04:29:10.821054Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi098.xozkhg on smithi098: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-06T04:29:10.822338Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi047.lxpuoc on smithi047: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-06T04:32:44.677376Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi098.algqxx on smithi098: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi098-algqxx\n/bin/podman: stderr Error: no such container ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi098-algqxx\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi098.algqxx\n/bin/podman: stderr Error: no such container ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi098.algqxx\nDeploy daemon haproxy.nfs.foo.smithi098.algqxx ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi098 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-06T04:30:51Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-06T04:31:29Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-06T04:32:06Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi098 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.47/16"}, "status": {"created": "2023-12-06T04:13:56.330826Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.47/16"}}, {"events": ["2023-12-06T04:13:52.727160Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-06T04:13:52.721318Z", "last_refresh": "2023-12-06T04:30:12.314505Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-06T04:10:09.956661Z", "last_refresh": "2023-12-06T04:30:12.313898Z", "running": 2, "size": 2}}, {"events": ["2023-12-06T04:11:13.238878Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi047:172.21.15.47=smithi047", "smithi098:172.21.15.98=smithi098"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-06T04:11:13.235526Z", "last_refresh": "2023-12-06T04:30:12.314005Z", "running": 2, "size": 2}}, {"events": ["2023-12-06T04:13:56.329598Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-12-06T04:13:56.325813Z", "last_refresh": "2023-12-06T04:30:14.827029Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-06T04:10:14.589128Z", "last_refresh": "2023-12-06T04:30:12.314085Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-06T04:11:43.239438Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-06T04:11:43.235053Z", "last_refresh": "2023-12-06T04:30:12.314182Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-06T04:10:12.030635Z", "last_refresh": "2023-12-06T04:30:14.826592Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-06T04:33:05.607 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-06T04:33:06.608 DEBUG:teuthology.orchestra.run.smithi047:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:d03fca4f35d43f61b4679936aef7bd2f01cced0b shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 2ecad2ea-93ed-11ee-95a2-87774f69a715 -- ceph orch ls -f json 2023-12-06T04:33:06.620 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Dec 06 04:33:06 smithi098 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi098[111615]: cluster 2023-12-06T04:33:05.205934+0000 mgr.smithi047.erpxvz (mgr.14182) 1170 : cluster [DBG] pgmap v695: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-06T04:33:06.620 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Dec 06 04:33:06 smithi098 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi098[111615]: audit 2023-12-06T04:33:05.211381+0000 mgr.smithi047.erpxvz (mgr.14182) 1171 : audit [DBG] from='client.16180 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-06T04:33:06.629 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Dec 06 04:33:06 smithi047 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi047[108212]: cluster 2023-12-06T04:33:05.205934+0000 mgr.smithi047.erpxvz (mgr.14182) 1170 : cluster [DBG] pgmap v695: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-06T04:33:06.629 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Dec 06 04:33:06 smithi047 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi047[108212]: audit 2023-12-06T04:33:05.211381+0000 mgr.smithi047.erpxvz (mgr.14182) 1171 : audit [DBG] from='client.16180 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-06T04:33:08.192 INFO:teuthology.orchestra.run.smithi047.stdout: 2023-12-06T04:33:08.192 INFO:teuthology.orchestra.run.smithi047.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-06T04:10:15.517593Z", "last_refresh": "2023-12-06T04:30:14.826306Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-06T04:10:10.954835Z", "last_refresh": "2023-12-06T04:30:12.313727Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-06T04:10:13.544463Z", "last_refresh": "2023-12-06T04:30:14.826450Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-06T04:26:41.051237Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi098.ysltza on smithi098: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi098-ysltza\n/bin/podman: stderr Error: no such container ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi098-ysltza\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi098.ysltza\n/bin/podman: stderr Error: no such container ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi098.ysltza\nDeploy daemon haproxy.nfs.foo.smithi098.ysltza ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi098 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-06T04:24:48Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-06T04:25:25Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-06T04:26:03Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi098 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-06T04:29:10.819461Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi047.sawbiu on smithi047: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi047-sawbiu\n/bin/podman: stderr Error: no such container ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi047-sawbiu\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi047.sawbiu\n/bin/podman: stderr Error: no such container ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi047.sawbiu\nDeploy daemon haproxy.nfs.foo.smithi047.sawbiu ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi047 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-06T04:27:17Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-06T04:27:55Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-06T04:28:33Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi047 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-06T04:29:10.821054Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi098.xozkhg on smithi098: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-06T04:29:10.822338Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi047.lxpuoc on smithi047: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-06T04:32:44.677376Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi098.algqxx on smithi098: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi098-algqxx\n/bin/podman: stderr Error: no such container ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi098-algqxx\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi098.algqxx\n/bin/podman: stderr Error: no such container ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi098.algqxx\nDeploy daemon haproxy.nfs.foo.smithi098.algqxx ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi098 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-06T04:30:51Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-06T04:31:29Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-06T04:32:06Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi098 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.47/16"}, "status": {"created": "2023-12-06T04:13:56.330826Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.47/16"}}, {"events": ["2023-12-06T04:13:52.727160Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-06T04:13:52.721318Z", "last_refresh": "2023-12-06T04:30:12.314505Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-06T04:10:09.956661Z", "last_refresh": "2023-12-06T04:30:12.313898Z", "running": 2, "size": 2}}, {"events": ["2023-12-06T04:11:13.238878Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi047:172.21.15.47=smithi047", "smithi098:172.21.15.98=smithi098"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-06T04:11:13.235526Z", "last_refresh": "2023-12-06T04:30:12.314005Z", "running": 2, "size": 2}}, {"events": ["2023-12-06T04:13:56.329598Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-12-06T04:13:56.325813Z", "last_refresh": "2023-12-06T04:30:14.827029Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-06T04:10:14.589128Z", "last_refresh": "2023-12-06T04:30:12.314085Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-06T04:11:43.239438Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-06T04:11:43.235053Z", "last_refresh": "2023-12-06T04:30:12.314182Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-06T04:10:12.030635Z", "last_refresh": "2023-12-06T04:30:14.826592Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-06T04:33:08.473 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Dec 06 04:33:08 smithi047 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi047[108212]: cluster 2023-12-06T04:33:07.206516+0000 mgr.smithi047.erpxvz (mgr.14182) 1172 : cluster [DBG] pgmap v696: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-06T04:33:08.574 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-06T04:33:08.621 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Dec 06 04:33:08 smithi098 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi098[111615]: cluster 2023-12-06T04:33:07.206516+0000 mgr.smithi047.erpxvz (mgr.14182) 1172 : cluster [DBG] pgmap v696: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-06T04:33:09.575 DEBUG:teuthology.orchestra.run.smithi047:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:d03fca4f35d43f61b4679936aef7bd2f01cced0b shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 2ecad2ea-93ed-11ee-95a2-87774f69a715 -- ceph orch ls -f json 2023-12-06T04:33:09.610 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Dec 06 04:33:09 smithi047 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi047[108212]: audit 2023-12-06T04:33:08.187210+0000 mgr.smithi047.erpxvz (mgr.14182) 1173 : audit [DBG] from='client.16184 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-06T04:33:09.620 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Dec 06 04:33:09 smithi098 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi098[111615]: audit 2023-12-06T04:33:08.187210+0000 mgr.smithi047.erpxvz (mgr.14182) 1173 : audit [DBG] from='client.16184 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-06T04:33:10.620 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Dec 06 04:33:10 smithi098 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi098[111615]: cluster 2023-12-06T04:33:09.207032+0000 mgr.smithi047.erpxvz (mgr.14182) 1174 : cluster [DBG] pgmap v697: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-06T04:33:10.629 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Dec 06 04:33:10 smithi047 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi047[108212]: cluster 2023-12-06T04:33:09.207032+0000 mgr.smithi047.erpxvz (mgr.14182) 1174 : cluster [DBG] pgmap v697: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-06T04:33:11.086 INFO:teuthology.orchestra.run.smithi047.stdout: 2023-12-06T04:33:11.086 INFO:teuthology.orchestra.run.smithi047.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-06T04:10:15.517593Z", "last_refresh": "2023-12-06T04:30:14.826306Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-06T04:10:10.954835Z", "last_refresh": "2023-12-06T04:30:12.313727Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-06T04:10:13.544463Z", "last_refresh": "2023-12-06T04:30:14.826450Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-06T04:26:41.051237Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi098.ysltza on smithi098: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi098-ysltza\n/bin/podman: stderr Error: no such container ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi098-ysltza\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi098.ysltza\n/bin/podman: stderr Error: no such container ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi098.ysltza\nDeploy daemon haproxy.nfs.foo.smithi098.ysltza ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi098 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-06T04:24:48Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-06T04:25:25Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-06T04:26:03Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi098 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-06T04:29:10.819461Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi047.sawbiu on smithi047: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi047-sawbiu\n/bin/podman: stderr Error: no such container ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi047-sawbiu\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi047.sawbiu\n/bin/podman: stderr Error: no such container ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi047.sawbiu\nDeploy daemon haproxy.nfs.foo.smithi047.sawbiu ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi047 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-06T04:27:17Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-06T04:27:55Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-06T04:28:33Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi047 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-06T04:29:10.821054Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi098.xozkhg on smithi098: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-06T04:29:10.822338Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi047.lxpuoc on smithi047: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-06T04:32:44.677376Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi098.algqxx on smithi098: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi098-algqxx\n/bin/podman: stderr Error: no such container ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi098-algqxx\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi098.algqxx\n/bin/podman: stderr Error: no such container ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi098.algqxx\nDeploy daemon haproxy.nfs.foo.smithi098.algqxx ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi098 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-06T04:30:51Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-06T04:31:29Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-06T04:32:06Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi098 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.47/16"}, "status": {"created": "2023-12-06T04:13:56.330826Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.47/16"}}, {"events": ["2023-12-06T04:13:52.727160Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-06T04:13:52.721318Z", "last_refresh": "2023-12-06T04:30:12.314505Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-06T04:10:09.956661Z", "last_refresh": "2023-12-06T04:30:12.313898Z", "running": 2, "size": 2}}, {"events": ["2023-12-06T04:11:13.238878Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi047:172.21.15.47=smithi047", "smithi098:172.21.15.98=smithi098"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-06T04:11:13.235526Z", "last_refresh": "2023-12-06T04:30:12.314005Z", "running": 2, "size": 2}}, {"events": ["2023-12-06T04:13:56.329598Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-12-06T04:13:56.325813Z", "last_refresh": "2023-12-06T04:30:14.827029Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-06T04:10:14.589128Z", "last_refresh": "2023-12-06T04:30:12.314085Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-06T04:11:43.239438Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-06T04:11:43.235053Z", "last_refresh": "2023-12-06T04:30:12.314182Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-06T04:10:12.030635Z", "last_refresh": "2023-12-06T04:30:14.826592Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-06T04:33:11.480 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-06T04:33:12.481 DEBUG:teuthology.orchestra.run.smithi047:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:d03fca4f35d43f61b4679936aef7bd2f01cced0b shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 2ecad2ea-93ed-11ee-95a2-87774f69a715 -- ceph orch ls -f json 2023-12-06T04:33:12.620 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Dec 06 04:33:12 smithi098 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi098[111615]: audit 2023-12-06T04:33:11.081061+0000 mgr.smithi047.erpxvz (mgr.14182) 1175 : audit [DBG] from='client.16188 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-06T04:33:12.620 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Dec 06 04:33:12 smithi098 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi098[111615]: cluster 2023-12-06T04:33:11.207637+0000 mgr.smithi047.erpxvz (mgr.14182) 1176 : cluster [DBG] pgmap v698: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-06T04:33:12.629 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Dec 06 04:33:12 smithi047 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi047[108212]: audit 2023-12-06T04:33:11.081061+0000 mgr.smithi047.erpxvz (mgr.14182) 1175 : audit [DBG] from='client.16188 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-06T04:33:12.629 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Dec 06 04:33:12 smithi047 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi047[108212]: cluster 2023-12-06T04:33:11.207637+0000 mgr.smithi047.erpxvz (mgr.14182) 1176 : cluster [DBG] pgmap v698: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-06T04:33:13.996 INFO:teuthology.orchestra.run.smithi047.stdout: 2023-12-06T04:33:13.996 INFO:teuthology.orchestra.run.smithi047.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-06T04:10:15.517593Z", "last_refresh": "2023-12-06T04:30:14.826306Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-06T04:10:10.954835Z", "last_refresh": "2023-12-06T04:30:12.313727Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-06T04:10:13.544463Z", "last_refresh": "2023-12-06T04:30:14.826450Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-06T04:26:41.051237Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi098.ysltza on smithi098: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi098-ysltza\n/bin/podman: stderr Error: no such container ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi098-ysltza\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi098.ysltza\n/bin/podman: stderr Error: no such container ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi098.ysltza\nDeploy daemon haproxy.nfs.foo.smithi098.ysltza ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi098 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-06T04:24:48Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-06T04:25:25Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-06T04:26:03Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi098 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-06T04:29:10.819461Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi047.sawbiu on smithi047: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi047-sawbiu\n/bin/podman: stderr Error: no such container ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi047-sawbiu\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi047.sawbiu\n/bin/podman: stderr Error: no such container ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi047.sawbiu\nDeploy daemon haproxy.nfs.foo.smithi047.sawbiu ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi047 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-06T04:27:17Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-06T04:27:55Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-06T04:28:33Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi047 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-06T04:29:10.821054Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi098.xozkhg on smithi098: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-06T04:29:10.822338Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi047.lxpuoc on smithi047: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-06T04:32:44.677376Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi098.algqxx on smithi098: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi098-algqxx\n/bin/podman: stderr Error: no such container ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi098-algqxx\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi098.algqxx\n/bin/podman: stderr Error: no such container ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi098.algqxx\nDeploy daemon haproxy.nfs.foo.smithi098.algqxx ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi098 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-06T04:30:51Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-06T04:31:29Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-06T04:32:06Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi098 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.47/16"}, "status": {"created": "2023-12-06T04:13:56.330826Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.47/16"}}, {"events": ["2023-12-06T04:13:52.727160Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-06T04:13:52.721318Z", "last_refresh": "2023-12-06T04:30:12.314505Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-06T04:10:09.956661Z", "last_refresh": "2023-12-06T04:30:12.313898Z", "running": 2, "size": 2}}, {"events": ["2023-12-06T04:11:13.238878Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi047:172.21.15.47=smithi047", "smithi098:172.21.15.98=smithi098"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-06T04:11:13.235526Z", "last_refresh": "2023-12-06T04:30:12.314005Z", "running": 2, "size": 2}}, {"events": ["2023-12-06T04:13:56.329598Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-12-06T04:13:56.325813Z", "last_refresh": "2023-12-06T04:30:14.827029Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-06T04:10:14.589128Z", "last_refresh": "2023-12-06T04:30:12.314085Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-06T04:11:43.239438Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-06T04:11:43.235053Z", "last_refresh": "2023-12-06T04:30:12.314182Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-06T04:10:12.030635Z", "last_refresh": "2023-12-06T04:30:14.826592Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-06T04:33:14.397 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-06T04:33:14.620 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Dec 06 04:33:14 smithi098 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi098[111615]: cluster 2023-12-06T04:33:13.208178+0000 mgr.smithi047.erpxvz (mgr.14182) 1177 : cluster [DBG] pgmap v699: 97 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-12-06T04:33:14.629 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Dec 06 04:33:14 smithi047 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi047[108212]: cluster 2023-12-06T04:33:13.208178+0000 mgr.smithi047.erpxvz (mgr.14182) 1177 : cluster [DBG] pgmap v699: 97 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-12-06T04:33:15.398 DEBUG:teuthology.orchestra.run.smithi047:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:d03fca4f35d43f61b4679936aef7bd2f01cced0b shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 2ecad2ea-93ed-11ee-95a2-87774f69a715 -- ceph orch ls -f json 2023-12-06T04:33:15.620 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Dec 06 04:33:15 smithi098 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi098[111615]: audit 2023-12-06T04:33:13.991004+0000 mgr.smithi047.erpxvz (mgr.14182) 1178 : audit [DBG] from='client.16192 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-06T04:33:15.629 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Dec 06 04:33:15 smithi047 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi047[108212]: audit 2023-12-06T04:33:13.991004+0000 mgr.smithi047.erpxvz (mgr.14182) 1178 : audit [DBG] from='client.16192 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-06T04:33:16.471 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Dec 06 04:33:16 smithi047 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi047[108212]: cluster 2023-12-06T04:33:15.208757+0000 mgr.smithi047.erpxvz (mgr.14182) 1179 : cluster [DBG] pgmap v700: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-06T04:33:16.620 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Dec 06 04:33:16 smithi098 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi098[111615]: cluster 2023-12-06T04:33:15.208757+0000 mgr.smithi047.erpxvz (mgr.14182) 1179 : cluster [DBG] pgmap v700: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-06T04:33:16.875 INFO:teuthology.orchestra.run.smithi047.stdout: 2023-12-06T04:33:16.875 INFO:teuthology.orchestra.run.smithi047.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-06T04:10:15.517593Z", "last_refresh": "2023-12-06T04:30:14.826306Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-06T04:10:10.954835Z", "last_refresh": "2023-12-06T04:30:12.313727Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-06T04:10:13.544463Z", "last_refresh": "2023-12-06T04:30:14.826450Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-06T04:26:41.051237Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi098.ysltza on smithi098: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi098-ysltza\n/bin/podman: stderr Error: no such container ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi098-ysltza\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi098.ysltza\n/bin/podman: stderr Error: no such container ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi098.ysltza\nDeploy daemon haproxy.nfs.foo.smithi098.ysltza ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi098 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-06T04:24:48Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-06T04:25:25Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-06T04:26:03Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi098 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-06T04:29:10.819461Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi047.sawbiu on smithi047: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi047-sawbiu\n/bin/podman: stderr Error: no such container ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi047-sawbiu\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi047.sawbiu\n/bin/podman: stderr Error: no such container ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi047.sawbiu\nDeploy daemon haproxy.nfs.foo.smithi047.sawbiu ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi047 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-06T04:27:17Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-06T04:27:55Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-06T04:28:33Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi047 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-06T04:29:10.821054Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi098.xozkhg on smithi098: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-06T04:29:10.822338Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi047.lxpuoc on smithi047: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-06T04:32:44.677376Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi098.algqxx on smithi098: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi098-algqxx\n/bin/podman: stderr Error: no such container ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi098-algqxx\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi098.algqxx\n/bin/podman: stderr Error: no such container ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi098.algqxx\nDeploy daemon haproxy.nfs.foo.smithi098.algqxx ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi098 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-06T04:30:51Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-06T04:31:29Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-06T04:32:06Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi098 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.47/16"}, "status": {"created": "2023-12-06T04:13:56.330826Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.47/16"}}, {"events": ["2023-12-06T04:13:52.727160Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-06T04:13:52.721318Z", "last_refresh": "2023-12-06T04:30:12.314505Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-06T04:10:09.956661Z", "last_refresh": "2023-12-06T04:30:12.313898Z", "running": 2, "size": 2}}, {"events": ["2023-12-06T04:11:13.238878Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi047:172.21.15.47=smithi047", "smithi098:172.21.15.98=smithi098"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-06T04:11:13.235526Z", "last_refresh": "2023-12-06T04:30:12.314005Z", "running": 2, "size": 2}}, {"events": ["2023-12-06T04:13:56.329598Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-12-06T04:13:56.325813Z", "last_refresh": "2023-12-06T04:30:14.827029Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-06T04:10:14.589128Z", "last_refresh": "2023-12-06T04:30:12.314085Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-06T04:11:43.239438Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-06T04:11:43.235053Z", "last_refresh": "2023-12-06T04:30:12.314182Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-06T04:10:12.030635Z", "last_refresh": "2023-12-06T04:30:14.826592Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-06T04:33:17.247 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-06T04:33:18.248 DEBUG:teuthology.orchestra.run.smithi047:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:d03fca4f35d43f61b4679936aef7bd2f01cced0b shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 2ecad2ea-93ed-11ee-95a2-87774f69a715 -- ceph orch ls -f json 2023-12-06T04:33:18.608 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Dec 06 04:33:18 smithi047 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi047[108212]: audit 2023-12-06T04:33:16.870298+0000 mgr.smithi047.erpxvz (mgr.14182) 1180 : audit [DBG] from='client.16196 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-06T04:33:18.608 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Dec 06 04:33:18 smithi047 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi047[108212]: cluster 2023-12-06T04:33:17.209339+0000 mgr.smithi047.erpxvz (mgr.14182) 1181 : cluster [DBG] pgmap v701: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-06T04:33:18.620 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Dec 06 04:33:18 smithi098 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi098[111615]: audit 2023-12-06T04:33:16.870298+0000 mgr.smithi047.erpxvz (mgr.14182) 1180 : audit [DBG] from='client.16196 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-06T04:33:18.620 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Dec 06 04:33:18 smithi098 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi098[111615]: cluster 2023-12-06T04:33:17.209339+0000 mgr.smithi047.erpxvz (mgr.14182) 1181 : cluster [DBG] pgmap v701: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-06T04:33:19.705 INFO:teuthology.orchestra.run.smithi047.stdout: 2023-12-06T04:33:19.705 INFO:teuthology.orchestra.run.smithi047.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-06T04:10:15.517593Z", "last_refresh": "2023-12-06T04:30:14.826306Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-06T04:10:10.954835Z", "last_refresh": "2023-12-06T04:30:12.313727Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-06T04:10:13.544463Z", "last_refresh": "2023-12-06T04:30:14.826450Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-06T04:26:41.051237Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi098.ysltza on smithi098: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi098-ysltza\n/bin/podman: stderr Error: no such container ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi098-ysltza\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi098.ysltza\n/bin/podman: stderr Error: no such container ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi098.ysltza\nDeploy daemon haproxy.nfs.foo.smithi098.ysltza ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi098 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-06T04:24:48Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-06T04:25:25Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-06T04:26:03Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi098 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-06T04:29:10.819461Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi047.sawbiu on smithi047: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi047-sawbiu\n/bin/podman: stderr Error: no such container ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi047-sawbiu\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi047.sawbiu\n/bin/podman: stderr Error: no such container ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi047.sawbiu\nDeploy daemon haproxy.nfs.foo.smithi047.sawbiu ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi047 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-06T04:27:17Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-06T04:27:55Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-06T04:28:33Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi047 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-06T04:29:10.821054Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi098.xozkhg on smithi098: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-06T04:29:10.822338Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi047.lxpuoc on smithi047: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-06T04:32:44.677376Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi098.algqxx on smithi098: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi098-algqxx\n/bin/podman: stderr Error: no such container ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi098-algqxx\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi098.algqxx\n/bin/podman: stderr Error: no such container ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi098.algqxx\nDeploy daemon haproxy.nfs.foo.smithi098.algqxx ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi098 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-06T04:30:51Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-06T04:31:29Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-06T04:32:06Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi098 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.47/16"}, "status": {"created": "2023-12-06T04:13:56.330826Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.47/16"}}, {"events": ["2023-12-06T04:13:52.727160Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-06T04:13:52.721318Z", "last_refresh": "2023-12-06T04:30:12.314505Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-06T04:10:09.956661Z", "last_refresh": "2023-12-06T04:30:12.313898Z", "running": 2, "size": 2}}, {"events": ["2023-12-06T04:11:13.238878Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi047:172.21.15.47=smithi047", "smithi098:172.21.15.98=smithi098"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-06T04:11:13.235526Z", "last_refresh": "2023-12-06T04:30:12.314005Z", "running": 2, "size": 2}}, {"events": ["2023-12-06T04:13:56.329598Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-12-06T04:13:56.325813Z", "last_refresh": "2023-12-06T04:30:14.827029Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-06T04:10:14.589128Z", "last_refresh": "2023-12-06T04:30:12.314085Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-06T04:11:43.239438Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-06T04:11:43.235053Z", "last_refresh": "2023-12-06T04:30:12.314182Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-06T04:10:12.030635Z", "last_refresh": "2023-12-06T04:30:14.826592Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-06T04:33:19.870 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Dec 06 04:33:19 smithi098 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi098[111615]: cluster 2023-12-06T04:33:19.210092+0000 mgr.smithi047.erpxvz (mgr.14182) 1182 : cluster [DBG] pgmap v702: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-06T04:33:19.875 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Dec 06 04:33:19 smithi047 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi047[108212]: cluster 2023-12-06T04:33:19.210092+0000 mgr.smithi047.erpxvz (mgr.14182) 1182 : cluster [DBG] pgmap v702: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-06T04:33:20.096 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-06T04:33:20.870 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Dec 06 04:33:20 smithi098 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi098[111615]: audit 2023-12-06T04:33:19.699819+0000 mgr.smithi047.erpxvz (mgr.14182) 1183 : audit [DBG] from='client.16200 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-06T04:33:20.879 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Dec 06 04:33:20 smithi047 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi047[108212]: audit 2023-12-06T04:33:19.699819+0000 mgr.smithi047.erpxvz (mgr.14182) 1183 : audit [DBG] from='client.16200 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-06T04:33:21.097 DEBUG:teuthology.orchestra.run.smithi047:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:d03fca4f35d43f61b4679936aef7bd2f01cced0b shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 2ecad2ea-93ed-11ee-95a2-87774f69a715 -- ceph orch ls -f json 2023-12-06T04:33:21.870 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Dec 06 04:33:21 smithi098 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi098[111615]: cluster 2023-12-06T04:33:21.210536+0000 mgr.smithi047.erpxvz (mgr.14182) 1184 : cluster [DBG] pgmap v703: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-06T04:33:21.875 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Dec 06 04:33:21 smithi047 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi047[108212]: cluster 2023-12-06T04:33:21.210536+0000 mgr.smithi047.erpxvz (mgr.14182) 1184 : cluster [DBG] pgmap v703: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-06T04:33:22.601 INFO:teuthology.orchestra.run.smithi047.stdout: 2023-12-06T04:33:22.602 INFO:teuthology.orchestra.run.smithi047.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-06T04:10:15.517593Z", "last_refresh": "2023-12-06T04:30:14.826306Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-06T04:10:10.954835Z", "last_refresh": "2023-12-06T04:30:12.313727Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-06T04:10:13.544463Z", "last_refresh": "2023-12-06T04:30:14.826450Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-06T04:26:41.051237Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi098.ysltza on smithi098: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi098-ysltza\n/bin/podman: stderr Error: no such container ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi098-ysltza\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi098.ysltza\n/bin/podman: stderr Error: no such container ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi098.ysltza\nDeploy daemon haproxy.nfs.foo.smithi098.ysltza ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi098 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-06T04:24:48Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-06T04:25:25Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-06T04:26:03Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi098 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-06T04:29:10.819461Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi047.sawbiu on smithi047: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi047-sawbiu\n/bin/podman: stderr Error: no such container ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi047-sawbiu\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi047.sawbiu\n/bin/podman: stderr Error: no such container ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi047.sawbiu\nDeploy daemon haproxy.nfs.foo.smithi047.sawbiu ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi047 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-06T04:27:17Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-06T04:27:55Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-06T04:28:33Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi047 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-06T04:29:10.821054Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi098.xozkhg on smithi098: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-06T04:29:10.822338Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi047.lxpuoc on smithi047: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-06T04:32:44.677376Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi098.algqxx on smithi098: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi098-algqxx\n/bin/podman: stderr Error: no such container ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi098-algqxx\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi098.algqxx\n/bin/podman: stderr Error: no such container ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi098.algqxx\nDeploy daemon haproxy.nfs.foo.smithi098.algqxx ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi098 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-06T04:30:51Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-06T04:31:29Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-06T04:32:06Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi098 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.47/16"}, "status": {"created": "2023-12-06T04:13:56.330826Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.47/16"}}, {"events": ["2023-12-06T04:13:52.727160Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-06T04:13:52.721318Z", "last_refresh": "2023-12-06T04:30:12.314505Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-06T04:10:09.956661Z", "last_refresh": "2023-12-06T04:30:12.313898Z", "running": 2, "size": 2}}, {"events": ["2023-12-06T04:11:13.238878Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi047:172.21.15.47=smithi047", "smithi098:172.21.15.98=smithi098"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-06T04:11:13.235526Z", "last_refresh": "2023-12-06T04:30:12.314005Z", "running": 2, "size": 2}}, {"events": ["2023-12-06T04:13:56.329598Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-12-06T04:13:56.325813Z", "last_refresh": "2023-12-06T04:30:14.827029Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-06T04:10:14.589128Z", "last_refresh": "2023-12-06T04:30:12.314085Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-06T04:11:43.239438Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-06T04:11:43.235053Z", "last_refresh": "2023-12-06T04:30:12.314182Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-06T04:10:12.030635Z", "last_refresh": "2023-12-06T04:30:14.826592Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-06T04:33:22.971 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-06T04:33:23.972 DEBUG:teuthology.orchestra.run.smithi047:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:d03fca4f35d43f61b4679936aef7bd2f01cced0b shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 2ecad2ea-93ed-11ee-95a2-87774f69a715 -- ceph orch ls -f json 2023-12-06T04:33:24.530 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Dec 06 04:33:24 smithi047 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi047[108212]: audit 2023-12-06T04:33:22.596483+0000 mgr.smithi047.erpxvz (mgr.14182) 1185 : audit [DBG] from='client.16204 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-06T04:33:24.530 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Dec 06 04:33:24 smithi047 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi047[108212]: cluster 2023-12-06T04:33:23.211242+0000 mgr.smithi047.erpxvz (mgr.14182) 1186 : cluster [DBG] pgmap v704: 97 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-12-06T04:33:24.620 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Dec 06 04:33:24 smithi098 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi098[111615]: audit 2023-12-06T04:33:22.596483+0000 mgr.smithi047.erpxvz (mgr.14182) 1185 : audit [DBG] from='client.16204 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-06T04:33:24.620 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Dec 06 04:33:24 smithi098 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi098[111615]: cluster 2023-12-06T04:33:23.211242+0000 mgr.smithi047.erpxvz (mgr.14182) 1186 : cluster [DBG] pgmap v704: 97 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-12-06T04:33:25.574 INFO:teuthology.orchestra.run.smithi047.stdout: 2023-12-06T04:33:25.574 INFO:teuthology.orchestra.run.smithi047.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-06T04:10:15.517593Z", "last_refresh": "2023-12-06T04:30:14.826306Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-06T04:10:10.954835Z", "last_refresh": "2023-12-06T04:30:12.313727Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-06T04:10:13.544463Z", "last_refresh": "2023-12-06T04:30:14.826450Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-06T04:26:41.051237Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi098.ysltza on smithi098: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi098-ysltza\n/bin/podman: stderr Error: no such container ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi098-ysltza\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi098.ysltza\n/bin/podman: stderr Error: no such container ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi098.ysltza\nDeploy daemon haproxy.nfs.foo.smithi098.ysltza ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi098 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-06T04:24:48Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-06T04:25:25Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-06T04:26:03Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi098 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-06T04:29:10.819461Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi047.sawbiu on smithi047: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi047-sawbiu\n/bin/podman: stderr Error: no such container ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi047-sawbiu\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi047.sawbiu\n/bin/podman: stderr Error: no such container ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi047.sawbiu\nDeploy daemon haproxy.nfs.foo.smithi047.sawbiu ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi047 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-06T04:27:17Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-06T04:27:55Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-06T04:28:33Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi047 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-06T04:29:10.821054Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi098.xozkhg on smithi098: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-06T04:29:10.822338Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi047.lxpuoc on smithi047: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-06T04:32:44.677376Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi098.algqxx on smithi098: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi098-algqxx\n/bin/podman: stderr Error: no such container ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi098-algqxx\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi098.algqxx\n/bin/podman: stderr Error: no such container ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi098.algqxx\nDeploy daemon haproxy.nfs.foo.smithi098.algqxx ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi098 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-06T04:30:51Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-06T04:31:29Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-06T04:32:06Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi098 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.47/16"}, "status": {"created": "2023-12-06T04:13:56.330826Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.47/16"}}, {"events": ["2023-12-06T04:13:52.727160Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-06T04:13:52.721318Z", "last_refresh": "2023-12-06T04:30:12.314505Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-06T04:10:09.956661Z", "last_refresh": "2023-12-06T04:30:12.313898Z", "running": 2, "size": 2}}, {"events": ["2023-12-06T04:11:13.238878Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi047:172.21.15.47=smithi047", "smithi098:172.21.15.98=smithi098"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-06T04:11:13.235526Z", "last_refresh": "2023-12-06T04:30:12.314005Z", "running": 2, "size": 2}}, {"events": ["2023-12-06T04:13:56.329598Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-12-06T04:13:56.325813Z", "last_refresh": "2023-12-06T04:30:14.827029Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-06T04:10:14.589128Z", "last_refresh": "2023-12-06T04:30:12.314085Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-06T04:11:43.239438Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-06T04:11:43.235053Z", "last_refresh": "2023-12-06T04:30:12.314182Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-06T04:10:12.030635Z", "last_refresh": "2023-12-06T04:30:14.826592Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-06T04:33:25.954 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-06T04:33:25.954 ERROR:teuthology.run_tasks:Saw exception from tasks. Traceback (most recent call last): File "/home/teuthworker/src/git.ceph.com_teuthology_f2de108beb0a6dde7f3e6c96039071828a1f6269/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_f2de108beb0a6dde7f3e6c96039071828a1f6269/teuthology/run_tasks.py", line 83, in run_one_task return task(**kwargs) File "/home/teuthworker/src/github.com_ceph_ceph-c_d03fca4f35d43f61b4679936aef7bd2f01cced0b/qa/tasks/cephadm.py", line 1119, in wait_for_service while proceed(): File "/home/teuthworker/src/git.ceph.com_teuthology_f2de108beb0a6dde7f3e6c96039071828a1f6269/teuthology/contextutil.py", line 134, in __call__ raise MaxWhileTries(error_msg) teuthology.exceptions.MaxWhileTries: reached maximum tries (301) after waiting for 300 seconds 2023-12-06T04:33:26.084 ERROR:teuthology.util.sentry: Sentry event: https://sentry.ceph.com/organizations/ceph/?query=fb07b4a565384fa29c1fea7b9abe3d06 Traceback (most recent call last): File "/home/teuthworker/src/git.ceph.com_teuthology_f2de108beb0a6dde7f3e6c96039071828a1f6269/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_f2de108beb0a6dde7f3e6c96039071828a1f6269/teuthology/run_tasks.py", line 83, in run_one_task return task(**kwargs) File "/home/teuthworker/src/github.com_ceph_ceph-c_d03fca4f35d43f61b4679936aef7bd2f01cced0b/qa/tasks/cephadm.py", line 1119, in wait_for_service while proceed(): File "/home/teuthworker/src/git.ceph.com_teuthology_f2de108beb0a6dde7f3e6c96039071828a1f6269/teuthology/contextutil.py", line 134, in __call__ raise MaxWhileTries(error_msg) teuthology.exceptions.MaxWhileTries: reached maximum tries (301) after waiting for 300 seconds 2023-12-06T04:33:26.085 DEBUG:teuthology.run_tasks:Unwinding manager vip 2023-12-06T04:33:26.095 INFO:tasks.vip:Removing 10.0.15.47 (and any VIPs) on smithi047.front.sepia.ceph.com iface ens1f0... 2023-12-06T04:33:26.095 DEBUG:teuthology.orchestra.run.smithi047:> sudo ip addr del 10.0.15.47/16 dev ens1f0 2023-12-06T04:33:26.148 DEBUG:teuthology.orchestra.run.smithi047:> sudo ip addr del 10.0.31.47/16 dev ens1f0 2023-12-06T04:33:26.222 INFO:teuthology.orchestra.run.smithi047.stderr:RTNETLINK answers: Cannot assign requested address 2023-12-06T04:33:26.223 DEBUG:teuthology.orchestra.run:got remote process result: 2 2023-12-06T04:33:26.225 INFO:tasks.vip:Removing 10.0.15.98 (and any VIPs) on smithi098.front.sepia.ceph.com iface enp3s0f1... 2023-12-06T04:33:26.225 DEBUG:teuthology.orchestra.run.smithi098:> sudo ip addr del 10.0.15.98/16 dev enp3s0f1 2023-12-06T04:33:26.265 DEBUG:teuthology.orchestra.run.smithi098:> sudo ip addr del 10.0.31.47/16 dev enp3s0f1 2023-12-06T04:33:26.335 INFO:teuthology.orchestra.run.smithi098.stderr:RTNETLINK answers: Cannot assign requested address 2023-12-06T04:33:26.336 DEBUG:teuthology.orchestra.run:got remote process result: 2 2023-12-06T04:33:26.337 DEBUG:teuthology.run_tasks:Unwinding manager cephadm 2023-12-06T04:33:26.347 INFO:tasks.cephadm:Teardown begin 2023-12-06T04:33:26.347 DEBUG:teuthology.orchestra.run.smithi047:> sudo rm -f /etc/ceph/ceph.conf /etc/ceph/ceph.client.admin.keyring 2023-12-06T04:33:26.383 DEBUG:teuthology.orchestra.run.smithi098:> sudo rm -f /etc/ceph/ceph.conf /etc/ceph/ceph.client.admin.keyring 2023-12-06T04:33:26.413 INFO:tasks.cephadm:Cleaning up testdir ceph.* files... 2023-12-06T04:33:26.414 DEBUG:teuthology.orchestra.run.smithi047:> rm -f /home/ubuntu/cephtest/seed.ceph.conf /home/ubuntu/cephtest/ceph.pub 2023-12-06T04:33:26.446 DEBUG:teuthology.orchestra.run.smithi098:> rm -f /home/ubuntu/cephtest/seed.ceph.conf /home/ubuntu/cephtest/ceph.pub 2023-12-06T04:33:26.474 INFO:tasks.cephadm:Stopping all daemons... 2023-12-06T04:33:26.474 INFO:tasks.cephadm.mon.smithi047:Stopping mon.smithi047... 2023-12-06T04:33:26.475 DEBUG:teuthology.orchestra.run.smithi047:> sudo systemctl stop ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715@mon.smithi047 2023-12-06T04:33:26.517 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Dec 06 04:33:26 smithi047 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi047[108212]: cluster 2023-12-06T04:33:25.211772+0000 mgr.smithi047.erpxvz (mgr.14182) 1187 : cluster [DBG] pgmap v705: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-06T04:33:26.620 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Dec 06 04:33:26 smithi098 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi098[111615]: cluster 2023-12-06T04:33:25.211772+0000 mgr.smithi047.erpxvz (mgr.14182) 1187 : cluster [DBG] pgmap v705: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-06T04:33:26.767 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Dec 06 04:33:26 smithi047 systemd[1]: Stopping Ceph mon.smithi047 for 2ecad2ea-93ed-11ee-95a2-87774f69a715... 2023-12-06T04:33:26.767 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Dec 06 04:33:26 smithi047 bash[232177]: Error: no container with name or ID "ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon.smithi047" found: no such container 2023-12-06T04:33:26.767 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Dec 06 04:33:26 smithi047 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi047[108212]: debug 2023-12-06T04:33:26.764+0000 7f8b44b3a700 -1 received signal: Terminated from /run/podman-init -- /usr/bin/ceph-mon -n mon.smithi047 -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-12-06T04:33:27.089 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Dec 06 04:33:26 smithi047 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi047[108212]: debug 2023-12-06T04:33:26.764+0000 7f8b44b3a700 -1 mon.smithi047@0(leader) e2 *** Got Signal Terminated *** 2023-12-06T04:33:27.370 INFO:journalctl@ceph.mon.smithi047.smithi047.stdout:Dec 06 04:33:27 smithi047 bash[232216]: ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi047 2023-12-06T04:33:27.378 DEBUG:teuthology.orchestra.run.smithi047:> sudo pkill -f 'journalctl -f -n 0 -u ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715@mon.smithi047.service' 2023-12-06T04:33:27.478 DEBUG:teuthology.orchestra.run:got remote process result: None 2023-12-06T04:33:27.478 INFO:tasks.cephadm.mon.smithi047:Stopped mon.smithi047 2023-12-06T04:33:27.478 INFO:tasks.cephadm.mon.smithi098:Stopping mon.smithi098... 2023-12-06T04:33:27.479 DEBUG:teuthology.orchestra.run.smithi098:> sudo systemctl stop ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715@mon.smithi098 2023-12-06T04:33:27.870 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Dec 06 04:33:27 smithi098 systemd[1]: Stopping Ceph mon.smithi098 for 2ecad2ea-93ed-11ee-95a2-87774f69a715... 2023-12-06T04:33:27.870 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Dec 06 04:33:27 smithi098 bash[131936]: Error: no container with name or ID "ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon.smithi098" found: no such container 2023-12-06T04:33:27.871 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Dec 06 04:33:27 smithi098 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi098[111615]: debug 2023-12-06T04:33:27.721+0000 7efc1a6de700 -1 received signal: Terminated from /run/podman-init -- /usr/bin/ceph-mon -n mon.smithi098 -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-12-06T04:33:27.871 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Dec 06 04:33:27 smithi098 ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi098[111615]: debug 2023-12-06T04:33:27.721+0000 7efc1a6de700 -1 mon.smithi098@1(peon) e2 *** Got Signal Terminated *** 2023-12-06T04:33:28.225 INFO:journalctl@ceph.mon.smithi098.smithi098.stdout:Dec 06 04:33:27 smithi098 bash[131976]: ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715-mon-smithi098 2023-12-06T04:33:28.232 DEBUG:teuthology.orchestra.run.smithi098:> sudo pkill -f 'journalctl -f -n 0 -u ceph-2ecad2ea-93ed-11ee-95a2-87774f69a715@mon.smithi098.service' 2023-12-06T04:33:28.285 DEBUG:teuthology.orchestra.run:got remote process result: None 2023-12-06T04:33:28.285 INFO:tasks.cephadm.mon.smithi098:Stopped mon.smithi098 2023-12-06T04:33:28.285 DEBUG:teuthology.orchestra.run.smithi047:> sudo /home/ubuntu/cephtest/cephadm rm-cluster --fsid 2ecad2ea-93ed-11ee-95a2-87774f69a715 --force --keep-logs 2023-12-06T04:36:03.187 DEBUG:teuthology.orchestra.run.smithi098:> sudo /home/ubuntu/cephtest/cephadm rm-cluster --fsid 2ecad2ea-93ed-11ee-95a2-87774f69a715 --force --keep-logs 2023-12-06T04:36:40.206 DEBUG:teuthology.orchestra.run.smithi047:> sudo rm -f /etc/ceph/ceph.conf /etc/ceph/ceph.client.admin.keyring 2023-12-06T04:36:40.247 DEBUG:teuthology.orchestra.run.smithi098:> sudo rm -f /etc/ceph/ceph.conf /etc/ceph/ceph.client.admin.keyring 2023-12-06T04:36:40.278 INFO:tasks.cephadm:Archiving crash dumps... 2023-12-06T04:36:40.280 DEBUG:teuthology.misc:Transferring archived files from smithi047:/var/lib/ceph/2ecad2ea-93ed-11ee-95a2-87774f69a715/crash to /home/teuthworker/archive/yuriw-2023-12-05_19:00:15-rados-wip-yuri6-testing-2023-12-05-0753-pacific-distro-default-smithi/7478741/remote/ubuntu@smithi047.front.sepia.ceph.com/crash 2023-12-06T04:36:40.281 DEBUG:teuthology.orchestra.run.smithi047:> sudo tar c -f - -C /var/lib/ceph/2ecad2ea-93ed-11ee-95a2-87774f69a715/crash -- . 2023-12-06T04:36:40.348 INFO:teuthology.orchestra.run.smithi047.stderr:tar: /var/lib/ceph/2ecad2ea-93ed-11ee-95a2-87774f69a715/crash: Cannot open: No such file or directory 2023-12-06T04:36:40.349 INFO:teuthology.orchestra.run.smithi047.stderr:tar: Error is not recoverable: exiting now 2023-12-06T04:36:40.350 DEBUG:teuthology.misc:Transferring archived files from smithi098:/var/lib/ceph/2ecad2ea-93ed-11ee-95a2-87774f69a715/crash to /home/teuthworker/archive/yuriw-2023-12-05_19:00:15-rados-wip-yuri6-testing-2023-12-05-0753-pacific-distro-default-smithi/7478741/remote/ubuntu@smithi098.front.sepia.ceph.com/crash 2023-12-06T04:36:40.351 DEBUG:teuthology.orchestra.run.smithi098:> sudo tar c -f - -C /var/lib/ceph/2ecad2ea-93ed-11ee-95a2-87774f69a715/crash -- . 2023-12-06T04:36:40.392 INFO:teuthology.orchestra.run.smithi098.stderr:tar: /var/lib/ceph/2ecad2ea-93ed-11ee-95a2-87774f69a715/crash: Cannot open: No such file or directory 2023-12-06T04:36:40.392 INFO:teuthology.orchestra.run.smithi098.stderr:tar: Error is not recoverable: exiting now 2023-12-06T04:36:40.393 INFO:tasks.cephadm:Checking cluster log for badness... 2023-12-06T04:36:40.393 DEBUG:teuthology.orchestra.run.smithi047:> sudo egrep '\[ERR\]|\[WRN\]|\[SEC\]' /var/log/ceph/2ecad2ea-93ed-11ee-95a2-87774f69a715/ceph.log | egrep -v '\(MDS_ALL_DOWN\)' | egrep -v '\(MDS_UP_LESS_THAN_MAX\)' | head -n 1 2023-12-06T04:36:40.428 INFO:teuthology.orchestra.run.smithi047.stderr:grep: /var/log/ceph/2ecad2ea-93ed-11ee-95a2-87774f69a715/ceph.log: No such file or directory 2023-12-06T04:36:40.429 INFO:tasks.cephadm:Compressing logs... 2023-12-06T04:36:40.430 DEBUG:teuthology.orchestra.run.smithi047:> 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-12-06T04:36:40.472 DEBUG:teuthology.orchestra.run.smithi098:> 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-12-06T04:36:40.499 INFO:teuthology.orchestra.run.smithi098.stderr:find: ‘/var/log/rbd-target-api’gzip -5 --verbose -- /var/log/ceph/cephadm.log 2023-12-06T04:36:40.499 INFO:teuthology.orchestra.run.smithi098.stderr:: No such file or directory 2023-12-06T04:36:40.500 INFO:teuthology.orchestra.run.smithi098.stderr:gzip -5 --verbose -- /var/log/ceph/2ecad2ea-93ed-11ee-95a2-87774f69a715/ceph-mgr.smithi098.oprotl.log 2023-12-06T04:36:40.500 INFO:teuthology.orchestra.run.smithi098.stderr:/var/log/ceph/cephadm.log: gzip -5 --verbose -- /var/log/ceph/2ecad2ea-93ed-11ee-95a2-87774f69a715/ceph-osd.6.log 2023-12-06T04:36:40.501 INFO:teuthology.orchestra.run.smithi098.stderr:gzip -5 --verbose -- /var/log/ceph/2ecad2ea-93ed-11ee-95a2-87774f69a715/ceph-volume.log 2023-12-06T04:36:40.501 INFO:teuthology.orchestra.run.smithi098.stderr:/var/log/ceph/2ecad2ea-93ed-11ee-95a2-87774f69a715/ceph-mgr.smithi098.oprotl.log: /var/log/ceph/2ecad2ea-93ed-11ee-95a2-87774f69a715/ceph-osd.6.log: gzip -5 --verbose -- /var/log/ceph/2ecad2ea-93ed-11ee-95a2-87774f69a715/ceph-osd.3.log 2023-12-06T04:36:40.501 INFO:teuthology.orchestra.run.smithi098.stderr:/var/log/ceph/2ecad2ea-93ed-11ee-95a2-87774f69a715/ceph-volume.log: gzip -5 --verbose -- /var/log/ceph/2ecad2ea-93ed-11ee-95a2-87774f69a715/ceph-osd.0.log 2023-12-06T04:36:40.505 INFO:teuthology.orchestra.run.smithi098.stderr:/var/log/ceph/2ecad2ea-93ed-11ee-95a2-87774f69a715/ceph-osd.3.log: /var/log/ceph/2ecad2ea-93ed-11ee-95a2-87774f69a715/ceph-osd.0.log: gzip -5 --verbose -- /var/log/ceph/2ecad2ea-93ed-11ee-95a2-87774f69a715/ceph-osd.5.log 2023-12-06T04:36:40.505 INFO:teuthology.orchestra.run.smithi047.stderr:find: ‘/var/log/rbd-target-api’: No such file or directory 2023-12-06T04:36:40.506 INFO:teuthology.orchestra.run.smithi047.stderr:gzip -5 --verbose -- /var/log/ceph/cephadm.log 2023-12-06T04:36:40.506 INFO:teuthology.orchestra.run.smithi047.stderr:gzip -5 --verbose -- /var/log/ceph/2ecad2ea-93ed-11ee-95a2-87774f69a715/ceph-mon.smithi047.log 2023-12-06T04:36:40.506 INFO:teuthology.orchestra.run.smithi047.stderr:gzip -5 --verbose -- /var/log/ceph/2ecad2ea-93ed-11ee-95a2-87774f69a715/ceph-volume.log 2023-12-06T04:36:40.506 INFO:teuthology.orchestra.run.smithi047.stderr:/var/log/ceph/cephadm.log: /var/log/ceph/2ecad2ea-93ed-11ee-95a2-87774f69a715/ceph-mon.smithi047.log: gzip -5 --verbose -- /var/log/ceph/2ecad2ea-93ed-11ee-95a2-87774f69a715/ceph-osd.2.log 2023-12-06T04:36:40.508 INFO:teuthology.orchestra.run.smithi047.stderr:gzip -5 --verbose -- /var/log/ceph/2ecad2ea-93ed-11ee-95a2-87774f69a715/ceph-osd.7.log 2023-12-06T04:36:40.508 INFO:teuthology.orchestra.run.smithi047.stderr:/var/log/ceph/2ecad2ea-93ed-11ee-95a2-87774f69a715/ceph-volume.log: /var/log/ceph/2ecad2ea-93ed-11ee-95a2-87774f69a715/ceph-osd.2.log: gzip -5 --verbose -- /var/log/ceph/2ecad2ea-93ed-11ee-95a2-87774f69a715/ceph-mds.foofs.smithi047.jyfwov.log 2023-12-06T04:36:40.508 INFO:teuthology.orchestra.run.smithi047.stderr:/var/log/ceph/2ecad2ea-93ed-11ee-95a2-87774f69a715/ceph-osd.7.log: /var/log/ceph/2ecad2ea-93ed-11ee-95a2-87774f69a715/ceph-mds.foofs.smithi047.jyfwov.log: 59.9% -- replaced with /var/log/ceph/2ecad2ea-93ed-11ee-95a2-87774f69a715/ceph-mds.foofs.smithi047.jyfwov.log.gz 2023-12-06T04:36:40.508 INFO:teuthology.orchestra.run.smithi047.stderr:gzip -5 --verbose -- /var/log/ceph/2ecad2ea-93ed-11ee-95a2-87774f69a715/ceph-osd.4.log 2023-12-06T04:36:40.509 INFO:teuthology.orchestra.run.smithi047.stderr:gzip -5 --verbose -- /var/log/ceph/2ecad2ea-93ed-11ee-95a2-87774f69a715/ceph-mgr.smithi047.erpxvz.log 2023-12-06T04:36:40.509 INFO:teuthology.orchestra.run.smithi098.stderr:/var/log/ceph/2ecad2ea-93ed-11ee-95a2-87774f69a715/ceph-osd.5.log: 90.7% -- replaced with /var/log/ceph/cephadm.log.gz 2023-12-06T04:36:40.509 INFO:teuthology.orchestra.run.smithi098.stderr:gzip -5 --verbose -- /var/log/ceph/2ecad2ea-93ed-11ee-95a2-87774f69a715/ceph-mds.foofs.smithi098.vlypwm.log 2023-12-06T04:36:40.509 INFO:teuthology.orchestra.run.smithi098.stderr: 93.2% -- replaced with /var/log/ceph/2ecad2ea-93ed-11ee-95a2-87774f69a715/ceph-mgr.smithi098.oprotl.log.gz 2023-12-06T04:36:40.509 INFO:teuthology.orchestra.run.smithi098.stderr:/var/log/ceph/2ecad2ea-93ed-11ee-95a2-87774f69a715/ceph-mds.foofs.smithi098.vlypwm.log: 86.8% -- replaced with /var/log/ceph/2ecad2ea-93ed-11ee-95a2-87774f69a715/ceph-mds.foofs.smithi098.vlypwm.log.gz 2023-12-06T04:36:40.509 INFO:teuthology.orchestra.run.smithi098.stderr:gzip -5 --verbose -- /var/log/ceph/2ecad2ea-93ed-11ee-95a2-87774f69a715/ceph-mon.smithi098.log 2023-12-06T04:36:40.509 INFO:teuthology.orchestra.run.smithi098.stderr:/var/log/ceph/2ecad2ea-93ed-11ee-95a2-87774f69a715/ceph-mon.smithi098.log: 92.5% -- replaced with /var/log/ceph/2ecad2ea-93ed-11ee-95a2-87774f69a715/ceph-volume.log.gz 2023-12-06T04:36:40.517 INFO:teuthology.orchestra.run.smithi047.stderr:/var/log/ceph/2ecad2ea-93ed-11ee-95a2-87774f69a715/ceph-osd.4.log: /var/log/ceph/2ecad2ea-93ed-11ee-95a2-87774f69a715/ceph-mgr.smithi047.erpxvz.log: 92.6% -- replaced with /var/log/ceph/2ecad2ea-93ed-11ee-95a2-87774f69a715/ceph-volume.log.gz 2023-12-06T04:36:40.517 INFO:teuthology.orchestra.run.smithi047.stderr:gzip -5 --verbose -- /var/log/ceph/2ecad2ea-93ed-11ee-95a2-87774f69a715/ceph-osd.1.log 2023-12-06T04:36:40.544 INFO:teuthology.orchestra.run.smithi047.stderr:/var/log/ceph/2ecad2ea-93ed-11ee-95a2-87774f69a715/ceph-osd.1.log: 94.4% -- replaced with /var/log/ceph/cephadm.log.gz 2023-12-06T04:36:40.812 INFO:teuthology.orchestra.run.smithi047.stderr: 89.4% -- replaced with /var/log/ceph/2ecad2ea-93ed-11ee-95a2-87774f69a715/ceph-mgr.smithi047.erpxvz.log.gz 2023-12-06T04:36:40.855 INFO:teuthology.orchestra.run.smithi098.stderr: 92.1% -- replaced with /var/log/ceph/2ecad2ea-93ed-11ee-95a2-87774f69a715/ceph-mon.smithi098.log.gz 2023-12-06T04:36:40.893 INFO:teuthology.orchestra.run.smithi047.stderr: 92.8% -- replaced with /var/log/ceph/2ecad2ea-93ed-11ee-95a2-87774f69a715/ceph-osd.1.log.gz 2023-12-06T04:36:40.939 INFO:teuthology.orchestra.run.smithi098.stderr: 93.2% -- replaced with /var/log/ceph/2ecad2ea-93ed-11ee-95a2-87774f69a715/ceph-osd.0.log.gz 2023-12-06T04:36:40.959 INFO:teuthology.orchestra.run.smithi098.stderr: 92.8% -- replaced with /var/log/ceph/2ecad2ea-93ed-11ee-95a2-87774f69a715/ceph-osd.6.log.gz 2023-12-06T04:36:40.968 INFO:teuthology.orchestra.run.smithi098.stderr: 93.0% -- replaced with /var/log/ceph/2ecad2ea-93ed-11ee-95a2-87774f69a715/ceph-osd.3.log.gz 2023-12-06T04:36:41.012 INFO:teuthology.orchestra.run.smithi047.stderr: 93.1% -- replaced with /var/log/ceph/2ecad2ea-93ed-11ee-95a2-87774f69a715/ceph-osd.2.log.gz 2023-12-06T04:36:41.024 INFO:teuthology.orchestra.run.smithi098.stderr: 93.1% -- replaced with /var/log/ceph/2ecad2ea-93ed-11ee-95a2-87774f69a715/ceph-osd.5.log.gz 2023-12-06T04:36:41.025 INFO:teuthology.orchestra.run.smithi098.stderr: 2023-12-06T04:36:41.026 INFO:teuthology.orchestra.run.smithi098.stderr:real 0m0.537s 2023-12-06T04:36:41.026 INFO:teuthology.orchestra.run.smithi098.stderr:user 0m2.184s 2023-12-06T04:36:41.026 INFO:teuthology.orchestra.run.smithi098.stderr:sys 0m0.088s 2023-12-06T04:36:41.058 INFO:teuthology.orchestra.run.smithi047.stderr: 93.6% -- replaced with /var/log/ceph/2ecad2ea-93ed-11ee-95a2-87774f69a715/ceph-osd.7.log.gz 2023-12-06T04:36:41.114 INFO:teuthology.orchestra.run.smithi047.stderr: 93.3% -- replaced with /var/log/ceph/2ecad2ea-93ed-11ee-95a2-87774f69a715/ceph-osd.4.log.gz 2023-12-06T04:36:41.337 INFO:teuthology.orchestra.run.smithi047.stderr: 89.9% -- replaced with /var/log/ceph/2ecad2ea-93ed-11ee-95a2-87774f69a715/ceph-mon.smithi047.log.gz 2023-12-06T04:36:41.339 INFO:teuthology.orchestra.run.smithi047.stderr: 2023-12-06T04:36:41.339 INFO:teuthology.orchestra.run.smithi047.stderr:real 0m0.847s 2023-12-06T04:36:41.339 INFO:teuthology.orchestra.run.smithi047.stderr:user 0m3.108s 2023-12-06T04:36:41.339 INFO:teuthology.orchestra.run.smithi047.stderr:sys 0m0.141s 2023-12-06T04:36:41.339 INFO:tasks.cephadm:Archiving logs... 2023-12-06T04:36:41.340 DEBUG:teuthology.misc:Transferring archived files from smithi047:/var/log/ceph to /home/teuthworker/archive/yuriw-2023-12-05_19:00:15-rados-wip-yuri6-testing-2023-12-05-0753-pacific-distro-default-smithi/7478741/remote/ubuntu@smithi047.front.sepia.ceph.com/log 2023-12-06T04:36:41.341 DEBUG:teuthology.orchestra.run.smithi047:> sudo tar c -f - -C /var/log/ceph -- . 2023-12-06T04:36:41.816 DEBUG:teuthology.misc:Transferring archived files from smithi098:/var/log/ceph to /home/teuthworker/archive/yuriw-2023-12-05_19:00:15-rados-wip-yuri6-testing-2023-12-05-0753-pacific-distro-default-smithi/7478741/remote/ubuntu@smithi098.front.sepia.ceph.com/log 2023-12-06T04:36:41.817 DEBUG:teuthology.orchestra.run.smithi098:> sudo tar c -f - -C /var/log/ceph -- . 2023-12-06T04:36:42.167 INFO:tasks.cephadm:Removing cluster... 2023-12-06T04:36:42.168 DEBUG:teuthology.orchestra.run.smithi047:> sudo /home/ubuntu/cephtest/cephadm rm-cluster --fsid 2ecad2ea-93ed-11ee-95a2-87774f69a715 --force 2023-12-06T04:36:42.579 DEBUG:teuthology.orchestra.run.smithi098:> sudo /home/ubuntu/cephtest/cephadm rm-cluster --fsid 2ecad2ea-93ed-11ee-95a2-87774f69a715 --force 2023-12-06T04:36:42.945 INFO:tasks.cephadm:Removing cephadm ... 2023-12-06T04:36:42.945 DEBUG:teuthology.orchestra.run.smithi047:> rm -rf /home/ubuntu/cephtest/cephadm 2023-12-06T04:36:42.969 DEBUG:teuthology.orchestra.run.smithi098:> rm -rf /home/ubuntu/cephtest/cephadm 2023-12-06T04:36:42.986 INFO:tasks.cephadm:Teardown complete 2023-12-06T04:36:42.987 DEBUG:teuthology.run_tasks:Unwinding manager nvme_loop 2023-12-06T04:36:42.998 INFO:tasks.nvme_loop:Disconnecting nvme_loop smithi047:/dev/vg_nvme/lv_1... 2023-12-06T04:36:42.998 DEBUG:teuthology.orchestra.run.smithi047:> sudo nvme disconnect -n lv_1 2023-12-06T04:36:43.161 INFO:teuthology.orchestra.run.smithi047.stdout:NQN:lv_1 disconnected 1 controller(s) 2023-12-06T04:36:43.162 DEBUG:teuthology.orchestra.run:got remote process result: 1 2023-12-06T04:36:43.163 INFO:tasks.nvme_loop:Disconnecting nvme_loop smithi047:/dev/vg_nvme/lv_2... 2023-12-06T04:36:43.163 DEBUG:teuthology.orchestra.run.smithi047:> sudo nvme disconnect -n lv_2 2023-12-06T04:36:43.299 INFO:teuthology.orchestra.run.smithi047.stdout:NQN:lv_2 disconnected 1 controller(s) 2023-12-06T04:36:43.300 DEBUG:teuthology.orchestra.run:got remote process result: 1 2023-12-06T04:36:43.300 INFO:tasks.nvme_loop:Disconnecting nvme_loop smithi047:/dev/vg_nvme/lv_3... 2023-12-06T04:36:43.301 DEBUG:teuthology.orchestra.run.smithi047:> sudo nvme disconnect -n lv_3 2023-12-06T04:36:43.440 INFO:teuthology.orchestra.run.smithi047.stdout:NQN:lv_3 disconnected 1 controller(s) 2023-12-06T04:36:43.441 DEBUG:teuthology.orchestra.run:got remote process result: 1 2023-12-06T04:36:43.441 INFO:tasks.nvme_loop:Disconnecting nvme_loop smithi047:/dev/vg_nvme/lv_4... 2023-12-06T04:36:43.442 DEBUG:teuthology.orchestra.run.smithi047:> sudo nvme disconnect -n lv_4 2023-12-06T04:36:43.575 INFO:teuthology.orchestra.run.smithi047.stdout:NQN:lv_4 disconnected 1 controller(s) 2023-12-06T04:36:43.577 DEBUG:teuthology.orchestra.run:got remote process result: 1 2023-12-06T04:36:43.577 DEBUG:teuthology.orchestra.run.smithi047:> set -ex 2023-12-06T04:36:43.577 DEBUG:teuthology.orchestra.run.smithi047:> sudo dd of=/scratch_devs 2023-12-06T04:36:43.611 INFO:tasks.nvme_loop:Disconnecting nvme_loop smithi098:/dev/vg_nvme/lv_1... 2023-12-06T04:36:43.612 DEBUG:teuthology.orchestra.run.smithi098:> sudo nvme disconnect -n lv_1 2023-12-06T04:36:43.738 INFO:teuthology.orchestra.run.smithi098.stdout:NQN:lv_1 disconnected 1 controller(s) 2023-12-06T04:36:43.739 DEBUG:teuthology.orchestra.run:got remote process result: 1 2023-12-06T04:36:43.740 INFO:tasks.nvme_loop:Disconnecting nvme_loop smithi098:/dev/vg_nvme/lv_2... 2023-12-06T04:36:43.740 DEBUG:teuthology.orchestra.run.smithi098:> sudo nvme disconnect -n lv_2 2023-12-06T04:36:43.861 INFO:teuthology.orchestra.run.smithi098.stdout:NQN:lv_2 disconnected 1 controller(s) 2023-12-06T04:36:43.862 DEBUG:teuthology.orchestra.run:got remote process result: 1 2023-12-06T04:36:43.862 INFO:tasks.nvme_loop:Disconnecting nvme_loop smithi098:/dev/vg_nvme/lv_3... 2023-12-06T04:36:43.862 DEBUG:teuthology.orchestra.run.smithi098:> sudo nvme disconnect -n lv_3 2023-12-06T04:36:43.983 INFO:teuthology.orchestra.run.smithi098.stdout:NQN:lv_3 disconnected 1 controller(s) 2023-12-06T04:36:43.984 DEBUG:teuthology.orchestra.run:got remote process result: 1 2023-12-06T04:36:43.984 INFO:tasks.nvme_loop:Disconnecting nvme_loop smithi098:/dev/vg_nvme/lv_4... 2023-12-06T04:36:43.985 DEBUG:teuthology.orchestra.run.smithi098:> sudo nvme disconnect -n lv_4 2023-12-06T04:36:44.103 INFO:teuthology.orchestra.run.smithi098.stdout:NQN:lv_4 disconnected 1 controller(s) 2023-12-06T04:36:44.104 DEBUG:teuthology.orchestra.run:got remote process result: 1 2023-12-06T04:36:44.104 DEBUG:teuthology.orchestra.run.smithi098:> set -ex 2023-12-06T04:36:44.104 DEBUG:teuthology.orchestra.run.smithi098:> sudo dd of=/scratch_devs 2023-12-06T04:36:44.131 DEBUG:teuthology.run_tasks:Unwinding manager clock 2023-12-06T04:36:44.143 INFO:teuthology.task.clock:Checking final clock skew... 2023-12-06T04:36:44.143 DEBUG:teuthology.orchestra.run.smithi047:> PATH=/usr/bin:/usr/sbin ntpq -p || PATH=/usr/bin:/usr/sbin chronyc sources || true 2023-12-06T04:36:44.146 DEBUG:teuthology.orchestra.run.smithi098:> PATH=/usr/bin:/usr/sbin ntpq -p || PATH=/usr/bin:/usr/sbin chronyc sources || true 2023-12-06T04:36:44.165 INFO:teuthology.orchestra.run.smithi047.stderr:bash: ntpq: command not found 2023-12-06T04:36:44.171 INFO:teuthology.orchestra.run.smithi047.stdout:MS Name/IP address Stratum Poll Reach LastRx Last sample 2023-12-06T04:36:44.171 INFO:teuthology.orchestra.run.smithi047.stdout:=============================================================================== 2023-12-06T04:36:44.171 INFO:teuthology.orchestra.run.smithi047.stdout:^+ hv01.front.sepia.ceph.com 2 6 377 60 +1085us[+1085us] +/- 88ms 2023-12-06T04:36:44.171 INFO:teuthology.orchestra.run.smithi047.stdout:^* hv02.front.sepia.ceph.com 3 6 377 63 -463us[ -463us] +/- 59ms 2023-12-06T04:36:44.171 INFO:teuthology.orchestra.run.smithi047.stdout:^+ hv03.front.sepia.ceph.com 3 6 377 60 -203us[ -203us] +/- 70ms 2023-12-06T04:36:44.171 INFO:teuthology.orchestra.run.smithi047.stdout:^? hv04.front.sepia.ceph.com 0 9 0 - +0ns[ +0ns] +/- 0ns 2023-12-06T04:36:44.188 INFO:teuthology.orchestra.run.smithi098.stderr:bash: ntpq: command not found 2023-12-06T04:36:44.193 INFO:teuthology.orchestra.run.smithi098.stdout:MS Name/IP address Stratum Poll Reach LastRx Last sample 2023-12-06T04:36:44.194 INFO:teuthology.orchestra.run.smithi098.stdout:=============================================================================== 2023-12-06T04:36:44.194 INFO:teuthology.orchestra.run.smithi098.stdout:^+ hv01.front.sepia.ceph.com 2 6 377 59 +1059us[+1059us] +/- 88ms 2023-12-06T04:36:44.194 INFO:teuthology.orchestra.run.smithi098.stdout:^* hv02.front.sepia.ceph.com 3 6 377 64 -476us[ -457us] +/- 59ms 2023-12-06T04:36:44.194 INFO:teuthology.orchestra.run.smithi098.stdout:^+ hv03.front.sepia.ceph.com 3 6 377 60 -220us[ -220us] +/- 70ms 2023-12-06T04:36:44.194 INFO:teuthology.orchestra.run.smithi098.stdout:^? hv04.front.sepia.ceph.com 0 9 0 - +0ns[ +0ns] +/- 0ns 2023-12-06T04:36:44.194 DEBUG:teuthology.run_tasks:Unwinding manager ansible.cephlab 2023-12-06T04:36:44.208 INFO:teuthology.task.ansible:Skipping ansible cleanup... 2023-12-06T04:36:44.209 DEBUG:teuthology.run_tasks:Unwinding manager selinux 2023-12-06T04:36:44.231 DEBUG:teuthology.orchestra.run.smithi047:> 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-12-06T04:36:44.345 DEBUG:teuthology.orchestra.run.smithi098:> 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-12-06T04:36:44.432 DEBUG:teuthology.orchestra.run.smithi047:> 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-12-06T04:36:44.471 DEBUG:teuthology.orchestra.run:got remote process result: 1 2023-12-06T04:36:44.472 DEBUG:teuthology.orchestra.run.smithi098:> 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-12-06T04:36:44.503 DEBUG:teuthology.orchestra.run:got remote process result: 1 2023-12-06T04:36:44.503 DEBUG:teuthology.run_tasks:Unwinding manager pcp 2023-12-06T04:36:44.513 DEBUG:teuthology.run_tasks:Unwinding manager internal.timer 2023-12-06T04:36:44.537 INFO:teuthology.task.internal:Duration was 2170.638970 seconds 2023-12-06T04:36:44.538 DEBUG:teuthology.run_tasks:Unwinding manager internal.syslog 2023-12-06T04:36:44.580 INFO:teuthology.task.internal.syslog:Shutting down syslog monitoring... 2023-12-06T04:36:44.581 DEBUG:teuthology.orchestra.run.smithi047:> sudo rm -f -- /etc/rsyslog.d/80-cephtest.conf && sudo service rsyslog restart 2023-12-06T04:36:44.584 DEBUG:teuthology.orchestra.run.smithi098:> sudo rm -f -- /etc/rsyslog.d/80-cephtest.conf && sudo service rsyslog restart 2023-12-06T04:36:44.630 INFO:teuthology.orchestra.run.smithi098.stderr:Redirecting to /bin/systemctl restart rsyslog.service 2023-12-06T04:36:44.640 INFO:teuthology.orchestra.run.smithi047.stderr:Redirecting to /bin/systemctl restart rsyslog.service 2023-12-06T04:36:44.894 INFO:teuthology.task.internal.syslog:Checking logs for errors... 2023-12-06T04:36:44.894 DEBUG:teuthology.task.internal.syslog:Checking ubuntu@smithi047.front.sepia.ceph.com 2023-12-06T04:36:44.895 DEBUG:teuthology.orchestra.run.smithi047:> 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-12-06T04:36:44.924 DEBUG:teuthology.task.internal.syslog:Checking ubuntu@smithi098.front.sepia.ceph.com 2023-12-06T04:36:44.924 DEBUG:teuthology.orchestra.run.smithi098:> 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-12-06T04:36:44.947 INFO:teuthology.task.internal.syslog:Compressing syslogs... 2023-12-06T04:36:44.948 DEBUG:teuthology.orchestra.run.smithi047:> find /home/ubuntu/cephtest/archive/syslog -name '*.log' -print0 | sudo xargs -0 --no-run-if-empty -- gzip -- 2023-12-06T04:36:44.967 DEBUG:teuthology.orchestra.run.smithi098:> find /home/ubuntu/cephtest/archive/syslog -name '*.log' -print0 | sudo xargs -0 --no-run-if-empty -- gzip -- 2023-12-06T04:36:45.047 INFO:teuthology.task.internal.syslog:Gathering journactl -b0... 2023-12-06T04:36:45.047 DEBUG:teuthology.orchestra.run.smithi047:> sudo journalctl -b0 | gzip -9 > /home/ubuntu/cephtest/archive/syslog/journalctl-b0.gz 2023-12-06T04:36:45.050 DEBUG:teuthology.orchestra.run.smithi098:> sudo journalctl -b0 | gzip -9 > /home/ubuntu/cephtest/archive/syslog/journalctl-b0.gz 2023-12-06T04:36:45.212 DEBUG:teuthology.run_tasks:Unwinding manager internal.sudo 2023-12-06T04:36:45.224 INFO:teuthology.task.internal:Restoring /etc/sudoers... 2023-12-06T04:36:45.224 DEBUG:teuthology.orchestra.run.smithi047:> sudo mv -f /etc/sudoers.orig.teuthology /etc/sudoers 2023-12-06T04:36:45.255 DEBUG:teuthology.orchestra.run.smithi098:> sudo mv -f /etc/sudoers.orig.teuthology /etc/sudoers 2023-12-06T04:36:45.282 DEBUG:teuthology.run_tasks:Unwinding manager internal.coredump 2023-12-06T04:36:45.292 DEBUG:teuthology.orchestra.run.smithi047:> 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-12-06T04:36:45.298 DEBUG:teuthology.orchestra.run.smithi098:> 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-12-06T04:36:45.329 INFO:teuthology.orchestra.run.smithi047.stdout:kernel.core_pattern = core 2023-12-06T04:36:45.348 INFO:teuthology.orchestra.run.smithi098.stdout:kernel.core_pattern = core 2023-12-06T04:36:45.375 DEBUG:teuthology.orchestra.run.smithi047:> test -e /home/ubuntu/cephtest/archive/coredump 2023-12-06T04:36:45.437 DEBUG:teuthology.orchestra.run:got remote process result: 1 2023-12-06T04:36:45.438 DEBUG:teuthology.orchestra.run.smithi098:> test -e /home/ubuntu/cephtest/archive/coredump 2023-12-06T04:36:45.455 DEBUG:teuthology.orchestra.run:got remote process result: 1 2023-12-06T04:36:45.456 DEBUG:teuthology.run_tasks:Unwinding manager internal.archive 2023-12-06T04:36:45.467 INFO:teuthology.task.internal:Transferring archived files... 2023-12-06T04:36:45.467 DEBUG:teuthology.misc:Transferring archived files from smithi047:/home/ubuntu/cephtest/archive to /home/teuthworker/archive/yuriw-2023-12-05_19:00:15-rados-wip-yuri6-testing-2023-12-05-0753-pacific-distro-default-smithi/7478741/remote/smithi047 2023-12-06T04:36:45.468 DEBUG:teuthology.orchestra.run.smithi047:> sudo tar c -f - -C /home/ubuntu/cephtest/archive -- . 2023-12-06T04:36:45.531 DEBUG:teuthology.misc:Transferring archived files from smithi098:/home/ubuntu/cephtest/archive to /home/teuthworker/archive/yuriw-2023-12-05_19:00:15-rados-wip-yuri6-testing-2023-12-05-0753-pacific-distro-default-smithi/7478741/remote/smithi098 2023-12-06T04:36:45.532 DEBUG:teuthology.orchestra.run.smithi098:> sudo tar c -f - -C /home/ubuntu/cephtest/archive -- . 2023-12-06T04:36:45.573 INFO:teuthology.task.internal:Removing archive directory... 2023-12-06T04:36:45.574 DEBUG:teuthology.orchestra.run.smithi047:> rm -rf -- /home/ubuntu/cephtest/archive 2023-12-06T04:36:45.577 DEBUG:teuthology.orchestra.run.smithi098:> rm -rf -- /home/ubuntu/cephtest/archive 2023-12-06T04:36:45.623 DEBUG:teuthology.run_tasks:Unwinding manager internal.archive_upload 2023-12-06T04:36:45.635 INFO:teuthology.task.internal:Not uploading archives. 2023-12-06T04:36:45.636 DEBUG:teuthology.run_tasks:Unwinding manager internal.base 2023-12-06T04:36:45.663 INFO:teuthology.task.internal:Tidying up after the test... 2023-12-06T04:36:45.663 DEBUG:teuthology.orchestra.run.smithi047:> find /home/ubuntu/cephtest -ls ; rmdir -- /home/ubuntu/cephtest 2023-12-06T04:36:45.666 DEBUG:teuthology.orchestra.run.smithi098:> find /home/ubuntu/cephtest -ls ; rmdir -- /home/ubuntu/cephtest 2023-12-06T04:36:45.683 INFO:teuthology.orchestra.run.smithi098.stdout: 525357 4 drwxr-xr-x 2 ubuntu ubuntu 4096 Dec 6 04:36 /home/ubuntu/cephtest 2023-12-06T04:36:45.685 INFO:teuthology.orchestra.run.smithi047.stdout: 525357 4 drwxr-xr-x 2 ubuntu ubuntu 4096 Dec 6 04:36 /home/ubuntu/cephtest 2023-12-06T04:36:45.687 DEBUG:teuthology.run_tasks:Unwinding manager kernel 2023-12-06T04:36:45.698 DEBUG:teuthology.run_tasks:Unwinding manager console_log 2023-12-06T04:36:45.781 INFO:teuthology.nuke:Checking targets against current locks 2023-12-06T04:36:45.808 DEBUG:teuthology.nuke:shortname: smithi047 2023-12-06T04:36:45.809 INFO:teuthology.task.internal.check_lock:Checking locks... 2023-12-06T04:36:45.836 DEBUG:teuthology.nuke:shortname: smithi098 2023-12-06T04:36:45.836 INFO:teuthology.task.internal.check_lock:Checking locks... 2023-12-06T04:36:45.839 DEBUG:teuthology.task.internal.check_lock:machine status is {'name': 'smithi047.front.sepia.ceph.com', 'description': '/home/teuthworker/archive/yuriw-2023-12-05_19:00:15-rados-wip-yuri6-testing-2023-12-05-0753-pacific-distro-default-smithi/7478741', '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-12-06 03:52:19.513777', 'locked_by': 'scheduled_yuriw@teuthology', 'mac_address': None, 'ssh_pub_key': 'ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBPvzqlIXoGdBVMUfNE0x8mh/AsjZERg+xa53nSTnST779Gu5axi0bCJSvcBVYJyqsvQeTkl1YUyAm+yl17aKNlM='} 2023-12-06T04:36:45.859 DEBUG:teuthology.task.internal.check_lock:machine status is {'name': 'smithi098.front.sepia.ceph.com', 'description': '/home/teuthworker/archive/yuriw-2023-12-05_19:00:15-rados-wip-yuri6-testing-2023-12-05-0753-pacific-distro-default-smithi/7478741', '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-12-06 03:52:19.511971', 'locked_by': 'scheduled_yuriw@teuthology', 'mac_address': None, 'ssh_pub_key': 'ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBLtTfyu3tCzDSyuP+fitC/V0SP6Min5ARrA/YmsbB1GupVzcE2cNa/TCj9+F76LaZKRQVcxJm+vLBT89BO1nfFY='} 2023-12-06T04:36:45.892 INFO:teuthology.orchestra.console.smithi047:Power off 2023-12-06T04:36:45.892 DEBUG:teuthology.orchestra.console.smithi047:pexpect command: ipmitool -H smithi047.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power off 2023-12-06T04:36:45.909 INFO:teuthology.orchestra.console.smithi098:Power off 2023-12-06T04:36:45.910 DEBUG:teuthology.orchestra.console.smithi098:pexpect command: ipmitool -H smithi098.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power off 2023-12-06T04:36:45.919 DEBUG:teuthology.orchestra.console.smithi047:power off output: Chassis Power Control: Down/Off 2023-12-06T04:36:45.920 DEBUG:teuthology.orchestra.console.smithi047:pexpect command: ipmitool -H smithi047.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2023-12-06T04:36:45.933 DEBUG:teuthology.orchestra.console.smithi098:power off output: Chassis Power Control: Down/Off 2023-12-06T04:36:45.933 DEBUG:teuthology.orchestra.console.smithi098:pexpect command: ipmitool -H smithi098.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2023-12-06T04:36:45.943 DEBUG:teuthology.orchestra.console.smithi047:check power output: Chassis Power is on 2023-12-06T04:36:45.956 DEBUG:teuthology.orchestra.console.smithi098:check power output: Chassis Power is on 2023-12-06T04:36:49.944 DEBUG:teuthology.orchestra.console.smithi047:pexpect command: ipmitool -H smithi047.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2023-12-06T04:36:49.957 DEBUG:teuthology.orchestra.console.smithi098:pexpect command: ipmitool -H smithi098.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2023-12-06T04:36:50.054 DEBUG:teuthology.orchestra.console.smithi047:check power output: Chassis Power is on 2023-12-06T04:36:50.067 DEBUG:teuthology.orchestra.console.smithi098:check power output: Chassis Power is on 2023-12-06T04:36:54.058 DEBUG:teuthology.orchestra.console.smithi047:pexpect command: ipmitool -H smithi047.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2023-12-06T04:36:54.067 DEBUG:teuthology.orchestra.console.smithi098:pexpect command: ipmitool -H smithi098.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2023-12-06T04:36:54.170 DEBUG:teuthology.orchestra.console.smithi047:check power output: Chassis Power is off 2023-12-06T04:36:54.178 DEBUG:teuthology.orchestra.console.smithi098:check power output: Chassis Power is off 2023-12-06T04:36:54.271 INFO:teuthology.orchestra.console.smithi047:Power off completed 2023-12-06T04:36:54.279 INFO:teuthology.orchestra.console.smithi098:Power off completed 2023-12-06T04:36:54.385 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: 2170.638969898224 failure_reason: reached maximum tries (301) after waiting for 300 seconds owner: scheduled_yuriw@teuthology sentry_event: https://sentry.ceph.com/organizations/ceph/?query=fb07b4a565384fa29c1fea7b9abe3d06 status: fail success: false 2023-12-06T04:36:54.385 DEBUG:teuthology.report:Pushing job info to https://paddles.front.sepia.ceph.com/ 2023-12-06T04:36:54.507 INFO:teuthology.run:FAIL